public inbox for io-uring@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-16 23:31:31 to 2026-01-29 23:54:56 UTC [more...]

[PATCH v2] io_uring: Add size check for sqe->cmd
 2026-01-29 23:54 UTC 

[PATCH liburing 0/2] liburing mmap support
 2026-01-29 22:12 UTC  (3+ messages)
` [PATCH liburing 1/2] liburing: Add support to IORING_OP_MMAP
` [PATCH liburing 2/2] mmap.t: Introduce IORING_OP_MMAP test case

[PATCH 0/2] Introduce IORING_OP_MMAP
 2026-01-29 22:11 UTC  (3+ messages)
` [PATCH 1/2] io_uring: Support commands with optional file descriptors
` [PATCH 2/2] io_uring: introduce IORING_OP_MMAP

[PATCH 0/2] io_uring: Add macro to validate SQE cmd size
 2026-01-29 20:48 UTC  (5+ messages)
` [PATCH 1/2] io_uring: Add size check for sqe->cmd
` [PATCH 2/2] block/ublk_drv: Validate SQE128 flag before accessing the cmd

[PATCH liburing 1/1] src/queue: simplify IORING_SETUP_SQ_REWIND handling
 2026-01-29 20:11 UTC  (2+ messages)

[PATCH v4 00/25] fuse/io-uring: add kernel-managed buffer rings and zero-copy
 2026-01-29  1:16 UTC  (26+ messages)
` [PATCH v4 08/25] io_uring: add io_uring_fixed_index_get() and io_uring_fixed_index_put()
` [PATCH v4 15/25] fuse: refactor io-uring header copying from ring
` [PATCH v4 16/25] fuse: use enum types for header copying
` [PATCH v4 17/25] fuse: refactor setting up copy state for payload copying
` [PATCH v4 18/25] fuse: support buffer copying for kernel addresses
` [PATCH v4 19/25] fuse: add io-uring kernel-managed buffer ring
` [PATCH v4 20/25] io_uring/rsrc: rename io_buffer_register_bvec()/io_buffer_unregister_bvec()
` [PATCH v4 21/25] io_uring/rsrc: split io_buffer_register_request() logic
` [PATCH v4 22/25] io_uring/rsrc: Allow buffer release callback to be optional
` [PATCH v4 23/25] io_uring/rsrc: add io_buffer_register_bvec()
` [PATCH v4 24/25] fuse: add zero-copy over io-uring
` [PATCH v4 25/25] docs: fuse: add io-uring bufring and zero-copy documentation

[PATCH AUTOSEL 6.18] io_uring/rw: free potentially allocated iovec on cache put failure
 2026-01-28 22:33 UTC 

[PATCH for-next] io_uring/net: don't continue send bundle if poll was required for retry
 2026-01-28  4:05 UTC 

[PATCH v3 00/25] fuse/io-uring: add kernel-managed buffer rings and zero-copy
 2026-01-27 23:06 UTC  (5+ messages)
` [PATCH v3 14/25] fuse: refactor io-uring header copying to ring

[PATCH v4 0/6] BPF controlled io_uring
 2026-01-27 19:20 UTC  (11+ messages)
` [PATCH v4 1/6] io_uring: introduce callback driven main loop
` [PATCH v4 2/6] io_uring/bpf-ops: add basic bpf struct_ops boilerplate
` [PATCH v4 3/6] io_uring/bpf-ops: add loop_step struct_ops callback
` [PATCH v4 4/6] io_uring/bpf-ops: add kfunc helpers
` [PATCH v4 5/6] io_uring/bpf-ops: add bpf struct ops registration
` [PATCH v4 6/6] selftests/io_uring: add a bpf io_uring selftest

[PATCHSET v7] Inherited restrictions and BPF filtering for io_uring
 2026-01-27 18:30 UTC  (8+ messages)
` [PATCH 1/7] io_uring: add support for BPF filtering for opcode restrictions
` [PATCH 2/7] io_uring/net: allow filtering on IORING_OP_SOCKET data
` [PATCH 3/7] io_uring/bpf_filter: allow filtering on contents of struct open_how
` [PATCH 4/7] io_uring/bpf_filter: cache lookup table in ctx->bpf_filters
` [PATCH 5/7] io_uring/bpf_filter: add ref counts to struct io_bpf_filter
` [PATCH 6/7] io_uring: add task fork hook
` [PATCH 7/7] io_uring: allow registration of per-task restrictions

