summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: avoid waiting for delayed refs when we must notJan Schmidt2012-06-271-5/+6
* Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into for-l...Chris Mason2012-05-311-5/+5
|\
| * Btrfs: don't set for_cow parameter for tree block functionsJan Schmidt2012-05-261-5/+5
* | Btrfs: convert the inode bit field to use the actual bit operationsJosef Bacik2012-05-301-5/+6
* | Btrfs: cleanup: use consistent lock namingDan Carpenter2012-05-111-1/+1
|/
* Btrfs: avoid sleeping in verify_parent_transid while atomicChris Mason2012-05-061-1/+1
* Btrfs: fix block_rsv and space_info lock orderingStefan Behrens2012-04-271-2/+2
* btrfs: don't return EINTRArne Jansen2012-04-181-6/+3Star
* Btrfs: double unlock bug in error handlingDan Carpenter2012-04-181-0/+2
* Btrfs: use commit root when loading free space cacheJosef Bacik2012-04-131-3/+1Star
* Btrfs: remove lock assert from get_restripe_target()Ilya Dryomov2012-04-121-3/+2Star
* Revert "Btrfs: increase the global block reserve estimates"Chris Mason2012-04-121-1/+1
* Btrfs: fix deadlock during allocating chunksLiu Bo2012-03-291-0/+50
* Btrfs: show useful info in space reservation tracepointLiu Bo2012-03-291-19/+10Star
* Merge branch 'for-chris' of git://github.com/idryomov/btrfs-unstable into for...Chris Mason2012-03-291-76/+87
|\
| * Btrfs: improve the logic in btrfs_can_relocate()Ilya Dryomov2012-03-271-6/+18
| * Btrfs: add __get_block_group_index() helperIlya Dryomov2012-03-271-5/+12
| * Btrfs: add get_restripe_target() helperIlya Dryomov2012-03-271-44/+50
| * Btrfs: move alloc_profile_is_valid() to volumes.cIlya Dryomov2012-03-271-2/+0Star
| * Btrfs: make profile_is_valid() check more strictIlya Dryomov2012-03-271-1/+1
| * Btrfs: add wrappers for working with alloc profilesIlya Dryomov2012-03-271-18/+7Star
| * Btrfs: stop silently switching single chunks to raid0 on balanceIlya Dryomov2012-03-271-3/+2Star
* | Merge branch 'error-handling' into for-linusChris Mason2012-03-291-129/+254
|\ \ | |/ |/|
| * btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney2012-03-221-93/+223
| * btrfs: btrfs_drop_snapshot should return intJeff Mahoney2012-03-221-2/+2
| * btrfs: return void in functions without error conditionsJeff Mahoney2012-03-221-33/+27Star
| * btrfs: avoid NULL deref in btrfs_reserve_extent with DEBUG_ENOSPCJeff Mahoney2012-03-221-1/+2
* | Btrfs: introduce free_extent_buffer_staleJosef Bacik2012-03-261-4/+1Star
* | Btrfs: remove search_start and search_end from find_free_extent and callersJosef Bacik2012-03-261-12/+4Star
* | Btrfs: remove the ideal caching codeJosef Bacik2012-03-261-85/+8Star
|/
* Btrfs: fix compiler warnings on 32 bit systemsChris Mason2012-02-241-16/+19
* Btrfs: increase the global block reserve estimatesLiu Bo2012-02-231-1/+1
* Btrfs: fix a bug on overcommit stuffLiu Bo2012-02-161-1/+4
* Btrfs: fix trim 0 bytes after a device deleteLiu Bo2012-02-151-1/+8
* Btrfs: fix enospc error caused by wrong checks of the chunkMiao Xie2012-01-261-22/+27
* Btrfs: use larger system chunksChris Mason2012-01-161-0/+3
* Btrfs: add a delalloc mutex to inodes for delalloc reservationsJosef Bacik2012-01-161-2/+3
* Btrfs: space leak tracepointsJosef Bacik2012-01-161-8/+50
* Btrfs: add allocator tracepointsJosef Bacik2012-01-161-0/+9
* Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into integ...Chris Mason2012-01-161-47/+140
|\
| * Btrfs: add waitqueue instead of doing busy waiting for more delayed refsJan Schmidt2012-01-041-1/+58
| * Btrfs: put back delayed refs that are too newArne Jansen2012-01-041-5/+22
| * Btrfs: mark delayed refs as for cowArne Jansen2011-12-221-41/+60
* | Merge branch 'for-chris' of git://repo.or.cz/linux-btrfs-devel into integrationChris Mason2012-01-161-1/+2
|\ \
| * | Btrfs: update global block_rsv when creating a new block groupLi Zefan2012-01-111-0/+1
| * | Btrfs: don't pass a trans handle unnecessarily in volumes.cLi Zefan2012-01-111-1/+1
* | | Merge branch 'restriper' of git://github.com/idryomov/btrfs-unstable into int...Chris Mason2012-01-161-25/+103
|\ \ \
| * | | Btrfs: implement online profile changingIlya Dryomov2012-01-161-1/+55
| * | | Btrfs: do not reduce profile in do_chunk_alloc()Ilya Dryomov2012-01-161-1/+1
| * | | Btrfs: make avail_*_alloc_bits fields dynamicIlya Dryomov2012-01-161-0/+20