aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-06Btrfs: avoid sleeping in verify_parent_transid while atomicChris Mason1-1/+1
2012-04-27Btrfs: fix block_rsv and space_info lock orderingStefan Behrens1-2/+2
2012-04-18btrfs: don't return EINTRArne Jansen1-6/+3
2012-04-18Btrfs: double unlock bug in error handlingDan Carpenter1-0/+2
2012-04-12Btrfs: use commit root when loading free space cacheJosef Bacik1-3/+1
2012-04-12Btrfs: remove lock assert from get_restripe_target()Ilya Dryomov1-3/+2
2012-04-12Revert "Btrfs: increase the global block reserve estimates"Chris Mason1-1/+1
2012-03-29Btrfs: fix deadlock during allocating chunksLiu Bo1-0/+50
2012-03-29Btrfs: show useful info in space reservation tracepointLiu Bo1-19/+10
2012-03-28Merge branch 'for-chris' of git://github.com/idryomov/btrfs-unstable into for-linusChris Mason1-76/+87
2012-03-28Merge branch 'error-handling' into for-linusChris Mason1-129/+254
2012-03-27Btrfs: improve the logic in btrfs_can_relocate()Ilya Dryomov1-6/+18
2012-03-27Btrfs: add __get_block_group_index() helperIlya Dryomov1-5/+12
2012-03-27Btrfs: add get_restripe_target() helperIlya Dryomov1-44/+50
2012-03-27Btrfs: move alloc_profile_is_valid() to volumes.cIlya Dryomov1-2/+0
2012-03-27Btrfs: make profile_is_valid() check more strictIlya Dryomov1-1/+1
2012-03-27Btrfs: add wrappers for working with alloc profilesIlya Dryomov1-18/+7
2012-03-27Btrfs: stop silently switching single chunks to raid0 on balanceIlya Dryomov1-3/+2
2012-03-26Btrfs: introduce free_extent_buffer_staleJosef Bacik1-4/+1
2012-03-26Btrfs: remove search_start and search_end from find_free_extent and callersJosef Bacik1-12/+4
2012-03-26Btrfs: remove the ideal caching codeJosef Bacik1-85/+8
2012-03-22btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney1-93/+223
2012-03-22btrfs: btrfs_drop_snapshot should return intJeff Mahoney1-2/+2
2012-03-22btrfs: return void in functions without error conditionsJeff Mahoney1-33/+27
2012-03-22btrfs: avoid NULL deref in btrfs_reserve_extent with DEBUG_ENOSPCJeff Mahoney1-1/+2
2012-02-24Btrfs: fix compiler warnings on 32 bit systemsChris Mason1-16/+19
2012-02-23Btrfs: increase the global block reserve estimatesLiu Bo1-1/+1
2012-02-16Btrfs: fix a bug on overcommit stuffLiu Bo1-1/+4
2012-02-15Btrfs: fix trim 0 bytes after a device deleteLiu Bo1-1/+8
2012-01-26Btrfs: fix enospc error caused by wrong checks of the chunkMiao Xie1-22/+27
2012-01-16Btrfs: use larger system chunksChris Mason1-0/+3
2012-01-16Btrfs: add a delalloc mutex to inodes for delalloc reservationsJosef Bacik1-2/+3
2012-01-16Btrfs: space leak tracepointsJosef Bacik1-8/+50
2012-01-16Btrfs: add allocator tracepointsJosef Bacik1-0/+9
2012-01-16Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into integrationChris Mason1-47/+140
2012-01-16Merge branch 'for-chris' of git://repo.or.cz/linux-btrfs-devel into integrationChris Mason1-1/+2
2012-01-16Merge branch 'restriper' of git://github.com/idryomov/btrfs-unstable into integrationChris Mason1-25/+103
2012-01-16Btrfs: implement online profile changingIlya Dryomov1-1/+55
2012-01-16Btrfs: do not reduce profile in do_chunk_alloc()Ilya Dryomov1-1/+1
2012-01-16Btrfs: make avail_*_alloc_bits fields dynamicIlya Dryomov1-0/+20
2012-01-16Btrfs: add BTRFS_AVAIL_ALLOC_BIT_SINGLE bitIlya Dryomov1-9/+21
2012-01-16Btrfs: introduce masks for chunk type and profileIlya Dryomov1-9/+3
2012-01-16Btrfs: get rid of *_alloc_profile fieldsIlya Dryomov1-6/+4
2012-01-11Btrfs: update global block_rsv when creating a new block groupLi Zefan1-0/+1
2012-01-11Btrfs: don't pass a trans handle unnecessarily in volumes.cLi Zefan1-1/+1
2012-01-07Btrfs: don't set up allocation result twiceAlexandre Oliva1-3/+0
2012-01-06Btrfs: test free space only for unclustered allocationAlexandre Oliva1-11/+23
2012-01-06Btrfs: lower the bar for chunk allocationChris Mason1-18/+3
2012-01-06Btrfs: run chunk allocations while we do delayed refsChris Mason1-4/+10
2012-01-04Btrfs: add waitqueue instead of doing busy waiting for more delayed refsJan Schmidt1-1/+58