summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/async-thread.h
AgeCommit message (Expand)AuthorLines
2020-03-23Btrfs: fix crash during unmount due to race with delayed inode workersFilipe Manana-0/+1
2019-11-18btrfs: add __pure attribute to functionsDavid Sterba-2/+2
2019-11-18btrfs: get rid of unique workqueue helper functionsOmar Sandoval-31/+2
2018-04-12btrfs: replace GPL boilerplate by SPDX -- headersDavid Sterba-16/+5
2017-08-16btrfs: constify tracepoint argumentsJeff Mahoney-3/+3
2016-12-13btrfs: limit async_work allocation and worker func durationMaxim Patlasov-0/+1
2016-07-26btrfs: plumb fs_info into btrfs_workJeff Mahoney-1/+5
2015-08-31btrfs: async_thread: Fix workqueue 'max_active' value when initializingQu Wenruo-1/+1
2015-06-10btrfs: Fix lockdep warning of wr_ctx->wr_lock in scrub_free_wr_ctx()Zhao Lei-0/+2
2015-02-16btrfs: use correct type for workqueue flagsDavid Sterba-1/+1
2014-09-17Btrfs: implement repair function when direct read failsMiao Xie-0/+1
2014-08-24Btrfs: fix task hang under heavy compressed writeLiu Bo-1/+27
2014-03-20btrfs: Add trace for btrfs_workqueue alloc/destroyQu Wenruo-1/+1
2014-03-10btrfs: Cleanup the btrfs_workqueue related function typeQu Wenruo-9/+11
2014-03-10btrfs: Cleanup the "_struct" suffix in btrfs_workequeueQu Wenruo-17/+17
2014-03-10btrfs: Cleanup the old btrfs_worker.Qu Wenruo-100/+0
2014-03-10btrfs: Add threshold workqueue based on kernel workqueueQu Wenruo-1/+2
2014-03-10btrfs: Add high priority workqueue support for btrfs_workqueue_structQu Wenruo-1/+4
2014-03-10btrfs: Added btrfs_workqueue_struct implemented ordered execution based on ke...Qu Wenruo-0/+27
2013-10-04Btrfs: eliminate races in worker stopping codeIlya Dryomov-0/+2
2012-03-22btrfs: return void in functions without error conditionsJeff Mahoney-2/+2
2011-12-15Btrfs: fix num_workers_starting bug and other bugs in async threadJosef Bacik-2/+2
2009-10-05Btrfs: fix deadlock on async thread startupChris Mason-3/+7
2009-09-11Btrfs: keep irqs on more often in the worker threadsChris Mason-0/+3
2009-09-11Btrfs: Allow worker threads to exit when idleChris Mason-0/+9
2009-04-20Btrfs: add a priority queue to the async thread helpersChris Mason-0/+2
2008-11-06Btrfs: Add ordered async work queuesChris Mason-1/+17
2008-09-29Btrfs: add and improve commentsChris Mason-2/+5
2008-09-25Btrfs: Give all the worker threads descriptive namesChris Mason-1/+4
2008-09-25Btrfs: Worker thread optimizationsChris Mason-3/+4
2008-09-25Btrfs: Add async worker threads for pre and post IO checksummingChris Mason-0/+78