aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-12Btrfs: disallow some operations on the device replace target deviceStefan Behrens1-1/+2
2012-12-12Btrfs: pass fs_info to btrfs_map_block() instead of mapping_treeStefan Behrens1-1/+1
2012-12-12Btrfs: fix a deadlock in aborting transaction due to ENOSPCLiu Bo1-0/+7
2012-12-12fs/btrfs: use WARNJulia Lawall1-4/+3
2012-12-11Btrfs: fill the global reserve when unpinning spaceJosef Bacik1-5/+24
2012-12-11Btrfs: improve the noflush reservationMiao Xie1-49/+48
2012-12-11Btrfs: fix wrong comment in can_overcommit()Miao Xie1-3/+3
2012-12-11Btrfs: cleanup duplicated division functionsMiao Xie1-18/+1
2012-10-09Btrfs: don't commit instead of overcommittingJosef Bacik1-28/+6
2012-10-09Btrfs: cache extent state when writing out dirty metadata pagesJosef Bacik1-2/+3
2012-10-09Btrfs: run delayed refs first when out of spaceJosef Bacik1-10/+10
2012-10-08btrfs: move transaction aborts to the point of failureDavid Sterba1-21/+35
2012-10-04Btrfs: kill obsolete arguments in btrfs_wait_ordered_extentsLiu Bo1-2/+2
2012-10-04Btrfs: cleanup for duplicated code in find_free_extentLiu Bo1-4/+0
2012-10-01Btrfs: remove bytes argument from do_chunk_allocJosef Bacik1-15/+10
2012-10-01Btrfs: delay block group item insertionJosef Bacik1-67/+63
2012-10-01Btrfs: fix our overcommit mathJosef Bacik1-29/+42
2012-10-01Btrfs: wait on async pages when shrinking delallocJosef Bacik1-0/+7
2012-10-01Btrfs: fix wrong size for the reservation of the, snapshot creationMiao Xie1-3/+3
2012-10-01Btrfs: add a new "type" field into the block reservation structureMiao Xie1-3/+5
2012-10-01Btrfs: add hole punchingJosef Bacik1-0/+2
2012-10-01Btrfs: do not needlessly restart the transaction for enospcJosef Bacik1-1/+1
2012-10-01Btrfs: do not allocate chunks as agressivelyJosef Bacik1-9/+3
2012-08-28Btrfs: allow delayed refs to be mergedJosef Bacik1-0/+10
2012-08-28Btrfs: fix race in run_clustered_refsArne Jansen1-0/+17
2012-08-28Btrfs: increase the size of the free space cacheJosef Bacik1-8/+7
2012-08-28Btrfs: fix deadlock in wait_for_more_refsArne Jansen1-56/+21
2012-08-28Btrfs: unlock on error in btrfs_delalloc_reserve_metadata()Dan Carpenter1-1/+3
2012-07-25Btrfs: add a barrier before a waitqueue_active checkChris Mason1-0/+1
2012-07-25Merge branch 'qgroup' of git://git.jan-o-sch.net/btrfs-unstable into for-linusChris Mason1-9/+110
2012-07-23Btrfs: make btrfs's allocation smoothly with preallocationLiu Bo1-1/+3
2012-07-23Btrfs: kill free_space pointer from inode structureLi Zefan1-12/+8
2012-07-23Btrfs: add ro notification to dump_space_infoLiu Bo1-3/+3
2012-07-23Btrfs: fix a bug of writting free space cache during balanceLiu Bo1-3/+21
2012-07-23Btrfs: do not abort transaction in prealloc caseLiu Bo1-1/+5
2012-07-23Btrfs: kill root from btrfs_is_free_space_inodeLiu Bo1-1/+1
2012-07-23Btrfs: rework shrink_delallocJosef Bacik1-57/+24
2012-07-23Btrfs: change how we indicate we're adding csumsJosef Bacik1-1/+7
2012-07-23Btrfs: flush delayed inodes if we're short on spaceJosef Bacik1-35/+62
2012-07-12Btrfs: hooks to reserve qgroup spaceArne Jansen1-0/+12
2012-07-12Btrfs: call the qgroup accounting functionsJan Schmidt1-0/+3
2012-07-12Btrfs: qgroup implementation and prototypesArne Jansen1-0/+34
2012-07-10Btrfs: Test code to change the order of delayed-ref processingArne Jansen1-0/+49
2012-07-10Btrfs: join tree mod log code with the code holding back delayed refsJan Schmidt1-9/+12
2012-06-27Btrfs: avoid waiting for delayed refs when we must notJan Schmidt1-5/+6
2012-05-31Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into for-linusChris Mason1-5/+5
2012-05-30Btrfs: convert the inode bit field to use the actual bit operationsJosef Bacik1-5/+6
2012-05-26Btrfs: don't set for_cow parameter for tree block functionsJan Schmidt1-5/+5
2012-05-11Btrfs: cleanup: use consistent lock namingDan Carpenter1-1/+1
2012-05-06Btrfs: avoid sleeping in verify_parent_transid while atomicChris Mason1-1/+1