aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
Commit message (Expand)AuthorAgeFilesLines
* block: remove BLKDEV_IFL_WAITChristoph Hellwig2010-09-161-2/+1
* btrfs: replace barriers with explicit flush / FUA usageChristoph Hellwig2010-09-101-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2010-06-111-1/+2
|\
| * Btrfs: Fix BUG_ON for fs converted from extNYan, Zheng2010-06-111-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2010-05-271-902/+1353
|\ \ | |/
| * Btrfs: drop verbose enospc printkChris Mason2010-05-261-0/+2
| * Btrfs: Metadata ENOSPC handling for balanceYan, Zheng2010-05-251-14/+9
| * Btrfs: Metadata reservation for orphan inodesYan, Zheng2010-05-251-0/+28
| * Btrfs: Introduce global metadata reservationYan, Zheng2010-05-251-19/+128
| * Btrfs: Update metadata reservation for delayed allocationYan, Zheng2010-05-251-240/+121
| * Btrfs: Integrate metadata reservation with start_transactionYan, Zheng2010-05-251-114/+169
| * Btrfs: Introduce contexts for metadata reservationYan, Zheng2010-05-251-328/+701
| * Btrfs: Shrink delay allocated space in a synchronizedYan, Zheng2010-05-251-110/+55
| * Btrfs: Kill allocate_wait in space_infoYan, Zheng2010-05-251-74/+58
| * Btrfs: Link block groups of different raid typesYan, Zheng2010-05-251-34/+113
* | blkdev: generalize flags for blkdev_issue_fn functionsDmitry Monakhov2010-04-281-1/+1
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Linus Torvalds2010-04-121-5/+15
|\
| * Btrfs: fix data enospc check overflowJosef Bacik2010-04-051-5/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2010-04-051-9/+14
|\ \ | |/
| * Btrfs: fix small race with delalloc flushing waitqueue'sJosef Bacik2010-04-051-5/+4
| * Btrfs: kill max_extent mount optionJosef Bacik2010-03-301-2/+2
| * Btrfs: fail to mount if we have problems reading the block groupsJosef Bacik2010-03-301-1/+4
| * Btrfs: add NULL check for do_walk_down()Miao Xie2010-03-301-1/+4
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* Btrfs: cache the extent state everywhere we possibly can V2Josef Bacik2010-03-151-4/+7
* Btrfs: Fix oopsen when dropping empty tree.Yan, Zheng2010-02-041-4/+4
* Btrfs: fix possible panic on unmountJosef Bacik2010-01-171-13/+19
* Btrfs: make metadata chunks smallerJosef Bacik2009-12-171-10/+1
* Btrfs: don't add extent 0 to the free space cache v2Yan, Zheng2009-12-171-1/+9
* Btrfs: Fix per root used space accountingYan, Zheng2009-12-171-8/+23
* Btrfs: Add delayed iputYan, Zheng2009-12-171-4/+4
* Btrfs: Avoid superfluous tree-log writeoutYan, Zheng2009-12-151-2/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-11-111-25/+88
|\
| * Btrfs: allow more metadata chunk preallocationChris Mason2009-11-111-2/+2
| * Btrfs: find ideal block group for cachingJosef Bacik2009-11-111-23/+86
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Linus Torvalds2009-10-151-6/+11
|\ \ | |/
| * Btrfs: always pin metadata in discard modeChris Mason2009-10-141-0/+8
| * Btrfs: enable discard supportChristoph Hellwig2009-10-141-6/+0
| * Btrfs: add -o discard optionChristoph Hellwig2009-10-141-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-10-111-49/+186
|\ \ | |/
| * Btrfs: optimize back reference update during btrfs_drop_snapshotYan, Zheng2009-10-091-29/+53
| * Btrfs: async delalloc flushing under space pressureJosef Bacik2009-10-081-5/+75
| * Btrfs: release delalloc reservations on extent item insertionJosef Bacik2009-10-081-11/+43
| * Btrfs: fix possible softlockup in the allocatorJosef Bacik2009-10-061-6/+17
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Chris Mason2009-10-011-49/+342
|\ \ | |/
| * Btrfs: fix deadlock with free space handling and user transactionsSage Weil2009-09-291-1/+1
| * Btrfs: proper -ENOSPC handlingJosef Bacik2009-09-281-48/+341
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Chris Mason2009-09-241-979/+683
|\ \ | |/
| * Btrfs: fix early enospc during balancingChris Mason2009-09-221-13/+7
| * Btrfs: deal with NULL space infoChris Mason2009-09-221-2/+16