aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-11/+79
2011-01-17Btrfs: forced readonly mounts on errorsliubo1-0/+11
2011-01-16Btrfs: don't warn if we get ENOSPC in btrfs_block_rsv_checkJosef Bacik1-5/+0
2011-01-16btrfs: fix wrong free space information of btrfsMiao Xie1-1/+57
2011-01-16btrfs: restructure find_free_dev_extent()Miao Xie1-2/+2
2011-01-16btrfs: try to reclaim some space when chunk allocation failsMiao Xie1-2/+7
2011-01-04Btrfs: fix off by one while setting block groups readonlyChris Mason1-1/+2
2010-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-16/+59
2010-12-13Btrfs: prevent RAID level downgrades when space is lowChris Mason1-1/+19
2010-12-13Btrfs: account for missing devices in RAID allocation profilesChris Mason1-2/+15
2010-12-10Btrfs: do not BUG if we fail to remove the orphan item for dead snapshotsJosef Bacik1-3/+7
2010-12-09Btrfs: do not do fast caching if we are allocating blocks for tree_rootJosef Bacik1-6/+12
2010-12-09Btrfs: deal with space cache errors betterJosef Bacik1-4/+6
2010-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-1/+1
2010-11-21btrfs: Fix early enospc because 'unused' calculated with wrong sign.Arne Jansen1-1/+1
2010-10-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-154/+540
2010-10-29Btrfs: drop unused variable in block_alloc_rsvChris Mason1-4/+0
2010-10-29Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Andi Kleen1-2/+0
2010-10-29Btrfs: use the flusher threads for delalloc throttlingChris Mason1-18/+15
2010-10-29Btrfs: tune the chunk allocation to 5% of the FS as metadataChris Mason1-4/+18
2010-10-29Merge branch 'bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-workChris Mason1-127/+171
2010-10-29Btrfs: let the user know space caching is enabledJosef Bacik1-0/+2
2010-10-29Btrfs: Add a clear_cache mount optionJosef Bacik1-0/+2
2010-10-29Btrfs: add support for mixed data+metadata block groupsJosef Bacik1-3/+19
2010-10-29Btrfs: check cache->caching_ctl before returning if caching has startedJosef Bacik1-0/+6
2010-10-29Btrfs: load free space cache if it existsJosef Bacik1-3/+47
2010-10-29Btrfs: write out free space cacheJosef Bacik1-0/+48
2010-10-28Btrfs: create special free space cache inodeJosef Bacik1-6/+225
2010-10-26Btrfs: remove warn_on from use_block_rsvJosef Bacik1-5/+0
2010-10-26Btrfs: set trans to null in reserve_metadata_bytes if we commit the transactionJosef Bacik1-3/+6
2010-10-22Btrfs: rework how we reserve metadata bytesJosef Bacik1-109/+129
2010-10-22Btrfs: don't allocate chunks as aggressivelyJosef Bacik1-2/+5
2010-10-22Btrfs: re-work delalloc flushingJosef Bacik1-12/+14
2010-10-22Btrfs: fix reservation code for mixed block groupsJosef Bacik1-2/+6
2010-10-22Btrfs: fix df regressionJosef Bacik1-0/+10
2010-10-22Btrfs: stop trying to shrink delalloc if there are no inodes to reclaimJosef Bacik1-0/+5
2010-09-16block: remove BLKDEV_IFL_WAITChristoph Hellwig1-2/+1
2010-09-10btrfs: replace barriers with explicit flush / FUA usageChristoph Hellwig1-1/+1
2010-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-1/+2
2010-06-11Btrfs: Fix BUG_ON for fs converted from extNYan, Zheng1-1/+2
2010-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-902/+1353
2010-05-26Btrfs: drop verbose enospc printkChris Mason1-0/+2
2010-05-25Btrfs: Metadata ENOSPC handling for balanceYan, Zheng1-14/+9
2010-05-25Btrfs: Metadata reservation for orphan inodesYan, Zheng1-0/+28
2010-05-25Btrfs: Introduce global metadata reservationYan, Zheng1-19/+128
2010-05-25Btrfs: Update metadata reservation for delayed allocationYan, Zheng1-240/+121
2010-05-25Btrfs: Integrate metadata reservation with start_transactionYan, Zheng1-114/+169
2010-05-25Btrfs: Introduce contexts for metadata reservationYan, Zheng1-328/+701
2010-05-25Btrfs: Shrink delay allocated space in a synchronizedYan, Zheng1-110/+55
2010-05-25Btrfs: Kill allocate_wait in space_infoYan, Zheng1-74/+58