aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/relocation.c
AgeCommit message (Expand)Author
2023-06-14btrfs: unset reloc control if transaction commit fails in prepare_to_relocate()Zixuan Fu
2023-06-14btrfs: check return value of btrfs_commit_transaction in relocationJosef Bacik
2021-05-11btrfs: convert logic BUG_ON()'s in replace_path to ASSERT()'sJosef Bacik
2021-03-20btrfs: scrub: Don't check free space before marking a block group ROQu Wenruo
2021-03-04btrfs: fix reloc root leak with 0 ref reloc roots on recoveryJosef Bacik
2020-11-18btrfs: fix min reserved size calculation in merge_reloc_rootJosef Bacik
2020-10-01btrfs: fix setting last_trans for reloc rootsJosef Bacik
2020-10-01btrfs: free the reloc_control in a consistent wayJosef Bacik
2020-10-01btrfs: do not init a reloc root if we aren't relocatingJosef Bacik
2020-08-21btrfs: relocation: review the call sites which can be interrupted by signalQu Wenruo
2020-07-29btrfs: reloc: clear DEAD_RELOC_TREE bit for orphan roots to prevent runaway b...Qu Wenruo
2020-07-29btrfs: reloc: fix reloc root leak and NULL pointer dereferenceQu Wenruo
2020-05-06btrfs: fix transaction leak in btrfs_recover_relocationXiyu Yang
2020-04-21btrfs: check commit root generation in should_ignore_rootJosef Bacik
2020-04-17btrfs: unset reloc control if we fail to recoverJosef Bacik
2020-04-17btrfs: drop block from cache on error in relocationJosef Bacik
2020-04-17btrfs: reloc: clean dirty subvols if we fail to start a transactionJosef Bacik
2020-04-17btrfs: track reloc roots based on their commit root bytenrJosef Bacik
2020-04-17btrfs: restart relocate_tree_blocks properlyJosef Bacik
2020-04-17btrfs: remove a BUG_ON() from merge_reloc_roots()Josef Bacik
2020-01-23btrfs: relocation: fix reloc_root lifespan and accessQu Wenruo
2019-12-31btrfs: do not leak reloc root if we fail to read the fs rootJosef Bacik
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
2018-10-15btrfs: relocation: Cleanup while loop using rbtree_postorder_for_each_entry_safeQu Wenruo
2018-10-15btrfs: qgroup: Only trace data extents in leaves if we're relocating data blo...Qu Wenruo