public inbox for io-uring@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-15 16:52:57 to 2026-01-27 09:34:23 UTC [more...]

[PATCHSET v6] Inherited restrictions and BPF filtering for io_uring
 2026-01-27  9:34 UTC  (12+ 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)

[PATCH v4 00/25] fuse/io-uring: add kernel-managed buffer rings and zero-copy
 2026-01-22 21:02 UTC  (28+ messages)
` [PATCH v4 01/25] io_uring/kbuf: refactor io_buf_pbuf_register() logic into generic helpers
` [PATCH v4 02/25] io_uring/kbuf: rename io_unregister_pbuf_ring() to io_unregister_buf_ring()
` [PATCH v4 03/25] io_uring/kbuf: add support for kernel-managed buffer rings
` [PATCH v4 04/25] io_uring/kbuf: add mmap "
` [PATCH v4 05/25] io_uring/kbuf: support kernel-managed buffer rings in buffer selection
` [PATCH v4 06/25] io_uring/kbuf: add buffer ring pinning/unpinning
` [PATCH v4 07/25] io_uring/kbuf: add recycling for kernel managed buffer rings
` [PATCH v4 08/25] io_uring: add io_uring_fixed_index_get() and io_uring_fixed_index_put()
` [PATCH v4 09/25] io_uring/kbuf: add io_uring_is_kmbuf_ring()
` [PATCH v4 10/25] io_uring/kbuf: export io_ring_buffer_select()
` [PATCH v4 11/25] io_uring/kbuf: return buffer id in buffer selection
` [PATCH v4 12/25] io_uring/cmd: set selected buffer index in __io_uring_cmd_done()
` [PATCH v4 13/25] fuse: refactor io-uring logic for getting next fuse request
` [PATCH v4 14/25] fuse: refactor io-uring header copying to ring
` [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

[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 0/9] Add support for providers with large rx buffer
 2026-01-21  2:20 UTC  (13+ messages)
` [PATCH net-next v9 1/9] net: memzero mp params when closing a queue
` [PATCH net-next v9 2/9] net: reduce indent of struct netdev_queue_mgmt_ops members
` [PATCH net-next v9 3/9] net: add bare bone queue configs
` [PATCH net-next v9 4/9] net: pass queue rx page size from memory provider
` [PATCH net-next v9 5/9] eth: bnxt: store rx buffer size per queue
` [PATCH net-next v9 6/9] eth: bnxt: adjust the fill level of agg queues with larger buffers
` [PATCH net-next v9 7/9] eth: bnxt: support qcfg provided rx page size
` [PATCH net-next v9 8/9] selftests: iou-zcrx: test large chunk sizes
` [PATCH net-next v9 9/9] io_uring/zcrx: document area chunking parameter

[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  (9+ messages)
  ` [PATCH V2 1/2] block: pass io_comp_batch to rq_end_io_fn callback
  ` [PATCH V2 2/2] nvme/io_uring: optimize IOPOLL completions for local ring context

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

[PATCHSET RFC v4] Inherited restrictions and BPF filtering
 2026-01-16 22:38 UTC  (6+ messages)
` [PATCH 1/5] io_uring: add support for BPF filtering for opcode restrictions
` [PATCH 2/5] io_uring/net: allow filtering on IORING_OP_SOCKET data
` [PATCH 3/5] io_uring/bpf_filter: add ref counts to struct io_bpf_filter
` [PATCH 4/5] io_uring: add task fork hook
` [PATCH 5/5] io_uring: allow registration of per-task restrictions

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

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

[PATCH] nvme: optimize passthrough IOPOLL completion for local ring context
 2026-01-16  2:29 UTC  (3+ messages)

[PATCHSET RFC v3] Inherited restrictions and BPF filtering
 2026-01-15 21:08 UTC  (7+ messages)
` [PATCH 2/3] io_uring: add support for BPF filtering for opcode restrictions
` [PATCH 3/3] io_uring: allow registration of per-task restrictions

[PATCH liburing 1/1] man: add io_uring_register_region.3
 2026-01-15 17:19 UTC  (12+ messages)

[PATCH net-next v8 0/9] Add support for providers with large rx buffer
 2026-01-15 17:10 UTC  (4+ messages)
` [PATCH net-next v8 7/9] eth: bnxt: support qcfg provided rx page size


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