aboutsummaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)AuthorFilesLines
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-27Merge tag 'io_uring-7.0-20260327' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+3
2026-03-26io_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-19io_uring/kbuf: propagate BUF_MORE through early buffer commit pathJens Axboe1-3/+7
2026-03-19io_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
2026-03-17io_uring/net: use 'ctx' consistentlyJens Axboe1-1/+1
2026-03-17io_uring/poll: cache req->apoll_eventsJens Axboe1-3/+5
2026-03-17io_uring/kbuf: use 'ctx' consistentlyJens Axboe1-2/+2
2026-03-17io_uring/poll: fix multishot recv missing EOF on wakeup raceJens Axboe1-2/+7
2026-03-16io_uring/bpf-ops: implement bpf ops registrationPavel Begunkov3-2/+99
2026-03-16io_uring/bpf-ops: add kfunc helpersPavel Begunkov2-0/+61
2026-03-16io_uring/bpf-ops: implement loop_step with BPF struct_opsPavel Begunkov5-0/+148
2026-03-16io_uring: introduce callback driven main loopPavel Begunkov5-1/+131
2026-03-16io_uring/uring_cmd: allow non-iopoll cmds with IORING_SETUP_IOPOLLCaleb Sander Mateos1-3/+1
2026-03-16io_uring: count CQEs in io_iopoll_check()Caleb Sander Mateos1-7/+2
2026-03-16io_uring: remove iopoll_queue from struct io_issue_defCaleb Sander Mateos3-14/+1
2026-03-16io_uring: add REQ_F_IOPOLLCaleb Sander Mateos3-12/+13
2026-03-16io_uring: mark known and harmless racy ctx->int_flags usesJens Axboe3-5/+6
2026-03-16io_uring: switch struct io_ring_ctx internal bitfields to flagsJens Axboe9-59/+62
2026-03-14Merge branch 'io_uring-7.0' into for-7.1/io_uringJens Axboe6-11/+55
2026-03-13Merge tag 'io_uring-7.0-20260312' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-11/+55
2026-03-12io_uring/kbuf: check if target buffer list is still legacy on recycleJens Axboe1-2/+11
2026-03-11io_uring: fix physical SQE bounds check for SQE_MIXED 128-byte opsTom Ryan1-1/+1
2026-03-11io_uring/eventfd: use ctx->rings_rcu for flags checkingJens Axboe1-3/+7
2026-03-11io_uring: ensure ctx->rings is stable for task work flags manipulationJens Axboe3-2/+33
2026-03-09io_uring/bpf_filter: use bpf_prog_run_pin_on_cpu() to prevent migrationJens Axboe1-1/+1
2026-03-09io_uring/register: fix comment about task_no_new_privsJann Horn1-2/+2
2026-03-09io_uring/zctx: separate notification user_dataPavel Begunkov1-2/+7
2026-03-09io_uring/net: allow vectorised regbuf send zcPavel Begunkov1-5/+9