aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/relocation.c
AgeCommit message (Expand)Author
2014-01-28Btrfs: fix an oops when we fail to relocate tree blocksWang Shilong
2014-01-28Btrfs: fix an oops when we fail to merge reloc rootsWang Shilong
2014-01-28Btrfs: remove unused argument from select_reloc_root()Wang Shilong
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton
2014-01-28Btrfs: remove unnecessary filemap writting and waiting after block group relo...Wang Shilong
2014-01-28Btrfs: improve forever loop when doing balance relocationWang Shilong
2013-12-12Btrfs: make sure we cleanup all reloc roots if error happensWang Shilong
2013-12-12Btrfs: skip building backref tree for uuid and quota tree when doing balance ...Wang Shilong
2013-12-12Btrfs: fix an oops when doing balance relocationWang Shilong
2013-11-11Btrfs: rename btrfs_start_all_delalloc_inodesMiao Xie
2013-11-11Btrfs: don't wait for the completion of all the ordered extentsMiao Xie
2013-11-11btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)Dulshani Gunawardhana
2013-11-11Btrfs: use 'u64' rather than 'int' to get extent's generationWang Shilong
2013-11-11Btrfs: stop committing the transaction so much during relocateJosef Bacik
2013-11-11Btrfs: return an error from btrfs_wait_ordered_rangeJosef Bacik
2013-11-11Btrfs: fix BUG_ON() casued by the reserved space migrationMiao Xie
2013-11-11Btrfs: relocate csums properly with prealloc extentsJosef Bacik
2013-11-11Btrfs: remove path arg from btrfs_truncate_free_space_cacheFilipe David Borba Manana
2013-10-10Btrfs: fix oops caused by the space balance and dead rootsMiao Xie
2013-09-21Btrfs: kill delay_iput arg to the wait_ordered functionsJosef Bacik
2013-09-21Btrfs: fixup error handling in btrfs_reloc_cowJosef Bacik
2013-09-01Btrf: cleanup: don't check for root_refs == 0 twiceStefan Behrens
2013-09-01Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven
2013-09-01Btrfs: change how we queue blocks for backref checkingJosef Bacik
2013-09-01Btrfs: check to see if we have an inline item properlyJosef Bacik
2013-09-01Btrfs: cleanup reloc roots properly on errorJosef Bacik
2013-09-01Btrfs: add missing error checks to add_data_referencesFilipe David Borba Manana
2013-07-02Btrfs: remove btrfs_sector_sum structureMiao Xie
2013-07-01Btrfs: fix not being able to find skinny extents during relocateJosef Bacik
2013-07-01Btrfs: fix broken nocow after balanceMiao Xie
2013-06-14Btrfs: introduce per-subvolume ordered extent listMiao Xie
2013-06-14Btrfs: introduce per-subvolume delalloc inode listMiao Xie
2013-06-14Btrfs: cleanup the similar code of the fs root readMiao Xie
2013-06-08Btrfs: init relocate extent_io_tree with a mappingJosef Bacik
2013-05-17Btrfs: don't use global block reservation for inode cache truncationMiao Xie
2013-05-17Btrfs: fix possible memory leak in replace_path()Stefan Behrens
2013-05-06btrfs: handle errors returned from get_tree_block_keyDavid Sterba
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen
2013-05-06Btrfs: fix all callers of read_tree_blockJosef Bacik
2013-05-06Btrfs: fix bad extent loggingJosef Bacik
2013-05-06btrfs: clean snapshots one by oneDavid Sterba
2013-05-06Btrfs: add a incompatible format change for smaller metadata extent refsJosef Bacik
2013-03-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-03-04Btrfs: do not BUG_ON on aborted situationLiu Bo
2013-03-04Btrfs: do not BUG_ON in prepare_to_relocLiu Bo
2013-03-04Btrfs: free all recorded tree blocks on errorLiu Bo
2013-03-04Btrfs: build up error handling for merge_reloc_rootsLiu Bo
2013-03-04Btrfs: check for NULL pointer in updating reloc rootsLiu Bo
2013-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-02-20Btrfs: use wrapper page_offsetMiao Xie