summaryrefslogtreecommitdiff
path: root/fs/btrfs/relocation.c
AgeCommit message (Expand)Author
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
2019-09-09btrfs: move basic block_group definitions to their own headerJosef Bacik
2019-09-09btrfs: Remove leftover of in-band dedupeNikolay Borisov
2019-07-04btrfs: migrate the delalloc space stuff to it's own homeJosef Bacik
2019-05-28btrfs: reloc: Also queue orphan reloc tree for cleanup to avoid BUG_ON()Qu Wenruo
2019-04-29btrfs: extent-tree: Use btrfs_ref to refactor btrfs_free_extent()Qu Wenruo
2019-04-29btrfs: extent-tree: Use btrfs_ref to refactor btrfs_inc_extent_ref()Qu Wenruo
2019-04-29btrfs: get fs_info from block group in lookup_free_space_inodeDavid Sterba
2019-04-29btrfs: Remove redundant inode argument from btrfs_add_ordered_sumNikolay Borisov
2019-04-29btrfs: fix panic during relocation after ENOSPC before writeback happensJosef Bacik
2019-04-29btrfs: reloc: Fix NULL pointer dereference due to expanded reloc_root lifespanQu Wenruo
2019-04-29btrfs: Introduce extent_io_tree::owner to distinguish different io_treesQu Wenruo
2019-04-29btrfs: Introduce fs_info to extent_io_treeQu Wenruo
2019-02-25Btrfs: add missing error handling after doing leaf/node binary searchFilipe Manana
2019-02-25btrfs: open code now trivial btrfs_set_lock_blockingDavid Sterba
2019-02-25btrfs: qgroup: Use delayed subtree rescan for balanceQu Wenruo
2019-02-25btrfs: qgroup: Introduce per-root swapped blocks infrastructureQu Wenruo
2019-02-25btrfs: relocation: Delay reloc tree deletion after merge_reloc_rootsQu Wenruo
2019-02-25Btrfs: drop useless LIST_HEAD in merge_reloc_rootJulia Lawall
2018-12-17btrfs: Fix typos in comments and stringsAndrea Gelmini
2018-12-17btrfs: add helper to describe block group flagsAnand Jain
2018-12-17Btrfs: prevent ioctls from interfering with a swap fileOmar Sandoval
2018-11-23btrfs: relocation: set trans to be NULL after ending transactionPan Bian
2018-10-15btrfs: relocation: Remove redundant tree level checkQu Wenruo