summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-11-18btrfs: transaction: describe transaction states and transitionsQu Wenruo1-0/+71
2019-11-18btrfs: use has_single_bit_set for clarityDavid Sterba2-13/+9
2019-11-18btrfs: add 64bit safe helper for power of two checksDavid Sterba1-0/+11
2019-11-18btrfs: balance: use term redundancy instead of integrity in messageAnand Jain1-6/+6
2019-11-18btrfs: move btrfs_unlock_up_safe to other locking functionsDavid Sterba5-28/+28
2019-11-18btrfs: move btrfs_set_path_blocking to other locking functionsDavid Sterba3-25/+28
2019-11-18btrfs: make btrfs_assert_tree_locked static inlineDavid Sterba2-7/+9
2019-11-18btrfs: make locking assertion helpers static inlineDavid Sterba1-10/+10
2019-11-18btrfs: get rid of pointless wtag variable in async-thread.cOmar Sandoval1-13/+8
2019-11-18btrfs: get rid of unique workqueue helper functionsOmar Sandoval12-145/+50
2019-11-18btrfs: don't prematurely free work in scrub_missing_raid56_worker()Omar Sandoval1-2/+1
2019-11-18btrfs: don't prematurely free work in reada_start_machine_worker()Omar Sandoval1-6/+4
2019-11-18btrfs: don't prematurely free work in end_workqueue_fn()Omar Sandoval1-1/+1
2019-11-18btrfs: don't prematurely free work in run_ordered_work()Omar Sandoval1-12/+44
2019-11-18btrfs: get rid of unnecessary memset() of work itemOmar Sandoval1-2/+0
2019-11-18btrfs: move the failrec tree stuff into extent-io-tree.hJosef Bacik3-15/+22
2019-11-18btrfs: export find_delalloc_rangeJosef Bacik2-5/+8
2019-11-18btrfs: move extent_io_tree defs to their own headerJosef Bacik4-216/+230
2019-11-18btrfs: separate out the extent io init functionJosef Bacik3-8/+21
2019-11-18btrfs: separate out the extent leak codeJosef Bacik1-13/+18
2019-11-18btrfs: ctree: Remove stray comment of setting up path lockQu Wenruo1-4/+0
2019-11-18btrfs: ctree: Reduce one indent level for btrfs_search_old_slot()Qu Wenruo1-34/+34
2019-11-18btrfs: ctree: Reduce one indent level for btrfs_search_slot()Qu Wenruo1-67/+64
2019-11-18btrfs: tree-checker: Add check for INODE_REFQu Wenruo1-0/+53
2019-11-18btrfs: tree-checker: Try to detect missing INODE_ITEMQu Wenruo1-2/+25
2019-11-18Btrfs: make btrfs_wait_extents() staticFilipe Manana2-3/+1
2019-11-18btrfs: Add assert to catch nested transaction commitNikolay Borisov1-0/+2
2019-11-18btrfs: simplify inode locking for RWF_NOWAITGoldwyn Rodrigues1-2/+3
2019-11-16Merge tag 'for-linus-20191115' of git://git.kernel.dk/linux-blockLinus Torvalds1-8/+24
2019-11-15Merge tag 'ceph-for-5.4-rc8' of git://github.com/ceph/ceph-clientLinus Torvalds1-7/+22
2019-11-15afs: Fix race in commit bulk status fetchDavid Howells1-1/+6
2019-11-15Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-58/+87
2019-11-14ceph: increment/decrement dio counter on async requestsJeff Layton1-0/+4
2019-11-14ceph: take the inode lock before acquiring cap refsJeff Layton1-7/+18
2019-11-14io_uring: ensure registered buffer import returns the IO lengthJens Axboe1-1/+1
2019-11-14io_uring: Fix getting file for timeoutPavel Begunkov1-0/+1
2019-11-13Merge tag 'for-5.4-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+15
2019-11-12io_uring: make timeout sequence == 0 mean no sequenceJens Axboe1-7/+22
2019-11-11Btrfs: fix log context list corruption after rename exchange operationFilipe Manana1-0/+15
2019-11-10Merge tag 'configfs-for-5.4-2' of git://git.infradead.org/users/hch/configfsLinus Torvalds1-1/+1
2019-11-10Merge tag '5.4-rc7-smb3-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-0/+1
2019-11-10ecryptfs_lookup_interpose(): lower_dentry->d_parent is not stable eitherAl Viro1-4/+3
2019-11-10ecryptfs_lookup_interpose(): lower_dentry->d_inode is not stableAl Viro1-2/+10
2019-11-10ecryptfs: fix unlink and rmdir in face of underlying fs modificationsAl Viro1-25/+40
2019-11-10exportfs_decode_fh(): negative pinned may become positive without the parent ...Al Viro1-12/+19
2019-11-09Merge tag 'for-5.4-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-15/+36
2019-11-09Merge tag 'for-linus-2019-11-08' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+6
2019-11-08cgroup,writeback: don't switch wbs immediately on dead wbs if the memcg is deadTejun Heo1-3/+6
2019-11-08Merge tag 'ceph-for-5.4-rc7' of git://github.com/ceph/ceph-clientLinus Torvalds5-15/+37
2019-11-07ceph: return -EINVAL if given fsc mount option on kernel w/o supportJeff Layton1-1/+10