aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/relocation.c
AgeCommit message (Expand)Author
2011-12-15Btrfs: fix how we do delalloc reservations and how we free reservations on errorJosef Bacik
2011-11-10Btrfs: fix orphan backref nodesMiao Xie
2011-10-20btrfs: check file extent backref offset underflowYan, Zheng
2011-10-19Btrfs: seperate out btrfs_block_rsv_check out into 2 different functionsJosef Bacik
2011-10-19Btrfs: use the inode's mapping mask for allocating pagesJosef Bacik
2011-10-19Btrfs: stop passing a trans handle all around the reservation codeJosef Bacik
2011-10-19Btrfs: allow callers to specify if flushing can occur for btrfs_block_rsv_checkJosef Bacik
2011-10-19Btrfs: kill unused parts of block_rsvJosef Bacik
2011-10-19Btrfs: kill the durable block rsv stuffJosef Bacik
2011-07-27Merge branch 'integration' into for-linusChris Mason
2011-07-27Btrfs: use find_or_create_page instead of grab_cache_pageJosef Bacik
2011-06-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-06-17Btrfs: fix relocation racesChris Mason
2011-06-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-05-28Merge branch 'for-chris' ofChris Mason
2011-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-05-23Btrfs: don't always do readaheadJosef Bacik
2011-05-23Btrfs: kill trans_mutexJosef Bacik
2011-05-23Btrfs: take away the num_items argument from btrfs_join_transactionJosef Bacik
2011-05-23Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Chris Mason
2011-05-22Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Chris Mason
2011-05-21Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_num...Chris Mason
2011-05-12btrfs: scrubArne Jansen
2011-05-10treewide: fix a few typos in commentsJustin P. Mattock
2011-05-06btrfs: remove all unused functionsDavid Sterba
2011-05-02btrfs: drop unused parameter from btrfs_release_pathDavid Sterba
2011-05-02btrfs: drop gfp parameter from alloc_extent_mapDavid Sterba
2011-05-02btrfs: drop unused argument from extent_io_tree_initDavid Sterba
2011-05-02btrfs: unify checking of IS_ERR and nullDavid Sterba
2011-04-25Btrfs: Always use 64bit inode numberLi Zefan
2011-04-25Btrfs: Cache free inode numbers in memoryLi Zefan
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-28Btrfs: check return value of read_tree_block()Tsutomu Itoh
2011-03-17Btrfs: handle errors in btrfs_orphan_cleanupJosef Bacik
2011-02-16Btrfs: allow balance to explicitly allocate chunks as it relocatesChris Mason
2011-02-14Btrfs: Fix balance panicYan, Zheng
2011-02-01btrfs: fix return value check of btrfs_start_transaction()Tsutomu Itoh
2011-01-28btrfs: fix return value check of btrfs_join_transaction()Tsutomu Itoh
2010-10-29Btrfs: Fix variables set but not read (bugs found by gcc 4.6)Andi Kleen
2010-10-29Merge branch 'bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Chris Mason
2010-10-28Btrfs: create special free space cache inodeJosef Bacik
2010-10-22Btrfs: rework how we reserve metadata bytesJosef Bacik
2010-06-11Btrfs: Fix null dereference in relocation.cYan, Zheng
2010-05-25Btrfs: Metadata ENOSPC handling for balanceYan, Zheng
2010-05-25Btrfs: Pre-allocate space for data relocationYan, Zheng
2010-05-25Btrfs: Integrate metadata reservation with start_transactionYan, Zheng
2010-05-25Btrfs: Introduce contexts for metadata reservationYan, Zheng
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-15Btrfs: cache the extent state everywhere we possibly can V2Josef Bacik
2010-03-15Btrfs: change how we mount subvolumesJosef Bacik