summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)AuthorFilesLines
2025-08-24io_uring/kbuf: switch to storing struct io_buffer_list locallyJens Axboe6-68/+55
2025-08-24io_uring/net: use struct io_br_sel->val as the send finish valueJens Axboe1-10/+12
2025-08-24io_uring/net: use struct io_br_sel->val as the recv finish valueJens Axboe1-16/+19
2025-08-24io_uring/kbuf: use struct io_br_sel for multiple buffers pickingJens Axboe3-23/+25
2025-08-24io_uring/rw: recycle buffers manually for non-mshot readsJens Axboe1-0/+2
2025-08-24io_uring/kbuf: introduce struct io_br_selJens Axboe4-38/+59
2025-08-24io_uring/kbuf: pass in struct io_buffer_list to commit/recycle helpersJens Axboe6-40/+45
2025-08-24io_uring/net: clarify io_recv_buf_select() return valueJens Axboe1-1/+1
2025-08-24io_uring/net: don't use io_net_kbuf_recyle() for non-provided casesJens Axboe1-3/+3
2025-08-24io_uring/kbuf: drop 'issue_flags' from io_put_kbuf(s)() argumentsJens Axboe4-17/+14
2025-08-24io_uring/zctx: check chained notif contextsPavel Begunkov1-0/+5
2025-08-24io_uring: add request poisoningPavel Begunkov1-0/+23
2025-08-21io_uring: clear ->async_data as part of normal initJens Axboe1-0/+1
2025-08-21io_uring/futex: ensure io_futex_wait() cleans up properly on failureJens Axboe1-0/+3
2025-08-20fs: add a FMODE_ flag to indicate IOCB_HAS_METADATA availabilityChristoph Hellwig1-0/+3
2025-08-13io_uring/io-wq: add check free worker before create new workerFengnan Chang1-0/+8
2025-08-12io_uring/net: commit partial buffers on retryJens Axboe1-12/+15
2025-08-08io_uring/memmap: cast nr_pages to size_t before shiftingJens Axboe1-1/+1
2025-07-30io_uring/net: Allow to do vectorized sendNorman Maurer1-2/+7
2025-07-29Merge tag 'for-6.17/io_uring-20250728' of git://git.kernel.dk/linuxLinus Torvalds18-216/+867
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+0
2025-07-21io_uring/zcrx: fix leaking pages on sg init failPavel Begunkov1-1/+3
2025-07-21io_uring/zcrx: don't leak pages on account failurePavel Begunkov1-4/+2
2025-07-21io_uring/zcrx: fix null ifq on area destructionPavel Begunkov1-3/+2
2025-07-18Merge tag 'io_uring-6.16-20250718' of git://git.kernel.dk/linuxLinus Torvalds3-7/+11
2025-07-18io_uring/cmd: remove struct io_uring_cmd_dataCaleb Sander Mateos2-12/+1
2025-07-18io_uring/cmd: introduce IORING_URING_CMD_REISSUE flagCaleb Sander Mateos1-1/+5
2025-07-17io_uring/zcrx: account area memoryPavel Begunkov2-0/+28
2025-07-17io_uring: export io_[un]account_memPavel Begunkov2-2/+4
2025-07-16io_uring/poll: fix POLLERR handlingPavel Begunkov2-6/+8
2025-07-16io_uring/net: Support multishot receive len capNorman Maurer1-4/+34
2025-07-15io_uring: deduplicate wakeup handlingJens Axboe1-11/+16
2025-07-15io_uring/net: cast min_not_zero() typeJens Axboe1-1/+1
2025-07-14io_uring/zcrx: disallow user selected dmabuf offset and sizePavel Begunkov1-1/+3
2025-07-13io_uring/poll: cleanup apoll freeingJens Axboe1-8/+3
2025-07-11Merge tag 'io_uring-6.16-20250710' of git://git.kernel.dk/linuxLinus Torvalds3-7/+3
2025-07-10io_uring/net: allow multishot receive per-invocation capJens Axboe1-6/+17
2025-07-10io_uring/net: move io_sr_msg->retry_flags to io_sr_msg->flagsJens Axboe1-11/+15
2025-07-10io_uring/net: use passed in 'len' in io_recv_buf_select()Jens Axboe1-1/+1
2025-07-08io_uring/zcrx: prepare fallback for larger pagesPavel Begunkov1-27/+56
2025-07-08io_uring/zcrx: assert area type in io_zcrx_iov_pagePavel Begunkov1-0/+2
2025-07-08io_uring/zcrx: allocate sgtable for umem areasPavel Begunkov2-51/+28
2025-07-08io_uring/zcrx: introduce io_populate_area_dmaPavel Begunkov1-25/+31
2025-07-08io_uring/zcrx: return error from io_zcrx_map_area_*Pavel Begunkov1-13/+14
2025-07-08io_uring/zcrx: always pass page to io_zcrx_copy_chunkPavel Begunkov1-11/+10
2025-07-08Revert "io_uring: gate REQ_F_ISREG on !S_ANON_INODE as well"Jens Axboe1-2/+1
2025-07-08io_uring/msg_ring: ensure io_kiocb freeing is deferred for RCUJens Axboe1-2/+2
2025-07-08io_uring/rw: cast rw->flags assignment to rwf_tJens Axboe1-1/+1
2025-07-07io_uring/zcrx: fix pp destruction warningsPavel Begunkov1-3/+0
2025-07-07Merge branch 'io_uring-6.16' into for-6.17/io_uringJens Axboe8-25/+54