aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/relocation.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-01Btrfs: rework outstanding_extentsJosef Bacik1-0/+3
2017-10-30btrfs: pass root to various extent ref mod functionsJosef Bacik1-7/+7
2017-09-26btrfs: fix NULL pointer dereference from free_reloc_roots()Naohiro Aota1-1/+1
2017-08-21Btrfs: remove BUG_ON in __add_tree_blockLiu Bo1-1/+11
2017-08-21Btrfs: remove BUG() in add_data_referenceLiu Bo1-1/+4
2017-08-21Btrfs: convert to use btrfs_get_extent_inline_ref_typeLiu Bo1-2/+11
2017-08-16btrfs: Remove never reached error handling code in __add_reloc_rootNikolay Borisov1-2/+0
2017-06-29btrfs: fix integer overflow in calc_reclaim_items_nrChris Mason1-1/+1
2017-06-29btrfs: qgroup: Fix qgroup reserved space underflow by only freeing reserved rangesQu Wenruo1-4/+4
2017-06-29btrfs: qgroup: Introduce extent changeset for qgroup reserve functionsQu Wenruo1-1/+3
2017-06-19Btrfs: replace tree->mapping with tree->private_dataJosef Bacik1-2/+1
2017-02-28btrfs: Make btrfs_orphan_add take btrfs_inodeNikolay Borisov1-1/+1
2017-02-28btrfs: Make btrfs_drop_extent_cache take btrfs_inodeNikolay Borisov1-4/+4
2017-02-28btrfs: all btrfs_delalloc_release_metadata take btrfs_inodeNikolay Borisov1-2/+2
2017-02-28btrfs: Make btrfs_delalloc_reserve_metadata take btrfs_inodeNikolay Borisov1-1/+2
2017-02-17btrfs: free-space-cache, clean up unnecessary root argumentsJeff Mahoney1-3/+2
2017-02-17btrfs: convert btrfs_inc_block_group_ro to accept fs_infoJeff Mahoney1-1/+1
2017-02-14btrfs: fix over-80 lines introduced by previous cleanupsDavid Sterba1-2/+2
2017-02-14btrfs: Make btrfs_ino take a struct btrfs_inodeNikolay Borisov1-8/+8
2016-12-13Merge branch 'for-chris-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.10Chris Mason1-22/+12
2016-12-06btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney1-15/+15
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney1-37/+41
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney1-57/+71
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney1-19/+20
2016-12-06btrfs: call functions that always use the same root with fs_info insteadJeff Mahoney1-2/+2
2016-11-30btrfs: qgroup: Fix qgroup data leaking by using subtree tracingQu Wenruo1-96/+23
2016-11-30btrfs: qgroup: Rename functions to make it follow reserve,trace,account stepsQu Wenruo1-1/+1
2016-11-30btrfs: remove constant parameter to memset_extent_buffer and rename itDavid Sterba1-1/+1
2016-11-30btrfs: make block group flags in balance printks human-readableAdam Borowski1-3/+40
2016-11-19Btrfs: remove unused code when creating and merging reloc treesFilipe Manana1-19/+0
2016-11-19Btrfs: fix relocation incorrectly dropping data referencesFilipe Manana1-3/+12
2016-10-17Btrfs: kill BUG_ON in do_relocationLiu Bo1-1/+8
2016-09-26btrfs: unsplit printed stringsJeff Mahoney1-7/+9
2016-09-26Btrfs: don't leak reloc root nodes on errorJosef Bacik1-0/+4
2016-09-26Btrfs: return gracefully from balance if fs tree is corruptedLiu Bo1-6/+17
2016-09-26Btrfs: add a flags field to btrfs_fs_infoJosef Bacik1-1/+1
2016-09-26btrfs: extend btrfs_set_extent_delalloc and its friends to support in-band dedupe and subpage size patchsetQu Wenruo1-1/+1
2016-09-01Btrfs: fix endless loop in balancing block groupsLiu Bo1-3/+5
2016-08-25btrfs: update btrfs_space_info's bytes_may_use timelyWang Xiaoguang1-2/+9
2016-08-25btrfs: use correct offset for reloc_inode in prealloc_file_extent_cluster()Wang Xiaoguang1-4/+6
2016-08-25btrfs: relocation: Fix leaking qgroups numbers on data extentsQu Wenruo1-6/+103
2016-07-26btrfs: btrfs_abort_transaction, drop root parameterJeff Mahoney1-2/+2
2016-07-26Btrfs: fix panic in balance due to EIOLiu Bo1-0/+4
2016-07-26Btrfs: change BUG_ON()'s to ASSERT()'s in backref_cache_cleanup()Liu Bo1-6/+6
2016-07-07Btrfs: use FLUSH_LIMIT for relocation in reserve_metadata_bytesJosef Bacik1-17/+20
2016-07-07Btrfs: fill relocation block rsv after allocationJosef Bacik1-0/+6
2016-07-07Btrfs: fix callers of btrfs_block_rsv_migrateJosef Bacik1-1/+1
2016-05-25Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba1-10/+9