summaryrefslogtreecommitdiffstats
path: root/io_uring
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | io_uring/cmd: Introduce SOCKET_URING_OP_SETSOCKOPTBreno Leitao2023-10-191-0/+21
| * | io_uring/cmd: Introduce SOCKET_URING_OP_GETSOCKOPTBreno Leitao2023-10-191-0/+28
| * | io_uring/cmd: return -EOPNOTSUPP if net is disabledBreno Leitao2023-10-191-0/+2
| * | io_uring/cmd: Pass compat mode in issue_flagsBreno Leitao2023-10-191-0/+2
* | | Merge tag 'for-6.7/io_uring-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds2023-11-0114-56/+649
|\| |
| * | io_uring/poll: use IOU_F_TWQ_LAZY_WAKE for wakeupsJens Axboe2023-10-191-1/+1
| * | io_uring/kbuf: Use slab for struct io_buffer objectsGabriel Krisman Bertazi2023-10-053-22/+30
| * | io_uring/kbuf: Allow the full buffer id space for provided buffersGabriel Krisman Bertazi2023-10-051-4/+7
| * | io_uring/kbuf: Fix check of BID wrapping in provided buffersGabriel Krisman Bertazi2023-10-051-1/+1
| * | io_uring/rsrc: cleanup io_pin_pages()Jens Axboe2023-10-021-20/+17
| |/
| * io_uring: cancelable uring_cmdMing Lei2023-09-282-0/+80