aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-25/+88
2009-11-11Btrfs: allow more metadata chunk preallocationChris Mason1-2/+2
2009-11-11Btrfs: find ideal block group for cachingJosef Bacik1-23/+86
2009-10-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-6/+11
2009-10-14Btrfs: always pin metadata in discard modeChris Mason1-0/+8
2009-10-14Btrfs: enable discard supportChristoph Hellwig1-6/+0
2009-10-14Btrfs: add -o discard optionChristoph Hellwig1-0/+3
2009-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-49/+186
2009-10-09Btrfs: optimize back reference update during btrfs_drop_snapshotYan, Zheng1-29/+53
2009-10-08Btrfs: async delalloc flushing under space pressureJosef Bacik1-5/+75
2009-10-08Btrfs: release delalloc reservations on extent item insertionJosef Bacik1-11/+43
2009-10-06Btrfs: fix possible softlockup in the allocatorJosef Bacik1-6/+17
2009-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable into for-linusChris Mason1-49/+342
2009-09-29Btrfs: fix deadlock with free space handling and user transactionsSage Weil1-1/+1
2009-09-28Btrfs: proper -ENOSPC handlingJosef Bacik1-48/+341
2009-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable into for-linusChris Mason1-979/+683
2009-09-22Btrfs: fix early enospc during balancingChris Mason1-13/+7
2009-09-22Btrfs: deal with NULL space infoChris Mason1-2/+16
2009-09-21Btrfs: account for space used by the super mirrorsJosef Bacik1-2/+18
2009-09-21Btrfs: remove dead codeJosef Bacik1-706/+0