summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2010-10-301-154/+540
|\
| * Btrfs: drop unused variable in block_alloc_rsvChris Mason2010-10-291-4/+0
| * Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Andi Kleen2010-10-291-2/+0
| * Btrfs: use the flusher threads for delalloc throttlingChris Mason2010-10-291-18/+15
| * Btrfs: tune the chunk allocation to 5% of the FS as metadataChris Mason2010-10-291-4/+18
| * Merge branch 'bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Chris Mason2010-10-291-127/+171
| |\
| | * Btrfs: remove warn_on from use_block_rsvJosef Bacik2010-10-261-5/+0
| | * Btrfs: set trans to null in reserve_metadata_bytes if we commit the transactionJosef Bacik2010-10-261-3/+6
| | * Btrfs: rework how we reserve metadata bytesJosef Bacik2010-10-221-109/+129
| | * Btrfs: don't allocate chunks as aggressivelyJosef Bacik2010-10-221-2/+5
| | * Btrfs: re-work delalloc flushingJosef Bacik2010-10-221-12/+14
| | * Btrfs: fix reservation code for mixed block groupsJosef Bacik2010-10-221-2/+6
| | * Btrfs: fix df regressionJosef Bacik2010-10-221-0/+10
| | * Btrfs: stop trying to shrink delalloc if there are no inodes to reclaimJosef Bacik2010-10-221-0/+5
| * | Btrfs: let the user know space caching is enabledJosef Bacik2010-10-291-0/+2
| * | Btrfs: Add a clear_cache mount optionJosef Bacik2010-10-291-0/+2
| * | Btrfs: add support for mixed data+metadata block groupsJosef Bacik2010-10-291-3/+19
| * | Btrfs: check cache->caching_ctl before returning if caching has startedJosef Bacik2010-10-291-0/+6
| * | Btrfs: load free space cache if it existsJosef Bacik2010-10-291-3/+47
| * | Btrfs: write out free space cacheJosef Bacik2010-10-291-0/+48
| * | Btrfs: create special free space cache inodeJosef Bacik2010-10-281-6/+225
| |/
* | 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
OpenPOWER on IntegriCloud