Age | Commit message (Expand) | Author | Files | Lines |
2018-10-25 | Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -9/+3 |
2018-10-15 | btrfs: switch return_bigger to bool in find_ref_head | Lu Fengqi | 1 | -5/+6 |
2018-10-15 | btrfs: remove fs_info from btrfs_should_throttle_delayed_refs | Lu Fengqi | 4 | -9/+6 |
2018-10-15 | btrfs: remove fs_info from btrfs_check_space_for_delayed_refs | Lu Fengqi | 4 | -7/+6 |
2018-10-15 | btrfs: delayed-ref: pass delayed_refs directly to btrfs_delayed_ref_lock | Lu Fengqi | 3 | -6/+3 |
2018-10-15 | btrfs: delayed-ref: pass delayed_refs directly to btrfs_select_ref_head | Lu Fengqi | 3 | -8/+5 |
2018-10-15 | btrfs: qgroup: move the qgroup->members check out from (!qgroup)'s else branch | Lu Fengqi | 1 | -6/+7 |
2018-10-15 | btrfs: relocation: Remove redundant tree level check | Qu Wenruo | 1 | -1/+0 |
2018-10-15 | btrfs: relocation: Cleanup while loop using rbtree_postorder_for_each_entry_safe | Qu Wenruo | 1 | -15/+8 |
2018-10-15 | btrfs: qgroup: Avoid calling qgroup functions if qgroup is not enabled | Qu Wenruo | 2 | -0/+6 |
2018-10-15 | Btrfs: fix wrong dentries after fsync of file that got its parent replaced | Filipe Manana | 1 | -3/+27 |
2018-10-15 | Btrfs: fix warning when replaying log after fsync of a tmpfile | Filipe Manana | 1 | -10/+32 |
2018-10-15 | btrfs: drop min_size from evict_refill_and_join | Josef Bacik | 1 | -10/+6 |
2018-10-15 | btrfs: assert on non-empty delayed iputs | Josef Bacik | 1 | -0/+1 |
2018-10-15 | btrfs: make sure we create all new block groups | Josef Bacik | 1 | -2/+5 |
2018-10-15 | btrfs: reset max_extent_size on clear in a bitmap | Josef Bacik | 1 | -0/+2 |
2018-10-15 | btrfs: protect space cache inode alloc with GFP_NOFS | Josef Bacik | 1 | -0/+8 |
2018-10-15 | btrfs: release metadata before running delayed refs | Josef Bacik | 1 | -3/+3 |
2018-10-15 | Btrfs: kill btrfs_clear_path_blocking | Liu Bo | 3 | -58/+4 |
2018-10-15 | btrfs: dev-replace: remove pointless assert in write unlock | David Sterba | 1 | -1/+0 |
2018-10-15 | btrfs: dev-replace: move replace members out of fs_info | David Sterba | 3 | -15/+16 |
2018-10-15 | btrfs: dev-replace: avoid useless lock on error handling path | David Sterba | 1 | -1/+6 |
2018-10-15 | btrfs: open code btrfs_after_dev_replace_commit | David Sterba | 3 | -10/+4 |
2018-10-15 | btrfs: open code btrfs_dev_replace_stats_inc | David Sterba | 2 | -12/+4 |
2018-10-15 | btrfs: open code btrfs_dev_replace_clear_lock_blocking | David Sterba | 3 | -15/+5 |
2018-10-15 | btrfs: remove btrfs_dev_replace::read_locks | David Sterba | 3 | -7/+0 |
2018-10-15 | btrfs: tree-checker: Check level for leaves and nodes | Qu Wenruo | 1 | -0/+14 |
2018-10-15 | btrfs: qgroup: Only trace data extents in leaves if we're relocating data blo... | Qu Wenruo | 3 | -11/+21 |
2018-10-15 | btrfs: qgroup: Don't trace subtree if we're dropping reloc tree | Qu Wenruo | 1 | -1/+7 |
2018-10-15 | btrfs: qgroup: Use generation-aware subtree swap to mark dirty extents | Qu Wenruo | 3 | -8/+112 |
2018-10-15 | btrfs: qgroup: Introduce function to find all new tree blocks of reloc tree | Qu Wenruo | 1 | -0/+135 |
2018-10-15 | btrfs: qgroup: Introduce function to trace two swaped extents | Qu Wenruo | 1 | -0/+162 |
2018-10-15 | btrfs: qgroup: Introduce trace event to analyse the number of dirty extents a... | Qu Wenruo | 1 | -0/+4 |
2018-10-15 | btrfs: relocation: Add basic extent backref related comments for build_backre... | Qu Wenruo | 1 | -10/+18 |
2018-10-15 | Btrfs: get rid of btrfs_symlink_aops | Omar Sandoval | 1 | -10/+2 |
2018-10-15 | Btrfs: don't clean dirty pages during buffered writes | Chris Mason | 1 | -6/+23 |
2018-10-15 | btrfs: use common helper instead of open coding a bit test | David Sterba | 1 | -1/+1 |
2018-10-15 | btrfs: refactor __btrfs_run_delayed_refs loop | Nikolay Borisov | 1 | -80/+28 |
2018-10-15 | btrfs: Factor out loop processing all refs of a head | Nikolay Borisov | 1 | -0/+77 |
2018-10-15 | btrfs: Factor out ref head locking code in __btrfs_run_delayed_refs | Nikolay Borisov | 1 | -17/+36 |
2018-10-15 | btrfs: tests: polish ifdefs around testing helper | David Sterba | 1 | -6/+6 |
2018-10-15 | btrfs: tests: group declarations of self-test helpers | David Sterba | 1 | -3/+1 |
2018-10-15 | btrfs: tests: move testing members of struct btrfs_root to the end | David Sterba | 1 | -5/+4 |
2018-10-15 | btrfs: tests: add separate stub for find_lock_delalloc_range | David Sterba | 4 | -13/+18 |
2018-10-15 | Btrfs: preftree: use rb_first_cached | Liu Bo | 1 | -15/+17 |
2018-10-15 | Btrfs: extent_map: use rb_first_cached | Liu Bo | 5 | -19/+22 |
2018-10-15 | Btrfs: delayed-inode: use rb_first_cached for ins_root and del_root | Liu Bo | 2 | -15/+18 |
2018-10-15 | Btrfs: delayed-refs: use rb_first_cached for ref_tree | Liu Bo | 5 | -20/+25 |
2018-10-15 | Btrfs: delayed-refs: use rb_first_cached for href_root | Liu Bo | 5 | -21/+26 |
2018-10-15 | btrfs: wait on caching when putting the bg cache | Josef Bacik | 1 | -0/+1 |