summaryrefslogtreecommitdiffstats
path: root/fs/io-wq.h
Commit message (Expand)AuthorAgeFilesLines
* io-wq: provide a way to limit max number of workersJens Axboe2021-08-291-0/+1
* io-wq: improve wq_list_add_tail()Pavel Begunkov2021-08-231-1/+1
* io_uring: move creds from io-wq work to io_kiocbPavel Begunkov2021-06-181-1/+0
* io_uring: allow user configurable IO thread CPU affinityJens Axboe2021-06-171-0/+2
* io_uring/io-wq: close io-wq full-stop gapPavel Begunkov2021-05-251-1/+1
* io-wq: eliminate the need for a manager threadJens Axboe2021-04-111-0/+1
* io_uring: remove structures from include/linux/io_uring.hStefan Metzmacher2021-03-181-1/+9
* io-wq: always track creds for async issueJens Axboe2021-03-061-1/+1
* io_uring: move to using create_io_thread()Jens Axboe2021-03-051-2/+0
* io_uring: move cred assignment into io_issue_sqe()Jens Axboe2021-03-041-1/+1
* io-wq: provide an io_wq_put_and_exit() helperJens Axboe2021-03-041-0/+1
* io-wq: improve manager/worker handling over execJens Axboe2021-02-251-1/+1
* io-wq: make buffered file write hashed work map per-ctxJens Axboe2021-02-251-0/+14
* io-wq: remove nr_process accountingJens Axboe2021-02-231-2/+0
* io-wq: make io_wq_fork_thread() available to other usersJens Axboe2021-02-211-0/+2
* io_uring: remove io_identityJens Axboe2021-02-211-1/+1
* io_uring: remove any grabbing of contextJens Axboe2021-02-211-7/+0
* io-wq: fork worker threads from original taskJens Axboe2021-02-211-1/+2
* io-wq: get rid of wq->use_refsJens Axboe2021-02-211-1/+0
* io_uring: remove the need for relying on an io-wq fallback workerJens Axboe2021-02-211-2/+0
* io_uring: provide FIFO ordering for task_workJens Axboe2021-02-101-9/+0
* io_uring/io-wq: return 2-step work swap schemePavel Begunkov2021-02-041-2/+2
* io_uring/io-wq: kill off now unused IO_WQ_WORK_NO_CANCELJens Axboe2021-02-011-1/+0
* io-wq: kill now unused io_wq_cancel_all()Jens Axboe2020-12-201-2/+0
* io_uring: fix io_wqe->work_list corruptionXiaoguang Wang2020-12-181-0/+1
* io_uring: always batch cancel in *cancel_files()Pavel Begunkov2020-12-091-1/+0
* io_uring: unify fsize with def->work_flagsJens Axboe2020-10-201-0/+1
* io_uring: move io identity items into separate structJens Axboe2020-10-171-9/+3
* io_uring: pass required context in as flagsJens Axboe2020-10-171-0/+6
* io_uring: add blkcg accounting to offloaded operationsDennis Zhou2020-09-301-0/+3
* io_uring: reference ->nsproxy for file table commandsJens Axboe2020-09-301-0/+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-1/+1
* io-wq: compact io-wq flags numbersPavel Begunkov2020-06-261-4/+4
* io_uring: cancel by ->task not pidPavel Begunkov2020-06-151-1/+0
* io_uring: cancel all task's requests on exitPavel Begunkov2020-06-151-1/+0
* io-wq: add an option to cancel all matched reqsPavel Begunkov2020-06-151-1/+1
* io_uring: avoid whole io_wq_work copy for requests completed inlineXiaoguang Wang2020-06-101-5/+0
* io_wq: add per-wq work handler instead of per workPavel Begunkov2020-06-081-3/+4
* io_uring: use io-wq manager as backup task if task is exitingJens Axboe2020-04-031-0/+2
* io-wq: handle hashed writes in chainsPavel Begunkov2020-03-231-8/+37
* io_uring: Fix ->data corruption on re-enqueuePavel Begunkov2020-03-221-4/+1
* io-wq: split hashing and enqueueingPavel Begunkov2020-03-141-1/+6
* io_uring/io-wq: forward submission ref to asyncPavel Begunkov2020-03-041-4/+2
* io_uring: remove IO_WQ_WORK_CBPavel Begunkov2020-03-021-1/+0
* io-wq: remove unused IO_WQ_WORK_HAS_MMPavel Begunkov2020-03-021-1/+0
* io-wq: remove io_wq_flush and IO_WQ_WORK_INTERNALPavel Begunkov2020-03-021-2/+0
* io-wq: ensure work->task_pid is cleared on initJens Axboe2020-02-251-10/+4
* io-wq: add io_wq_cancel_pid() to cancel based on a specific pidJens Axboe2020-02-091-0/+2
* io-wq: add support for inheriting ->fsJens Axboe2020-02-081-1/+3