org.kernel.vger.io-uring archive
553 archived articles, newest first (page 5 of 6). Latest articles →
[PATCH] io_uring/bpf-ops: reject re-registration of an already-bound ops
Fri, 17 Jul 2026 22:45:37 +0700[PATCH] io_uring/sync: check unused sqe fields for fallocate
Fri, 17 Jul 2026 10:13:12 +0800Re: [PATCH 6/6] block: implement async io_uring zone reset all
Thu, 16 Jul 2026 20:31:40 +0900Re: [PATCH 5/6] block: remove most blkdev_cmd_discard arguments
Thu, 16 Jul 2026 20:30:22 +0900Re: [PATCH 4/6] block: also reject zone open / close on conventional zones
Thu, 16 Jul 2026 20:29:14 +0900Re: [PATCH 3/6] block: remove blk_zone_wplug_handle_zone_mgmt
Thu, 16 Jul 2026 20:28:48 +0900Re: [PATCH 2/6] block: allow REQ_NOWAIT zone management commands
Thu, 16 Jul 2026 20:27:24 +0900Re: [PATCH 1/6] block: remove a dead return statement in blk_zone_plug_bio
Thu, 16 Jul 2026 20:26:58 +0900[PATCH 6/6] block: implement async io_uring zone reset all
Thu, 16 Jul 2026 11:17:52 +0200[PATCH 5/6] block: remove most blkdev_cmd_discard arguments
Thu, 16 Jul 2026 11:17:51 +0200[PATCH 4/6] block: also reject zone open / close on conventional zones
Thu, 16 Jul 2026 11:17:50 +0200[PATCH 3/6] block: remove blk_zone_wplug_handle_zone_mgmt
Thu, 16 Jul 2026 11:17:49 +0200[PATCH 2/6] block: allow REQ_NOWAIT zone management commands
Thu, 16 Jul 2026 11:17:48 +0200[PATCH 1/6] block: remove a dead return statement in blk_zone_plug_bio
Thu, 16 Jul 2026 11:17:47 +0200add a ZONE_RESET_ALL uring cmd v2
Thu, 16 Jul 2026 11:17:46 +0200Re: [PATCH 4/5] man: add io_uring_prep_cmd_zone_reset_all.3 man page
Wed, 15 Jul 2026 11:25:32 -0400Re: [PATCH 3/5] liburiung: add io_uring_prep_cmd_zone_reset
Wed, 15 Jul 2026 08:09:51 -0700Re: [PATCH v6] io_uring/register: add IORING_REGISTER_CLONE_FILES opcode
Wed, 15 Jul 2026 18:23:55 +0530Re: [PATCH 5/5] test: add zone_reset_all command test
Wed, 15 Jul 2026 17:35:49 +0900Re: [PATCH 4/5] man: add io_uring_prep_cmd_zone_reset_all.3 man page
Wed, 15 Jul 2026 17:33:19 +0900Re: [PATCH 3/5] liburiung: add io_uring_prep_cmd_zone_reset
Wed, 15 Jul 2026 17:30:50 +0900Re: [PATCH 2/5] man: fixups for io_uring_prep_cmd_discard.3
Wed, 15 Jul 2026 17:28:16 +0900Re: [PATCH 1/5] configure: shorten the message for the discard command
Wed, 15 Jul 2026 17:27:08 +0900[PATCH 5/5] test: add zone_reset_all command test
Wed, 15 Jul 2026 08:39:32 +0200[PATCH 4/5] man: add io_uring_prep_cmd_zone_reset_all.3 man page
Wed, 15 Jul 2026 08:39:31 +0200[PATCH 3/5] liburiung: add io_uring_prep_cmd_zone_reset
Wed, 15 Jul 2026 08:39:30 +0200[PATCH 2/5] man: fixups for io_uring_prep_cmd_discard.3
Wed, 15 Jul 2026 08:39:29 +0200[PATCH 1/5] configure: shorten the message for the discard command
Wed, 15 Jul 2026 08:39:28 +0200support ZONE_RESET_ALL in liburing
Wed, 15 Jul 2026 08:39:27 +0200Re: [PATCH 1/5] io_uring/fs: check unused sqe fields for unlinkat
Tue, 14 Jul 2026 13:18:25 -0600Re: [PATCH 1/5] io_uring/fs: check unused sqe fields for unlinkat
Tue, 14 Jul 2026 15:00:47 -0400[PATCH v3 2/2] test/timeout-swallow: verify -ETIME is not swallowed
Wed, 15 Jul 2026 00:05:29 +0530[PATCH v3 1/2] src/queue: don't swallow -ETIME when SQEs were submitted
Wed, 15 Jul 2026 00:05:28 +0530Re: [PATCH] io_uring/kbuf: free the replaced iovec after a successful grow
Tue, 14 Jul 2026 12:15:18 -0600Re: [PATCH v2 2/2] test/timeout-swallow: verify -ETIME is not swallowed
Tue, 14 Jul 2026 12:12:24 -0600[PATCH v2 2/2] test/timeout-swallow: verify -ETIME is not swallowed
Tue, 14 Jul 2026 22:27:02 +0530[PATCH v2 1/2] src/queue: don't swallow -ETIME when SQEs were submitted
Tue, 14 Jul 2026 22:27:01 +0530Re: [PATCH 2/2] test/timeout-swallow: verify -ETIME is not swallowed
Tue, 14 Jul 2026 12:20:25 -0400Re: [PATCH 1/2] src/queue: don't swallow -ETIME when SQEs were submitted
Tue, 14 Jul 2026 12:15:30 -0400Re: [PATCH] io_uring/kbuf: fix use-after-free of new iovec on bundle grow
Tue, 14 Jul 2026 09:00:57 -0700Re: [PATCH] io_uring/kbuf: free the old cached iovec, not the returned one, on bundle grow
Tue, 14 Jul 2026 16:14:32 +0200Re: [PATCH] io_uring/kbuf: free the old cached iovec, not the returned one, on bundle grow
Tue, 14 Jul 2026 10:02:11 -0400Re: [PATCH] io_uring/kbuf: fix use-after-free of new iovec on bundle grow
Tue, 14 Jul 2026 10:01:28 -0400Re: [PATCH v3 00/10] Add dmabuf read/write via io_uring
Tue, 14 Jul 2026 10:22:03 +0100[PATCH 1/5] io_uring/fs: check unused sqe fields for unlinkat
Tue, 14 Jul 2026 11:03:06 +0800[PATCH] io_uring/kbuf: free the old cached iovec, not the returned one, on bundle grow
Mon, 13 Jul 2026 20:31:24 +0200[PATCH] io_uring/kbuf: fix use-after-free of new iovec on bundle grow
Mon, 13 Jul 2026 05:51:06 -0700Re: [PATCH v3 00/10] Add dmabuf read/write via io_uring
Mon, 13 Jul 2026 11:20:01 +0200Re: [PATCH v3 00/10] Add dmabuf read/write via io_uring
Mon, 13 Jul 2026 09:18:28 +0200[PATCH 2/2] test/timeout-swallow: verify -ETIME is not swallowed
Mon, 13 Jul 2026 03:42:22 +0530[PATCH 1/2] src/queue: don't swallow -ETIME when SQEs were submitted
Mon, 13 Jul 2026 03:40:49 +0530Re: [PATCH v2] scsi: bsg: read io_uring command fields once
Sun, 12 Jul 2026 17:33:14 -0400Re: [PATCH] io_uring/kbuf: free the replaced iovec after a successful grow
Sun, 12 Jul 2026 21:10:53 +0000RE: [PATCH] io_uring/kbuf: free cached iovec only after replacement
Sun, 12 Jul 2026 20:50:08 +0000[PATCH] io_uring/kbuf: free cached iovec only after replacement
Sun, 12 Jul 2026 13:21:16 -0700[PATCH] io_uring/kbuf: free the replaced iovec after a successful grow
Sun, 12 Jul 2026 14:27:12 +0000Re: [GIT PULL] io_uring fixes for 7.2-rc3
Sat, 11 Jul 2026 17:13:58 +0000[RFC 10/10] io_uring/net: implement device memory send
Sat, 11 Jul 2026 11:48:39 +0100[RFC 09/10] io_uring/rsrc: add zcrx backed registered buffers
Sat, 11 Jul 2026 11:48:38 +0100[RFC 08/10] io_uring/rsrc: add regbuf import flags
Sat, 11 Jul 2026 11:48:37 +0100[RFC 07/10] io_uring/rsrc: add uncloneable regbuf flag
Sat, 11 Jul 2026 11:48:36 +0100[RFC 06/10] io_uring/rsrc: extend buffer update
Sat, 11 Jul 2026 11:48:35 +0100[RFC 04/10] io_uring/zcrx: prepare areas to be exported for tx
Sat, 11 Jul 2026 11:48:33 +0100[RFC 05/10] io_uring/rsrc: introduce buf registration structure
Sat, 11 Jul 2026 11:48:34 +0100[RFC 03/10] io_uring/zcrx: switch to pcpu refcounting
Sat, 11 Jul 2026 11:48:32 +0100[RFC 02/10] net: reject zcrx skbs to not registered devices
Sat, 11 Jul 2026 11:48:31 +0100[RFC 01/10] net: pass ubuf to custom sg_from_iter callbacks
Sat, 11 Jul 2026 11:48:30 +0100[RFC 00/10] io_uring: prototype for device memory tx
Sat, 11 Jul 2026 11:48:29 +0100[PATCH review-only 17/17] io_uring/zcrx: don't reload skb_shinfo
Sat, 11 Jul 2026 11:40:10 +0100[PATCH review-only 16/17] io_urint/zcrx: narrow var scope in io_zcrx_recv_skb()
Sat, 11 Jul 2026 11:40:09 +0100[PATCH review-only 15/17] io_uring/zcrx: add dynamic area creation
Sat, 11 Jul 2026 11:40:08 +0100[PATCH review-only 14/17] io_uring/zcrx: pass area_id to __zcrx_create_area()
Sat, 11 Jul 2026 11:40:07 +0100[PATCH review-only 13/17] io_uring/zcrx: array of areas
Sat, 11 Jul 2026 11:40:06 +0100[PATCH review-only 12/17] io_uring/zcrx: move freelist lock to struct zcrx
Sat, 11 Jul 2026 11:40:05 +0100[PATCH review-only 11/17] io_uring/zcrx: split append out of area creation
Sat, 11 Jul 2026 11:40:04 +0100[PATCH review-only 10/17] io_uring/zcrx: unmap under netdev lock
Sat, 11 Jul 2026 11:40:03 +0100[PATCH review-only 09/17] io_uring/zcrx: split dmabuf unmap and release
Sat, 11 Jul 2026 11:40:02 +0100[PATCH review-only 08/17] io_uring/zcrx: don't pass ifq_reg to area creation
Sat, 11 Jul 2026 11:40:01 +0100[PATCH review-only 07/17] io_uring/zcrx: add helper for deriving area token
Sat, 11 Jul 2026 11:40:00 +0100[PATCH review-only 06/17] io_uring/zcrx: constify area_reg on import
Sat, 11 Jul 2026 11:39:59 +0100[PATCH review-only 05/17] io_uring/zcrx: coalesce same-niov RQEs on refill
Sat, 11 Jul 2026 11:39:58 +0100[PATCH review-only 04/17] io_uring/zcrx: cache RQ tail
Sat, 11 Jul 2026 11:39:57 +0100[PATCH review-only 03/17] io_uring/zcrx: add RQ iterator
Sat, 11 Jul 2026 11:39:56 +0100[PATCH review-only 02/17] io_uring/zcrx: move RQ head/tail to separate cache lines
Sat, 11 Jul 2026 11:39:55 +0100[PATCH review-only 01/17] io_uring/zcrx: scale refilling with large pages
Sat, 11 Jul 2026 11:39:54 +0100[PATCH RESEND review-only 00/17] zcrx RQ improvements and dynamic memory provisioning
Sat, 11 Jul 2026 11:39:53 +0100Re: [PATCH review-only 00/17] zcrx RQ improvements and dynamic memory provisioning
Sat, 11 Jul 2026 11:39:35 +0100[RFC 9/9] io_uring/zcrx: add rq_lock cache of "user" niov refs
Sat, 11 Jul 2026 10:22:19 +0100[RFC 8/9] io_uring/zcrx: steal niov refs
Sat, 11 Jul 2026 10:22:18 +0100[RFC 7/9] io_uring/zcrx: don't lock for single producer ptr ring
Sat, 11 Jul 2026 10:22:17 +0100[RFC 6/9] io_uring/zcrx: implement skb stealing
Sat, 11 Jul 2026 10:22:16 +0100[RFC 5/9] io_uring/zcrx: split io_zcrx_recv_frag()
Sat, 11 Jul 2026 10:22:15 +0100[RFC 4/9] io_uring/zcrx: split frag handling loop
Sat, 11 Jul 2026 10:22:14 +0100[RFC 3/9] io_uring/zcrx: don't save/restore count for frag skbs
Sat, 11 Jul 2026 10:22:13 +0100[RFC 2/9] net: add provider specific net_iov field
Sat, 11 Jul 2026 10:22:12 +0100[RFC 1/9] net: allow __tcp_read_sock actors to steal skbs
Sat, 11 Jul 2026 10:22:11 +0100[RFC 0/9] optimise zcrx refs cache bouncing
Sat, 11 Jul 2026 10:22:10 +0100[PATCH review-only 16/17] io_urint/zcrx: narrow var scope in io_zcrx_recv_skb()
Sat, 11 Jul 2026 10:11:39 +0100[PATCH review-only 15/17] io_uring/zcrx: add dynamic area creation
Sat, 11 Jul 2026 10:11:38 +0100[PATCH review-only 14/17] io_uring/zcrx: pass area_id to __zcrx_create_area()
Sat, 11 Jul 2026 10:11:37 +0100
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.