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