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