summaryrefslogtreecommitdiffstats
path: root/fs/io-wq.h
Commit message (Expand)AuthorAgeFilesLines
* io_uring: move to separate directoryJens Axboe2022-07-241-228/+0
* io_uring: add support for IORING_ASYNC_CANCEL_ALLJens Axboe2022-04-241-0/+1
* io_uring: stop using io_wq_work as an fd placeholderJens Axboe2022-04-111-1/+0
* io_uring: defer file assignmentJens Axboe2022-04-071-0/+1
* Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-171-1/+1
|\
| * kthread: Generalize pf_io_worker so it can point to struct kthreadEric W. Biederman2022-01-081-1/+1
* | io-wq: add helper to merge two wq_listsHao Xu2021-12-071-0/+22
|/
* io_uring: optimise INIT_WQ_LISTPavel Begunkov2021-10-191-1/+0
* io_uring: use single linked list for iopollPavel Begunkov2021-10-191-0/+3
* io-wq: add io_wq_work_node based stackPavel Begunkov2021-10-191-7/+50
* 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