aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-18Btrfs: extent_write_locked_range() should attach inode->i_wbChris Mason1-4/+6
2019-11-18Btrfs: use REQ_CGROUP_PUNT for worker thread submitted biosChris Mason5-5/+46
2019-11-18Btrfs: only associate the locked page with one async_chunk structChris Mason2-5/+22
2019-11-18Btrfs: delete the entire async bio submission frameworkChris Mason5-235/+1
2019-11-18Btrfs: stop using btrfs_schedule_bio()Chris Mason5-63/+15
2019-11-18btrfs: add __pure attribute to functionsDavid Sterba9-14/+12
2019-11-18btrfs: add const function attributeDavid Sterba4-4/+4
2019-11-18btrfs: add __cold attribute to more functionsDavid Sterba4-6/+6
2019-11-18btrfs: drop unused parameter is_new from btrfs_igetDavid Sterba11-34/+31
2019-11-18btrfs: use refcount_inc_not_zero in kill_all_nodesJosef Bacik1-3/+10
2019-11-18btrfs: print process name and pid that calls device scanningAnand Jain1-4/+8
2019-11-18btrfs: Open-code name_in_log_ref in replay_one_nameNikolay Borisov1-29/+25
2019-11-18btrfs: Properly handle backref_in_log retvalNikolay Borisov1-11/+21
2019-11-18btrfs: Don't opencode btrfs_find_name_in_backref in backref_in_logNikolay Borisov1-36/+12
2019-11-18btrfs: transaction: Cleanup unused TRANS_STATE_BLOCKEDQu Wenruo3-14/+4
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-15Merge 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-13io_uring: ensure registered buffer import returns the IO lengthJens Axboe1-1/+1