aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/async-thread.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-17Btrfs: implement repair function when direct read failsMiao Xie1-0/+1
2014-08-24Btrfs: fix task hang under heavy compressed writeLiu Bo1-1/+27
2014-03-20btrfs: Add trace for btrfs_workqueue alloc/destroyQu Wenruo1-1/+1
2014-03-10btrfs: Cleanup the btrfs_workqueue related function typeQu Wenruo1-9/+11
2014-03-10btrfs: Cleanup the "_struct" suffix in btrfs_workequeueQu Wenruo1-17/+17
2014-03-10btrfs: Cleanup the old btrfs_worker.Qu Wenruo1-100/+0
2014-03-10btrfs: Add threshold workqueue based on kernel workqueueQu Wenruo1-1/+2
2014-03-10btrfs: Add high priority workqueue support for btrfs_workqueue_structQu Wenruo1-1/+4
2014-03-10btrfs: Added btrfs_workqueue_struct implemented ordered execution based on kernel workqueueQu Wenruo1-0/+27
2013-10-04Btrfs: eliminate races in worker stopping codeIlya Dryomov1-0/+2
2012-03-22btrfs: return void in functions without error conditionsJeff Mahoney1-2/+2
2011-12-15Btrfs: fix num_workers_starting bug and other bugs in async threadJosef Bacik1-2/+2
2009-10-05Btrfs: fix deadlock on async thread startupChris Mason1-3/+7
2009-09-11Btrfs: keep irqs on more often in the worker threadsChris Mason1-0/+3
2009-09-11Btrfs: Allow worker threads to exit when idleChris Mason1-0/+9
2009-04-20Btrfs: add a priority queue to the async thread helpersChris Mason1-0/+2
2008-11-06Btrfs: Add ordered async work queuesChris Mason1-1/+17
2008-09-29Btrfs: add and improve commentsChris Mason1-2/+5
2008-09-25Btrfs: Give all the worker threads descriptive namesChris Mason1-1/+4
2008-09-25Btrfs: Worker thread optimizationsChris Mason1-3/+4
2008-09-25Btrfs: Add async worker threads for pre and post IO checksummingChris Mason1-0/+78