summaryrefslogtreecommitdiff
path: root/fs/btrfs/relocation.c
AgeCommit message (Expand)Author
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
2018-10-15btrfs: qgroup: Use generation-aware subtree swap to mark dirty extentsQu Wenruo
2018-10-15btrfs: relocation: Add basic extent backref related comments for build_backre...Qu Wenruo
2018-10-15btrfs: Handle owner mismatch gracefully when walking up treeQu Wenruo
2018-10-15btrfs: Remove 'objectid' member from struct btrfs_rootMisono Tomohiro
2018-10-15btrfs: switch update_size to bool in btrfs_block_rsv_migrate and btrfs_rsv_ad...Lu Fengqi
2018-08-06btrfs: btrfs_iget never returns an is_bad_inode inodeAl Viro
2018-08-06btrfs: qgroup: Drop root parameter from btrfs_qgroup_trace_subtreeLu Fengqi
2018-08-06btrfs: relocation: Only remove reloc rb_trees if reloc control has been initi...Qu Wenruo
2018-08-06btrfs: annotate unlikely branches after V0 extent type removalDavid Sterba
2018-08-06btrfs: Add graceful handling of V0 extentsNikolay Borisov
2018-08-06btrfs: Remove V0 extent supportNikolay Borisov
2018-08-06btrfs: return EUCLEAN if extent_inline_ref type is invalidSu Yue
2018-08-06btrfs: Remove fs_info from btrfs_force_chunk_allocNikolay Borisov
2018-08-06btrfs: Remove fs_info from btrfs_inc_block_group_roNikolay Borisov
2018-05-28btrfs: fix describe_relocation when printing unknown flagsAnand Jain
2018-05-28btrfs: remove unused fs_info parameterGu Jinxiang
2018-04-26btrfs: Fix wrong first_key parameter in replace_pathQu Wenruo
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba
2018-03-31btrfs: Validate child tree block's level and first keyQu Wenruo
2018-03-31btrfs: qgroup: Use separate meta reservation type for delallocQu Wenruo
2018-03-01btrfs: Handle btrfs_set_extent_delalloc failure in relocate_file_extent_clusterNikolay Borisov
2017-11-15Btrfs: fix reported number of inode blocks after buffered append writesFilipe Manana
2017-11-01Btrfs: rework outstanding_extentsJosef Bacik
2017-10-30btrfs: pass root to various extent ref mod functionsJosef Bacik
2017-09-26btrfs: fix NULL pointer dereference from free_reloc_roots()Naohiro Aota
2017-08-21Btrfs: remove BUG_ON in __add_tree_blockLiu Bo
2017-08-21Btrfs: remove BUG() in add_data_referenceLiu Bo
2017-08-21Btrfs: convert to use btrfs_get_extent_inline_ref_typeLiu Bo
2017-08-16btrfs: Remove never reached error handling code in __add_reloc_rootNikolay Borisov