summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)Author
2026-04-02io_uring/zcrx: don't clear not allocated niovsPavel Begunkov
2026-04-01io_uring/zcrx: don't use mark0 for allocating xarrayPavel Begunkov
2026-04-01io_uring: cast id to u64 before shifting in io_allocate_rbuf_ring()Anas Iqbal
2026-04-01io_uring/zcrx: reject REG_NODEV with large rx_buf_sizePavel Begunkov
2026-04-01io_uring/cancel: validate opcode for IORING_ASYNC_CANCEL_OPAmir Mohammad Jahangirzad
2026-04-01io_uring/rsrc: use io_cache_free() to free nodeJackie Liu
2026-04-01io_uring/zcrx: rename zcrx [un]register functionsPavel Begunkov
2026-04-01io_uring/zcrx: check ctrl op payload struct sizesPavel Begunkov
2026-04-01io_uring/zcrx: cache fallback availability in zcrx ctxPavel Begunkov
2026-04-01io_uring/zcrx: warn on a repeated area appendPavel Begunkov
2026-04-01io_uring/zcrx: consolidate dma syncingPavel Begunkov
2026-04-01io_uring/zcrx: netmem array as refiling formatPavel Begunkov
2026-04-01io_uring/zcrx: warn on alloc with non-empty pp cachePavel Begunkov
2026-04-01io_uring/zcrx: move count check into zcrx_get_free_niovPavel Begunkov
2026-04-01io_uring/zcrx: use guards for lockingPavel Begunkov
2026-04-01io_uring/zcrx: add a struct for refill queuePavel Begunkov
2026-04-01io_uring/zcrx: use better name for RQ regionPavel Begunkov
2026-04-01io_uring/zcrx: implement device-less mode for zcrxPavel Begunkov
2026-04-01io_uring/zcrx: extract netdev+area init into a helperPavel Begunkov
2026-04-01io_uring/zcrx: always dma map in advancePavel Begunkov
2026-04-01io_uring/zcrx: fully clean area on error in io_import_umem()Pavel Begunkov
2026-04-01io_uring/zcrx: return back two step unregistrationPavel Begunkov
2026-04-01io_uring/bpf_filters: retain COW'ed settings on parse failuresJens Axboe
2026-04-01io_uring: protect remaining lockless ctx->rings accesses with RCUJens Axboe
2026-03-29io_uring/rsrc: reject zero-length fixed buffer importQi Tang
2026-03-29io_uring/net: fix slab-out-of-bounds read in io_bundle_nbufs()Junxi Qian
2026-03-27Merge tag 'io_uring-7.0-20260327' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-03-26io_uring/fdinfo: fix OOB read in SQE_MIXED wrap checkNicholas Carlini
2026-03-26io_uring/fdinfo: fix SQE_MIXED SQE displayingJens Axboe
2026-03-23fs: pass on FTRUNCATE_* flags to do_truncateChristoph Hellwig
2026-03-20Merge tag 'io_uring-7.0-20260320' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-03-19io_uring/kbuf: propagate BUF_MORE through early buffer commit pathJens Axboe
2026-03-19io_uring/kbuf: fix missing BUF_MORE for incremental buffers at EOFJens Axboe
2026-03-17io_uring: avoid req->ctx reload in io_req_put_rsrc_nodes()Jens Axboe
2026-03-17io_uring/rw: use cached file rather than req->fileJens Axboe
2026-03-17io_uring/net: use 'ctx' consistentlyJens Axboe
2026-03-17io_uring/poll: cache req->apoll_eventsJens Axboe
2026-03-17io_uring/kbuf: use 'ctx' consistentlyJens Axboe
2026-03-17io_uring/poll: fix multishot recv missing EOF on wakeup raceJens Axboe
2026-03-16io_uring/bpf-ops: implement bpf ops registrationPavel Begunkov
2026-03-16io_uring/bpf-ops: add kfunc helpersPavel Begunkov
2026-03-16io_uring/bpf-ops: implement loop_step with BPF struct_opsPavel Begunkov
2026-03-16io_uring: introduce callback driven main loopPavel Begunkov
2026-03-16io_uring/uring_cmd: allow non-iopoll cmds with IORING_SETUP_IOPOLLCaleb Sander Mateos
2026-03-16io_uring: count CQEs in io_iopoll_check()Caleb Sander Mateos
2026-03-16io_uring: remove iopoll_queue from struct io_issue_defCaleb Sander Mateos
2026-03-16io_uring: add REQ_F_IOPOLLCaleb Sander Mateos
2026-03-16io_uring: mark known and harmless racy ctx->int_flags usesJens Axboe
2026-03-16io_uring: switch struct io_ring_ctx internal bitfields to flagsJens Axboe
2026-03-14Merge branch 'io_uring-7.0' into for-7.1/io_uringJens Axboe