summaryrefslogtreecommitdiffstats
path: root/io_uring/io_uring.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * io_uring: remove io_req_tw_post_queuePavel Begunkov2022-11-231-12/+0
| * io_uring: hold locks for io_req_complete_failedPavel Begunkov2022-11-231-1/+5
| * io_uring: kill io_cqring_ev_posted() and __io_cq_unlock_post()Jens Axboe2022-11-221-13/+4
| * io_uring: pass in EPOLL_URING_WAKE for eventfd signaling and wakeupsJens Axboe2022-11-221-2/+2
| * io_uring: inline __io_req_complete_post()Pavel Begunkov2022-11-211-8/+3
| * io_uring: split tw fallback into a functionPavel Begunkov2022-11-211-10/+15
| * io_uring: inline io_req_task_work_add()Pavel Begunkov2022-11-211-6/+1
| * io_uring: update outdated comment of callbacksLin Ma2022-11-211-1/+1
| * io_uring: do not always force run task_work in io_uring_registerDylan Yudaken2022-11-211-2/+0
| * io_uring: move kbuf put out of generic tw completePavel Begunkov2022-11-211-6/+0
* | io_uring: Fix a null-ptr-deref in io_tctx_exit_cb()Harshit Mogalapalli2022-12-071-1/+3
|/
* io_uring: fix multishot accept request leaksPavel Begunkov2022-11-171-1/+1
* io_uring: calculate CQEs from the user visible valueDylan Yudaken2022-11-081-2/+8
* io_uring: unlock if __io_run_local_work locked insideDylan Yudaken2022-10-271-4/+4
* io_uring: use io_run_local_work_locked helperDylan Yudaken2022-10-271-2/+1