aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-14Btrfs: fix easily get into ENOSPC in mixed caseliubo1-11/+26
2011-04-25Btrfs: check return value of kmalloc()Tsutomu Itoh1-0/+4
2011-04-16Btrfs: avoid taking the chunk_mutex in do_chunk_allocJosef Bacik1-5/+25
2011-04-15Btrfs: don't force chunk allocation in find_free_extentChris Mason1-22/+73
2011-03-28Btrfs: fix OOPS of empty filesystem after balanceliubo1-0/+23
2011-03-28Btrfs: fix memory leak of empty filesystem after balanceliubo1-0/+6
2011-03-28Btrfs: fix uncheck memory allocationsYoshinori Sano1-0/+4
2011-03-28Btrfs: add btrfs_trim_fs() to handle FITRIMLi Dongyang1-1/+49
2011-03-28Btrfs: adjust btrfs_discard_extent() return errors and trimmed bytesLi Dongyang1-17/+26
2011-03-28Btrfs: make update_reserved_bytes() publicLi Dongyang1-9/+7
2011-03-28btrfs: use GFP_NOFS instead of GFP_KERNELMiao Xie1-2/+2
2011-03-28Btrfs: check return value of read_tree_block()Tsutomu Itoh1-0/+6
2011-03-28Btrfs: cleanup some BUG_ON()Tsutomu Itoh1-7/+18
2011-03-28Btrfs: add initial tracepoint support for btrfsliubo1-0/+4
2011-03-17Btrfs: check items for correctness as we searchJosef Bacik1-0/+5
2011-03-17Btrfs: handle errors in btrfs_orphan_cleanupJosef Bacik1-1/+2
2011-03-17Btrfs: change reserved_extents to an atomic_tJosef Bacik1-16/+26
2011-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-12/+23
2011-03-12Btrfs: break out of shrink_delalloc earlierChris Mason1-12/+23
2011-02-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-1/+8
2011-02-16Btrfs: allow balance to explicitly allocate chunks as it relocatesChris Mason1-0/+7
2011-02-16Btrfs: put ENOSPC debugging under a mount optionChris Mason1-1/+1
2011-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-1/+1
2011-02-14Btrfs: check return value of alloc_extent_map()Tsutomu Itoh1-1/+1
2011-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-17/+81
2011-02-06Btrfs: exclude super blocks when we read in block groupsJosef Bacik1-8/+18
2011-02-01btrfs: fix return value check of btrfs_start_transaction()Tsutomu Itoh1-2/+5
2011-02-01btrfs: checking NULL or not in some functionsTsutomu Itoh1-0/+2
2011-01-31Btrfs: make shrink_delalloc a little friendlierJosef Bacik1-3/+14
2011-01-28Btrfs: use the global block reserve if we cannot reserve spaceJosef Bacik1-1/+27
2011-01-28Btrfs: do not release more reserved bytes to the global_block_rsv than we needJosef Bacik1-2/+14
2011-01-28btrfs: fix return value check of btrfs_join_transaction()Tsutomu Itoh1-1/+1
2011-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-11/+79
2011-01-17Btrfs: forced readonly mounts on errorsliubo1-0/+11
2011-01-16Btrfs: don't warn if we get ENOSPC in btrfs_block_rsv_checkJosef Bacik1-5/+0
2011-01-16btrfs: fix wrong free space information of btrfsMiao Xie1-1/+57
2011-01-16btrfs: restructure find_free_dev_extent()Miao Xie1-2/+2
2011-01-16btrfs: try to reclaim some space when chunk allocation failsMiao Xie1-2/+7
2011-01-04Btrfs: fix off by one while setting block groups readonlyChris Mason1-1/+2
2010-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-16/+59
2010-12-13Btrfs: prevent RAID level downgrades when space is lowChris Mason1-1/+19
2010-12-13Btrfs: account for missing devices in RAID allocation profilesChris Mason1-2/+15
2010-12-10Btrfs: 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-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-1/+1
2010-11-21btrfs: 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/mason/btrfs-unstableLinus 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