summaryrefslogtreecommitdiffstats
path: root/io_uring
Commit message (Expand)AuthorAgeFilesLines
* io_uring: fix poll_remove stalled req completionPavel Begunkov2024-03-261-2/+2
* io_uring: Fix release of pinned pages when __io_uaddr_map failsGabriel Krisman Bertazi2024-03-261-9/+13
* io_uring: don't save/restore iowait stateJens Axboe2024-03-261-3/+2
* io_uring/net: correct the type of variableMuhammad Usama Anjum2024-03-261-1/+1
* io_uring/net: fix overflow check in io_recvmsg_mshot_prep()Dan Carpenter2024-03-261-2/+2
* io_uring/net: move receive multishot out of the generic msghdr pathJens Axboe2024-03-261-70/+91
* io_uring/net: unify how recvmsg and sendmsg copy in the msghdrJens Axboe2024-03-261-129/+142
* io_uring: remove unconditional looping in local task_work handlingJens Axboe2024-03-261-15/+29
* io_uring: remove looping around handling traditional task_workJens Axboe2024-03-261-38/+7
* io_uring: drop any code related to SCM_RIGHTSJens Axboe2024-03-264-217/+10
* io_uring/unix: drop usage of io_uring socketJens Axboe2024-03-262-14/+0
* io_uring/net: fix multishot accept overflow handlingJens Axboe2024-02-231-2/+3
* io_uring/net: limit inline multishot retriesJens Axboe2024-02-161-3/+20
* io_uring/poll: add requeue return code from poll multishot handlingJens Axboe2024-02-162-1/+15
* io_uring/rw: ensure poll based multishot read retries appropriatelyJens Axboe2024-02-162-1/+18
* io_uring/net: un-indent mshot retry path in io_recv_finish()Jens Axboe2024-02-161-16/+20
* io_uring/poll: move poll execution helpers higher upJens Axboe2024-02-161-20/+20
* io_uring/net: fix sr->len for IORING_OP_RECV with MSG_WAITALL and buffersJens Axboe2024-02-161-0/+1
* io_uring: adjust defer tw countingPavel Begunkov2024-01-251-1/+1
* io_uring: ensure local task_work is run on wait timeoutJens Axboe2024-01-251-2/+12
* io_uring/rw: ensure io->bytes_done is always initializedJens Axboe2024-01-251-3/+7
* io_uring: don't check iopoll if request completesPavel Begunkov2024-01-251-1/+5
* io_uring/cmd: fix breakage in SOCKET_URING_OP_SIOC* implementationAl Viro2023-12-141-1/+1
* io_uring/poll: don't enable lazy wake for POLLEXCLUSIVEJens Axboe2023-12-131-3/+17
* io_uring/af_unix: disable sending io_uring over socketsPavel Begunkov2023-12-071-7/+0
* io_uring/kbuf: check for buffer list readiness after NULL checkJens Axboe2023-12-051-2/+2
* io_uring/kbuf: Fix an NULL vs IS_ERR() bug in io_alloc_pbuf_ring()Dan Carpenter2023-12-051-2/+2
* io_uring: fix mutex_unlock with unreferenced ctxPavel Begunkov2023-12-031-6/+3
* io_uring: use fget/fput consistentlyJens Axboe2023-11-282-23/+24
* io_uring: free io_buffer_list entries via RCUJens Axboe2023-11-283-15/+56
* io_uring/kbuf: prune deferred locked cache when tearing downJens Axboe2023-11-281-0/+8
* io_uring/kbuf: recycle freed mapped buffer ring entriesJens Axboe2023-11-281-11/+66
* io_uring/kbuf: defer release of mapped buffer ringsJens Axboe2023-11-283-5/+43
* io_uring: enable io_mem_alloc/free to be used in other partsJens Axboe2023-11-272-2/+5
* io_uring: don't guard IORING_OFF_PBUF_RING with SETUP_NO_MMAPJens Axboe2023-11-271-4/+6
* io_uring: don't allow discontig pages for IORING_SETUP_NO_MMAPJens Axboe2023-11-271-18/+21
* io_uring: fix off-by one bvec indexKeith Busch2023-11-201-1/+1
* io_uring/fs: consider link->flags when getting path for LINKATCharles Mirabile2023-11-201-1/+1
* io_uring/fdinfo: remove need for sqpoll lock for thread/pid retrievalJens Axboe2023-11-152-9/+12
* io_uring: do not clamp read length for multishot readDylan Yudaken2023-11-061-1/+8
* io_uring: do not allow multishot read to set addr or lenDylan Yudaken2023-11-061-0/+4
* io_uring: indicate if io_kbuf_recycle did recycle anythingDylan Yudaken2023-11-062-8/+11
* io_uring/rw: add separate prep handler for fixed read/writeJens Axboe2023-11-063-14/+21
* io_uring/rw: add separate prep handler for readv/writevJens Axboe2023-11-063-9/+18
* io_uring/net: ensure socket is marked connected on connect retryJens Axboe2023-11-031-13/+11
* io_uring/rw: don't attempt to allocate async data if opcode doesn't need itJens Axboe2023-11-031-0/+7
* Merge tag 'io_uring-futex-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds2023-11-017-0/+473
|\
| * io_uring: add support for vectored futex waitsJens Axboe2023-09-293-9/+173
| * io_uring: add support for futex wake and waitJens Axboe2023-09-297-0/+309
* | Merge tag 'for-6.7/io_uring-sockopt-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds2023-11-011-0/+53
|\ \