index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-12
Btrfs: add tests for find_lock_delalloc_range
Josef Bacik
8
-8
/
+388
2013-11-12
Btrfs: free reserved space on error in a few places
Josef Bacik
2
-2
/
+21
2013-11-12
Btrfs: fixup reserved trace points
Josef Bacik
1
-2
/
+6
2013-11-12
Btrfs: free up block groups after everything
Josef Bacik
1
-2
/
+2
2013-11-12
Btrfs: cleanup reserved space when freeing tree log on error
Josef Bacik
1
-22
/
+25
2013-11-12
Btrfs: do not free the dirty bytes from the trans block rsv on cleanup
Josef Bacik
1
-2
/
+0
2013-11-12
Btrfs: fix memory leaks on transaction commit failure
Filipe David Borba Manana
1
-4
/
+8
2013-11-12
Btrfs: fix the dev-replace suspend sequence
Ilya Dryomov
1
-2
/
+3
2013-11-12
Btrfs: improve inode hash function/inode lookup
Filipe David Borba Manana
3
-3
/
+25
2013-11-12
Btrfs: remove unnecessary tree search when logging inode
Filipe David Borba Manana
1
-5
/
+5
2013-11-12
Btrfs: remove unused max_key arg from btrfs_search_forward
Filipe David Borba Manana
7
-30
/
+7
2013-11-12
Btrfs: fix memory leak of chunks' extent map
Liu Bo
1
-0
/
+2
2013-11-12
Btrfs: improve jitter performance of the sequential buffered write
Miao Xie
1
-3
/
+4
2013-11-12
Btrfs: fix BUG_ON() casued by the reserved space migration
Miao Xie
3
-3
/
+28
2013-11-12
btrfs: remove unused parameter from btrfs_header_fsid
Ross Kirk
4
-10
/
+10
2013-11-12
Btrfs: fix two use-after-free bugs with transaction cleanup
Josef Bacik
3
-82
/
+52
2013-11-12
Btrfs: remove all BUG_ON()'s from commit_cowonly_roots
Josef Bacik
1
-5
/
+8
2013-11-12
Btrfs: don't delete ordered roots from list during cleanup
Josef Bacik
1
-1
/
+2
2013-11-12
Btrfs: cleanup transaction on abort
Josef Bacik
2
-1
/
+6
2013-11-12
Btrfs: do not release metadata for space cache inodes
Josef Bacik
1
-1
/
+7
2013-11-12
Btrfs: reset intwrite on transaction abort
Josef Bacik
1
-0
/
+2
2013-11-12
Btrfs: relocate csums properly with prealloc extents
Josef Bacik
1
-3
/
+15
2013-11-12
Btrfs: don't leak block group on error
Filipe David Borba Manana
1
-2
/
+1
2013-11-12
Btrfs: fix sync fs to actually wait for all data to be persisted
Filipe David Borba Manana
1
-3
/
+9
2013-11-12
Btrfs: fix tracking of orphan inode count
Filipe David Borba Manana
1
-5
/
+8
2013-11-12
Btrfs: export btrfs space shared info to userspace
Liu Bo
1
-1
/
+33
2013-11-12
Btrfs: remove path arg from btrfs_truncate_free_space_cache
Filipe David Borba Manana
5
-15
/
+3
2013-11-12
Btrfs: remove duplicated ino cache's inode lookup
Filipe David Borba Manana
3
-9
/
+5
2013-11-12
Btrfs: do a full search everytime in btrfs_search_old_slot
Josef Bacik
1
-2
/
+6
2013-11-12
Btrfs: add a sanity test for btrfs_split_item
Josef Bacik
7
-7
/
+283
2013-11-12
btrfs: drop unused parameter from btrfs_item_nr
Ross Kirk
8
-32
/
+31
2013-11-12
Btrfs: don't store NULL byte in symlink extents
Filipe David Borba Manana
1
-2
/
+2
2013-11-12
Btrfs: eliminate the exceptional root_tree refs=0
Stefan Behrens
3
-15
/
+10
2013-11-01
vfs: decrapify dput(), fix cache behavior under normal load
Linus Torvalds
1
-2
/
+3
2013-10-30
Revert "select: use freezable blocking call"
Rafael J. Wysocki
1
-2
/
+1
2013-10-30
Revert "epoll: use freezable blocking call"
Rafael J. Wysocki
1
-3
/
+1
2013-10-25
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-2
/
+4
2013-10-25
seq_file: always update file->f_pos in seq_lseek()
Gu Zheng
1
-0
/
+2
2013-10-25
Merge tag 'ecryptfs-3.12-rc7-fixes' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-2
/
+3
2013-10-24
eCryptfs: fix 32 bit corruption issue
Colin Ian King
1
-1
/
+1
2013-10-22
vfs: fix new kernel-doc warnings
Randy Dunlap
1
-8
/
+7
2013-10-22
fs/namei.c: fix new kernel-doc warning
Randy Dunlap
1
-1
/
+2
2013-10-22
Merge tag 'jfs-3.12' of git://github.com/kleikamp/linux-shaggy
Linus Torvalds
1
-2
/
+1
2013-10-20
nfsd regression since delayed fput()
Al Viro
1
-2
/
+2
2013-10-19
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-0
/
+1
2013-10-18
Btrfs: release path before starting transaction in can_nocow_extent
Josef Bacik
1
-0
/
+1
2013-10-18
Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
8
-21
/
+93
2013-10-17
Merge branch 'akpm' (fixes from Andrew Morton)
Linus Torvalds
3
-6
/
+22
2013-10-17
procfs: call default get_unmapped_area on MMU-present architectures
HATAYAMA Daisuke
1
-2
/
+6
2013-10-17
procfs: fix unintended truncation of returned mapped address
HATAYAMA Daisuke
1
-1
/
+1
[next]