aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-10btrfs: Cleanup the "_struct" suffix in btrfs_workequeueQu Wenruo1-7/+7
2014-03-10btrfs: Cleanup the old btrfs_worker.Qu Wenruo1-12/+0
2014-03-10btrfs: Replace fs_info->qgroup_rescan_worker workqueue with btrfs_workqueue.Qu Wenruo1-5/+5
2014-03-10btrfs: Replace fs_info->delayed_workers workqueue with btrfs_workqueue.Qu Wenruo1-6/+4
2014-03-10btrfs: Replace fs_info->fixup_workers workqueue with btrfs_workqueue.Qu Wenruo1-5/+5
2014-03-10btrfs: Replace fs_info->readahead_workers workqueue with btrfs_workqueue.Qu Wenruo1-8/+4
2014-03-10btrfs: Replace fs_info->cache_workers workqueue with btrfs_workqueue.Qu Wenruo1-5/+5
2014-03-10btrfs: Replace fs_info->rmw_workers workqueue with btrfs_workqueue.Qu Wenruo1-8/+4
2014-03-10btrfs: Replace fs_info->endio_* workqueue with btrfs_workqueue.Qu Wenruo1-58/+46
2014-03-10btrfs: Replace fs_info->flush_workers with btrfs_workqueue.Qu Wenruo1-6/+4
2014-03-10btrfs: Replace fs_info->submit_workers with btrfs_workqueue.Qu Wenruo1-8/+9
2014-03-10btrfs: Replace fs_info->delalloc_workers with btrfs_workqueueQu Wenruo1-8/+4
2014-03-10btrfs: Replace fs_info->workers with btrfs_workqueue.Qu Wenruo1-20/+21
2014-03-10Btrfs: just wait or commit our own log sub-transactionMiao Xie1-0/+2
2014-03-10Btrfs: fix skipped error handle when log sync failedMiao Xie1-0/+2
2014-03-10Btrfs: fix possible deadlock in btrfs_cleanup_transactionLiu Bo1-1/+3
2014-03-10Btrfs: skip submitting barrier for missing deviceHidetoshi Seto1-0/+4
2014-03-10Btrfs: fix use-after-free in the finishing procedure of the device replaceMiao Xie1-1/+11
2014-02-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-1/+0
2014-02-14Btrfs: fix a lockdep warning when cleaning up aborted transactionLiu Bo1-1/+0
2014-02-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-2/+2
2014-02-03Btrfs: use btrfs_crc32c everywhere instead of libcrc32cFilipe David Borba Manana1-2/+2
2014-01-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-122/+131
2014-01-28btrfs: undo sysfs when open_ctree() failsAnand Jain1-4/+7
2014-01-28Btrfs: fix extent state leak on transaction abortionLiu Bo1-5/+9
2014-01-28btrfs: Add noinode_cache mount optionQu Wenruo1-0/+4
2014-01-28Btrfs: throttle delayed refs betterJosef Bacik1-1/+1
2014-01-28Btrfs: attach delayed ref updates to delayed ref headsJosef Bacik1-41/+38
2014-01-28Btrfs: only fua the first superblock when writting supersWang Shilong1-1/+4
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton1-52/+54
2014-01-28Btrfs: move the extent buffer radix tree into the fs_infoJosef Bacik1-10/+4
2014-01-28btrfs: expand btrfs_find_item() to include find_orphan_item functionalityKelley Nielsen1-1/+2
2014-01-28btrfs: remove unused variables from disk-io.cValentina Giusti1-11/+0
2014-01-28btrfs: publish per-super attributes in sysfsJeff Mahoney1-0/+9
2014-01-28Btrfs: introduce a head ref rbtreeLiu Bo1-0/+3
2013-12-03block: fixup for generic bio chainingKent Overstreet1-1/+1
2013-11-23block: Convert various code to bio_for_each_segment()Kent Overstreet1-7/+4
2013-11-20Btrfs: avoid heavy operations in btrfs_commit_superLiu Bo1-20/+1
2013-11-11btrfs: Remove useless variable in write_ctree_super()Rashika1-4/+1
2013-11-11btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)Dulshani Gunawardhana1-7/+1
2013-11-11btrfs: Add helper function for free_root_pointers()Rashika1-41/+19
2013-11-11Btrfs: remove scrub_super_lock holding in btrfs_sync_log()Wang Shilong1-1/+0
2013-11-11btrfs: remove fs/btrfs/compat.hZach Brown1-1/+0
2013-11-11Btrfs: Simplify the logic in alloc_extent_buffer() for existing extent buffer caseChandra Seetharaman1-2/+1
2013-11-11Btrfs: stop all workers after we free block groupsJosef Bacik1-2/+2
2013-11-11Btrfs: free up block groups after everythingJosef Bacik1-2/+2
2013-11-11Btrfs: do not free the dirty bytes from the trans block rsv on cleanupJosef Bacik1-2/+0
2013-11-11Btrfs: improve inode hash function/inode lookupFilipe David Borba Manana1-1/+1
2013-11-11btrfs: remove unused parameter from btrfs_header_fsidRoss Kirk1-3/+3
2013-11-11Btrfs: fix two use-after-free bugs with transaction cleanupJosef Bacik1-71/+40