aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/relocation.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-25Btrfs: fix regression running delayed references when using qgroupsFilipe Manana1-9/+7
2015-10-21btrfs: qgroup: Cleanup old inaccurate facilitiesQu Wenruo1-4/+4
2015-10-21btrfs: extent-tree: Switch to new check_data_free_space and free_reserved_data_spaceQu Wenruo1-4/+4
2015-09-29Btrfs: consolidate btrfs_error() to btrfs_std_error()Anand Jain1-1/+1
2015-08-09btrfs: Remove unnecessary variants in relocation.cZhaolei1-8/+5
2015-08-09btrfs: Cleanup: Remove objectid's init-value in create_reloc_inode()Zhaolei1-1/+1
2015-08-09btrfs: Error handle for get_ref_objectid_v0() in relocate_block_group()Zhaolei1-0/+4
2015-08-09btrfs: Use ref_cnt for set_block_group_ro()Zhaolei1-8/+6
2015-07-01Btrfs: fix wrong check for btrfs_force_chunk_alloc()Shilong Wang1-1/+1
2015-06-03Btrfs: fix up read_tree_block to return proper errorLiu Bo1-5/+14
2015-04-13btrfs: qgroup: do a reservation in a higher level.Dongsheng Yang1-1/+1
2015-04-10Btrfs: allow block group cache writeout outside critical section in commitChris Mason1-3/+6
2014-12-12btrfs: sink blocksize parameter to tree_block_processedDavid Sterba1-4/+5
2014-12-12btrfs: sink blocksize parameter to readahead_tree_blockDavid Sterba1-2/+1
2014-10-04Merge branch 'cleanup/blocksize-diet-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linusChris Mason1-22/+6
2014-10-04Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linusChris Mason1-2/+1
2014-10-03Btrfs: fix build_backref_tree issue with multiple shared blocksJosef Bacik1-1/+4
2014-10-03Btrfs: cleanup error handling in build_backref_treeJosef Bacik1-29/+59
2014-10-02btrfs: let merge_reloc_roots return voidDavid Sterba1-2/+1
2014-10-02btrfs: remove parameter blocksize from read_tree_blockDavid Sterba1-7/+4
2014-10-02btrfs: inline code of reada_tree_block and remove itDavid Sterba1-10/+2
2014-10-02btrfs: remove unused parameter from readahead_tree_blockDavid Sterba1-7/+2
2014-09-17btrfs: use nodesize everywhere, kill leafsizeDavid Sterba1-11/+10
2014-09-17btrfs: clenaup: don't call btrfs_release_path before free_pathDavid Sterba1-1/+0
2014-06-09btrfs: remove stale newlines from log messagesDavid Sterba1-2/+2
2014-06-09Btrfs: use bitfield instead of integer data type for the some variants in btrfs_rootMiao Xie1-8/+9
2014-04-06Btrfs: do not reset last_snapshot after relocationJosef Bacik1-21/+0
2014-03-10Btrfs: don't flush all delalloc inodes when we doesn't get s_umount lockMiao Xie1-1/+1
2014-01-28Btrfs: fix an oops when we fail to relocate tree blocksWang Shilong1-0/+6
2014-01-28Btrfs: fix an oops when we fail to merge reloc rootsWang Shilong1-7/+3
2014-01-28Btrfs: remove unused argument from select_reloc_root()Wang Shilong1-4/+2
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton1-2/+2
2014-01-28Btrfs: remove unnecessary filemap writting and waiting after block group relocationWang Shilong1-5/+0
2014-01-28Btrfs: improve forever loop when doing balance relocationWang Shilong1-38/+36
2013-12-12Btrfs: make sure we cleanup all reloc roots if error happensWang Shilong1-0/+7
2013-12-12Btrfs: skip building backref tree for uuid and quota tree when doing balance relocationWang Shilong1-1/+3
2013-12-12Btrfs: fix an oops when doing balance relocationWang Shilong1-23/+47
2013-11-11Btrfs: rename btrfs_start_all_delalloc_inodesMiao Xie1-1/+1
2013-11-11Btrfs: don't wait for the completion of all the ordered extentsMiao Xie1-1/+1
2013-11-11btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)Dulshani Gunawardhana1-9/+4
2013-11-11Btrfs: use 'u64' rather than 'int' to get extent's generationWang Shilong1-1/+1
2013-11-11Btrfs: stop committing the transaction so much during relocateJosef Bacik1-20/+13
2013-11-11Btrfs: return an error from btrfs_wait_ordered_rangeJosef Bacik1-1/+6
2013-11-11Btrfs: fix BUG_ON() casued by the reserved space migrationMiao Xie1-2/+4
2013-11-11Btrfs: relocate csums properly with prealloc extentsJosef Bacik1-3/+15
2013-11-11Btrfs: remove path arg from btrfs_truncate_free_space_cacheFilipe David Borba Manana1-10/+1
2013-10-10Btrfs: fix oops caused by the space balance and dead rootsMiao Xie1-1/+1
2013-09-21Btrfs: kill delay_iput arg to the wait_ordered functionsJosef Bacik1-1/+1
2013-09-21Btrfs: fixup error handling in btrfs_reloc_cowJosef Bacik1-17/+24
2013-09-01Btrf: cleanup: don't check for root_refs == 0 twiceStefan Behrens1-3/+0