aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
Commit message (Expand)AuthorAge
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-01-17
|\
| * Btrfs: forced readonly mounts on errorsliubo2011-01-17
| * Btrfs: don't warn if we get ENOSPC in btrfs_block_rsv_checkJosef Bacik2011-01-16
| * btrfs: fix wrong free space information of btrfsMiao Xie2011-01-16
| * btrfs: restructure find_free_dev_extent()Miao Xie2011-01-16
| * btrfs: try to reclaim some space when chunk allocation failsMiao Xie2011-01-16
| * Btrfs: fix off by one while setting block groups readonlyChris Mason2011-01-04
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2010-12-14
|\|
| * Btrfs: prevent RAID level downgrades when space is lowChris Mason2010-12-13
| * Btrfs: account for missing devices in RAID allocation profilesChris Mason2010-12-13
| * Btrfs: do not BUG if we fail to remove the orphan item for dead snapshotsJosef Bacik2010-12-10
| * Btrfs: do not do fast caching if we are allocating blocks for tree_rootJosef Bacik2010-12-09
| * Btrfs: deal with space cache errors betterJosef Bacik2010-12-09
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2010-11-29
|\|
| * btrfs: Fix early enospc because 'unused' calculated with wrong sign.Arne Jansen2010-11-21
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2010-10-30
|\|
| * Btrfs: drop unused variable in block_alloc_rsvChris Mason2010-10-29
| * Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Andi Kleen2010-10-29
| * Btrfs: use the flusher threads for delalloc throttlingChris Mason2010-10-29
| * Btrfs: tune the chunk allocation to 5% of the FS as metadataChris Mason2010-10-29
| * Merge branch 'bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Chris Mason2010-10-29
| |\
| | * Btrfs: remove warn_on from use_block_rsvJosef Bacik2010-10-26
| | * Btrfs: set trans to null in reserve_metadata_bytes if we commit the transactionJosef Bacik2010-10-26
| | * Btrfs: rework how we reserve metadata bytesJosef Bacik2010-10-22
| | * Btrfs: don't allocate chunks as aggressivelyJosef Bacik2010-10-22
| | * Btrfs: re-work delalloc flushingJosef Bacik2010-10-22
| | * Btrfs: fix reservation code for mixed block groupsJosef Bacik2010-10-22
| | * Btrfs: fix df regressionJosef Bacik2010-10-22
| | * Btrfs: stop trying to shrink delalloc if there are no inodes to reclaimJosef Bacik2010-10-22
| * | Btrfs: let the user know space caching is enabledJosef Bacik2010-10-29
| * | Btrfs: Add a clear_cache mount optionJosef Bacik2010-10-29
| * | Btrfs: add support for mixed data+metadata block groupsJosef Bacik2010-10-29
| * | Btrfs: check cache->caching_ctl before returning if caching has startedJosef Bacik2010-10-29
| * | Btrfs: load free space cache if it existsJosef Bacik2010-10-29
| * | Btrfs: write out free space cacheJosef Bacik2010-10-29
| * | Btrfs: create special free space cache inodeJosef Bacik2010-10-28
| |/
* | block: remove BLKDEV_IFL_WAITChristoph Hellwig2010-09-16
* | btrfs: replace barriers with explicit flush / FUA usageChristoph Hellwig2010-09-10
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2010-06-11
|\
| * Btrfs: Fix BUG_ON for fs converted from extNYan, Zheng2010-06-11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2010-05-27
|\|
| * Btrfs: drop verbose enospc printkChris Mason2010-05-26
| * Btrfs: Metadata ENOSPC handling for balanceYan, Zheng2010-05-25
| * Btrfs: Metadata reservation for orphan inodesYan, Zheng2010-05-25
| * Btrfs: Introduce global metadata reservationYan, Zheng2010-05-25
| * Btrfs: Update metadata reservation for delayed allocationYan, Zheng2010-05-25
| * Btrfs: Integrate metadata reservation with start_transactionYan, Zheng2010-05-25
| * Btrfs: Introduce contexts for metadata reservationYan, Zheng2010-05-25
| * Btrfs: Shrink delay allocated space in a synchronizedYan, Zheng2010-05-25
| * Btrfs: Kill allocate_wait in space_infoYan, Zheng2010-05-25