summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/relocation.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'cleanup/blocksize-diet-part1' of git://git.kernel.org/pub/scm/l...Chris Mason2014-10-041-22/+6
|\
| * btrfs: remove parameter blocksize from read_tree_blockDavid Sterba2014-10-021-7/+4
| * btrfs: inline code of reada_tree_block and remove itDavid Sterba2014-10-021-10/+2
| * btrfs: remove unused parameter from readahead_tree_blockDavid Sterba2014-10-021-7/+2
* | Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/ke...Chris Mason2014-10-041-2/+1
|\ \
| * | btrfs: let merge_reloc_roots return voidDavid Sterba2014-10-021-2/+1
| |/
* | Btrfs: fix build_backref_tree issue with multiple shared blocksJosef Bacik2014-10-031-1/+4
* | Btrfs: cleanup error handling in build_backref_treeJosef Bacik2014-10-031-29/+59
|/
* btrfs: use nodesize everywhere, kill leafsizeDavid Sterba2014-09-171-11/+10
* btrfs: clenaup: don't call btrfs_release_path before free_pathDavid Sterba2014-09-171-1/+0
* btrfs: remove stale newlines from log messagesDavid Sterba2014-06-091-2/+2
* Btrfs: use bitfield instead of integer data type for the some variants in btr...Miao Xie2014-06-091-8/+9
* Btrfs: do not reset last_snapshot after relocationJosef Bacik2014-04-061-21/+0
* Btrfs: don't flush all delalloc inodes when we doesn't get s_umount lockMiao Xie2014-03-101-1/+1
* Btrfs: fix an oops when we fail to relocate tree blocksWang Shilong2014-01-281-0/+6
* Btrfs: fix an oops when we fail to merge reloc rootsWang Shilong2014-01-281-7/+3
* Btrfs: remove unused argument from select_reloc_root()Wang Shilong2014-01-281-4/+2
* Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton2014-01-281-2/+2
* Btrfs: remove unnecessary filemap writting and waiting after block group relo...Wang Shilong2014-01-281-5/+0
* Btrfs: improve forever loop when doing balance relocationWang Shilong2014-01-281-38/+36
* Btrfs: make sure we cleanup all reloc roots if error happensWang Shilong2013-12-121-0/+7
* Btrfs: skip building backref tree for uuid and quota tree when doing balance ...Wang Shilong2013-12-121-1/+3
* Btrfs: fix an oops when doing balance relocationWang Shilong2013-12-121-23/+47
* Btrfs: rename btrfs_start_all_delalloc_inodesMiao Xie2013-11-111-1/+1
* Btrfs: don't wait for the completion of all the ordered extentsMiao Xie2013-11-111-1/+1
* btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)Dulshani Gunawardhana2013-11-111-9/+4
* Btrfs: use 'u64' rather than 'int' to get extent's generationWang Shilong2013-11-111-1/+1
* Btrfs: stop committing the transaction so much during relocateJosef Bacik2013-11-111-20/+13
* Btrfs: return an error from btrfs_wait_ordered_rangeJosef Bacik2013-11-111-1/+6
* Btrfs: fix BUG_ON() casued by the reserved space migrationMiao Xie2013-11-111-2/+4
* Btrfs: relocate csums properly with prealloc extentsJosef Bacik2013-11-111-3/+15
* Btrfs: remove path arg from btrfs_truncate_free_space_cacheFilipe David Borba Manana2013-11-111-10/+1
* Btrfs: fix oops caused by the space balance and dead rootsMiao Xie2013-10-101-1/+1
* Btrfs: kill delay_iput arg to the wait_ordered functionsJosef Bacik2013-09-211-1/+1
* Btrfs: fixup error handling in btrfs_reloc_cowJosef Bacik2013-09-211-17/+24
* Btrf: cleanup: don't check for root_refs == 0 twiceStefan Behrens2013-09-011-3/+0
* Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven2013-09-011-4/+3
* Btrfs: change how we queue blocks for backref checkingJosef Bacik2013-09-011-7/+7
* Btrfs: check to see if we have an inline item properlyJosef Bacik2013-09-011-0/+5
* Btrfs: cleanup reloc roots properly on errorJosef Bacik2013-09-011-1/+6
* Btrfs: add missing error checks to add_data_referencesFilipe David Borba Manana2013-09-011-1/+6
* Btrfs: remove btrfs_sector_sum structureMiao Xie2013-07-021-11/+3
* Btrfs: fix not being able to find skinny extents during relocateJosef Bacik2013-07-011-8/+27
* Btrfs: fix broken nocow after balanceMiao Xie2013-07-011-0/+44
* Btrfs: introduce per-subvolume ordered extent listMiao Xie2013-06-141-1/+1
* Btrfs: introduce per-subvolume delalloc inode listMiao Xie2013-06-141-1/+1
* Btrfs: cleanup the similar code of the fs root readMiao Xie2013-06-141-3/+2
* Btrfs: init relocate extent_io_tree with a mappingJosef Bacik2013-06-081-4/+5
* Btrfs: don't use global block reservation for inode cache truncationMiao Xie2013-05-171-0/+5
* Btrfs: fix possible memory leak in replace_path()Stefan Behrens2013-05-171-1/+1
OpenPOWER on IntegriCloud