summaryrefslogtreecommitdiffstats
path: root/io_uring
Commit message (Expand)AuthorAgeFilesLines
...
* | | | io_uring: Enable KASAN for request cacheBreno Leitao2023-01-292-4/+10
* | | | io_uring: handle TIF_NOTIFY_RESUME when checking for task_workJens Axboe2023-01-291-0/+8
* | | | io_uring/msg-ring: ensure flags passing works for task_work completionsJens Axboe2023-01-291-1/+6
* | | | io_uring: Split io_issue_def structBreno Leitao2023-01-294-115/+238
* | | | io_uring: Rename struct io_op_defBreno Leitao2023-01-295-25/+25
* | | | io_uring: refactor __io_req_complete_postPavel Begunkov2023-01-291-2/+2
* | | | io_uring: simplify fallback executionPavel Begunkov2023-01-291-8/+6
* | | | io_uring: don't export io_put_task()Pavel Begunkov2023-01-292-11/+10
* | | | io_uring: return back links tw run optimisationPavel Begunkov2023-01-291-1/+4
* | | | io_uring: make io_sqpoll_wait_sq return voidQuanfa Fu2023-01-293-8/+5
* | | | io_uring: optimise deferred tw executionPavel Begunkov2023-01-291-17/+7
* | | | io_uring: add io_req_local_work_add wake fast pathPavel Begunkov2023-01-291-1/+6
* | | | io_uring: waitqueue-less cq waitingPavel Begunkov2023-01-291-7/+12
* | | | io_uring: wake up optimisationsPavel Begunkov2023-01-291-1/+20
* | | | io_uring: add lazy poll_wq activationPavel Begunkov2023-01-292-5/+62
* | | | io_uring: separate wq for ring pollingPavel Begunkov2023-01-292-1/+11
* | | | io_uring: move io_run_local_work_lockedPavel Begunkov2023-01-292-18/+17
* | | | io_uring: mark io_run_local_work staticPavel Begunkov2023-01-292-2/+1
* | | | io_uring: don't set TASK_RUNNING in local tw runnerPavel Begunkov2023-01-291-3/+2
* | | | io_uring: refactor io_wake_functionPavel Begunkov2023-01-291-4/+2
* | | | io_uring: remove excessive unlikely on IS_ERRDmitrii Bundin2023-01-291-1/+1
* | | | io_uring/msg_ring: Pass custom flags to the cqeBreno Leitao2023-01-291-5/+19
* | | | io_uring: keep timeout in io_wait_queuePavel Begunkov2023-01-291-14/+14
* | | | io_uring: optimise non-timeout waitingPavel Begunkov2023-01-291-1/+3
* | | | io_uring: set TASK_RUNNING right after schedulePavel Begunkov2023-01-291-3/+2
* | | | io_uring: simplify io_has_workPavel Begunkov2023-01-291-2/+1
* | | | io_uring: mimimise io_cqring_wait_schedulePavel Begunkov2023-01-291-16/+23
* | | | io_uring: parse check_cq out of wq waitingPavel Begunkov2023-01-291-14/+18
* | | | io_uring: move defer tw task checksPavel Begunkov2023-01-292-9/+11
* | | | io_uring: kill io_run_task_work_ctxPavel Begunkov2023-01-292-21/+5
* | | | io_uring: don't iterate cq wait fast pathPavel Begunkov2023-01-291-10/+8
* | | | io_uring: rearrange defer list checksPavel Begunkov2023-01-292-4/+1
| |/ / |/| |
* | | io_uring: always prep_async for drain requestsDylan Yudaken2023-01-271-10/+8
* | | io_uring/net: cache provided buffer group value for multishot receivesJens Axboe2023-01-231-0/+11
* | | io_uring/poll: don't reissue in case of poll race on multishot requestJens Axboe2023-01-201-1/+5
* | | io_uring/msg_ring: fix remote queue to disabled ringPavel Begunkov2023-01-202-2/+10
* | | io_uring/msg_ring: fix flagging remote executionPavel Begunkov2023-01-201-17/+23
* | | io_uring/msg_ring: fix missing lock on overflow for IOPOLLJens Axboe2023-01-191-9/+30
* | | io_uring/msg_ring: move double lock/unlock helpers higher upJens Axboe2023-01-191-24/+23
| |/ |/|
* | io_uring: lock overflowing for IOPOLLPavel Begunkov2023-01-131-1/+5
* | io_uring/poll: attempt request issue after racy poll wakeupJens Axboe2023-01-121-11/+20
* | io_uring/fdinfo: include locked hash table in fdinfo outputJens Axboe2023-01-101-2/+10
* | io_uring/poll: add hash if ready poll request can't complete inlineJens Axboe2023-01-091-5/+12
* | io_uring/io-wq: only free worker if it was allocated for creationJens Axboe2023-01-081-1/+6
|/
* io_uring: fix CQ waiting timeout handlingPavel Begunkov2023-01-051-3/+3
* io_uring: lockdep annotate CQ lockingPavel Begunkov2023-01-032-3/+17
* io_uring: pin context while queueing deferred twPavel Begunkov2023-01-031-1/+7
* io_uring/io-wq: free worker if task_work creation is canceledJens Axboe2023-01-021-0/+1
* io_uring: check for valid register opcode earlierJens Axboe2022-12-231-2/+3
* io_uring/cancel: re-grab ctx mutex after finishing waitJens Axboe2022-12-211-5/+4