summaryrefslogtreecommitdiffstats
path: root/io_uring/io_uring.c
Commit message (Expand)AuthorAgeFilesLines
* io_uring: separate wq for ring pollingPavel Begunkov2023-01-291-1/+2
* io_uring: move io_run_local_work_lockedPavel Begunkov2023-01-291-1/+17
* io_uring: mark io_run_local_work staticPavel Begunkov2023-01-291-1/+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: 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-291-9/+6
* io_uring: kill io_run_task_work_ctxPavel Begunkov2023-01-291-1/+5
* io_uring: don't iterate cq wait fast pathPavel Begunkov2023-01-291-10/+8
* io_uring: rearrange defer list checksPavel Begunkov2023-01-291-3/+0
* io_uring: always prep_async for drain requestsDylan Yudaken2023-01-271-10/+8
* io_uring/msg_ring: fix remote queue to disabled ringPavel Begunkov2023-01-201-2/+2
* io_uring: fix CQ waiting timeout handlingPavel Begunkov2023-01-051-3/+3
* io_uring: lockdep annotate CQ lockingPavel Begunkov2023-01-031-3/+2
* io_uring: pin context while queueing deferred twPavel Begunkov2023-01-031-1/+7
* io_uring: check for valid register opcode earlierJens Axboe2022-12-231-2/+3
* io_uring: finish waiting before flushing overflow entriesJens Axboe2022-12-211-9/+16
* io_uring: include task_work run after scheduling in wait for eventsJens Axboe2022-12-171-1/+10
* io_uring: use call_rcu_hurry if signaling an eventfdDylan Yudaken2022-12-151-1/+1
* io_uring: fix overflow handling regressionPavel Begunkov2022-12-151-1/+1
* io_uring: ease timeout flush locking requirementsPavel Begunkov2022-12-141-5/+4
* io_uring: revise completion_lock lockingPavel Begunkov2022-12-141-2/+14
* Merge tag 'for-6.2/io_uring-next-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds2022-12-131-57/+110
|\
| * io_uring: skip spinlocking for ->task_completePavel Begunkov2022-12-071-19/+52
| * io_uring: never run tw and fallback in parallelPavel Begunkov2022-12-071-2/+10
| * io_uring: use tw for putting rsrcPavel Begunkov2022-12-071-0/+1
| * io_uring: complete all requests in task contextPavel Begunkov2022-12-071-3/+11
| * io_uring: don't check overflow flush failuresPavel Begunkov2022-12-071-18/+6
| * io_uring: skip overflow CQE posting for dying ringPavel Begunkov2022-12-071-14/+31
| * io_uring: dont remove file from msg_ring reqsPavel Begunkov2022-12-071-1/+1
| * io_uring: don't raw spin unlock to match cq_lockPavel Begunkov2022-11-301-1/+1
| * io_uring: kill io_poll_issue's PF_EXITING checkPavel Begunkov2022-11-301-2/+0
* | Merge tag 'for-6.2/io_uring-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds2022-12-131-91/+132
|\|
| * io_uring: keep unlock_post inlined in hot pathPavel Begunkov2022-11-251-2/+9
| * io_uring: spelling fixDylan Yudaken2022-11-251-1/+1
| * io_uring: remove io_req_complete_post_twDylan Yudaken2022-11-251-1/+1
| * io_uring: allow multishot polled reqs to defer completionDylan Yudaken2022-11-251-1/+2
| * io_uring: remove overflow param from io_post_aux_cqeDylan Yudaken2022-11-251-4/+8
| * io_uring: add lockdep assertion in io_fill_cqe_auxDylan Yudaken2022-11-251-0/+2
| * io_uring: make io_fill_cqe_aux staticDylan Yudaken2022-11-251-2/+2
| * io_uring: add io_aux_cqe which allows deferred completionDylan Yudaken2022-11-251-0/+34
| * io_uring: allow defer completion for aux posted cqesDylan Yudaken2022-11-251-3/+24
| * io_uring: defer all io_req_complete_failedDylan Yudaken2022-11-251-9/+8
| * io_uring: iopoll protect complete_postPavel Begunkov2022-11-231-6/+15
| * io_uring: inline __io_req_complete_put()Pavel Begunkov2022-11-231-13/+7