summaryrefslogtreecommitdiffstats
path: root/io_uring
AgeCommit message (Expand)AuthorLines
2025-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+4
2025-08-28io_uring/zcrx: add support for custom DMA devicesDragos Tatulea-1/+2
2025-08-28io_uring/kbuf: always use READ_ONCE() to read ring provided buffer lengthsJens Axboe-7/+13
2025-08-27io_uring: add async data clear/free helpersJens Axboe-22/+23
2025-08-27io_uring/zcrx: add support for IORING_SETUP_CQE_MIXEDJens Axboe-3/+7
2025-08-27io_uring/uring_cmd: add support for IORING_SETUP_CQE_MIXEDJens Axboe-2/+3
2025-08-27io_uring/nop: add support for IORING_SETUP_CQE_MIXEDJens Axboe-2/+15
2025-08-27io_uring: add support for IORING_SETUP_CQE_MIXEDJens Axboe-31/+99
2025-08-27io_uring/kbuf: fix signedness in this_len calculationQingyue Zhang-1/+1
2025-08-24io_uring/fdinfo: handle mixed sized CQEsJens Axboe-10/+12
2025-08-24io_uring/cmd: consolidate REQ_F_BUFFER_SELECT checksCaleb Sander Mateos-7/+3
2025-08-24io_uring/cmd: deduplicate uring_cmd_flags checksCaleb Sander Mateos-2/+0
2025-08-24io_uring: uring_cmd: add multishot supportMing Lei-1/+71
2025-08-24io-uring: move `struct io_br_sel` into io_uring_types.hMing Lei-18/+0
2025-08-24io_uring/kbuf: check for ring provided buffers first in recyclingJens Axboe-2/+2
2025-08-24io_uring: remove async/poll related provided buffer recyclesJens Axboe-6/+0
2025-08-24io_uring/kbuf: switch to storing struct io_buffer_list locallyJens Axboe-68/+55
2025-08-24io_uring/net: use struct io_br_sel->val as the send finish valueJens Axboe-10/+12
2025-08-24io_uring/net: use struct io_br_sel->val as the recv finish valueJens Axboe-16/+19
2025-08-24io_uring/kbuf: use struct io_br_sel for multiple buffers pickingJens Axboe-23/+25
2025-08-24io_uring/rw: recycle buffers manually for non-mshot readsJens Axboe-0/+2
2025-08-24io_uring/kbuf: introduce struct io_br_selJens Axboe-38/+59
2025-08-24io_uring/kbuf: pass in struct io_buffer_list to commit/recycle helpersJens Axboe-40/+45
2025-08-24io_uring/net: clarify io_recv_buf_select() return valueJens Axboe-1/+1
2025-08-24io_uring/net: don't use io_net_kbuf_recyle() for non-provided casesJens Axboe-3/+3
2025-08-24io_uring/kbuf: drop 'issue_flags' from io_put_kbuf(s)() argumentsJens Axboe-17/+14
2025-08-24io_uring/zctx: check chained notif contextsPavel Begunkov-0/+5
2025-08-24io_uring: add request poisoningPavel Begunkov-0/+23
2025-08-21io_uring: clear ->async_data as part of normal initJens Axboe-0/+1
2025-08-21io_uring/futex: ensure io_futex_wait() cleans up properly on failureJens Axboe-0/+3
2025-08-20fs: add a FMODE_ flag to indicate IOCB_HAS_METADATA availabilityChristoph Hellwig-0/+3
2025-08-13io_uring/io-wq: add check free worker before create new workerFengnan Chang-0/+8
2025-08-12io_uring/net: commit partial buffers on retryJens Axboe-12/+15
2025-08-08io_uring/memmap: cast nr_pages to size_t before shiftingJens Axboe-1/+1
2025-07-30io_uring/net: Allow to do vectorized sendNorman Maurer-2/+7
2025-07-28Merge tag 'for-6.17/io_uring-20250728' of git://git.kernel.dk/linuxLinus Torvalds-216/+867
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+0
2025-07-21io_uring/zcrx: fix leaking pages on sg init failPavel Begunkov-1/+3
2025-07-21io_uring/zcrx: don't leak pages on account failurePavel Begunkov-4/+2
2025-07-21io_uring/zcrx: fix null ifq on area destructionPavel Begunkov-3/+2
2025-07-18Merge tag 'io_uring-6.16-20250718' of git://git.kernel.dk/linuxLinus Torvalds-7/+11
2025-07-18io_uring/cmd: remove struct io_uring_cmd_dataCaleb Sander Mateos-12/+1
2025-07-18io_uring/cmd: introduce IORING_URING_CMD_REISSUE flagCaleb Sander Mateos-1/+5
2025-07-16io_uring/zcrx: account area memoryPavel Begunkov-0/+28
2025-07-16io_uring: export io_[un]account_memPavel Begunkov-2/+4
2025-07-16io_uring/poll: fix POLLERR handlingPavel Begunkov-6/+8
2025-07-16io_uring/net: Support multishot receive len capNorman Maurer-4/+34
2025-07-15io_uring: deduplicate wakeup handlingJens Axboe-11/+16
2025-07-14io_uring/net: cast min_not_zero() typeJens Axboe-1/+1
2025-07-14io_uring/zcrx: disallow user selected dmabuf offset and sizePavel Begunkov-1/+3