summaryrefslogtreecommitdiff
path: root/io_uring
Commit message (Expand)AuthorAgeFilesLines
* 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
* io_uring: finish waiting before flushing overflow entriesJens Axboe2022-12-211-9/+16
* io_uring/net: fix cleanup after recyclePavel Begunkov2022-12-191-1/+1
* io_uring/net: ensure compat import handlers clear free_iovJens Axboe2022-12-191-0/+1
* io_uring: include task_work run after scheduling in wait for eventsJens Axboe2022-12-171-1/+10
* io_uring: don't use TIF_NOTIFY_SIGNAL to test for availability of task_workJens Axboe2022-12-171-2/+1
* io_uring: use call_rcu_hurry if signaling an eventfdDylan Yudaken2022-12-151-1/+1
* io_uring: fix overflow handling regressionPavel Begunkov2022-12-152-2/+2
* io_uring: ease timeout flush locking requirementsPavel Begunkov2022-12-142-7/+4
* io_uring: revise completion_lock lockingPavel Begunkov2022-12-143-15/+20
* io_uring: protect cq_timeouts with timeout_lockPavel Begunkov2022-12-141-1/+3
* 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