summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 Behrens2-11/+33
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
2013-05-06btrfs: abort unlink trans in missed error caseZach Brown1-0/+2
2013-05-06btrfs: ignore device open failures in __btrfs_open_devicesEric Sandeen1-3/+3
2013-05-06Btrfs: improve the performance of the csums lookupMiao Xie5-31/+111
2013-05-06Btrfs: fix bad extent loggingJosef Bacik10-324/+40
2013-05-06Btrfs: log ram bytes properlyJosef Bacik4-5/+22
2013-05-06Btrfs: don't wait on ordered extents if we have a trans openJosef Bacik1-1/+2
2013-05-06Btrfs: fix error handling in make/read block groupJosef Bacik1-8/+33
2013-05-06Btrfs: fix double free in the iterate_extent_inodes()Wang Shilong1-2/+0
2013-05-06Btrfs: kill some BUG_ONs() in the find_parent_nodes()Wang Shilong1-2/+4
2013-05-06Btrfs: compare relevant parts of delayed tree refsJosef Bacik1-10/+14
2013-05-06Btrfs: fix infinite loop when we abort on mountJosef Bacik2-3/+6
2013-05-06Btrfs: fix a warning when disabling quotaWang Shilong1-2/+0
2013-05-06Btrfs: pass NULL instead of 0Liu Bo1-1/+1
2013-05-06btrfs: document mount options in Documentation/fs/btrfs.txtEric Sandeen1-7/+173
2013-05-06btrfs: make subvol creation/deletion killable in the early stagesDavid Sterba1-2/+6