aboutsummaryrefslogtreecommitdiffstats
path: root/fs/io-wq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-14io-wq: remove now redundant struct io_wq_nulls_listJens Axboe1-19/+10
2019-11-13io-wq: ensure free/busy list browsing see all itemsJens Axboe1-30/+11
2019-11-13io-wq: ensure we have a stable view of ->cur_work for cancellationsJens Axboe1-19/+28
2019-11-13io_wq: add get/put_work handlers to io_wq_create()Jens Axboe1-2/+23
2019-11-07io-wq: add support for bounded vs unbunded workJens Axboe1-80/+216
2019-11-09io-wq: io_wqe_run_queue() doesn't need to use list_empty_careful()Jens Axboe1-2/+1
2019-11-05io-wq: use proper nesting IRQ disabling spinlocks for cancelJens Axboe1-6/+9
2019-11-02io-wq: use kfree_rcu() to simplify the codeYueHaibing1-8/+1
2019-11-01io_uring: support for generic async request cancelJens Axboe1-0/+85
2019-10-29io_uring: io_uring: add support for async work inheriting filesJens Axboe1-4/+26
2019-10-29io-wq: small threadpool implementation for io_uringJens Axboe1-0/+825