aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/relocation.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-01Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven1-4/+3
2013-09-01Btrfs: change how we queue blocks for backref checkingJosef Bacik1-7/+7
2013-09-01Btrfs: check to see if we have an inline item properlyJosef Bacik1-0/+5
2013-09-01Btrfs: cleanup reloc roots properly on errorJosef Bacik1-1/+6
2013-09-01Btrfs: add missing error checks to add_data_referencesFilipe David Borba Manana1-1/+6
2013-07-02Btrfs: remove btrfs_sector_sum structureMiao Xie1-11/+3
2013-07-01Btrfs: fix not being able to find skinny extents during relocateJosef Bacik1-8/+27
2013-07-01Btrfs: fix broken nocow after balanceMiao Xie1-0/+44
2013-06-14Btrfs: introduce per-subvolume ordered extent listMiao Xie1-1/+1
2013-06-14Btrfs: introduce per-subvolume delalloc inode listMiao Xie1-1/+1
2013-06-14Btrfs: cleanup the similar code of the fs root readMiao Xie1-3/+2
2013-06-08Btrfs: init relocate extent_io_tree with a mappingJosef Bacik1-4/+5
2013-05-17Btrfs: don't use global block reservation for inode cache truncationMiao Xie1-0/+5
2013-05-17Btrfs: fix possible memory leak in replace_path()Stefan Behrens1-1/+1
2013-05-06btrfs: handle errors returned from get_tree_block_keyDavid Sterba1-4/+8
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen1-2/+1
2013-05-06Btrfs: fix all callers of read_tree_blockJosef Bacik1-3/+15
2013-05-06Btrfs: fix bad extent loggingJosef Bacik1-1/+1
2013-05-06btrfs: clean snapshots one by oneDavid Sterba1-3/+0
2013-05-06Btrfs: add a incompatible format change for smaller metadata extent refsJosef Bacik1-15/+58
2013-03-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-17/+57
2013-03-04Btrfs: do not BUG_ON on aborted situationLiu Bo1-1/+5
2013-03-04Btrfs: do not BUG_ON in prepare_to_relocLiu Bo1-1/+9
2013-03-04Btrfs: free all recorded tree blocks on errorLiu Bo1-3/+6
2013-03-04Btrfs: build up error handling for merge_reloc_rootsLiu Bo1-12/+35
2013-03-04Btrfs: check for NULL pointer in updating reloc rootsLiu Bo1-0/+2
2013-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-1/+1
2013-02-20Btrfs: use wrapper page_offsetMiao Xie1-1/+1
2013-01-29Merge branch 'master' into for-nextJiri Kosina1-21/+19
2013-01-09btrfs: fix comment typosLiu Bo1-2/+2
2012-12-12Btrfs: cleanup for btrfs_btree_balance_dirtyLiu Bo1-16/+6
2012-12-11Btrfs: make delalloc inodes be flushed by multi-taskMiao Xie1-1/+5
2012-12-11Btrfs: improve the noflush reservationMiao Xie1-4/+8
2012-10-09Btrfs: cache extent state when writing out dirty metadata pagesJosef Bacik1-1/+1
2012-10-04Btrfs: kill obsolete arguments in btrfs_wait_ordered_extentsLiu Bo1-1/+1
2012-10-01Btrfs: fix error handling in delete_block_group_cache()Tsutomu Itoh1-2/+2
2012-10-01Btrfs: add a new "type" field into the block reservation structureMiao Xie1-1/+2
2012-07-30btrfs: use printk_get_level and printk_skip_level, add __printf, fix falloutJoe Perches1-1/+1
2012-07-23Btrfs: fix error handling in __add_reloc_root()Dan Carpenter1-1/+2
2012-04-27Btrfs: Fix space checking during fs resizeDaniel J Blueman1-1/+1
2012-04-27Btrfs: Prevent root_list corruptionDaniel J Blueman1-0/+2
2012-03-22btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney1-11/+24
2012-03-22btrfs: enhance transaction abort infrastructureJeff Mahoney1-6/+8
2012-03-22btrfs: btrfs_drop_snapshot should return intJeff Mahoney1-1/+2
2012-03-22btrfs: drop gfp_t from lock_extentJeff Mahoney1-12/+10
2012-03-22btrfs: __add_reloc_root error push-upJeff Mahoney1-6/+16
2012-03-22btrfs: Panic on bad rbtree operationsJeff Mahoney1-7/+29
2012-01-16Btrfs: add a delalloc mutex to inodes for delalloc reservationsJosef Bacik1-2/+0
2012-01-16Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into integrationChris Mason1-8/+10
2011-12-22Btrfs: mark delayed refs as for cowArne Jansen1-8/+10