aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)Author
2011-06-08Btrfs: fix the allocator loop logicJosef Bacik
2011-06-08Btrfs: don't commit the transaction if we dont have enough pinned bytesJosef Bacik
2011-06-04btrfs: add helper for fs_info->closingDavid Sterba
2011-05-28Merge branch 'for-chris' ofChris Mason
2011-05-23Merge branch 'cleanups_and_fixes' into inode_numbersChris Mason
2011-05-23Btrfs: BUG_ON is deleted from the caller of btrfs_truncate_item & btrfs_exten...Tsutomu Itoh
2011-05-23btrfs: don't spin in shrink_delalloc if there is nothing to freeSergei Trofimovich
2011-05-23Btrfs: don't try to allocate from a block group that doesn't have enough spaceJosef Bacik
2011-05-23Btrfs: don't always do readaheadJosef Bacik
2011-05-23Btrfs: try not to sleep as much when doing slow cachingJosef Bacik
2011-05-23Btrfs: kill BTRFS_I(inode)->block_groupJosef Bacik
2011-05-23Btrfs: fix how we do space reservation for truncateJosef Bacik
2011-05-23Btrfs: kill trans_mutexJosef Bacik
2011-05-23Btrfs: take away the num_items argument from btrfs_join_transactionJosef Bacik
2011-05-22Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Chris Mason
2011-05-22Merge branch 'delayed_inode' into inode_numbersChris Mason
2011-05-21btrfs: implement delayed inode items operationMiao Xie
2011-05-21Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_num...Chris Mason
2011-05-14Btrfs: fix easily get into ENOSPC in mixed caseliubo
2011-05-06btrfs: remove old unused commented out codeDavid Sterba
2011-05-02btrfs: Document a mutex lock/unlock sequenceDavid 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: make functions static when possibleDavid Sterba
2011-04-25Btrfs: check return value of kmalloc()Tsutomu Itoh
2011-04-25Btrfs: Support reading/writing on disk free ino cacheLi Zefan
2011-04-25Btrfs: Always use 64bit inode numberLi Zefan
2011-04-25Btrfs: Make free space cache code genericLi Zefan
2011-04-16Btrfs: avoid taking the chunk_mutex in do_chunk_allocJosef Bacik
2011-04-15Btrfs: don't force chunk allocation in find_free_extentChris Mason
2011-03-28Btrfs: fix OOPS of empty filesystem after balanceliubo
2011-03-28Btrfs: fix memory leak of empty filesystem after balanceliubo
2011-03-28Btrfs: fix uncheck memory allocationsYoshinori Sano
2011-03-28Btrfs: add btrfs_trim_fs() to handle FITRIMLi Dongyang
2011-03-28Btrfs: adjust btrfs_discard_extent() return errors and trimmed bytesLi Dongyang
2011-03-28Btrfs: make update_reserved_bytes() publicLi Dongyang
2011-03-28btrfs: use GFP_NOFS instead of GFP_KERNELMiao Xie
2011-03-28Btrfs: check return value of read_tree_block()Tsutomu Itoh
2011-03-28Btrfs: cleanup some BUG_ON()Tsutomu Itoh
2011-03-28Btrfs: add initial tracepoint support for btrfsliubo
2011-03-17Btrfs: check items for correctness as we searchJosef Bacik
2011-03-17Btrfs: handle errors in btrfs_orphan_cleanupJosef Bacik
2011-03-17Btrfs: change reserved_extents to an atomic_tJosef Bacik
2011-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2011-03-12Btrfs: break out of shrink_delalloc earlierChris Mason
2011-02-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2011-02-16Btrfs: allow balance to explicitly allocate chunks as it relocatesChris Mason
2011-02-16Btrfs: put ENOSPC debugging under a mount optionChris Mason
2011-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2011-02-14Btrfs: check return value of alloc_extent_map()Tsutomu Itoh