summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-20Btrfs: kill unused argument of btrfs_pin_extent_for_log_replayLiu Bo1-2/+1
2013-02-20Btrfs: kill unused argument of update_block_groupLiu Bo1-7/+5
2013-02-20Btrfs: kill unused arguments of cache_block_groupLiu Bo1-8/+5
2013-02-20Btrfs: remove deprecated commentsLiu Bo1-6/+0
2013-02-20Btrfs: don't re-enter when allocating a chunkJosef Bacik1-0/+7
2013-02-20Btrfs: flush all dirty inodes if writeback can not startMiao Xie1-9/+31
2013-02-20Btrfs: make delayed ref lock logic more readableMiao Xie1-18/+24
2013-02-20Btrfs: use slabs for delayed reference allocationMiao Xie1-7/+7
2013-02-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-12/+10
2013-02-06Btrfs: fix EDQUOT handling in btrfs_delalloc_reserve_metadataJan Schmidt1-12/+10
2013-02-05Merge branch 'for-linus' into raid56-experimentalChris Mason1-2/+4
2013-02-01Btrfs: reduce CPU contention while waiting for delayed extent operationsChris Mason1-4/+56
2013-02-01Btrfs: fix cluster alignment for mount -o ssdChris Mason1-1/+6
2013-02-01Btrfs: RAID5 and RAID6David Woodhouse1-29/+59
2013-01-29Merge branch 'master' into for-nextJiri Kosina1-93/+138
2013-01-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-2/+4
2013-01-14Btrfs: reset path lock state to zeroLiu Bo1-0/+2
2013-01-14Btrfs: let allocation start from the right raid typeLiu Bo1-1/+1
2013-01-14Btrfs: set flushing if we're limited flushingJosef Bacik1-1/+1
2013-01-12vfs: re-implement writeback_inodes_sb(_nr)_if_idle() and rename themMiao Xie1-17/+3
2013-01-09btrfs: fix comment typosLiu Bo1-3/+3
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-92/+135
2012-12-16Btrfs: don't take inode delalloc mutex if we're a free space inodeJosef Bacik1-6/+19
2012-12-16Btrfs: fix autodefrag and umount lockupJosef Bacik1-2/+17
2012-12-16Btrfs: put raid properties into global tableLiu Bo1-3/+3
2012-12-16Btrfs: fix missing reserved space release in error path of delalloc reservationMiao Xie1-0/+7
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-11-19Fix misspellings of "whether" in comments.Adam Buchbinder1-1/+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