summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/relocation.c
AgeCommit message (Expand)Author
2020-05-25btrfs: reloc: refactor useless nodes handling into its own functionQu Wenruo
2020-05-25btrfs: reloc: refactor finishing part of upper linkage into finish_upper_links()Qu Wenruo
2020-05-25btrfs: reloc: remove the open-coded goto loop for breadth-first searchQu Wenruo
2020-05-25btrfs: reloc: pass essential members for alloc_backref_node()Qu Wenruo
2020-05-25btrfs: reloc: use wrapper to replace open-coded edge linkingQu Wenruo
2020-05-25btrfs: reloc: refactor indirect tree backref processing into its own functionQu Wenruo
2020-05-25btrfs: reloc: refactor direct tree backref processing into its own functionQu Wenruo
2020-05-25btrfs: reloc: make reloc root search-specific for relocation backref cacheQu Wenruo
2020-05-25btrfs: reloc: add backref_cache::fs_info memberQu Wenruo
2020-05-25btrfs: reloc: add backref_cache::pending_edge and backref_cache::useless_nodeQu Wenruo
2020-05-25btrfs: reloc: rename mark_block_processed and __mark_block_processedQu Wenruo
2020-05-25btrfs: reloc: use btrfs_backref_iter infrastructureQu Wenruo
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