aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
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
2013-05-06Btrfs: remove unused argument of btrfs_extend_item()Tsutomu Itoh
2013-05-06Btrfs: cleanup of function where fixup_low_keys() is calledTsutomu Itoh
2013-05-06Btrfs: remove unused argument of fixup_low_keys()Tsutomu Itoh
2013-05-06Btrfs: fix confusing edquot happening caseWang Shilong
2013-05-06Btrfs: do not continue if out of memory happensWang Shilong
2013-05-06btrfs: fix minor typo in commentNathaniel Yazdani
2013-05-06Btrfs: cleanup to remove reduplicate code in transaction.cWang Shilong
2013-05-06Btrfs: fix unlock after free on rewinded tree blocksJan Schmidt
2013-05-06Btrfs: fix accessing the root pointer in tree mod log functionsJan Schmidt
2013-05-06Btrfs: fix tree mod log regression on root split operationsJan Schmidt
2013-05-06Btrfs: use a lock to protect incompat/compat flag of the super blockMiao Xie
2013-05-06Btrfs: fix unblocked autodefraggers when remountMiao Xie
2013-05-06Btrfs: add a rb_tree to improve performance of ulist searchWang Shilong
2013-05-06Btrfs: allow omitting stream header and end-cmd for btrfs sendStefan Behrens