aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)Author
2014-02-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-02-14Btrfs: fix a lockdep warning when cleaning up aborted transactionLiu Bo
2014-02-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-02-03Btrfs: use btrfs_crc32c everywhere instead of libcrc32cFilipe David Borba Manana
2014-01-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-01-28btrfs: undo sysfs when open_ctree() failsAnand Jain
2014-01-28Btrfs: fix extent state leak on transaction abortionLiu Bo
2014-01-28btrfs: Add noinode_cache mount optionQu Wenruo
2014-01-28Btrfs: throttle delayed refs betterJosef Bacik
2014-01-28Btrfs: attach delayed ref updates to delayed ref headsJosef Bacik
2014-01-28Btrfs: only fua the first superblock when writting supersWang Shilong
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton
2014-01-28Btrfs: move the extent buffer radix tree into the fs_infoJosef Bacik
2014-01-28btrfs: expand btrfs_find_item() to include find_orphan_item functionalityKelley Nielsen
2014-01-28btrfs: remove unused variables from disk-io.cValentina Giusti
2014-01-28btrfs: publish per-super attributes in sysfsJeff Mahoney
2014-01-28Btrfs: introduce a head ref rbtreeLiu Bo
2013-12-03block: fixup for generic bio chainingKent Overstreet
2013-11-23block: Convert various code to bio_for_each_segment()Kent Overstreet
2013-11-20Btrfs: avoid heavy operations in btrfs_commit_superLiu Bo
2013-11-11btrfs: Remove useless variable in write_ctree_super()Rashika
2013-11-11btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)Dulshani Gunawardhana
2013-11-11btrfs: Add helper function for free_root_pointers()Rashika
2013-11-11Btrfs: remove scrub_super_lock holding in btrfs_sync_log()Wang Shilong
2013-11-11btrfs: remove fs/btrfs/compat.hZach Brown
2013-11-11Btrfs: Simplify the logic in alloc_extent_buffer() for existing extent buffer...Chandra Seetharaman
2013-11-11Btrfs: stop all workers after we free block groupsJosef Bacik
2013-11-11Btrfs: free up block groups after everythingJosef Bacik
2013-11-11Btrfs: do not free the dirty bytes from the trans block rsv on cleanupJosef Bacik
2013-11-11Btrfs: improve inode hash function/inode lookupFilipe David Borba Manana
2013-11-11btrfs: remove unused parameter from btrfs_header_fsidRoss Kirk
2013-11-11Btrfs: fix two use-after-free bugs with transaction cleanupJosef Bacik
2013-11-11Btrfs: don't delete ordered roots from list during cleanupJosef Bacik
2013-11-11Btrfs: cleanup transaction on abortJosef Bacik
2013-11-11Btrfs: add a sanity test for btrfs_split_itemJosef Bacik
2013-11-11Btrfs: eliminate the exceptional root_tree refs=0Stefan Behrens
2013-10-10Btrfs: fix oops caused by the space balance and dead rootsMiao Xie
2013-09-21Btrfs: add the missing mutex unlock in write_all_supers()Stefan Behrens
2013-09-21btrfs: add lockdep and tracing annotations for uuid treeDavid Sterba
2013-09-01Btrfs: don't use an async starter for most of our workersJosef Bacik
2013-09-01Btrfs: fix for patch "cleanup: don't check the same thing twice"Stefan Behrens
2013-09-01Btrfs: get rid of one BUG() in write_all_supers()Stefan Behrens
2013-09-01Btrfs: fix race between removing a dev and writing sbsFilipe David Borba Manana
2013-09-01Btrfs: Make btrfs_header_chunk_tree_uuid() return unsigned longGeert Uytterhoeven
2013-09-01Btrfs: Make btrfs_header_fsid() return unsigned longGeert Uytterhoeven
2013-09-01Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven
2013-09-01Btrfs: fix memory leak of orphan block rsvFilipe David Borba Manana
2013-09-01Btrfs: add mount option to force UUID tree checkingStefan Behrens
2013-09-01Btrfs: check UUID tree during mount if requiredStefan Behrens
2013-09-01Btrfs: fill UUID tree initiallyStefan Behrens