aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 1-12/+23
2011-03-12Btrfs: break out of shrink_delalloc earlierGravatar Chris Mason 1-12/+23
2011-02-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 1-1/+8
2011-02-16Btrfs: allow balance to explicitly allocate chunks as it relocatesGravatar Chris Mason 1-0/+7
2011-02-16Btrfs: put ENOSPC debugging under a mount optionGravatar Chris Mason 1-1/+1
2011-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 1-1/+1
2011-02-14Btrfs: check return value of alloc_extent_map()Gravatar Tsutomu Itoh 1-1/+1
2011-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 1-17/+81
2011-02-06Btrfs: exclude super blocks when we read in block groupsGravatar Josef Bacik 1-8/+18
2011-02-01btrfs: fix return value check of btrfs_start_transaction()Gravatar Tsutomu Itoh 1-2/+5
2011-02-01btrfs: checking NULL or not in some functionsGravatar Tsutomu Itoh 1-0/+2
2011-01-31Btrfs: make shrink_delalloc a little friendlierGravatar Josef Bacik 1-3/+14
2011-01-28Btrfs: use the global block reserve if we cannot reserve spaceGravatar Josef Bacik 1-1/+27
2011-01-28Btrfs: do not release more reserved bytes to the global_block_rsv than we needGravatar Josef Bacik 1-2/+14
2011-01-28btrfs: fix return value check of btrfs_join_transaction()Gravatar Tsutomu Itoh 1-1/+1
2011-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-11/+79
2011-01-17Btrfs: forced readonly mounts on errorsGravatar liubo 1-0/+11
2011-01-16Btrfs: don't warn if we get ENOSPC in btrfs_block_rsv_checkGravatar Josef Bacik 1-5/+0
2011-01-16btrfs: fix wrong free space information of btrfsGravatar Miao Xie 1-1/+57
2011-01-16btrfs: restructure find_free_dev_extent()Gravatar Miao Xie 1-2/+2
2011-01-16btrfs: try to reclaim some space when chunk allocation failsGravatar Miao Xie 1-2/+7
2011-01-04Btrfs: fix off by one while setting block groups readonlyGravatar Chris Mason 1-1/+2
2010-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 1-16/+59
2010-12-13Btrfs: prevent RAID level downgrades when space is lowGravatar Chris Mason 1-1/+19
2010-12-13Btrfs: account for missing devices in RAID allocation profilesGravatar Chris Mason 1-2/+15
2010-12-10Btrfs: do not BUG if we fail to remove the orphan item for dead snapshotsGravatar Josef Bacik 1-3/+7
2010-12-09Btrfs: do not do fast caching if we are allocating blocks for tree_rootGravatar Josef Bacik 1-6/+12
2010-12-09Btrfs: deal with space cache errors betterGravatar Josef Bacik 1-4/+6
2010-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 1-1/+1
2010-11-21btrfs: Fix early enospc because 'unused' calculated with wrong sign.Gravatar Arne Jansen 1-1/+1
2010-10-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-154/+540
2010-10-29Btrfs: drop unused variable in block_alloc_rsvGravatar Chris Mason 1-4/+0
2010-10-29Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Gravatar Andi Kleen 1-2/+0
2010-10-29Btrfs: use the flusher threads for delalloc throttlingGravatar Chris Mason 1-18/+15
2010-10-29Btrfs: tune the chunk allocation to 5% of the FS as metadataGravatar Chris Mason 1-4/+18
2010-10-29Merge branch 'bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Gravatar Chris Mason 1-127/+171
2010-10-29Btrfs: let the user know space caching is enabledGravatar Josef Bacik 1-0/+2
2010-10-29Btrfs: Add a clear_cache mount optionGravatar Josef Bacik 1-0/+2
2010-10-29Btrfs: add support for mixed data+metadata block groupsGravatar Josef Bacik 1-3/+19
2010-10-29Btrfs: check cache->caching_ctl before returning if caching has startedGravatar Josef Bacik 1-0/+6
2010-10-29Btrfs: load free space cache if it existsGravatar Josef Bacik 1-3/+47
2010-10-29Btrfs: write out free space cacheGravatar Josef Bacik 1-0/+48
2010-10-28Btrfs: create special free space cache inodeGravatar Josef Bacik 1-6/+225
2010-10-26Btrfs: remove warn_on from use_block_rsvGravatar Josef Bacik 1-5/+0
2010-10-26Btrfs: set trans to null in reserve_metadata_bytes if we commit the transactionGravatar Josef Bacik 1-3/+6
2010-10-22Btrfs: rework how we reserve metadata bytesGravatar Josef Bacik 1-109/+129
2010-10-22Btrfs: don't allocate chunks as aggressivelyGravatar Josef Bacik 1-2/+5
2010-10-22Btrfs: re-work delalloc flushingGravatar Josef Bacik 1-12/+14
2010-10-22Btrfs: fix reservation code for mixed block groupsGravatar Josef Bacik 1-2/+6
2010-10-22Btrfs: fix df regressionGravatar Josef Bacik 1-0/+10