aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/relocation.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-28btrfs: reloc: Also queue orphan reloc tree for cleanup to avoid BUG_ON()Gravatar Qu Wenruo 1-8/+19
2019-04-29btrfs: extent-tree: Use btrfs_ref to refactor btrfs_free_extent()Gravatar Qu Wenruo 1-9/+16
2019-04-29btrfs: extent-tree: Use btrfs_ref to refactor btrfs_inc_extent_ref()Gravatar Qu Wenruo 1-15/+27
2019-04-29btrfs: get fs_info from block group in lookup_free_space_inodeGravatar David Sterba 1-1/+1
2019-04-29btrfs: Remove redundant inode argument from btrfs_add_ordered_sumGravatar Nikolay Borisov 1-1/+1
2019-04-29btrfs: fix panic during relocation after ENOSPC before writeback happensGravatar Josef Bacik 1-11/+20
2019-04-29btrfs: reloc: Fix NULL pointer dereference due to expanded reloc_root lifespanGravatar Qu Wenruo 1-7/+5
2019-04-29btrfs: Introduce extent_io_tree::owner to distinguish different io_treesGravatar Qu Wenruo 1-1/+2
2019-04-29btrfs: Introduce fs_info to extent_io_treeGravatar Qu Wenruo 1-4/+4
2019-02-25Btrfs: add missing error handling after doing leaf/node binary searchGravatar Filipe Manana 1-0/+10
2019-02-25btrfs: open code now trivial btrfs_set_lock_blockingGravatar David Sterba 1-4/+4
2019-02-25btrfs: qgroup: Use delayed subtree rescan for balanceGravatar Qu Wenruo 1-9/+5
2019-02-25btrfs: qgroup: Introduce per-root swapped blocks infrastructureGravatar Qu Wenruo 1-0/+7
2019-02-25btrfs: relocation: Delay reloc tree deletion after merge_reloc_rootsGravatar Qu Wenruo 1-17/+68
2019-02-25Btrfs: drop useless LIST_HEAD in merge_reloc_rootGravatar Julia Lawall 1-1/+0
2018-12-17btrfs: Fix typos in comments and stringsGravatar Andrea Gelmini 1-1/+1
2018-12-17btrfs: add helper to describe block group flagsGravatar Anand Jain 1-27/+3
2018-12-17Btrfs: prevent ioctls from interfering with a swap fileGravatar Omar Sandoval 1-4/+14
2018-11-23btrfs: relocation: set trans to be NULL after ending transactionGravatar Pan Bian 1-0/+1
2018-10-15btrfs: relocation: Remove redundant tree level checkGravatar Qu Wenruo 1-1/+0
2018-10-15btrfs: relocation: Cleanup while loop using rbtree_postorder_for_each_entry_safeGravatar Qu Wenruo 1-15/+8
2018-10-15btrfs: qgroup: Only trace data extents in leaves if we're relocating data blo...Gravatar Qu Wenruo 1-5/+5
2018-10-15btrfs: qgroup: Use generation-aware subtree swap to mark dirty extentsGravatar Qu Wenruo 1-8/+3
2018-10-15btrfs: relocation: Add basic extent backref related comments for build_backre...Gravatar Qu Wenruo 1-10/+18
2018-10-15btrfs: Handle owner mismatch gracefully when walking up treeGravatar Qu Wenruo 1-1/+1
2018-10-15btrfs: Remove 'objectid' member from struct btrfs_rootGravatar Misono Tomohiro 1-1/+2
2018-10-15btrfs: switch update_size to bool in btrfs_block_rsv_migrate and btrfs_rsv_ad...Gravatar Lu Fengqi 1-1/+1
2018-08-06btrfs: btrfs_iget never returns an is_bad_inode inodeGravatar Al Viro 1-5/+2
2018-08-06btrfs: qgroup: Drop root parameter from btrfs_qgroup_trace_subtreeGravatar Lu Fengqi 1-3/+2
2018-08-06btrfs: relocation: Only remove reloc rb_trees if reloc control has been initi...Gravatar Qu Wenruo 1-11/+12
2018-08-06btrfs: annotate unlikely branches after V0 extent type removalGravatar David Sterba 1-4/+4
2018-08-06btrfs: Add graceful handling of V0 extentsGravatar Nikolay Borisov 1-3/+24
2018-08-06btrfs: Remove V0 extent supportGravatar Nikolay Borisov 1-150/+1
2018-08-06btrfs: return EUCLEAN if extent_inline_ref type is invalidGravatar Su Yue 1-2/+2
2018-08-06btrfs: Remove fs_info from btrfs_force_chunk_allocGravatar Nikolay Borisov 1-2/+1
2018-08-06btrfs: Remove fs_info from btrfs_inc_block_group_roGravatar Nikolay Borisov 1-1/+1
2018-05-28btrfs: fix describe_relocation when printing unknown flagsGravatar Anand Jain 1-1/+1
2018-05-28btrfs: remove unused fs_info parameterGravatar Gu Jinxiang 1-3/+3
2018-04-26btrfs: Fix wrong first_key parameter in replace_pathGravatar Qu Wenruo 1-1/+1
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesGravatar David Sterba 1-14/+1
2018-03-31btrfs: Validate child tree block's level and first keyGravatar Qu Wenruo 1-4/+17
2018-03-31btrfs: qgroup: Use separate meta reservation type for delallocGravatar Qu Wenruo 1-6/+7
2018-03-01btrfs: Handle btrfs_set_extent_delalloc failure in relocate_file_extent_clusterGravatar Nikolay Borisov 1-2/+16
2017-11-15Btrfs: fix reported number of inode blocks after buffered append writesGravatar Filipe Manana 1-1/+2
2017-11-01Btrfs: rework outstanding_extentsGravatar Josef Bacik 1-0/+3
2017-10-30btrfs: pass root to various extent ref mod functionsGravatar Josef Bacik 1-7/+7
2017-09-26btrfs: fix NULL pointer dereference from free_reloc_roots()Gravatar Naohiro Aota 1-1/+1
2017-08-21Btrfs: remove BUG_ON in __add_tree_blockGravatar Liu Bo 1-1/+11
2017-08-21Btrfs: remove BUG() in add_data_referenceGravatar Liu Bo 1-1/+4
2017-08-21Btrfs: convert to use btrfs_get_extent_inline_ref_typeGravatar Liu Bo 1-2/+11