aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds21-246/+301
2013-05-17Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-nextChris Mason16-174/+181
2013-05-17Btrfs: use a btrfs bioset instead of abusing bio internalsChris Mason9-72/+120
2013-05-17Btrfs: make sure roots are assigned before freeing their nodesJosef Bacik1-18/+21
2013-05-17Btrfs: explicitly use global_block_rsv for quota_treeStefan Behrens1-0/+2
2013-05-17btrfs: do away with non-whole_page extent I/OAlexandre Oliva1-55/+30
2013-05-17Btrfs: don't invoke btrfs_invalidate_inodes() in the spin lock contextMiao Xie1-0/+6
2013-05-17Btrfs: remove BUG_ON() in btrfs_read_fs_tree_no_radix()Miao Xie1-1/+0
2013-05-17Btrfs: pause the space balance when remounting to R/OMiao Xie1-0/+1
2013-05-17Btrfs: fix unprotected root node of the subvolume's inode rb-treeMiao Xie1-4/+3
2013-05-17Btrfs: fix accessing a freed tree rootMiao Xie1-1/+1
2013-05-17Btrfs: return errno if possible when we fail to allocate memoryLiu Bo1-2/+6
2013-05-17Btrfs: update the global reserve if it is emptyMiao Xie1-1/+8
2013-05-17Btrfs: don't steal the reserved space from the global reserve if their space type is differentMiao Xie1-2/+4
2013-05-17Btrfs: optimize the error handle of use_block_rsv()Miao Xie1-37/+28
2013-05-17Btrfs: don't use global block reservation for inode cache truncationMiao Xie5-22/+34
2013-05-17Btrfs: don't abort the current transaction if there is no enough space for inode cacheMiao Xie1-1/+2
2013-05-17Correct allowed raid levels on balance.Andreas Philipp1-7/+6
2013-05-17Btrfs: fix possible memory leak in replace_path()Stefan Behrens1-1/+1
2013-05-17Btrfs: fix possible memory leak in the find_parent_nodes()Wang Shilong1-1/+2
2013-05-17Btrfs: don't allow device replace on RAID5/RAID6Stefan Behrens1-0/+5
2013-05-17Btrfs: handle running extent ops with skinny metadataJosef Bacik4-10/+12
2013-05-17Btrfs: remove warn on in free space cache writeoutJosef Bacik1-3/+1
2013-05-17Btrfs: don't null pointer deref on abortJosef Bacik1-1/+1
2013-05-17btrfs: don't stop searching after encountering the wrong itemGabriel de Perthuis1-5/+5
2013-05-17Btrfs: fix off-by-one in fiemapLiu Bo1-2/+2
2013-05-17btrfs: annotate quota tree for lockdepDavid Sterba2-4/+4
2013-05-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds48-1902/+3215
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds2-3/+2
2013-05-07aio: don't include aio.h in sched.hKent Overstreet2-0/+2
2013-05-07Btrfs: allow superblock mismatch from older mkfsChris Mason1-0/+5
2013-05-07btrfs: enhance superblock checksDavid Sterba2-17/+71
2013-05-06btrfs: fix misleading variable name for flagsDavid Sterba2-19/+20
2013-05-06btrfs: use unsigned long type for extent state bitsDavid Sterba3-37/+40
2013-05-06Btrfs: improve the loop of scrub_stripeLiu Bo1-26/+57
2013-05-06btrfs: read entire device info under lockDavid Sterba1-1/+1
2013-05-06btrfs: remove unused gfp mask parameter from release_extent_buffer callchainDavid Sterba3-16/+7
2013-05-06btrfs: handle errors returned from get_tree_block_keyDavid Sterba1-4/+8
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen34-392/+135
2013-05-06Btrfs: deal with errors in write_dev_supersJosef Bacik1-1/+11
2013-05-06Btrfs: remove almost all of the BUG()'s from tree-log.cJosef Bacik1-53/+98
2013-05-06Btrfs: deal with free space cache errors while replaying logJosef Bacik3-32/+59
2013-05-06Btrfs: automatic rescan after "quota enable" commandJan Schmidt1-0/+11
2013-05-06Btrfs: rescan for qgroupsJan Schmidt4-34/+389
2013-05-06Btrfs: split btrfs_qgroup_account_ref into four functionsJan Schmidt1-105/+148
2013-05-06Btrfs: allocate new chunks if the space is not enough for global rsvMiao Xie1-8/+11
2013-05-06Btrfs: separate sequence numbers for delayed ref tracking and tree mod logJan Schmidt7-19/+63
2013-05-06btrfs: move leak debug code to functionsEric Sandeen3-56/+72
2013-05-06Btrfs: return free space in cow error pathLiu Bo1-3/+9
2013-05-06Btrfs: set UUID in root_item for created treesStefan Behrens1-0/+4