summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-16/+59
2010-12-14Btrfs: prevent RAID level downgrades when space is lowChris Mason1-1/+19
2010-12-14Btrfs: account for missing devices in RAID allocation profilesChris Mason1-2/+15
2010-12-11Btrfs: do not BUG if we fail to remove the orphan item for dead snapshotsJosef Bacik1-3/+7
2010-12-09Btrfs: do not do fast caching if we are allocating blocks for tree_rootJosef Bacik1-6/+12
2010-12-09Btrfs: deal with space cache errors betterJosef Bacik1-4/+6
2010-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-1/+1
2010-11-22btrfs: Fix early enospc because 'unused' calculated with wrong sign.Arne Jansen1-1/+1
2010-10-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-154/+540
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/jos...Chris 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-09-16block: remove BLKDEV_IFL_WAITChristoph Hellwig1-2/+1
2010-09-10btrfs: replace barriers with explicit flush / FUA usageChristoph Hellwig1-1/+1
2010-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus 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-27Btrfs: 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-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Linus Torvalds1-5/+15
2010-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-9/+14
2010-04-06Btrfs: fix data enospc check overflowJosef Bacik1-5/+15
2010-04-05Btrfs: fix small race with delalloc flushing waitqueue'sJosef Bacik1-5/+4
2010-03-31Btrfs: kill max_extent mount optionJosef Bacik1-2/+2