summaryrefslogtreecommitdiffstats
path: root/io_uring
Commit message (Expand)AuthorAgeFilesLines
* io_uring/net: restore msg_control on sendzc retryPavel Begunkov2024-04-081-0/+1
* io_uring: Fix io_cqring_wait() not restoring sigmask on get_timespec64() failureAlexey Izbyshev2024-04-051-13/+13
* io_uring/kbuf: hold io_buffer_list reference over mmapJens Axboe2024-04-023-14/+36
* io_uring/kbuf: protect io_buffer_list teardown with a referenceJens Axboe2024-04-022-4/+13
* io_uring/kbuf: get rid of bl->is_readyJens Axboe2024-04-022-10/+0
* io_uring/kbuf: get rid of lower BGID listsJens Axboe2024-04-022-64/+8
* io_uring: use private workqueue for exit workJens Axboe2024-04-021-1/+4
* io_uring: disable io-wq execution of multishot NOWAIT requestsJens Axboe2024-04-011-4/+9
* io_uring/rw: don't allow multishot reads without NOWAIT supportJens Axboe2024-04-011-1/+8
* io_uring/sqpoll: early exit thread if task_context wasn't allocatedJens Axboe2024-03-181-1/+5
* io_uring: clear opcode specific data for an early failureJens Axboe2024-03-161-9/+16
* io_uring/net: ensure async prep handlers always initialize ->done_ioJens Axboe2024-03-161-1/+8
* io_uring/waitid: always remove waitid entry for cancel allJens Axboe2024-03-151-6/+1
* io_uring/futex: always remove futex entry for cancel allJens Axboe2024-03-151-0/+1
* io_uring: fix poll_remove stalled req completionPavel Begunkov2024-03-151-2/+2
* io_uring: Fix release of pinned pages when __io_uaddr_map failsGabriel Krisman Bertazi2024-03-131-9/+13
* io_uring/kbuf: rename is_mappedPavel Begunkov2024-03-132-11/+11
* io_uring: simplify io_pages_freePavel Begunkov2024-03-131-5/+1
* io_uring: clean rings on NO_MMAP alloc failPavel Begunkov2024-03-121-2/+3
* io_uring/rw: return IOU_ISSUE_SKIP_COMPLETE for multishot retryJens Axboe2024-03-121-0/+2
* io_uring: don't save/restore iowait stateJens Axboe2024-03-111-3/+2
* Merge tag 'for-6.9/io_uring-20240310' of git://git.kernel.dk/linuxLinus Torvalds2024-03-1123-395/+1067
|\
| * io_uring: Fix sqpoll utilization check racing with dying sqpollGabriel Krisman Bertazi2024-03-091-5/+12
| * io_uring/net: dedup io_recv_finish req completionPavel Begunkov2024-03-081-12/+4
| * io_uring: refactor DEFER_TASKRUN multishot checksPavel Begunkov2024-03-083-23/+20
| * io_uring: fix mshot io-wq checksPavel Begunkov2024-03-081-1/+1
| * io_uring/net: add io_req_msg_cleanup() helperJens Axboe2024-03-081-12/+15
| * io_uring/net: simplify msghd->msg_inq checkingJens Axboe2024-03-081-2/+2
| * io_uring/kbuf: rename REQ_F_PARTIAL_IO to REQ_F_BL_NO_RECYCLEJens Axboe2024-03-084-32/+13
| * io_uring/net: remove dependency on REQ_F_PARTIAL_IO for sr->done_ioJens Axboe2024-03-081-5/+7
| * io_uring/net: correctly handle multishot recvmsg retry setupJens Axboe2024-03-071-1/+2
| * io_uring/net: clear REQ_F_BL_EMPTY in the multishot retry handlerJens Axboe2024-03-071-0/+1
| * io_uring: fix io_queue_proc modifying req->flagsPavel Begunkov2024-03-071-8/+11
| * io_uring: fix mshot read defer taskrun cqe postingPavel Begunkov2024-03-071-0/+2
| * io_uring/net: fix overflow check in io_recvmsg_mshot_prep()Dan Carpenter2024-03-041-2/+2
| * io_uring/net: correct the type of variableMuhammad Usama Anjum2024-03-041-1/+1
| * io_uring/sqpoll: statistics of the true utilization of sq threadsXiaobing Li2024-03-013-1/+24
| * io_uring/net: move recv/recvmsg flags out of retry loopJens Axboe2024-03-011-7/+8
| * io_uring/kbuf: flag request if buffer pool is empty after buffer pickJens Axboe2024-02-271-2/+8
| * io_uring/net: improve the usercopy for sendmsg/recvmsgJens Axboe2024-02-271-7/+22
| * io_uring/net: move receive multishot out of the generic msghdr pathJens Axboe2024-02-271-70/+91
| * io_uring/net: unify how recvmsg and sendmsg copy in the msghdrJens Axboe2024-02-271-129/+142
| * io_uring/napi: enable even with a timeout of 0Jens Axboe2024-02-151-4/+5
| * io_uring: kill stale comment for io_cqring_overflow_kill()Jens Axboe2024-02-151-1/+0
| * io_uring/sqpoll: use the correct check for pending task_workJens Axboe2024-02-141-1/+8
| * io_uring: wake SQPOLL task when task_work is added to an empty queueJens Axboe2024-02-141-1/+6
| * io_uring/napi: ensure napi polling is aborted when work is availableJens Axboe2024-02-143-12/+12
| * io_uring: Don't include af_unix.h.Kuniyuki Iwashima2024-02-124-3/+2
| * io_uring: add register/unregister napi functionStefan Roesch2024-02-093-0/+76
| * io-uring: add sqpoll support for napi busy pollStefan Roesch2024-02-093-1/+33