aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2010-05-25Btrfs: Link block groups of different raid typesYan, Zheng1-34/+113
2010-04-28blkdev: generalize flags for blkdev_issue_fn functionsDmitry Monakhov1-1/+1
2010-04-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-5/+15
2010-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-9/+14
2010-04-05Btrfs: fix data enospc check overflowJosef Bacik1-5/+15
2010-04-05Btrfs: fix small race with delalloc flushing waitqueue'sJosef Bacik1-5/+4
2010-03-30Btrfs: kill max_extent mount optionJosef Bacik1-2/+2
2010-03-30Btrfs: fail to mount if we have problems reading the block groupsJosef Bacik1-1/+4
2010-03-30Btrfs: add NULL check for do_walk_down()Miao Xie1-1/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-15Btrfs: cache the extent state everywhere we possibly can V2Josef Bacik1-4/+7
2010-02-04Btrfs: Fix oopsen when dropping empty tree.Yan, Zheng1-4/+4
2010-01-17Btrfs: fix possible panic on unmountJosef Bacik1-13/+19
2009-12-17Btrfs: make metadata chunks smallerJosef Bacik1-10/+1
2009-12-17Btrfs: don't add extent 0 to the free space cache v2Yan, Zheng1-1/+9
2009-12-17Btrfs: Fix per root used space accountingYan, Zheng1-8/+23
2009-12-17Btrfs: Add delayed iputYan, Zheng1-4/+4
2009-12-15Btrfs: Avoid superfluous tree-log writeoutYan, Zheng1-2/+10