public inbox for io-uring@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-03 01:39:45 to 2026-03-17 20:37:00 UTC [more...]

[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 00/15] tracepoint: Avoid double static_branch evaluation at guarded call sites
 2026-03-17 16:02 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 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  (11+ messages)
` [RFC PATCH 1/2] io_uring: add high-performance "
` [RFC PATCH 2/2] selftests/ipc: Add io_uring IPC selftest

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

[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/13] io_uring: add IORING_OP_BPF for extending io_uring
 2026-03-16 13:38 UTC  (4+ messages)
` [PATCH V2 08/13] io_uring: bpf: add uring_bpf_memcpy() kfunc

[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)

[PATCH] io_uring/kbuf: check if target buffer list is still legacy on recycle
 2026-03-12 15:02 UTC 

[PATCHSET v2] Fix DEFER_TASKRUN ring resize flag manipulation
 2026-03-11 15:12 UTC  (5+ messages)
` [PATCH 1/2] io_uring: ensure ctx->rings is stable for task work flags manipulation
` [PATCH 2/2] io_uring/eventfd: use ctx->rings_rcu for flags checking

[PATCHSET 0/2] Fix DEFER_TASKRUN ring resize flag manipulation
 2026-03-11 13:05 UTC  (5+ messages)
` [PATCH 1/2] io_uring: ensure ctx->rings is stable for task work flags manipulation
` [PATCH 2/2] io_uring/eventfd: use ctx->rings_rcu for flags checking

[PATCH v2 liburing] test/sqe-mixed-boundary: validate physical SQE index for 128-byte ops
 2026-03-11 13:00 UTC  (2+ messages)

[PATCH] io_uring: Add IORING_OP_DUP
 2026-03-11 11:30 UTC  (6+ messages)

[PATCH v2 0/2] kthread, exit: clean up kernel thread exit paths
 2026-03-11 10:47 UTC  (7+ messages)
` [PATCH v2 1/2] kthread: remove kthread_exit()
` [PATCH v2 2/2] tree-wide: rename do_exit() to task_exit()

[PATCH liburing] Add support for IORING_OP_DUP
 2026-03-10 15:51 UTC 

[PATCH] io_uring/bpf_filter: use bpf_prog_run_pin_on_cpu() to prevent migration
 2026-03-10 14:44 UTC 

io_uring: OOB read in SQE_MIXED mode via sq_array physical index bypass
 2026-03-10 14:44 UTC  (8+ messages)
      ` [PATCH v2] io_uring: fix physical SQE bounds check for SQE_MIXED 128-byte ops
        ` [PATCH liburing] test/sqe-mixed-boundary: validate physical SQE index for "

[PATCH v1] io_uring/register.c: fix NULL pointer dereference in io_register_resize_rings
 2026-03-10  8:51 UTC  (11+ messages)

[PATCH v2] io_uring/register.c: fix NULL pointer dereference in io_register_resize_rings
 2026-03-09 15:44 UTC 

[PATCH] io_uring/register: fix comment about task_no_new_privs
 2026-03-09 14:52 UTC  (3+ messages)

[PATCH 1/1] io_uring/net: allow vectorised regbuf send zc
 2026-03-09 13:31 UTC  (6+ messages)

[PATCH 1/1] io_uring/zctx: separate notification user_data
 2026-03-09 13:24 UTC  (15+ messages)

[GIT PULL] io_uring fixes for 7.0-rc3
 2026-03-06 18:38 UTC  (2+ messages)

[PATCH v5 0/3] bsg: add io_uring command support for SCSI passthrough
 2026-03-06  3:04 UTC  (17+ messages)
` [PATCH v5 1/3] bsg: add bsg_uring_cmd uapi structure
` [PATCH v5 2/3] bsg: add io_uring command support to generic layer
` [PATCH v5 3/3] scsi: bsg: add io_uring passthrough handler
` [PATCH v6 0/3] bsg: add io_uring command support for SCSI passthrough
  ` [PATCH v6 1/3] bsg: add bsg_uring_cmd uapi structure
  ` [PATCH v6 2/3] bsg: add io_uring command support to generic layer
  ` [PATCH v6 3/3] scsi: bsg: add io_uring passthrough handler

[PATCH v3 0/8] io_uring: add kernel-managed buffer rings
 2026-03-06  0:32 UTC  (9+ messages)
` [PATCH v3 1/8] io_uring/kbuf: add support for "
` [PATCH v3 2/8] io_uring/kbuf: support kernel-managed buffer rings in buffer selection
` [PATCH v3 3/8] io_uring/kbuf: add buffer ring pinning/unpinning
` [PATCH v3 4/8] io_uring/kbuf: return buffer id in buffer selection
` [PATCH v3 5/8] io_uring/kbuf: add recycling for kernel managed buffer rings
` [PATCH v3 6/8] io_uring/kbuf: add io_uring_is_kmbuf_ring()
` [PATCH v3 7/8] io_uring/kbuf: export io_ring_buffer_select()
` [PATCH v3 8/8] io_uring/cmd: set selected buffer index in __io_uring_cmd_done()

[PATCH 1/1] io_uring/zcrx: use READ_ONCE with user shared RQEs
 2026-03-04 13:30 UTC  (2+ messages)

[PATCH] io_uring/mock: Fix typo in help text
 2026-03-04  2:43 UTC  (2+ messages)

[PATCH 1/1] io_uring/zcrx: fix post open error handling
 2026-03-03  8:58 UTC  (3+ messages)

[PATCH net-next 0/3] selftests: drv-net: iou-zcrx: improve stability and make the large chunk test work
 2026-03-03  8:41 UTC  (14+ messages)
` [PATCH net-next 1/3] selftests: drv-net: iou-zcrx: wait for memory provider cleanup
` [PATCH net-next 2/3] selftests: drv-net: iou-zcrx: rework large chunks test to use common setup
` [PATCH net-next 3/3] selftests: drv-net: iou-zcrx: allocate hugepages for large chunks test


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