aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/async-thread.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-25btrfs: remove unused typedefs get_extent_t and btrfs_work_func_tDavid Sterba1-1/+0
2022-05-16btrfs: simplify WQ_HIGHPRI handling in struct btrfs_workqueueChristoph Hellwig1-5/+2
2020-03-23Btrfs: fix crash during unmount due to race with delayed inode workersFilipe Manana1-0/+1
2019-11-18btrfs: add __pure attribute to functionsDavid Sterba1-2/+2
2019-11-18btrfs: get rid of unique workqueue helper functionsOmar Sandoval1-31/+2
2018-04-12btrfs: replace GPL boilerplate by SPDX -- headersDavid Sterba1-16/+5
2017-08-16btrfs: constify tracepoint argumentsJeff Mahoney1-3/+3
2016-12-13btrfs: limit async_work allocation and worker func durationMaxim Patlasov1-0/+1
2016-07-26btrfs: plumb fs_info into btrfs_workJeff Mahoney1-1/+5
2015-08-31btrfs: async_thread: Fix workqueue 'max_active' value when initializingQu Wenruo1-1/+1
2015-06-10btrfs: Fix lockdep warning of wr_ctx->wr_lock in scrub_free_wr_ctx()Zhao Lei1-0/+2
2015-02-16btrfs: use correct type for workqueue flagsDavid Sterba1-1/+1
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