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
2019-11-18
btrfs: transaction: describe transaction states and transitions
Qu Wenruo
1
-0
/
+71
2019-11-18
btrfs: use has_single_bit_set for clarity
David Sterba
2
-13
/
+9
2019-11-18
btrfs: add 64bit safe helper for power of two checks
David Sterba
1
-0
/
+11
2019-11-18
btrfs: balance: use term redundancy instead of integrity in message
Anand Jain
1
-6
/
+6
2019-11-18
btrfs: move btrfs_unlock_up_safe to other locking functions
David Sterba
5
-28
/
+28
2019-11-18
btrfs: move btrfs_set_path_blocking to other locking functions
David Sterba
3
-25
/
+28
2019-11-18
btrfs: make btrfs_assert_tree_locked static inline
David Sterba
2
-7
/
+9
2019-11-18
btrfs: make locking assertion helpers static inline
David Sterba
1
-10
/
+10
2019-11-18
btrfs: get rid of pointless wtag variable in async-thread.c
Omar Sandoval
1
-13
/
+8
2019-11-18
btrfs: get rid of unique workqueue helper functions
Omar Sandoval
12
-145
/
+50
2019-11-18
btrfs: don't prematurely free work in scrub_missing_raid56_worker()
Omar Sandoval
1
-2
/
+1
2019-11-18
btrfs: don't prematurely free work in reada_start_machine_worker()
Omar Sandoval
1
-6
/
+4
2019-11-18
btrfs: don't prematurely free work in end_workqueue_fn()
Omar Sandoval
1
-1
/
+1
2019-11-18
btrfs: don't prematurely free work in run_ordered_work()
Omar Sandoval
1
-12
/
+44
2019-11-18
btrfs: get rid of unnecessary memset() of work item
Omar Sandoval
1
-2
/
+0
2019-11-18
btrfs: move the failrec tree stuff into extent-io-tree.h
Josef Bacik
3
-15
/
+22
2019-11-18
btrfs: export find_delalloc_range
Josef Bacik
2
-5
/
+8
2019-11-18
btrfs: move extent_io_tree defs to their own header
Josef Bacik
4
-216
/
+230
2019-11-18
btrfs: separate out the extent io init function
Josef Bacik
3
-8
/
+21
2019-11-18
btrfs: separate out the extent leak code
Josef Bacik
1
-13
/
+18
2019-11-18
btrfs: ctree: Remove stray comment of setting up path lock
Qu Wenruo
1
-4
/
+0
2019-11-18
btrfs: ctree: Reduce one indent level for btrfs_search_old_slot()
Qu Wenruo
1
-34
/
+34
2019-11-18
btrfs: ctree: Reduce one indent level for btrfs_search_slot()
Qu Wenruo
1
-67
/
+64
2019-11-18
btrfs: tree-checker: Add check for INODE_REF
Qu Wenruo
1
-0
/
+53
2019-11-18
btrfs: tree-checker: Try to detect missing INODE_ITEM
Qu Wenruo
1
-2
/
+25
2019-11-18
Btrfs: make btrfs_wait_extents() static
Filipe Manana
2
-3
/
+1
2019-11-18
btrfs: Add assert to catch nested transaction commit
Nikolay Borisov
1
-0
/
+2
2019-11-18
btrfs: simplify inode locking for RWF_NOWAIT
Goldwyn Rodrigues
1
-2
/
+3
2019-11-16
Merge tag 'for-linus-20191115' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-8
/
+24
2019-11-15
Merge tag 'ceph-for-5.4-rc8' of git://github.com/ceph/ceph-client
Linus Torvalds
1
-7
/
+22
2019-11-15
afs: Fix race in commit bulk status fetch
David Howells
1
-1
/
+6
2019-11-15
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
5
-58
/
+87
2019-11-14
ceph: increment/decrement dio counter on async requests
Jeff Layton
1
-0
/
+4
2019-11-14
ceph: take the inode lock before acquiring cap refs
Jeff Layton
1
-7
/
+18
2019-11-14
io_uring: ensure registered buffer import returns the IO length
Jens Axboe
1
-1
/
+1
2019-11-14
io_uring: Fix getting file for timeout
Pavel Begunkov
1
-0
/
+1
2019-11-13
Merge tag 'for-5.4-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+15
2019-11-12
io_uring: make timeout sequence == 0 mean no sequence
Jens Axboe
1
-7
/
+22
2019-11-11
Btrfs: fix log context list corruption after rename exchange operation
Filipe Manana
1
-0
/
+15
2019-11-10
Merge tag 'configfs-for-5.4-2' of git://git.infradead.org/users/hch/configfs
Linus Torvalds
1
-1
/
+1
2019-11-10
Merge tag '5.4-rc7-smb3-fix' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
1
-0
/
+1
2019-11-10
ecryptfs_lookup_interpose(): lower_dentry->d_parent is not stable either
Al Viro
1
-4
/
+3
2019-11-10
ecryptfs_lookup_interpose(): lower_dentry->d_inode is not stable
Al Viro
1
-2
/
+10
2019-11-10
ecryptfs: fix unlink and rmdir in face of underlying fs modifications
Al Viro
1
-25
/
+40
2019-11-10
exportfs_decode_fh(): negative pinned may become positive without the parent ...
Al Viro
1
-12
/
+19
2019-11-09
Merge tag 'for-5.4-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
5
-15
/
+36
2019-11-09
Merge tag 'for-linus-2019-11-08' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-3
/
+6
2019-11-08
cgroup,writeback: don't switch wbs immediately on dead wbs if the memcg is dead
Tejun Heo
1
-3
/
+6
2019-11-08
Merge tag 'ceph-for-5.4-rc7' of git://github.com/ceph/ceph-client
Linus Torvalds
5
-15
/
+37
2019-11-07
ceph: return -EINVAL if given fsc mount option on kernel w/o support
Jeff Layton
1
-1
/
+10
[next]