summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)AuthorFilesLines
6 daysMerge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-4/+7
7 daysMerge tag 'for-7.1/io_uring-20260411' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds33-506/+1030
7 daysMerge tag 'vfs-7.1-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
11 daysMerge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'Jakub Kicinski1-4/+8
11 daysnet: Proxy netdev_queue_get_dma_dev for leased queuesDavid Wei1-1/+2
11 daysnet: Slightly simplify net_mp_{open,close}_rxqDaniel Borkmann1-3/+6
12 daysio_uring: unify getting ctx from passed in file descriptorJens Axboe6-58/+40
12 daysio_uring/register: don't get a reference to the registered ring fdJens Axboe2-5/+6
12 daysio_uring/tctx: clean up __io_uring_add_tctx_node() error handlingJens Axboe1-20/+40
12 daysio_uring/tctx: have io_uring_alloc_task_context() return tctxJens Axboe3-14/+19
2026-04-03Merge tag 'io_uring-7.0-20260403' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-29/+87
2026-04-02io_uring/timeout: use 'ctx' consistentlyYang Xiuwei1-2/+2
2026-04-02io_uring/rw: clean up __io_read() obsolete comment and early returnsJoanne Koong1-6/+5
2026-04-02io_uring/zcrx: use correct mmap off constantsPavel Begunkov1-1/+1
2026-04-02io_uring/zcrx: use dma_len for chunk size calculationPavel Begunkov1-1/+1
2026-04-02io_uring/zcrx: don't clear not allocated niovsPavel Begunkov1-2/+4
2026-04-01io_uring/zcrx: don't use mark0 for allocating xarrayPavel Begunkov1-2/+2
2026-04-01io_uring: cast id to u64 before shifting in io_allocate_rbuf_ring()Anas Iqbal1-1/+1
2026-04-01io_uring/zcrx: reject REG_NODEV with large rx_buf_sizePavel Begunkov1-1/+3
2026-04-01io_uring/cancel: validate opcode for IORING_ASYNC_CANCEL_OPAmir Mohammad Jahangirzad1-1/+8
2026-04-01io_uring/rsrc: use io_cache_free() to free nodeJackie Liu1-1/+1
2026-04-01io_uring/zcrx: rename zcrx [un]register functionsPavel Begunkov4-10/+10
2026-04-01io_uring/zcrx: check ctrl op payload struct sizesPavel Begunkov1-0/+2
2026-04-01io_uring/zcrx: cache fallback availability in zcrx ctxPavel Begunkov2-1/+9
2026-04-01io_uring/zcrx: warn on a repeated area appendPavel Begunkov1-1/+1
2026-04-01io_uring/zcrx: consolidate dma syncingPavel Begunkov1-11/+12
2026-04-01io_uring/zcrx: netmem array as refiling formatPavel Begunkov1-15/+25
2026-04-01io_uring/zcrx: warn on alloc with non-empty pp cachePavel Begunkov1-2/+2
2026-04-01io_uring/zcrx: move count check into zcrx_get_free_niovPavel Begunkov1-17/+21
2026-04-01io_uring/zcrx: use guards for lockingPavel Begunkov1-8/+7
2026-04-01io_uring/zcrx: add a struct for refill queuePavel Begunkov2-31/+37
2026-04-01io_uring/zcrx: use better name for RQ regionPavel Begunkov2-5/+5
2026-04-01io_uring/zcrx: implement device-less mode for zcrxPavel Begunkov2-15/+28
2026-04-01io_uring/zcrx: extract netdev+area init into a helperPavel Begunkov1-29/+43
2026-04-01io_uring/zcrx: always dma map in advancePavel Begunkov1-29/+15
2026-04-01io_uring/zcrx: fully clean area on error in io_import_umem()Pavel Begunkov1-6/+10
2026-04-01io_uring/zcrx: return back two step unregistrationPavel Begunkov3-3/+51
2026-04-01io_uring/bpf_filters: retain COW'ed settings on parse failuresJens Axboe1-1/+9
2026-04-01io_uring: protect remaining lockless ctx->rings accesses with RCUJens Axboe4-28/+70
2026-03-29io_uring/rsrc: reject zero-length fixed buffer importQi Tang1-0/+4
2026-03-29io_uring/net: fix slab-out-of-bounds read in io_bundle_nbufs()Junxi Qian1-0/+4
2026-03-28Merge tag 'io_uring-7.0-20260327' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+3
2026-03-27io_uring/fdinfo: fix OOB read in SQE_MIXED wrap checkNicholas Carlini1-1/+2
2026-03-26io_uring/fdinfo: fix SQE_MIXED SQE displayingJens Axboe1-0/+1
2026-03-23fs: pass on FTRUNCATE_* flags to do_truncateChristoph Hellwig1-1/+1
2026-03-20Merge tag 'io_uring-7.0-20260320' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-5/+18
2026-03-20io_uring/kbuf: propagate BUF_MORE through early buffer commit pathJens Axboe1-3/+7
2026-03-20io_uring/kbuf: fix missing BUF_MORE for incremental buffers at EOFJens Axboe1-0/+4
2026-03-17io_uring: avoid req->ctx reload in io_req_put_rsrc_nodes()Jens Axboe1-2/+4
2026-03-17io_uring/rw: use cached file rather than req->fileJens Axboe1-1/+1