summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
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
2013-05-06Btrfs: add some free space cache testsJosef Bacik4-0/+540
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+0
2013-04-29Btrfs: cleanup unused functionLiu Bo1-1/+0
2013-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-6/+42
2013-04-13Btrfs: make sure nbytes are right after log replayJosef Bacik1-6/+42
2013-04-09lift sb_start_write/sb_end_write out of ->aio_write()Al Viro1-3/+0
2013-04-02Merge branch 'writeback-workqueue' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe13-43/+188
2013-03-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds13-43/+188
2013-03-29Btrfs: don't drop path when printing out tree errors in scrubJosef Bacik1-1/+2
2013-03-28Btrfs: fix wrong return value of btrfs_lookup_csum()Miao Xie1-1/+3