aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-15btrfs: disable strict file flushes for renames and truncatesChris Mason1-32/+0
2014-07-03Btrfs: fix race between balance recovery and root deletionWang Shilong1-0/+2
2014-06-28btrfs: only unlock block in verify_parent_transid if we locked itJosef Bacik1-1/+2
2014-06-09Btrfs: async delayed refsChris Mason1-0/+6
2014-06-09Btrfs: add sanity tests for new qgroup accounting codeJosef Bacik1-5/+13
2014-06-09Btrfs: rework qgroup accountingJosef Bacik1-0/+4
2014-06-09Btrfs: check if items are ordered when a leaf is marked dirtyFilipe Manana1-0/+6
2014-06-09Btrfs: make sure there are not any read requests before stopping workersWang Shilong1-0/+5
2014-06-09Btrfs: fix possible memory leak in btrfs_create_tree()Tsutomu Itoh1-0/+1
2014-06-09Btrfs: use bitfield instead of integer data type for the some variants in btrfs_rootMiao Xie1-18/+15
2014-06-09btrfs: Add check to avoid cleanup roots already in fs_info->dead_roots.Qu Wenruo1-7/+30
2014-06-09Btrfs: reclaim the reserved metadata space at backgroundMiao Xie1-0/+3
2014-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-5/+5
2014-04-24Btrfs: fix possible memory leaks in open_ctree()Wang Shilong1-5/+5
2014-04-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-3/+20
2014-04-06Btrfs: remove transaction from sendJosef Bacik1-2/+1
2014-04-06Btrfs: don't clear uptodate if the eb is under IOJosef Bacik1-1/+19
2014-04-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-128/+153
2014-03-10Btrfs: fix possible empty list access when flushing the delalloc inodesMiao Xie1-0/+2
2014-03-10Btrfs: split the global ordered extents mutexMiao Xie1-0/+1
2014-03-10Btrfs: introduce btrfs_{start, end}_nocow_write() for each subvolumeMiao Xie1-1/+41
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