aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/relocation.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-15btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_extents()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
2019-09-09btrfs: move basic block_group definitions to their own headerJosef Bacik1-0/+1
2019-09-09btrfs: Remove leftover of in-band dedupeNikolay Borisov1-1/+1
2019-07-04btrfs: migrate the delalloc space stuff to it's own homeJosef Bacik1-0/+1
2019-05-28btrfs: reloc: Also queue orphan reloc tree for cleanup to avoid BUG_ON()Qu Wenruo1-8/+19
2019-04-29btrfs: extent-tree: Use btrfs_ref to refactor btrfs_free_extent()Qu Wenruo1-9/+16
2019-04-29btrfs: extent-tree: Use btrfs_ref to refactor btrfs_inc_extent_ref()Qu Wenruo1-15/+27
2019-04-29btrfs: get fs_info from block group in lookup_free_space_inodeDavid Sterba1-1/+1
2019-04-29btrfs: Remove redundant inode argument from btrfs_add_ordered_sumNikolay Borisov1-1/+1
2019-04-29btrfs: fix panic during relocation after ENOSPC before writeback happensJosef Bacik1-11/+20
2019-04-29btrfs: reloc: Fix NULL pointer dereference due to expanded reloc_root lifespanQu Wenruo1-7/+5
2019-04-29btrfs: Introduce extent_io_tree::owner to distinguish different io_treesQu Wenruo1-1/+2
2019-04-29btrfs: Introduce fs_info to extent_io_treeQu Wenruo1-4/+4
2019-02-25Btrfs: add missing error handling after doing leaf/node binary searchFilipe Manana1-0/+10
2019-02-25btrfs: open code now trivial btrfs_set_lock_blockingDavid Sterba1-4/+4
2019-02-25btrfs: qgroup: Use delayed subtree rescan for balanceQu Wenruo1-9/+5
2019-02-25btrfs: qgroup: Introduce per-root swapped blocks infrastructureQu Wenruo1-0/+7
2019-02-25btrfs: relocation: Delay reloc tree deletion after merge_reloc_rootsQu Wenruo1-17/+68
2019-02-25Btrfs: drop useless LIST_HEAD in merge_reloc_rootJulia Lawall1-1/+0
2018-12-17btrfs: Fix typos in comments and stringsAndrea Gelmini1-1/+1
2018-12-17btrfs: add helper to describe block group flagsAnand Jain1-27/+3
2018-12-17Btrfs: prevent ioctls from interfering with a swap fileOmar Sandoval1-4/+14
2018-11-23btrfs: relocation: set trans to be NULL after ending transactionPan Bian1-0/+1
2018-10-15btrfs: relocation: Remove redundant tree level checkQu Wenruo1-1/+0
2018-10-15btrfs: relocation: Cleanup while loop using rbtree_postorder_for_each_entry_safeQu Wenruo1-15/+8
2018-10-15btrfs: qgroup: Only trace data extents in leaves if we're relocating data block groupQu Wenruo1-5/+5
2018-10-15btrfs: qgroup: Use generation-aware subtree swap to mark dirty extentsQu Wenruo1-8/+3
2018-10-15btrfs: relocation: Add basic extent backref related comments for build_backref_treeQu Wenruo1-10/+18
2018-10-15btrfs: Handle owner mismatch gracefully when walking up treeQu Wenruo1-1/+1
2018-10-15btrfs: Remove 'objectid' member from struct btrfs_rootMisono Tomohiro1-1/+2
2018-10-15btrfs: switch update_size to bool in btrfs_block_rsv_migrate and btrfs_rsv_add_bytesLu Fengqi1-1/+1
2018-08-06btrfs: btrfs_iget never returns an is_bad_inode inodeAl Viro1-5/+2
2018-08-06btrfs: qgroup: Drop root parameter from btrfs_qgroup_trace_subtreeLu Fengqi1-3/+2
2018-08-06btrfs: relocation: Only remove reloc rb_trees if reloc control has been initializedQu Wenruo1-11/+12
2018-08-06btrfs: annotate unlikely branches after V0 extent type removalDavid Sterba1-4/+4
2018-08-06btrfs: Add graceful handling of V0 extentsNikolay Borisov1-3/+24
2018-08-06btrfs: Remove V0 extent supportNikolay Borisov1-150/+1
2018-08-06btrfs: return EUCLEAN if extent_inline_ref type is invalidSu Yue1-2/+2
2018-08-06btrfs: Remove fs_info from btrfs_force_chunk_allocNikolay Borisov1-2/+1
2018-08-06btrfs: Remove fs_info from btrfs_inc_block_group_roNikolay Borisov1-1/+1
2018-05-28btrfs: fix describe_relocation when printing unknown flagsAnand Jain1-1/+1
2018-05-28btrfs: remove unused fs_info parameterGu Jinxiang1-3/+3
2018-04-26btrfs: Fix wrong first_key parameter in replace_pathQu Wenruo1-1/+1
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba1-14/+1
2018-03-31btrfs: Validate child tree block's level and first keyQu Wenruo1-4/+17
2018-03-31btrfs: qgroup: Use separate meta reservation type for delallocQu Wenruo1-6/+7
2018-03-01btrfs: Handle btrfs_set_extent_delalloc failure in relocate_file_extent_clusterNikolay Borisov1-2/+16
2017-11-15Btrfs: fix reported number of inode blocks after buffered append writesFilipe Manana1-1/+2