public inbox for io-uring@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-13 13:09:52 to 2026-03-25 20:15:36 UTC [more...]

[PATCH v3 0/5] io_uring: extend bvec registration and add mem region lookup
 2026-03-25 20:15 UTC  (12+ messages)
` [PATCH v3 1/5] io_uring/rsrc: rename io_buffer_register_bvec()/io_buffer_unregister_bvec()
` [PATCH v3 2/5] io_uring/rsrc: split io_buffer_register_request() logic
` [PATCH v3 3/5] io_uring/rsrc: add io_buffer_register_bvec()
` [PATCH v3 4/5] io_uring/rsrc: rename and export IO_IMU_DEST / IO_IMU_SOURCE
` [PATCH v3 5/5] io_uring/rsrc: add io_uring_registered_mem_region_get()

[PATCH io_uring-7.1 v2 0/5] follow up zcrx fixes
 2026-03-25 13:09 UTC  (6+ messages)
` [PATCH io_uring-7.1 v2 1/5] io_uring/zcrx: reject REG_NODEV with large rx_buf_size
` [PATCH io_uring-7.1 v2 2/5] io_uring/zcrx: don't use mark0 for allocating xarray
` [PATCH io_uring-7.1 v2 3/5] io_uring/zcrx: don't clear not allocated niovs
` [PATCH io_uring-7.1 v2 4/5] io_uring/zcrx: use dma_len for chunk size calculation
` [PATCH io_uring-7.1 v2 5/5] io_uring/zcrx: use correct mmap off constants

[PATCH io_uring-7.1 0/4] follow up zcrx fixes
 2026-03-25 12:14 UTC  (6+ messages)
` [PATCH io_uring-7.1 1/4] io_uring/zcrx: don't use mark0 for allocating xarray
` [PATCH io_uring-7.1 2/4] io_uring/zcrx: don't clear not allocated niovs
` [PATCH io_uring-7.1 3/4] io_uring/zcrx: use dma_len for chunk size calculation
` [PATCH io_uring-7.1 4/4] io_uring/zcrx: use correct mmap off constants

[PATCH v2 0/5] io_uring: extend bvec registration and add mem region lookup
 2026-03-24 22:05 UTC  (7+ messages)
` [PATCH v2 1/5] io_uring/rsrc: rename io_buffer_register_bvec()/io_buffer_unregister_bvec()
` [PATCH v2 2/5] io_uring/rsrc: split io_buffer_register_request() logic
` [PATCH v2 3/5] io_uring/rsrc: allow buffer release callback to be optional
` [PATCH v2 4/5] io_uring/rsrc: add io_buffer_register_bvec()
` [PATCH v2 5/5] io_uring/rsrc: add io_uring_registered_mem_region_get()

[PATCH v1 0/5] io_uring: extend bvec registration and add mem region lookup
 2026-03-24 18:13 UTC  (7+ messages)
` [PATCH v1 1/5] io_uring/rsrc: rename io_buffer_register_bvec()/io_buffer_unregister_bvec()
` [PATCH v1 2/5] io_uring/rsrc: split io_buffer_register_request() logic
` [PATCH v1 3/5] io_uring/rsrc: allow buffer release callback to be optional
` [PATCH v1 4/5] io_uring/rsrc: add io_buffer_register_bvec()
` [PATCH v1 5/5] io_uring/rsrc: add io_uring_registered_mem_region_get()

[PATCH v3 0/12] io_uring: add IORING_OP_BPF for extending io_uring
 2026-03-24 16:37 UTC  (13+ messages)
` [PATCH V3 01/12] io_uring: make io_import_fixed() global
` [PATCH V3 02/12] io_uring: refactor io_prep_reg_iovec() for BPF kfunc use
` [PATCH V3 03/12] io_uring: refactor io_import_reg_vec() "
` [PATCH V3 04/12] io_uring: prepare for extending io_uring with bpf
` [PATCH V3 05/12] io_uring: bpf: extend io_uring with bpf struct_ops
` [PATCH V3 06/12] io_uring: bpf: implement struct_ops registration
` [PATCH V3 07/12] io_uring: bpf: add BPF buffer descriptor for IORING_OP_BPF
` [PATCH V3 08/12] io_uring: bpf: add per-buffer iterator kfuncs
` [PATCH V3 09/12] bpf: add bpf_uring_buf_dynptr to special_kfunc_list
` [PATCH V3 10/12] selftests/io_uring: add io_uring_unregister_buffers()
` [PATCH V3 11/12] selftests/io_uring: add BPF struct_ops and kfunc tests
` [PATCH V3 12/12] selftests/io_uring: add buffer iterator selftest with BPF arena

