aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2013-05-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-05-07aio: don't include aio.h in sched.hKent Overstreet
2013-05-07Btrfs: allow superblock mismatch from older mkfsChris Mason
2013-05-07btrfs: enhance superblock checksDavid Sterba
2013-05-06btrfs: fix misleading variable name for flagsDavid Sterba
2013-05-06btrfs: use unsigned long type for extent state bitsDavid Sterba
2013-05-06Btrfs: improve the loop of scrub_stripeLiu Bo
2013-05-06btrfs: read entire device info under lockDavid Sterba
2013-05-06btrfs: remove unused gfp mask parameter from release_extent_buffer callchainDavid Sterba
2013-05-06btrfs: handle errors returned from get_tree_block_keyDavid Sterba
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen
2013-05-06Btrfs: deal with errors in write_dev_supersJosef Bacik
2013-05-06Btrfs: remove almost all of the BUG()'s from tree-log.cJosef Bacik
2013-05-06Btrfs: deal with free space cache errors while replaying logJosef Bacik
2013-05-06Btrfs: automatic rescan after "quota enable" commandJan Schmidt
2013-05-06Btrfs: rescan for qgroupsJan Schmidt
2013-05-06Btrfs: split btrfs_qgroup_account_ref into four functionsJan Schmidt
2013-05-06Btrfs: allocate new chunks if the space is not enough for global rsvMiao Xie
2013-05-06Btrfs: separate sequence numbers for delayed ref tracking and tree mod logJan Schmidt
2013-05-06btrfs: move leak debug code to functionsEric Sandeen
2013-05-06Btrfs: return free space in cow error pathLiu Bo
2013-05-06Btrfs: set UUID in root_item for created treesStefan Behrens
2013-05-06Btrfs: delete unused parameter to btrfs_read_root_item()Stefan Behrens
2013-05-06Btrfs: fix error handling in btrfs_ioctl_send()Tsutomu Itoh
2013-05-06Btrfs: remove unused variable in __process_changed_new_xattr()Tsutomu Itoh
2013-05-06Btrfs: various abort cleanupsJosef Bacik
2013-05-06Btrfs: cleanup destroy_marked_extentsJosef Bacik
2013-05-06Btrfs: check return value of commit when recovering logJosef Bacik
2013-05-06Btrfs: don't panic if we're trying to drop too many refsJosef Bacik
2013-05-06Btrfs: cleanup fs roots if we fail to mountJosef Bacik
2013-05-06Btrfs: fix extent logging with O_DIRECT into preallocJosef Bacik
2013-05-06Btrfs: fix all callers of read_tree_blockJosef Bacik
2013-05-06Btrfs: only exclude supers in the range of our block groupJosef Bacik
2013-05-06Btrfs: add tree block level sanity checkJosef Bacik
2013-05-06Btrfs: don't try and free ebs twice in log replayJosef Bacik
2013-05-06Btrfs: don't BUG_ON() in btrfs_num_copiesJosef Bacik
2013-05-06Btrfs: don't call readahead hook until we have read the entire ebJosef Bacik
2013-05-06Btrfs: deal with bad mappings in btrfs_map_blockJosef Bacik
2013-05-06Btrfs: use REQ_META for all metadata IOJosef Bacik
2013-05-06Btrfs: fix possible infinite loop in slow cachingJosef Bacik
2013-05-06Btrfs: fix lockdep warningJosef Bacik
2013-05-06Btrfs: add all ioctl checks before user change for quota operationsWang Shilong
2013-05-06Btrfs: fix missing check about ulist_add() in qgroup.cWang Shilong
2013-05-06Btrfs: clear received_uuid field for new writable snapshotsStefan Behrens
2013-05-06Btrfs: don't force pages under writeback to finish when abortingJosef Bacik
2013-05-06Btrfs: remove unused variable in the iterate_extent_inodes()Wang Shilong
2013-05-06Btrfs: return error when we specify wrong start to defragLiu Bo
2013-05-06Btrfs: fix reada debug code compilationVincent
2013-05-06Btrfs: cleanup of function where btrfs_extend_item() is calledTsutomu Itoh