aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-06Btrfs: delete unused parameter to btrfs_read_root_item()Stefan Behrens3-8/+6
2013-05-06Btrfs: fix error handling in btrfs_ioctl_send()Tsutomu Itoh1-2/+2
2013-05-06Btrfs: remove unused variable in __process_changed_new_xattr()Tsutomu Itoh1-2/+0
2013-05-06Btrfs: various abort cleanupsJosef Bacik1-4/+5
2013-05-06Btrfs: cleanup destroy_marked_extentsJosef Bacik3-32/+11
2013-05-06Btrfs: check return value of commit when recovering logJosef Bacik1-5/+6
2013-05-06Btrfs: don't panic if we're trying to drop too many refsJosef Bacik1-1/+7
2013-05-06Btrfs: cleanup fs roots if we fail to mountJosef Bacik1-31/+31
2013-05-06Btrfs: fix extent logging with O_DIRECT into preallocJosef Bacik1-9/+13
2013-05-06Btrfs: fix all callers of read_tree_blockJosef Bacik5-13/+59
2013-05-06Btrfs: only exclude supers in the range of our block groupJosef Bacik1-3/+21
2013-05-06Btrfs: add tree block level sanity checkJosef Bacik1-0/+6
2013-05-06Btrfs: don't try and free ebs twice in log replayJosef Bacik1-7/+0
2013-05-06Btrfs: don't BUG_ON() in btrfs_num_copiesJosef Bacik1-2/+18
2013-05-06Btrfs: don't call readahead hook until we have read the entire ebJosef Bacik1-3/+2
2013-05-06Btrfs: deal with bad mappings in btrfs_map_blockJosef Bacik1-2/+8
2013-05-06Btrfs: use REQ_META for all metadata IOJosef Bacik1-8/+10
2013-05-06Btrfs: fix possible infinite loop in slow cachingJosef Bacik1-2/+7
2013-05-06Btrfs: fix lockdep warningJosef Bacik1-1/+1
2013-05-06Btrfs: add all ioctl checks before user change for quota operationsWang Shilong1-5/+41
2013-05-06Btrfs: fix missing check about ulist_add() in qgroup.cWang Shilong1-18/+44
2013-05-06Btrfs: clear received_uuid field for new writable snapshotsStefan Behrens1-4/+8
2013-05-06Btrfs: don't force pages under writeback to finish when abortingJosef Bacik1-3/+2
2013-05-06Btrfs: remove unused variable in the iterate_extent_inodes()Wang Shilong1-2/+0
2013-05-06Btrfs: return error when we specify wrong start to defragLiu Bo1-4/+7
2013-05-06Btrfs: fix reada debug code compilationVincent1-2/+3
2013-05-06Btrfs: cleanup of function where btrfs_extend_item() is calledTsutomu Itoh1-3/+2
2013-05-06Btrfs: remove unused argument of btrfs_extend_item()Tsutomu Itoh7-11/+9
2013-05-06Btrfs: cleanup of function where fixup_low_keys() is calledTsutomu Itoh10-51/+38
2013-05-06Btrfs: remove unused argument of fixup_low_keys()Tsutomu Itoh1-10/+8
2013-05-06Btrfs: fix confusing edquot happening caseWang Shilong1-2/+2
2013-05-06Btrfs: do not continue if out of memory happensWang Shilong1-2/+4
2013-05-06btrfs: fix minor typo in commentNathaniel Yazdani1-1/+1
2013-05-06Btrfs: cleanup to remove reduplicate code in transaction.cWang Shilong1-12/+2
2013-05-06Btrfs: fix unlock after free on rewinded tree blocksJan Schmidt1-7/+11
2013-05-06Btrfs: fix accessing the root pointer in tree mod log functionsJan Schmidt1-20/+20
2013-05-06Btrfs: fix tree mod log regression on root split operationsJan Schmidt1-26/+29
2013-05-06Btrfs: use a lock to protect incompat/compat flag of the super blockMiao Xie3-11/+26
2013-05-06Btrfs: fix unblocked autodefraggers when remountMiao Xie1-3/+7
2013-05-06Btrfs: add a rb_tree to improve performance of ulist searchWang Shilong2-8/+56
2013-05-06Btrfs: allow omitting stream header and end-cmd for btrfs sendStefan Behrens1-10/+14
2013-05-06Btrfs: make __merge_refs() return type be voidWang Shilong1-8/+3
2013-05-06Btrfs: remove some BUG_ONs() when walking backref treeWang Shilong1-3/+7
2013-05-06Btrfs: use tree_root to avoid edquot when disabling quotaWang Shilong1-2/+2
2013-05-06Btrfs: fix a warning when updating qgroup limitWang Shilong1-5/+5
2013-05-06Btrfs: fix missing check in the btrfs_qgroup_inherit()Wang Shilong1-0/+15
2013-05-06Btrfs: fix missing check before creating a qgroup relationWang Shilong1-0/+8
2013-05-06Btrfs: remove some unnecessary spin_lock usagesWang Shilong1-21/+6
2013-05-06Btrfs: introduce a mutex lock for btrfs quota operationsWang Shilong3-25/+61
2013-05-06Btrfs: creating the subvolume qgroup automatically when enabling quotaWang Shilong2-0/+57