[PATCH v2 00/19] tracepoint: Avoid double static_branch evaluation at guarded call sites
 2026-03-24 14:28 UTC  (4+ messages)
` [PATCH v2 01/19] tracepoint: Add trace_call__##name() API
` [PATCH v2 03/19] io_uring: Use trace_call__##name() at guarded tracepoint call sites

[RFC PATCH 0/5] Separate compound page from folio
 2026-03-24  2:42 UTC  (3+ messages)

[PATCH io_uring-7.1 00/16] zcrx update for-7.1
 2026-03-23 22:34 UTC  (22+ messages)
` [PATCH io_uring-7.1 01/16] io_uring/zcrx: return back two step unregistration
` [PATCH io_uring-7.1 02/16] io_uring/zcrx: fully clean area on error in io_import_umem()
` [PATCH io_uring-7.1 03/16] io_uring/zcrx: always dma map in advance
` [PATCH io_uring-7.1 04/16] io_uring/zcrx: extract netdev+area init into a helper
` [PATCH io_uring-7.1 05/16] io_uring/zcrx: implement device-less mode for zcrx
` [PATCH io_uring-7.1 06/16] io_uring/zcrx: use better name for RQ region
` [PATCH io_uring-7.1 07/16] io_uring/zcrx: add a struct for refill queue
` [PATCH io_uring-7.1 08/16] io_uring/zcrx: use guards for locking
` [PATCH io_uring-7.1 09/16] io_uring/zcrx: move count check into zcrx_get_free_niov
` [PATCH io_uring-7.1 10/16] io_uring/zcrx: warn on alloc with non-empty pp cache
` [PATCH io_uring-7.1 11/16] io_uring/zcrx: netmem array as refiling format
` [PATCH io_uring-7.1 12/16] io_uring/zcrx: consolidate dma syncing
` [PATCH io_uring-7.1 13/16] io_uring/zcrx: warn on a repeated area append
` [PATCH io_uring-7.1 14/16] io_uring/zcrx: cache fallback availability in zcrx ctx
` [PATCH io_uring-7.1 15/16] io_uring/zcrx: check ctrl op payload struct sizes
` [PATCH io_uring-7.1 16/16] io_uring/zcrx: rename zcrx [un]register functions

[PATCH v3 0/4] New IORING_OP_DUP
 2026-03-23 14:23 UTC  (8+ messages)
` [PATCH v3 1/4] io_uring: Extract io_file_get_fixed_node() helper
` [PATCH v3 2/4] fs: Export expand_files()
` [PATCH v3 3/4] fs: Export new helper do_replace_fd_locked()
` [PATCH v3 4/4] io_uring: Add IORING_OP_DUP

[PATCH 5.15.y] io_uring/tctx: work around xa_store() allocation error issue
 2026-03-23 13:37 UTC  (2+ messages)

[PATCH v2 0/2] New IORING_OP_DUP
 2026-03-21 23:26 UTC  (5+ messages)
` [PATCH v2 1/2] io_uring: Extract io_file_get_fixed_node helper
` [PATCH v2 2/2] io_uring: Add IORING_OP_DUP

[PATCH v2 0/13] io_uring: add IORING_OP_BPF for extending io_uring
 2026-03-21 16:50 UTC  (7+ messages)
` [PATCH V2 08/13] io_uring: bpf: add uring_bpf_memcpy() kfunc

[PATCH v3 0/8] io_uring: add kernel-managed buffer rings
 2026-03-21  1:19 UTC  (8+ messages)

[PATCH] io_uring: Add IORING_OP_DUP
 2026-03-20 18:29 UTC  (5+ messages)

[liburing v2] Add support for IORING_OP_DUP
 2026-03-20 18:22 UTC 

[GIT PULL] io_uring fixes for 7.0-rc5
 2026-03-20 17:14 UTC  (2+ messages)

[PATCHSET 0/2] Incrementally consumed buffer fixes
 2026-03-19 21:21 UTC  (3+ messages)
` [PATCH 1/2] io_uring/kbuf: fix missing BUF_MORE for incremental buffers at EOF
` [PATCH 2/2] io_uring/kbuf: propagate BUF_MORE through early buffer commit path

[PATCH] io_uring: flush deferred completions in io_req_post_cqe32()
 2026-03-19 20:49 UTC 

[PATCH v2 0/2] kthread, exit: clean up kernel thread exit paths
 2026-03-18 23:12 UTC  (4+ messages)
` [PATCH v2 1/2] kthread: remove kthread_exit()

