aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/relocation.c
AgeCommit message (Expand)Author
2019-08-02btrfs: fix panic during relocation after ENOSPC before writeback happensJosef Bacik
2018-12-15btrfs: relocation: set trans to be NULL after ending transactionPan Bian
2018-11-13btrfs: Handle owner mismatch gracefully when walking up treeQu Wenruo
2018-09-15btrfs: relocation: Only remove reloc rb_trees if reloc control has been initi...Qu Wenruo
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
2017-06-29btrfs: fix integer overflow in calc_reclaim_items_nrChris Mason
2017-06-29btrfs: qgroup: Fix qgroup reserved space underflow by only freeing reserved r...Qu Wenruo
2017-06-29btrfs: qgroup: Introduce extent changeset for qgroup reserve functionsQu Wenruo
2017-06-19Btrfs: replace tree->mapping with tree->private_dataJosef Bacik
2017-02-28btrfs: Make btrfs_orphan_add take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make btrfs_drop_extent_cache take btrfs_inodeNikolay Borisov
2017-02-28btrfs: all btrfs_delalloc_release_metadata take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make btrfs_delalloc_reserve_metadata take btrfs_inodeNikolay Borisov
2017-02-17btrfs: free-space-cache, clean up unnecessary root argumentsJeff Mahoney
2017-02-17btrfs: convert btrfs_inc_block_group_ro to accept fs_infoJeff Mahoney
2017-02-14btrfs: fix over-80 lines introduced by previous cleanupsDavid Sterba
2017-02-14btrfs: Make btrfs_ino take a struct btrfs_inodeNikolay Borisov
2016-12-13Merge branch 'for-chris-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Chris Mason
2016-12-06btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney
2016-12-06btrfs: call functions that always use the same root with fs_info insteadJeff Mahoney
2016-11-30btrfs: qgroup: Fix qgroup data leaking by using subtree tracingQu Wenruo
2016-11-30btrfs: qgroup: Rename functions to make it follow reserve,trace,account stepsQu Wenruo
2016-11-30btrfs: remove constant parameter to memset_extent_buffer and rename itDavid Sterba
2016-11-30btrfs: make block group flags in balance printks human-readableAdam Borowski
2016-11-19Btrfs: remove unused code when creating and merging reloc treesFilipe Manana
2016-11-19Btrfs: fix relocation incorrectly dropping data referencesFilipe Manana
2016-10-17Btrfs: kill BUG_ON in do_relocationLiu Bo
2016-09-26btrfs: unsplit printed stringsJeff Mahoney
2016-09-26Btrfs: don't leak reloc root nodes on errorJosef Bacik
2016-09-26Btrfs: return gracefully from balance if fs tree is corruptedLiu Bo
2016-09-26Btrfs: add a flags field to btrfs_fs_infoJosef Bacik
2016-09-26btrfs: extend btrfs_set_extent_delalloc and its friends to support in-band de...Qu Wenruo
2016-09-01Btrfs: fix endless loop in balancing block groupsLiu Bo