aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-13Btrfs: drop the delalloc_bytes check in shrink_delallocChris Mason1-4/+0
2011-06-08Btrfs: fix the allocator loop logicJosef Bacik1-23/+25
2011-06-08Btrfs: don't commit the transaction if we dont have enough pinned bytesJosef Bacik1-0/+7
2011-06-04btrfs: add helper for fs_info->closingDavid Sterba1-2/+1
2011-05-28Merge branch 'for-chris' ofChris Mason1-33/+67
2011-05-23Merge branch 'cleanups_and_fixes' into inode_numbersChris Mason1-3/+4
2011-05-23Btrfs: BUG_ON is deleted from the caller of btrfs_truncate_item & btrfs_extend_itemTsutomu Itoh1-3/+0
2011-05-23btrfs: don't spin in shrink_delalloc if there is nothing to freeSergei Trofimovich1-0/+4
2011-05-23Btrfs: don't try to allocate from a block group that doesn't have enough spaceJosef Bacik1-0/+8
2011-05-23Btrfs: don't always do readaheadJosef Bacik1-1/+2
2011-05-23Btrfs: try not to sleep as much when doing slow cachingJosef Bacik1-8/+11
2011-05-23Btrfs: kill BTRFS_I(inode)->block_groupJosef Bacik1-8/+2
2011-05-23Btrfs: fix how we do space reservation for truncateJosef Bacik1-10/+36
2011-05-23Btrfs: kill trans_mutexJosef Bacik1-1/+2
2011-05-23Btrfs: take away the num_items argument from btrfs_join_transactionJosef Bacik1-6/+6
2011-05-22Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into inode_numbersChris Mason1-1685/+38
2011-05-22Merge branch 'delayed_inode' into inode_numbersChris Mason1-12/+6
2011-05-21btrfs: implement delayed inode items operationMiao Xie1-12/+6
2011-05-21Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_numbersChris Mason1-24/+26
2011-05-14Btrfs: fix easily get into ENOSPC in mixed caseliubo1-11/+26
2011-05-06btrfs: remove old unused commented out codeDavid Sterba1-1660/+1
2011-05-02btrfs: Document a mutex lock/unlock sequenceDavid Sterba1-0/+12
2011-05-02btrfs: drop unused parameter from btrfs_release_pathDavid Sterba1-22/+22
2011-05-02btrfs: drop gfp parameter from alloc_extent_mapDavid Sterba1-1/+1
2011-05-02btrfs: make functions static when possibleDavid Sterba1-3/+3
2011-04-25Btrfs: check return value of kmalloc()Tsutomu Itoh1-0/+4
2011-04-25Btrfs: Support reading/writing on disk free ino cacheLi Zefan1-1/+2
2011-04-25Btrfs: Always use 64bit inode numberLi Zefan1-5/+5
2011-04-25Btrfs: Make free space cache code genericLi Zefan1-18/+19
2011-04-16Btrfs: avoid taking the chunk_mutex in do_chunk_allocJosef Bacik1-5/+25
2011-04-15Btrfs: don't force chunk allocation in find_free_extentChris Mason1-22/+73
2011-03-28Btrfs: fix OOPS of empty filesystem after balanceliubo1-0/+23
2011-03-28Btrfs: fix memory leak of empty filesystem after balanceliubo1-0/+6
2011-03-28Btrfs: fix uncheck memory allocationsYoshinori Sano1-0/+4
2011-03-28Btrfs: add btrfs_trim_fs() to handle FITRIMLi Dongyang1-1/+49
2011-03-28Btrfs: adjust btrfs_discard_extent() return errors and trimmed bytesLi Dongyang1-17/+26
2011-03-28Btrfs: make update_reserved_bytes() publicLi Dongyang1-9/+7
2011-03-28btrfs: use GFP_NOFS instead of GFP_KERNELMiao Xie1-2/+2
2011-03-28Btrfs: check return value of read_tree_block()Tsutomu Itoh1-0/+6
2011-03-28Btrfs: cleanup some BUG_ON()Tsutomu Itoh1-7/+18
2011-03-28Btrfs: add initial tracepoint support for btrfsliubo1-0/+4
2011-03-17Btrfs: check items for correctness as we searchJosef Bacik1-0/+5
2011-03-17Btrfs: handle errors in btrfs_orphan_cleanupJosef Bacik1-1/+2
2011-03-17Btrfs: change reserved_extents to an atomic_tJosef Bacik1-16/+26
2011-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-12/+23
2011-03-12Btrfs: break out of shrink_delalloc earlierChris Mason1-12/+23
2011-02-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-1/+8
2011-02-16Btrfs: allow balance to explicitly allocate chunks as it relocatesChris Mason1-0/+7
2011-02-16Btrfs: put ENOSPC debugging under a mount optionChris Mason1-1/+1
2011-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-1/+1