summaryrefslogtreecommitdiff
path: root/fs/io-wq.c
AgeCommit message (Expand)AuthorFilesLines
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