summaryrefslogtreecommitdiffstats
path: root/fs/io-wq.c
Commit message (Expand)AuthorAgeFilesLines
* io-wq: fix hang after cancelling pending hashed workPavel Begunkov2020-08-231-2/+19
* io-wq: update hash bitsPavel Begunkov2020-07-251-4/+1
* io_uring/io-wq: move RLIMIT_FSIZE to io-wqPavel Begunkov2020-07-241-0/+1
* io-wq: return next work from ->do_work() directlyPavel Begunkov2020-06-261-5/+3
* io_uring: cancel all task's requests on exitPavel Begunkov2020-06-151-14/+0
* io-wq: add an option to cancel all matched reqsPavel Begunkov2020-06-151-26/+34
* io-wq: reorder cancellation pending -> runningPavel Begunkov2020-06-151-22/+32
* Merge tag 'io_uring-5.8-2020-06-11' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-111-4/+6
|\
| * io_wq: add per-wq work handler instead of per workPavel Begunkov2020-06-081-4/+6
* | kernel: set USER_DS in kthread_use_mmChristoph Hellwig2020-06-101-6/+2
* | kernel: better document the use_mm/unuse_mm API contractChristoph Hellwig2020-06-101-3/+3
* | kernel: move use_mm/unuse_mm to kthread.cChristoph Hellwig2020-06-101-1/+0
|/
* io_uring: use io-wq manager as backup task if task is exitingJens Axboe2020-04-031-0/+12
* io-wq: handle hashed writes in chainsPavel Begunkov2020-03-231-20/+48
* io-wq: close cancel gap for hashed linked workPavel Begunkov2020-03-221-3/+7
* io-wq: hash dependent workPavel Begunkov2020-03-141-6/+19
* io-wq: split hashing and enqueueingPavel Begunkov2020-03-141-9/+5
* io-wq: don't resched if there is no workPavel Begunkov2020-03-141-4/+6
* io-wq: remove duplicated cancel codePavel Begunkov2020-03-121-112/+24
* io_uring/io-wq: forward submission ref to asyncPavel Begunkov2020-03-041-15/+14
* io-wq: optimise out *next_work() double lockPavel Begunkov2020-03-041-3/+6
* io-wq: optimise locking in io_worker_handle_work()Pavel Begunkov2020-03-041-8/+7
* io-wq: shuffle io_worker_handle_work() codePavel Begunkov2020-03-041-59/+64
* io-wq: use BIT for ulong hashPavel Begunkov2020-03-021-3/+3
* io_uring: remove IO_WQ_WORK_CBPavel Begunkov2020-03-021-3/+0
* io-wq: remove unused IO_WQ_WORK_HAS_MMPavel Begunkov2020-03-021-2/+0
* 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