[PATCHSET v6] Inherited restrictions and BPF filtering for io_uring
 2026-01-27 16:41 UTC  (15+ messages)
` [PATCH 1/7] io_uring: add support for BPF filtering for opcode restrictions
` [PATCH 2/7] io_uring/net: allow filtering on IORING_OP_SOCKET data
` [PATCH 3/7] io_uring/bpf_filter: allow filtering on contents of struct open_how
` [PATCH 4/7] io_uring/bpf_filter: cache lookup table in ctx->bpf_filters
` [PATCH 5/7] io_uring/bpf_filter: add ref counts to struct io_bpf_filter
` [PATCH 6/7] io_uring: add task fork hook
` [PATCH 7/7] io_uring: allow registration of per-task restrictions

[PATCH] io_uring: gate personality per opcode to fix TOCTOU check in io_msg_ring_prep
 2026-01-27  2:24 UTC  (5+ messages)

[PATCH liburing] io_uring_prep_cmd_getsockname.3: Deduplicate manpage
 2026-01-27  1:56 UTC  (2+ messages)

[PATCH v2] io_uring/kbuf: don't early commit provided ring buffers if locked
 2026-01-26 18:27 UTC 

[PATCH] io_uring/net: ensure io_send() recycles buffers for -EAGAIN retry
 2026-01-26 18:10 UTC 

[PATCH] io_uring/kbuf: don't early commit provided ring buffers if locked
 2026-01-26 18:09 UTC 

[PATCH for-next] io_uring/rsrc: use GFP_KERNEL_ACCOUNT consistently
 2026-01-25 17:09 UTC 

[PATCH for-next] io_uring/futex: use GFP_KERNEL_ACCOUNT for futex data allocation
 2026-01-25 17:08 UTC 

[PATCH v2] io_uring/rsrc: fix RLIMIT_MEMLOCK bypass by removing cross-buffer accounting
 2026-01-24 18:44 UTC  (22+ messages)

[PATCH liburing 0/2] Add support for IORING_SETUP_SQ_REWIND
 2026-01-24 16:37 UTC  (10+ messages)
` [PATCH liburing 1/2] src/queue: Add support for non circular SQ
` [PATCH liburing 2/2] tests: add SETUP_SQ_REWIND tests

[PATCH 0/1] io_uring: zcrx large buffers support
 2026-01-24 16:31 UTC  (5+ messages)
` [PATCH 1/1] io_uring/zcrx: implement large rx buffer support

[GIT PULL] io_uring fixes for 6.19-rc7
 2026-01-23 21:24 UTC  (2+ messages)

[PATCH] io_uring/io-wq: handle !sysctl_hung_task_timeout_secs
 2026-01-23 21:00 UTC 

[PATCH] io_uring/rsrc: take unsigned index in io_rsrc_node_lookup()
 2026-01-22 22:59 UTC  (2+ messages)

[PATCH v3 1/1] io_uring: introduce non-circular SQ
 2026-01-22 22:59 UTC  (6+ messages)

[PATCHSET 0/2] Split out wait and task_work handling
 2026-01-22 16:21 UTC  (3+ messages)
` [PATCH 1/2] io_uring: split out task work code into tw.c
` [PATCH 2/2] io_uring: split out CQ waiting code into wait.c

