aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-22Btrfs: stop trying to shrink delalloc if there are no inodes to reclaimGravatar Josef Bacik 1-0/+5
2010-09-16block: remove BLKDEV_IFL_WAITGravatar Christoph Hellwig 1-2/+1
2010-09-10btrfs: replace barriers with explicit flush / FUA usageGravatar Christoph Hellwig 1-1/+1
2010-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-1/+2
2010-06-11Btrfs: Fix BUG_ON for fs converted from extNGravatar Yan, Zheng 1-1/+2
2010-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 1-902/+1353
2010-05-26Btrfs: drop verbose enospc printkGravatar Chris Mason 1-0/+2
2010-05-25Btrfs: Metadata ENOSPC handling for balanceGravatar Yan, Zheng 1-14/+9
2010-05-25Btrfs: Metadata reservation for orphan inodesGravatar Yan, Zheng 1-0/+28
2010-05-25Btrfs: Introduce global metadata reservationGravatar Yan, Zheng 1-19/+128
2010-05-25Btrfs: Update metadata reservation for delayed allocationGravatar Yan, Zheng 1-240/+121
2010-05-25Btrfs: Integrate metadata reservation with start_transactionGravatar Yan, Zheng 1-114/+169
2010-05-25Btrfs: Introduce contexts for metadata reservationGravatar Yan, Zheng 1-328/+701
2010-05-25Btrfs: Shrink delay allocated space in a synchronizedGravatar Yan, Zheng 1-110/+55
2010-05-25Btrfs: Kill allocate_wait in space_infoGravatar Yan, Zheng 1-74/+58