aboutsummaryrefslogtreecommitdiffstats
path: root/fs/io-wq.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-19io_uring: optimise INIT_WQ_LISTPavel Begunkov1-1/+0
2021-10-19io_uring: use single linked list for iopollPavel Begunkov1-0/+3
2021-10-19io-wq: add io_wq_work_node based stackPavel Begunkov1-7/+50
2021-08-29io-wq: provide a way to limit max number of workersJens Axboe1-0/+1
2021-08-23io-wq: improve wq_list_add_tail()Pavel Begunkov1-1/+1
2021-06-18io_uring: move creds from io-wq work to io_kiocbPavel Begunkov1-1/+0
2021-06-17io_uring: allow user configurable IO thread CPU affinityJens Axboe1-0/+2
2021-05-25io_uring/io-wq: close io-wq full-stop gapPavel Begunkov1-1/+1
2021-04-11io-wq: eliminate the need for a manager threadJens Axboe1-0/+1
2021-03-18io_uring: remove structures from include/linux/io_uring.hStefan Metzmacher1-1/+9
2021-03-06io-wq: always track creds for async issueJens Axboe1-1/+1
2021-03-05io_uring: move to using create_io_thread()Jens Axboe1-2/+0
2021-03-04io_uring: move cred assignment into io_issue_sqe()Jens Axboe1-1/+1
2021-03-04io-wq: provide an io_wq_put_and_exit() helperJens Axboe1-0/+1
2021-02-25io-wq: improve manager/worker handling over execJens Axboe1-1/+1
2021-02-25io-wq: make buffered file write hashed work map per-ctxJens Axboe1-0/+14
2021-02-23io-wq: remove nr_process accountingJens Axboe1-2/+0
2021-02-21io-wq: make io_wq_fork_thread() available to other usersJens Axboe1-0/+2
2021-02-21io_uring: remove io_identityJens Axboe1-1/+1
2021-02-21io_uring: remove any grabbing of contextJens Axboe1-7/+0
2021-02-21io-wq: fork worker threads from original taskJens Axboe1-1/+2
2021-02-21io-wq: get rid of wq->use_refsJens Axboe1-1/+0
2021-02-21io_uring: remove the need for relying on an io-wq fallback workerJens Axboe1-2/+0
2021-02-10io_uring: provide FIFO ordering for task_workJens Axboe1-9/+0
2021-02-04io_uring/io-wq: return 2-step work swap schemePavel Begunkov1-2/+2
2021-02-01io_uring/io-wq: kill off now unused IO_WQ_WORK_NO_CANCELJens Axboe1-1/+0
2020-12-20io-wq: kill now unused io_wq_cancel_all()Jens Axboe1-2/+0
2020-12-18io_uring: fix io_wqe->work_list corruptionXiaoguang Wang1-0/+1
2020-12-09io_uring: always batch cancel in *cancel_files()Pavel Begunkov1-1/+0
2020-10-20io_uring: unify fsize with def->work_flagsJens Axboe1-0/+1
2020-10-17io_uring: move io identity items into separate structJens Axboe1-9/+3
2020-10-17io_uring: pass required context in as flagsJens Axboe1-0/+6
2020-09-30io_uring: add blkcg accounting to offloaded operationsDennis Zhou1-0/+3
2020-09-30io_uring: reference ->nsproxy for file table commandsJens Axboe1-0/+1
2020-07-24io_uring/io-wq: move RLIMIT_FSIZE to io-wqPavel Begunkov1-0/+1
2020-06-26io-wq: return next work from ->do_work() directlyPavel Begunkov1-1/+1
2020-06-26io-wq: compact io-wq flags numbersPavel Begunkov1-4/+4
2020-06-15io_uring: cancel by ->task not pidPavel Begunkov1-1/+0
2020-06-15io_uring: cancel all task's requests on exitPavel Begunkov1-1/+0
2020-06-15io-wq: add an option to cancel all matched reqsPavel Begunkov1-1/+1
2020-06-10io_uring: avoid whole io_wq_work copy for requests completed inlineXiaoguang Wang1-5/+0
2020-06-08io_wq: add per-wq work handler instead of per workPavel Begunkov1-3/+4
2020-04-03io_uring: use io-wq manager as backup task if task is exitingJens Axboe1-0/+2
2020-03-23io-wq: handle hashed writes in chainsPavel Begunkov1-8/+37
2020-03-22io_uring: Fix ->data corruption on re-enqueuePavel Begunkov1-4/+1
2020-03-14io-wq: split hashing and enqueueingPavel Begunkov1-1/+6
2020-03-04io_uring/io-wq: forward submission ref to asyncPavel Begunkov1-4/+2
2020-03-02io_uring: remove IO_WQ_WORK_CBPavel Begunkov1-1/+0
2020-03-02io-wq: remove unused IO_WQ_WORK_HAS_MMPavel Begunkov1-1/+0
2020-03-02io-wq: remove io_wq_flush and IO_WQ_WORK_INTERNALPavel Begunkov1-2/+0