summaryrefslogtreecommitdiffstats
path: root/fs/io-wq.c
Commit message (Expand)AuthorAgeFilesLines
* io-wq: remove io_wq_flush and IO_WQ_WORK_INTERNALPavel Begunkov2020-03-021-37/+1
* io-wq: fix IO_WQ_WORK_NO_CANCEL cancellationPavel Begunkov2020-03-021-6/+14
* io-wq: remove spin-for-work optimizationJens Axboe2020-02-251-19/+0
* io-wq: don't call kXalloc_node() with non-online nodeJens Axboe2020-02-121-4/+18
* io-wq: add io_wq_cancel_pid() to cancel based on a specific pidJens Axboe2020-02-091-0/+29
* io-wq: make io_wqe_cancel_work() take a match handlerJens Axboe2020-02-091-11/+22
* io-wq: add support for inheriting ->fsJens Axboe2020-02-081-0/+8
* io_uring: fix linked command file table usageJens Axboe2020-01-291-2/+1
* io-wq: allow grabbing existing io-wqPavel Begunkov2020-01-281-0/+8
* io_uring/io-wq: don't use static creds/mm assignmentsJens Axboe2020-01-281-22/+46
* io-wq: make the io_wq ref countedJens Axboe2020-01-271-1/+10
* io-wq: support concurrent non-blocking workJens Axboe2020-01-201-1/+4
* io-wq: add support for uncancellable workJens Axboe2020-01-201-1/+7
* io-wq: cancel work if we fail getting a mm referenceJens Axboe2020-01-141-4/+8
* io-wq: add cond_resched() to worker threadHillf Danton2019-12-241-0/+2
* io-wq: remove unused busy list from io_sqeHillf Danton2019-12-231-8/+0
* io_uring: fix stale comment and a few typosBrian Gianforcaro2019-12-151-1/+1
* io-wq: briefly spin for new work after finishing workJens Axboe2019-12-101-2/+22
* io-wq: remove worker->wait waitqueueJens Axboe2019-12-101-8/+2
* io_uring: use current task creds instead of allocating a new oneJens Axboe2019-12-021-1/+1
* io-wq: shrink io_wq_work a bitJens Axboe2019-11-261-13/+23
* io-wq: fix handling of NUMA node IDsJann Horn2019-11-261-46/+34
* io_uring: use kzalloc instead of kcalloc for single-element allocationsJann Horn2019-11-261-3/+3
* io_uring: async workers should inherit the user credsJens Axboe2019-11-251-0/+10
* io-wq: have io_wq_create() take a 'data' argumentJens Axboe2019-11-251-8/+6
* io_uring: close lookup gap for dependent next workJens Axboe2019-11-251-0/+3
* io-wq: remove extra space charactersDan Carpenter2019-11-251-3/+3
* io-wq: wait for io_wq_create() to setup necessary workersJens Axboe2019-11-251-15/+35
* io-wq: remove now redundant struct io_wq_nulls_listJens Axboe2019-11-141-19/+10
* io-wq: ensure free/busy list browsing see all itemsJens Axboe2019-11-131-30/+11
* io-wq: ensure we have a stable view of ->cur_work for cancellationsJens Axboe2019-11-131-19/+28
* io_wq: add get/put_work handlers to io_wq_create()Jens Axboe2019-11-131-2/+23
* io-wq: add support for bounded vs unbunded workJens Axboe2019-11-071-80/+216
* io-wq: io_wqe_run_queue() doesn't need to use list_empty_careful()Jens Axboe2019-11-091-2/+1
* io-wq: use proper nesting IRQ disabling spinlocks for cancelJens Axboe2019-11-051-6/+9
* io-wq: use kfree_rcu() to simplify the codeYueHaibing2019-11-021-8/+1
* io_uring: support for generic async request cancelJens Axboe2019-11-011-0/+85
* io_uring: io_uring: add support for async work inheriting filesJens Axboe2019-10-291-4/+26
* io-wq: small threadpool implementation for io_uringJens Axboe2019-10-291-0/+825