aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-28Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-17/+3
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-3/+3
2013-02-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-12/+10
2013-02-06Btrfs: fix EDQUOT handling in btrfs_delalloc_reserve_metadataJan Schmidt1-12/+10
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/mason/linux-btrfsLinus 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/mason/linux-btrfsLinus 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
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