[PATCH liburing v4 1/1] tests: test io_uring bpf ops
 2026-03-18 22:43 UTC  (2+ messages)

[PATCH liburing v3 1/1] tests: test io_uring bpf ops
 2026-03-18 21:01 UTC  (7+ messages)

[PATCH 00/15] tracepoint: Avoid double static_branch evaluation at guarded call sites
 2026-03-18 14:51 UTC  (23+ messages)
` [PATCH 01/15] tracepoint: Add trace_invoke_##name() API
` [PATCH 03/15] io_uring: Use trace_invoke_##name() at guarded tracepoint call sites

[PATCH liburing v2 1/1] tests: test io_uring bpf ops
 2026-03-18 11:00 UTC  (3+ messages)

[PATCH v5 0/5] io_uring/uring_cmd: allow non-iopoll cmds with IORING_SETUP_IOPOLL
 2026-03-18  1:26 UTC  (13+ messages)
` [PATCH v5 3/5] io_uring: count CQEs in io_iopoll_check()

[PATCH v10 0/4] BPF controlled io_uring
 2026-03-17 20:36 UTC  (6+ messages)

[PATCHSET for-next 0/5] Various minor cleanups
 2026-03-17 20:35 UTC  (6+ messages)
` [PATCH 1/5] io_uring/kbuf: use 'ctx' consistently
` [PATCH 2/5] io_uring/poll: cache req->apoll_events
` [PATCH 3/5] io_uring/net: use 'ctx' consistently
` [PATCH 4/5] io_uring/rw: use cached file rather than req->file
` [PATCH 5/5] io_uring: avoid req->ctx reload in io_req_put_rsrc_nodes()

[PATCH v3] io_uring/poll: fix multishot recv missing EOF on wakeup race
 2026-03-17 18:42 UTC  (5+ messages)

[PATCH liburing 1/1] Update headers with ZCRX_CTRL opcode
 2026-03-17 13:08 UTC  (2+ messages)

[PATCH] io_uring/poll: fix multishot recv missing EOF on wakeup race
 2026-03-17  1:36 UTC  (12+ messages)

[RFC PATCH 0/2] io_uring: add IPC channel infrastructure
 2026-03-17  1:18 UTC  (10+ messages)
` [RFC PATCH 1/2] io_uring: add high-performance "

[PATCH liburing 1/1] Update uapi headers
 2026-03-17  0:53 UTC  (2+ messages)

[PATCH] io_uring: cast id to u64 before shifting in io_allocate_rbuf_ring()
 2026-03-16 23:22 UTC  (3+ messages)

[PATCHSET for-next 0/2] Replace io_ring_ctx bitfields with flags
 2026-03-16 21:33 UTC  (7+ messages)
` [PATCH 1/2] io_uring: switch struct io_ring_ctx internal bitfields to flags
` [PATCH 2/2] io_uring: mark known and harmless racy ctx->int_flags uses

[PATCH v2] io_uring/poll: fix multishot recv missing EOF on wakeup race
 2026-03-16 19:33 UTC 

[PATCH v2 0/2] build and compiler warning fixes
 2026-03-16 10:37 UTC  (4+ messages)
` [PATCH v2 1/2] examples/send-zerocopy: fix -Wstringop-truncation on ifr.ifr_name
` [PATCH v2 2/2] test/cbpf_filter: fix build when openat2.h is not available

[PATCH Liburing 0/2] build and compiler warning fixes
 2026-03-16  1:02 UTC  (7+ messages)
` [PATCH 1/2] examples/send-zerocopy: fix -Wstringop-truncation on ifr.ifr_name
` [PATCH 2/2] test/cbpf_filter: skip when openat2.h is not available

[GIT PULL] io_uring fixes for 7.0-rc4
 2026-03-13 17:33 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox