summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
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
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: make subvol creation/deletion killable in the early stagesDavid Sterba1-2/+6
2013-05-06btrfs: cover more error codes in btrfs_decode_errorDavid Sterba1-0/+6
2013-05-06btrfs: make orphan cleanup less verboseDavid Sterba1-2/+2
2013-05-06btrfs: deprecate subvolrootid mount optionDavid Sterba1-13/+4
2013-05-06Btrfs: Include the device in most error printk()sSimon Kirby8-109/+133
2013-05-06btrfs: update kconfig titleDavid Sterba1-1/+1
2013-05-06btrfs: clean snapshots one by oneDavid Sterba5-29/+57
2013-05-06btrfs: Cleanup some redundant codes in btrfs_log_inode()Zhi Yong Wu1-2/+0
2013-05-06btrfs: Cleanup some redundant codes in btrfs_lookup_csums_range()Zhi Yong Wu1-5/+2
2013-05-06Btrfs: share stop worker codeLiu Bo1-32/+23
2013-05-06Btrfs: add a incompatible format change for smaller metadata extent refsJosef Bacik7-67/+290
2013-05-06Btrfs: use helper to cleanup tree rootsLiu Bo1-14/+1
2013-05-06Btrfs: cleanup unused arguments of btrfs_csum_dataLiu Bo7-21/+15
2013-05-06btrfs: clean up transaction abort messagesDavid Sterba3-28/+25
2013-05-06btrfs: merge save_error_info helpers into oneDavid Sterba1-6/+1