summaryrefslogtreecommitdiff
path: root/fs/btrfs/relocation.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-9/+21
2011-06-17Btrfs: fix relocation racesChris Mason1-9/+21
2011-06-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-14/+20
2011-05-28Merge branch 'for-chris' ofChris Mason1-14/+20
2011-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-32/+35
2011-05-23Btrfs: don't always do readaheadJosef Bacik1-0/+6
2011-05-23Btrfs: kill trans_mutexJosef Bacik1-8/+8
2011-05-23Btrfs: take away the num_items argument from btrfs_join_transactionJosef Bacik1-6/+6
2011-05-23Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Chris Mason1-1/+1
2011-05-22Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Chris Mason1-19/+19
2011-05-21Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_num...Chris Mason1-12/+15
2011-05-12btrfs: scrubArne Jansen1-1/+1
2011-05-10treewide: fix a few typos in commentsJustin P. Mattock1-1/+1
2011-05-06btrfs: remove all unused functionsDavid Sterba1-1/+1
2011-05-02btrfs: drop unused parameter from btrfs_release_pathDavid Sterba1-15/+15
2011-05-02btrfs: drop gfp parameter from alloc_extent_mapDavid Sterba1-1/+1
2011-05-02btrfs: drop unused argument from extent_io_tree_initDavid Sterba1-1/+1
2011-05-02btrfs: unify checking of IS_ERR and nullDavid Sterba1-1/+1
2011-04-25Btrfs: Always use 64bit inode numberLi Zefan1-11/+13
2011-04-25Btrfs: Cache free inode numbers in memoryLi Zefan1-1/+2
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-28Btrfs: check return value of read_tree_block()Tsutomu Itoh1-0/+6
2011-03-17Btrfs: handle errors in btrfs_orphan_cleanupJosef Bacik1-1/+1
2011-02-16Btrfs: allow balance to explicitly allocate chunks as it relocatesChris Mason1-1/+12
2011-02-14Btrfs: Fix balance panicYan, Zheng1-0/+1
2011-02-01btrfs: fix return value check of btrfs_start_transaction()Tsutomu Itoh1-0/+3
2011-01-28btrfs: fix return value check of btrfs_join_transaction()Tsutomu Itoh1-3/+23
2010-10-29Btrfs: Fix variables set but not read (bugs found by gcc 4.6)Andi Kleen1-1/+3
2010-10-29Merge branch 'bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Chris Mason1-11/+3
2010-10-28Btrfs: create special free space cache inodeJosef Bacik1-4/+87
2010-10-22Btrfs: rework how we reserve metadata bytesJosef Bacik1-11/+3
2010-06-11Btrfs: Fix null dereference in relocation.cYan, Zheng1-3/+4
2010-05-25Btrfs: Metadata ENOSPC handling for balanceYan, Zheng1-730/+1137
2010-05-25Btrfs: Pre-allocate space for data relocationYan, Zheng1-25/+65
2010-05-25Btrfs: Integrate metadata reservation with start_transactionYan, Zheng1-9/+9
2010-05-25Btrfs: Introduce contexts for metadata reservationYan, Zheng1-3/+13
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-15Btrfs: cache the extent state everywhere we possibly can V2Josef Bacik1-1/+1
2010-03-15Btrfs: change how we mount subvolumesJosef Bacik1-1/+1
2010-03-08Btrfs: use RB_ROOT to intialize rb_trees instead of setting rb_node to NULLEric Paris1-2/+2
2010-02-04Btrfs: remove BUG_ON() due to mounting bad filesystemMiao Xie1-1/+2
2010-01-17Btrfs, fix memory leaks in error pathsJiri Slaby1-1/+3
2009-12-17Btrfs: Add delayed iputYan, Zheng1-2/+2
2009-12-17Btrfs: Make truncate(2) more ENOSPC friendlyYan, Zheng1-13/+20
2009-12-17Btrfs: Avoid orphan inodes cleanup while replaying logYan, Zheng1-0/+1
2009-10-05Btrfs: fix deadlock on async thread startupChris Mason1-2/+2
2009-09-24Btrfs: relocate file extents in clustersYan, Zheng1-89/+148
2009-09-21Btrfs: add snapshot/subvolume destroy ioctlYan, Zheng1-6/+35
2009-09-11Btrfs: use a cached state for extent state operations during delallocChris Mason1-1/+1
2009-09-11Btrfs: switch extent_map to a rw lockChris Mason1-2/+2