summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)Author
2012-08-28Btrfs: allow delayed refs to be mergedJosef Bacik
2012-08-28Btrfs: fix race in run_clustered_refsArne Jansen
2012-08-28Btrfs: increase the size of the free space cacheJosef Bacik
2012-08-28Btrfs: fix deadlock in wait_for_more_refsArne Jansen
2012-08-28Btrfs: unlock on error in btrfs_delalloc_reserve_metadata()Dan Carpenter
2012-07-25Btrfs: add a barrier before a waitqueue_active checkChris Mason
2012-07-25Merge branch 'qgroup' of git://git.jan-o-sch.net/btrfs-unstable into for-linusChris Mason
2012-07-23Btrfs: make btrfs's allocation smoothly with preallocationLiu Bo
2012-07-23Btrfs: kill free_space pointer from inode structureLi Zefan
2012-07-23Btrfs: add ro notification to dump_space_infoLiu Bo
2012-07-23Btrfs: fix a bug of writting free space cache during balanceLiu Bo
2012-07-23Btrfs: do not abort transaction in prealloc caseLiu Bo
2012-07-23Btrfs: kill root from btrfs_is_free_space_inodeLiu Bo
2012-07-23Btrfs: rework shrink_delallocJosef Bacik
2012-07-23Btrfs: change how we indicate we're adding csumsJosef Bacik
2012-07-23Btrfs: flush delayed inodes if we're short on spaceJosef Bacik
2012-07-12Btrfs: hooks to reserve qgroup spaceArne Jansen
2012-07-12Btrfs: call the qgroup accounting functionsJan Schmidt
2012-07-12Btrfs: qgroup implementation and prototypesArne Jansen
2012-07-10Btrfs: Test code to change the order of delayed-ref processingArne Jansen
2012-07-10Btrfs: join tree mod log code with the code holding back delayed refsJan Schmidt
2012-06-27Btrfs: avoid waiting for delayed refs when we must notJan Schmidt
2012-05-31Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into for-l...Chris Mason
2012-05-30Btrfs: convert the inode bit field to use the actual bit operationsJosef Bacik
2012-05-26Btrfs: don't set for_cow parameter for tree block functionsJan Schmidt
2012-05-11Btrfs: cleanup: use consistent lock namingDan Carpenter
2012-05-06Btrfs: avoid sleeping in verify_parent_transid while atomicChris Mason
2012-04-27Btrfs: fix block_rsv and space_info lock orderingStefan Behrens
2012-04-18btrfs: don't return EINTRArne Jansen
2012-04-18Btrfs: double unlock bug in error handlingDan Carpenter
2012-04-12Btrfs: use commit root when loading free space cacheJosef Bacik
2012-04-12Btrfs: remove lock assert from get_restripe_target()Ilya Dryomov
2012-04-12Revert "Btrfs: increase the global block reserve estimates"Chris Mason
2012-03-29Btrfs: fix deadlock during allocating chunksLiu Bo
2012-03-29Btrfs: show useful info in space reservation tracepointLiu Bo
2012-03-28Merge branch 'for-chris' of git://github.com/idryomov/btrfs-unstable into for...Chris Mason
2012-03-28Merge branch 'error-handling' into for-linusChris Mason
2012-03-27Btrfs: improve the logic in btrfs_can_relocate()Ilya Dryomov
2012-03-27Btrfs: add __get_block_group_index() helperIlya Dryomov
2012-03-27Btrfs: add get_restripe_target() helperIlya Dryomov
2012-03-27Btrfs: move alloc_profile_is_valid() to volumes.cIlya Dryomov
2012-03-27Btrfs: make profile_is_valid() check more strictIlya Dryomov
2012-03-27Btrfs: add wrappers for working with alloc profilesIlya Dryomov
2012-03-27Btrfs: stop silently switching single chunks to raid0 on balanceIlya Dryomov
2012-03-26Btrfs: introduce free_extent_buffer_staleJosef Bacik
2012-03-26Btrfs: remove search_start and search_end from find_free_extent and callersJosef Bacik
2012-03-26Btrfs: remove the ideal caching codeJosef Bacik
2012-03-22btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney
2012-03-22btrfs: btrfs_drop_snapshot should return intJeff Mahoney
2012-03-22btrfs: return void in functions without error conditionsJeff Mahoney