aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/io-wq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-14io-wq: cancel work if we fail getting a mm referenceJens Axboe1-4/+8
2019-12-24io-wq: add cond_resched() to worker threadHillf Danton1-0/+2
2019-12-23io-wq: remove unused busy list from io_sqeHillf Danton1-8/+0
2019-12-15io_uring: fix stale comment and a few typosBrian Gianforcaro1-1/+1
2019-12-10io-wq: briefly spin for new work after finishing workJens Axboe1-2/+22
2019-12-10io-wq: remove worker->wait waitqueueJens Axboe1-8/+2
2019-12-02io_uring: use current task creds instead of allocating a new oneJens Axboe1-1/+1
2019-11-26io-wq: shrink io_wq_work a bitJens Axboe1-13/+23
2019-11-26io-wq: fix handling of NUMA node IDsJann Horn1-46/+34
2019-11-26io_uring: use kzalloc instead of kcalloc for single-element allocationsJann Horn1-3/+3
2019-11-25io_uring: async workers should inherit the user credsJens Axboe1-0/+10
2019-11-25io-wq: have io_wq_create() take a 'data' argumentJens Axboe1-8/+6
2019-11-25io_uring: close lookup gap for dependent next workJens Axboe1-0/+3
2019-11-25io-wq: remove extra space charactersDan Carpenter1-3/+3
2019-11-25io-wq: wait for io_wq_create() to setup necessary workersJens Axboe1-15/+35
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