summaryrefslogtreecommitdiff
path: root/fs/btrfs/relocation.c
AgeCommit message (Expand)Author
2020-04-23btrfs: fix transaction leak in btrfs_recover_relocationXiyu Yang
2020-04-17btrfs: fix setting last_trans for reloc rootsJosef Bacik
2020-04-08btrfs: check commit root generation in should_ignore_rootJosef Bacik
2020-03-23btrfs: track reloc roots based on their commit root bytenrJosef Bacik
2020-03-23btrfs: restart relocate_tree_blocks properlyJosef Bacik
2020-03-23btrfs: reloc: reorder reservation before root selectionJosef Bacik
2020-03-23btrfs: do not readahead in build_backref_treeJosef Bacik
2020-03-23btrfs: move the root freeing stuff into btrfs_put_rootJosef Bacik
2020-03-23btrfs: remove a BUG_ON() from merge_reloc_roots()Josef Bacik
2020-03-23btrfs: hold a ref on the root->reloc_rootJosef Bacik
2020-03-23btrfs: clear DEAD_RELOC_TREE before dropping the reloc rootJosef Bacik
2020-03-23btrfs: free the reloc_control in a consistent wayJosef Bacik
2020-03-23btrfs: do not init a reloc root if we aren't relocatingJosef Bacik
2020-03-23btrfs: reloc: clean dirty subvols if we fail to start a transactionJosef Bacik
2020-03-23btrfs: unset reloc control if we fail to recoverJosef Bacik
2020-03-23btrfs: drop block from cache on error in relocationJosef Bacik
2020-03-23btrfs: relocation: Use btrfs_find_all_leafs to locate data extent parent tree...Qu Wenruo
2020-03-23btrfs: Remove block_rsv parameter from btrfs_drop_snapshotNikolay Borisov
2020-03-23btrfs: Remove __ prefix from btrfs_block_rsv_releaseNikolay Borisov
2020-03-23btrfs: relocation: Check cancel request after each extent foundQu Wenruo
2020-03-23btrfs: relocation: Check cancel request after each data page readQu Wenruo
2020-03-23btrfs: relocation: add error injection points for cancelling balanceQu Wenruo
2020-03-23btrfs: Remove impossible BUG_ON in get_tree_block_keyNikolay Borisov
2020-03-23btrfs: relocation: Remove is_cowonly_root()Qu Wenruo
2020-03-23btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik
2020-03-23btrfs: push btrfs_grab_fs_root into btrfs_get_fs_rootJosef Bacik
2020-03-23btrfs: push grab_fs_root into read_fs_rootJosef Bacik
2020-03-23btrfs: hold a ref on the root in btrfs_recover_relocationJosef Bacik
2020-03-23btrfs: hold a ref on the root in create_reloc_inodeJosef Bacik
2020-03-23btrfs: hold a ref on the root in find_data_referencesJosef Bacik
2020-03-23btrfs: hold a ref on the root in record_reloc_root_in_transJosef Bacik
2020-03-23btrfs: hold a ref on the root in merge_reloc_rootsJosef Bacik
2020-03-23btrfs: hold a ref on the root in prepare_to_mergeJosef Bacik
2020-03-23btrfs: hold a ref on the root in build_backref_treeJosef Bacik
2020-03-23btrfs: make relocation use btrfs_read_tree_root()Josef Bacik
2020-03-23btrfs: relocation: Add introduction of how relocation worksQu Wenruo
2020-01-20btrfs: make btrfs_ordered_extent naming consistent with btrfs_file_extent_itemOmar Sandoval
2020-01-20btrfs: relocation: Output current relocation stage at btrfs_relocate_block_gr...Qu Wenruo
2020-01-13btrfs: relocation: fix reloc_root lifespan and accessQu Wenruo
2019-12-13btrfs: do not leak reloc root if we fail to read the fs rootJosef Bacik
2019-11-18btrfs: remove extent_map::bdevDavid Sterba
2019-11-18btrfs: scrub: Don't check free space before marking a block group ROQu Wenruo
2019-11-18btrfs: rename btrfs_block_group_cacheDavid Sterba
2019-11-18btrfs: add dedicated members for start and length of a block groupDavid Sterba
2019-11-18btrfs: move block_group_item::used to block groupDavid Sterba
2019-11-18btrfs: opencode extent_buffer_getDavid Sterba
2019-11-18btrfs: drop unused parameter is_new from btrfs_igetDavid Sterba
2019-10-15btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_ex...Qu Wenruo
2019-10-11Btrfs: add missing extents release on file extent cluster relocation errorFilipe Manana
2019-09-25btrfs: relocation: fix use-after-free on dead relocation rootsQu Wenruo