aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-03-131-12/+23
|\
| * Btrfs: break out of shrink_delalloc earlierChris Mason2011-03-121-12/+23
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-02-251-1/+8
|\ \ | |/
| * Btrfs: allow balance to explicitly allocate chunks as it relocatesChris Mason2011-02-161-0/+7
| * Btrfs: put ENOSPC debugging under a mount optionChris Mason2011-02-161-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-02-151-1/+1
|\ \ | |/
| * Btrfs: check return value of alloc_extent_map()Tsutomu Itoh2011-02-141-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-02-071-17/+81
|\ \ | |/
| * Btrfs: exclude super blocks when we read in block groupsJosef Bacik2011-02-061-8/+18
| * btrfs: fix return value check of btrfs_start_transaction()Tsutomu Itoh2011-02-011-2/+5
| * btrfs: checking NULL or not in some functionsTsutomu Itoh2011-02-011-0/+2
| * Btrfs: make shrink_delalloc a little friendlierJosef Bacik2011-01-311-3/+14
| * Btrfs: use the global block reserve if we cannot reserve spaceJosef Bacik2011-01-281-1/+27
| * Btrfs: do not release more reserved bytes to the global_block_rsv than we needJosef Bacik2011-01-281-2/+14
| * btrfs: fix return value check of btrfs_join_transaction()Tsutomu Itoh2011-01-281-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-01-171-11/+79
|\ \ | |/
| * Btrfs: forced readonly mounts on errorsliubo2011-01-171-0/+11
| * Btrfs: don't warn if we get ENOSPC in btrfs_block_rsv_checkJosef Bacik2011-01-161-5/+0
| * btrfs: fix wrong free space information of btrfsMiao Xie2011-01-161-1/+57
| * btrfs: restructure find_free_dev_extent()Miao Xie2011-01-161-2/+2
| * btrfs: try to reclaim some space when chunk allocation failsMiao Xie2011-01-161-2/+7
| * Btrfs: fix off by one while setting block groups readonlyChris Mason2011-01-041-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2010-12-141-16/+59
|\ \ | |/
| * Btrfs: prevent RAID level downgrades when space is lowChris Mason2010-12-131-1/+19
| * Btrfs: account for missing devices in RAID allocation profilesChris Mason2010-12-131-2/+15
| * Btrfs: do not BUG if we fail to remove the orphan item for dead snapshotsJosef Bacik2010-12-101-3/+7
| * Btrfs: do not do fast caching if we are allocating blocks for tree_rootJosef Bacik2010-12-091-6/+12
| * Btrfs: deal with space cache errors betterJosef Bacik2010-12-091-4/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2010-11-291-1/+1
|\ \ | |/
| * btrfs: Fix early enospc because 'unused' calculated with wrong sign.Arne Jansen2010-11-211-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2010-10-301-154/+540
|\ \ | |/
| * Btrfs: drop unused variable in block_alloc_rsvChris Mason2010-10-291-4/+0
| * Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Andi Kleen2010-10-291-2/+0
| * Btrfs: use the flusher threads for delalloc throttlingChris Mason2010-10-291-18/+15
| * Btrfs: tune the chunk allocation to 5% of the FS as metadataChris Mason2010-10-291-4/+18
| * Merge branch 'bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Chris Mason2010-10-291-127/+171
| |\
| | * Btrfs: remove warn_on from use_block_rsvJosef Bacik2010-10-261-5/+0
| | * Btrfs: set trans to null in reserve_metadata_bytes if we commit the transactionJosef Bacik2010-10-261-3/+6
| | * Btrfs: rework how we reserve metadata bytesJosef Bacik2010-10-221-109/+129
| | * Btrfs: don't allocate chunks as aggressivelyJosef Bacik2010-10-221-2/+5
| | * Btrfs: re-work delalloc flushingJosef Bacik2010-10-221-12/+14
| | * Btrfs: fix reservation code for mixed block groupsJosef Bacik2010-10-221-2/+6
| | * Btrfs: fix df regressionJosef Bacik2010-10-221-0/+10
| | * Btrfs: stop trying to shrink delalloc if there are no inodes to reclaimJosef Bacik2010-10-221-0/+5
| * | Btrfs: let the user know space caching is enabledJosef Bacik2010-10-291-0/+2
| * | Btrfs: Add a clear_cache mount optionJosef Bacik2010-10-291-0/+2
| * | Btrfs: add support for mixed data+metadata block groupsJosef Bacik2010-10-291-3/+19
| * | Btrfs: check cache->caching_ctl before returning if caching has startedJosef Bacik2010-10-291-0/+6
| * | Btrfs: load free space cache if it existsJosef Bacik2010-10-291-3/+47
| * | Btrfs: write out free space cacheJosef Bacik2010-10-291-0/+48