aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-25Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-9/+3
2018-10-15btrfs: switch return_bigger to bool in find_ref_headLu Fengqi1-5/+6
2018-10-15btrfs: remove fs_info from btrfs_should_throttle_delayed_refsLu Fengqi4-9/+6
2018-10-15btrfs: remove fs_info from btrfs_check_space_for_delayed_refsLu Fengqi4-7/+6
2018-10-15btrfs: delayed-ref: pass delayed_refs directly to btrfs_delayed_ref_lockLu Fengqi3-6/+3
2018-10-15btrfs: delayed-ref: pass delayed_refs directly to btrfs_select_ref_headLu Fengqi3-8/+5
2018-10-15btrfs: qgroup: move the qgroup->members check out from (!qgroup)'s else branchLu Fengqi1-6/+7
2018-10-15btrfs: relocation: Remove redundant tree level checkQu Wenruo1-1/+0
2018-10-15btrfs: relocation: Cleanup while loop using rbtree_postorder_for_each_entry_safeQu Wenruo1-15/+8
2018-10-15btrfs: qgroup: Avoid calling qgroup functions if qgroup is not enabledQu Wenruo2-0/+6
2018-10-15Btrfs: fix wrong dentries after fsync of file that got its parent replacedFilipe Manana1-3/+27
2018-10-15Btrfs: fix warning when replaying log after fsync of a tmpfileFilipe Manana1-10/+32
2018-10-15btrfs: drop min_size from evict_refill_and_joinJosef Bacik1-10/+6
2018-10-15btrfs: assert on non-empty delayed iputsJosef Bacik1-0/+1
2018-10-15btrfs: make sure we create all new block groupsJosef Bacik1-2/+5
2018-10-15btrfs: reset max_extent_size on clear in a bitmapJosef Bacik1-0/+2
2018-10-15btrfs: protect space cache inode alloc with GFP_NOFSJosef Bacik1-0/+8
2018-10-15btrfs: release metadata before running delayed refsJosef Bacik1-3/+3
2018-10-15Btrfs: kill btrfs_clear_path_blockingLiu Bo3-58/+4
2018-10-15btrfs: dev-replace: remove pointless assert in write unlockDavid Sterba1-1/+0
2018-10-15btrfs: dev-replace: move replace members out of fs_infoDavid Sterba3-15/+16
2018-10-15btrfs: dev-replace: avoid useless lock on error handling pathDavid Sterba1-1/+6
2018-10-15btrfs: open code btrfs_after_dev_replace_commitDavid Sterba3-10/+4
2018-10-15btrfs: open code btrfs_dev_replace_stats_incDavid Sterba2-12/+4
2018-10-15btrfs: open code btrfs_dev_replace_clear_lock_blockingDavid Sterba3-15/+5
2018-10-15btrfs: remove btrfs_dev_replace::read_locksDavid Sterba3-7/+0
2018-10-15btrfs: tree-checker: Check level for leaves and nodesQu Wenruo1-0/+14
2018-10-15btrfs: qgroup: Only trace data extents in leaves if we're relocating data block groupQu Wenruo3-11/+21
2018-10-15btrfs: qgroup: Don't trace subtree if we're dropping reloc treeQu Wenruo1-1/+7
2018-10-15btrfs: qgroup: Use generation-aware subtree swap to mark dirty extentsQu Wenruo3-8/+112
2018-10-15btrfs: qgroup: Introduce function to find all new tree blocks of reloc treeQu Wenruo1-0/+135
2018-10-15btrfs: qgroup: Introduce function to trace two swaped extentsQu Wenruo1-0/+162
2018-10-15btrfs: qgroup: Introduce trace event to analyse the number of dirty extents accountedQu Wenruo1-0/+4
2018-10-15btrfs: relocation: Add basic extent backref related comments for build_backref_treeQu Wenruo1-10/+18
2018-10-15Btrfs: get rid of btrfs_symlink_aopsOmar Sandoval1-10/+2
2018-10-15Btrfs: don't clean dirty pages during buffered writesChris Mason1-6/+23
2018-10-15btrfs: use common helper instead of open coding a bit testDavid Sterba1-1/+1
2018-10-15btrfs: refactor __btrfs_run_delayed_refs loopNikolay Borisov1-80/+28
2018-10-15btrfs: Factor out loop processing all refs of a headNikolay Borisov1-0/+77
2018-10-15btrfs: Factor out ref head locking code in __btrfs_run_delayed_refsNikolay Borisov1-17/+36
2018-10-15btrfs: tests: polish ifdefs around testing helperDavid Sterba1-6/+6
2018-10-15btrfs: tests: group declarations of self-test helpersDavid Sterba1-3/+1
2018-10-15btrfs: tests: move testing members of struct btrfs_root to the endDavid Sterba1-5/+4
2018-10-15btrfs: tests: add separate stub for find_lock_delalloc_rangeDavid Sterba4-13/+18
2018-10-15Btrfs: preftree: use rb_first_cachedLiu Bo1-15/+17
2018-10-15Btrfs: extent_map: use rb_first_cachedLiu Bo5-19/+22
2018-10-15Btrfs: delayed-inode: use rb_first_cached for ins_root and del_rootLiu Bo2-15/+18
2018-10-15Btrfs: delayed-refs: use rb_first_cached for ref_treeLiu Bo5-20/+25
2018-10-15Btrfs: delayed-refs: use rb_first_cached for href_rootLiu Bo5-21/+26
2018-10-15btrfs: wait on caching when putting the bg cacheJosef Bacik1-0/+1