[RFC v2 00/11] Add dmabuf read/write via io_uring
 2026-01-22 11:46 UTC  (4+ messages)
  ` [RFC v2 05/11] block: add infra to handle dmabuf tokens

[RFC PATCH v4 0/3] bsg: add io_uring command support for SCSI passthrough
 2026-01-22  1:56 UTC  (4+ messages)
` [RFC PATCH v4 1/3] bsg: add bsg_uring_cmd uapi structure
` [RFC PATCH v4 2/3] bsg: add uring_cmd support to BSG generic layer
` [RFC PATCH v4 3/3] bsg: implement SCSI BSG uring_cmd handler

[PATCHSET 0/2] Avoid spurious syzbot induced hung task panics
 2026-01-21 23:22 UTC  (3+ messages)
` [PATCH 1/2] io_uring: add IO_URING_EXIT_WAIT_MAX definition
` [PATCH 2/2] io_uring/io-wq: don't trigger hung task for syzbot craziness

[syzbot] [io-uring?] INFO: task hung in io_wq_put_and_exit (6)
 2026-01-21 21:43 UTC  (11+ messages)

[PATCH] io_uring/sync: validate passed in offset
 2026-01-21 18:51 UTC 

[PATCH] io_uring/eventfd: remove unused ctx->evfd_last_cq_tail member
 2026-01-21 18:22 UTC 

[PATCH 0/2] mini-liburing updates
 2026-01-21 14:55 UTC  (4+ messages)
` [PATCH 1/2] selftests/io_uring: add io_uring_queue_init_params
` [PATCH 2/2] selftests/io_uring: support NO_SQARRAY in miniliburing

[PATCH net-next v9 1/9] net: memzero mp params when closing a queue
 2026-01-21  2:20 UTC  (2+ messages)

[PATCH v6 0/6] io_uring: avoid uring_lock for IORING_SETUP_SINGLE_ISSUER
 2026-01-20 20:54 UTC  (5+ messages)
` [syzbot ci] "

[PATCH 1/2] io_uring/kbuf: fix signedness in this_len calculation
 2026-01-20 17:41 UTC  (4+ messages)

[PATCH V2 0/2] nvme: optimize passthrough IOPOLL completion for local ring context
 2026-01-20 17:24 UTC  (7+ messages)

[PATCH for-next] io_uring/timeout: annotate data race in io_flush_timeouts()
 2026-01-20 16:57 UTC 

[syzbot] [io-uring?] memory leak in iovec_from_user (5)
 2026-01-20 15:24 UTC  (3+ messages)

[syzbot] [io-uring?] INFO: rcu detected stall in io_ring_exit_work (3)
 2026-01-20 15:19 UTC  (2+ messages)

[PATCH] io_uring/io-wq: check IO_WQ_BIT_EXIT inside work run loop
 2026-01-20 14:57 UTC 

[PATCH] io_uring/waitid: fix KCSAN warning on io_waitid->head
 2026-01-20  2:56 UTC 

[PATCHSET v5] Inherited restrictions and BPF filtering
 2026-01-19 20:29 UTC  (12+ messages)
` [PATCH 1/6] io_uring: add support for BPF filtering for opcode restrictions
` [PATCH 2/6] io_uring/net: allow filtering on IORING_OP_SOCKET data
` [PATCH 3/6] io_uring/bpf_filter: cache lookup table in ctx->bpf_filters
` [PATCH 4/6] io_uring/bpf_filter: add ref counts to struct io_bpf_filter
` [PATCH 5/6] io_uring: add task fork hook
` [PATCH 6/6] io_uring: allow registration of per-task restrictions

[PATCH net-next v9 0/9] Add support for providers with large rx buffer
 2026-01-19 16:57 UTC  (3+ messages)

[PATCH] io_uring/rw: free potentially allocated iovec on cache put failure
 2026-01-19  8:59 UTC  (2+ messages)

[GIT PULL] io_uring fix for 6.19-rc6
 2026-01-17  4:59 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