summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)Author
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
2011-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2011-02-06Btrfs: exclude super blocks when we read in block groupsJosef Bacik
2011-02-01btrfs: fix return value check of btrfs_start_transaction()Tsutomu Itoh
2011-02-01btrfs: checking NULL or not in some functionsTsutomu Itoh
2011-01-31Btrfs: make shrink_delalloc a little friendlierJosef Bacik
2011-01-28Btrfs: use the global block reserve if we cannot reserve spaceJosef Bacik
2011-01-28Btrfs: do not release more reserved bytes to the global_block_rsv than we needJosef Bacik
2011-01-28btrfs: fix return value check of btrfs_join_transaction()Tsutomu Itoh
2011-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-01-17Btrfs: forced readonly mounts on errorsliubo
2011-01-16Btrfs: don't warn if we get ENOSPC in btrfs_block_rsv_checkJosef Bacik
2011-01-16btrfs: fix wrong free space information of btrfsMiao Xie
2011-01-16btrfs: restructure find_free_dev_extent()Miao Xie
2011-01-16btrfs: try to reclaim some space when chunk allocation failsMiao Xie
2011-01-04Btrfs: fix off by one while setting block groups readonlyChris Mason
2010-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2010-12-13Btrfs: prevent RAID level downgrades when space is lowChris Mason
2010-12-13Btrfs: account for missing devices in RAID allocation profilesChris Mason
2010-12-10Btrfs: do not BUG if we fail to remove the orphan item for dead snapshotsJosef Bacik
2010-12-09Btrfs: do not do fast caching if we are allocating blocks for tree_rootJosef Bacik
2010-12-09Btrfs: deal with space cache errors betterJosef Bacik
2010-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2010-11-21btrfs: Fix early enospc because 'unused' calculated with wrong sign.Arne Jansen
2010-10-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2010-10-29Btrfs: drop unused variable in block_alloc_rsvChris Mason
2010-10-29Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Andi Kleen
2010-10-29Btrfs: use the flusher threads for delalloc throttlingChris Mason
2010-10-29Btrfs: tune the chunk allocation to 5% of the FS as metadataChris Mason
2010-10-29Merge branch 'bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Chris Mason
2010-10-29Btrfs: let the user know space caching is enabledJosef Bacik
2010-10-29Btrfs: Add a clear_cache mount optionJosef Bacik
2010-10-29Btrfs: add support for mixed data+metadata block groupsJosef Bacik
2010-10-29Btrfs: check cache->caching_ctl before returning if caching has startedJosef Bacik
2010-10-29Btrfs: load free space cache if it existsJosef Bacik
2010-10-29Btrfs: write out free space cacheJosef Bacik
2010-10-28Btrfs: create special free space cache inodeJosef Bacik
2010-10-26Btrfs: remove warn_on from use_block_rsvJosef Bacik
2010-10-26Btrfs: set trans to null in reserve_metadata_bytes if we commit the transactionJosef Bacik
2010-10-22Btrfs: rework how we reserve metadata bytesJosef Bacik
2010-10-22Btrfs: don't allocate chunks as aggressivelyJosef Bacik
2010-10-22Btrfs: re-work delalloc flushingJosef Bacik
2010-10-22Btrfs: fix reservation code for mixed block groupsJosef Bacik
2010-10-22Btrfs: fix df regressionJosef Bacik