summaryrefslogtreecommitdiff
path: root/io_uring
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds2022-12-131-1/+2
|\
| * io_uring/rw: enable bio caches for IRQ rwPavel Begunkov2022-11-161-1/+2
* | Merge tag 'for-6.2/io_uring-next-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds2022-12-1310-190/+359
|\ \
| * | io_uring/msg_ring: flag target ring as having task_work, if neededJens Axboe2022-12-081-0/+1
| * | io_uring: skip spinlocking for ->task_completePavel Begunkov2022-12-072-20/+61
| * | io_uring: do msg_ring in target task via twPavel Begunkov2022-12-071-3/+53
| * | io_uring: extract a io_msg_install_complete helperPavel Begunkov2022-12-071-13/+21
| * | io_uring: get rid of double lockingPavel Begunkov2022-12-073-36/+51
| * | io_uring: never run tw and fallback in parallelPavel Begunkov2022-12-071-2/+10
| * | io_uring: use tw for putting rsrcPavel Begunkov2022-12-073-2/+19
| * | io_uring: force multishot CQEs into task contextPavel Begunkov2022-12-071-0/+21
| * | 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: improve io_double_lock_ctx fail handlingPavel Begunkov2022-12-071-0/+2
| * | io_uring: dont remove file from msg_ring reqsPavel Begunkov2022-12-074-5/+10
| * | io_uring: don't reinstall quiesce node for each twPavel Begunkov2022-11-301-20/+18
| * | io_uring: improve rsrc quiesce refs checksPavel Begunkov2022-11-301-9/+6
| * | io_uring: don't raw spin unlock to match cq_lockPavel Begunkov2022-11-302-1/+6
| * | io_uring: combine poll tw handlersPavel Begunkov2022-11-301-33/+21
| * | io_uring: improve poll warning handlingPavel Begunkov2022-11-301-1/+1
| * | io_uring: remove ctx variable in io_poll_check_eventsPavel Begunkov2022-11-301-2/+1
| * | io_uring: carve io_poll_check_events fast pathPavel Begunkov2022-11-301-19/+22
| * | io_uring: kill io_poll_issue's PF_EXITING checkPavel Begunkov2022-11-301-2/+0
| * | Merge branch 'for-6.2/io_uring' into for-6.2/io_uring-nextJens Axboe2022-11-2912-183/+291
| |\ \
* | \ \ Merge tag 'for-6.2/io_uring-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds2022-12-1312-183/+291
|\ \ \ \ | | |/ / | |/| |
| * | | io_uring: keep unlock_post inlined in hot pathPavel Begunkov2022-11-251-2/+9
| * | | io_uring: don't use complete_post in kbufPavel Begunkov2022-11-251-9/+5
| * | | io_uring: spelling fixDylan Yudaken2022-11-251-1/+1
| * | | io_uring: remove io_req_complete_post_twDylan Yudaken2022-11-252-8/+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-254-10/+13
| * | | 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-252-4/+2
| * | | io_uring: add io_aux_cqe which allows deferred completionDylan Yudaken2022-11-254-5/+42
| * | | io_uring: allow defer completion for aux posted cqesDylan Yudaken2022-11-251-3/+24
| * | | io_uring: defer all io_req_complete_failedDylan Yudaken2022-11-253-11/+10
| * | | io_uring: always lock in io_apoll_task_funcDylan Yudaken2022-11-251-1/+2
| * | | io_uring: remove iopoll spinlockPavel Begunkov2022-11-231-3/+2
| * | | io_uring: iopoll protect complete_postPavel Begunkov2022-11-235-12/+27
| * | | io_uring: inline __io_req_complete_put()Pavel Begunkov2022-11-231-13/+7
| * | | io_uring: remove io_req_tw_post_queuePavel Begunkov2022-11-233-16/+10
| * | | io_uring: use io_req_task_complete() in timeoutPavel Begunkov2022-11-231-2/+2
| * | | io_uring: hold locks for io_req_complete_failedPavel Begunkov2022-11-231-1/+5
| * | | io_uring: add completion locking for iopollPavel Begunkov2022-11-231-2/+3
| * | | io_uring: kill io_cqring_ev_posted() and __io_cq_unlock_post()Jens Axboe2022-11-221-13/+4
| * | | Revert "io_uring: disallow self-propelled ring polling"Jens Axboe2022-11-221-2/+0
| * | | io_uring: pass in EPOLL_URING_WAKE for eventfd signaling and wakeupsJens Axboe2022-11-223-6/+21
| * | | io_uring: inline __io_req_complete_post()Pavel Begunkov2022-11-212-9/+3
| * | | io_uring: split tw fallback into a functionPavel Begunkov2022-11-211-10/+15