public inbox for io-uring@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-15 06:40:05 to 2026-07-28 07:41:48 UTC [more...]

[RFC PATCH v 0/1] pipe: only enable the extra wake_up(rd_wait) for edge-triggered consumers
 2026-07-28  7:41 UTC  (5+ messages)
` [RFC PATCH v2 "
` [RFC PATCH v2 1/1] "

[PATCH 2/3] AF_ALG: Drop support for off-CPU cryptography
 2026-07-27 23:40 UTC  (20+ messages)

[PATCH liburing 0/2] Fix op_recv stack corruption
 2026-07-27 18:49 UTC  (10+ messages)
` [PATCH liburing 1/2] test/send_recvmsg: Preserve msghdr until op_recvmsg completes
` [PATCH liburing 2/2] test/recv-msgall-stream: "

[PATCH v3 0/2] io_uring: add fremovexattr and flistxattr support
 2026-07-27 14:46 UTC  (4+ messages)
` [PATCH v3 1/2] fs: make file_listxattr and file_removexattr helpers non-static
` [PATCH v3 2/2] io_uring: add fremovexattr and flistxattr support

[PATCH] io_uring/kbuf: cap buffer selection length at MAX_RW_COUNT
 2026-07-27 14:04 UTC  (3+ messages)

[PATCH 0/1] pipe: only enable the extra wake_up(rd_wait) when epoll is actually used
 2026-07-27 11:50 UTC  (6+ messages)

[PATCH v2 0/2] scsi: bsg: fix io_uring passthrough issues
 2026-07-27  1:41 UTC  (3+ messages)
` [PATCH v2 1/2] scsi: bsg: fix TOCTOU in io_uring passthrough command setup
` [PATCH v2 2/2] scsi: bsg: map io_uring user buffers with GFP_KERNEL

[PATCH] io_uring/net: initialize mshot_len for send
 2026-07-27  0:11 UTC  (2+ messages)

[PATCH liburing 0/4] Upgrade to Clang 23 and git tree link update
 2026-07-25 10:57 UTC  (6+ messages)
` [PATCH liburing 1/4] test: Remove unused global variables found by clang-23
` [PATCH liburing 2/4] ci: Fix the wrong `cc_pkg` comparison
` [PATCH liburing 3/4] ci: Upgrade clang version to 23
` [PATCH liburing 4/4] liburing{{,-ffi}.pc.in,.spec}: Replace dead git tree links with the new one

[PATCH 0/2] scsi: bsg: fix io_uring passthrough issues
 2026-07-25  3:24 UTC  (9+ messages)
` [PATCH 1/2] scsi: bsg: fix TOCTOU in io_uring passthrough command setup
` [PATCH 2/2] scsi: bsg: map io_uring user buffers with GFP_KERNEL

[GIT PULL] io_uring fixes for 7.2-rc5
 2026-07-25  3:11 UTC  (2+ messages)

[PATCH io_uring-7.2 0/3] fix up zcrx "notification" uapi naming
 2026-07-24  1:25 UTC  (9+ messages)
` [PATCH io_uring-7.2 1/3] io_uring/zcrx: drop "notif" from stats struct names
` [PATCH io_uring-7.2 2/3] io_uring/zcrx: rename ZCRX_NOTIF_NO_BUFFERS
` [PATCH io_uring-7.2 3/3] io_uring/zcrx: rename notif to event

[PATCH] io_uring/rw: fix missing ERESTARTSYS conversion in read paths
 2026-07-23 12:46 UTC  (10+ messages)
      ` [PATCH liburing] test: add rw-restart-ret regression test
` [PATCH v2] io_uring/rw: fix missing ERESTARTSYS conversion in read paths

[PATCH] io_uring/kbuf: fix UAF in buffer selection when access_ok fails on expanded iovec
 2026-07-21 14:54 UTC  (2+ messages)

[PATCH v2 0/2] io_uring: add fremovexattr and flistxattr support
 2026-07-21 10:24 UTC  (4+ messages)
` [PATCH v2 1/2] fs: make file_listxattr and file_removexattr helpers non-static
` [PATCH v2 2/2] io_uring: add fremovexattr and flistxattr support

[PATCH] io_uring: fix oversize cq.head distance in io_cqring_queued()
 2026-07-21 10:13 UTC 

[PATCH] liburing: add fremovexattr and flistxattr support
 2026-07-21  9:06 UTC 

[PATCH] io_uring/kbuf: fix UAF in buffer selection when access_ok fails on expanded iovec
 2026-07-21  8:47 UTC 

[PATCH 0/2] io_uring: add removexattr and listxattr support
 2026-07-20 15:25 UTC  (4+ messages)
` [PATCH 1/2] fs: make listxattr and removexattr helpers non-static
` [PATCH 2/2] io_uring: add removexattr and listxattr support

[PATCH] io_uring/sync: check unused sqe fields for fallocate
 2026-07-20  8:23 UTC  (2+ messages)

[GIT PULL] io_uring fixes for 7.2-rc4
 2026-07-19 16:45 UTC  (2+ messages)

Landlock: LANDLOCK_ACCESS_FS_IOCTL_DEV is bypassable via io_uring IORING_OP_URING_CMD (confirmed on real NVMe hardware)
 2026-07-18 15:01 UTC  (2+ messages)

[PATCH] io_uring/bpf-ops: reject re-registration of an already-bound ops
 2026-07-18  2:30 UTC  (5+ messages)
    ` [PATCH] test: add io_uring bpf-ops double-registration regression test

add a ZONE_RESET_ALL uring cmd v2
 2026-07-16 11:31 UTC  (13+ messages)
` [PATCH 1/6] block: remove a dead return statement in blk_zone_plug_bio
` [PATCH 2/6] block: allow REQ_NOWAIT zone management commands
` [PATCH 3/6] block: remove blk_zone_wplug_handle_zone_mgmt
` [PATCH 4/6] block: also reject zone open / close on conventional zones
` [PATCH 5/6] block: remove most blkdev_cmd_discard arguments
` [PATCH 6/6] block: implement async io_uring zone reset all

support ZONE_RESET_ALL in liburing
 2026-07-15 15:25 UTC  (13+ messages)
` [PATCH 1/5] configure: shorten the message for the discard command
` [PATCH 2/5] man: fixups for io_uring_prep_cmd_discard.3
` [PATCH 3/5] liburiung: add io_uring_prep_cmd_zone_reset
` [PATCH 4/5] man: add io_uring_prep_cmd_zone_reset_all.3 man page
` [PATCH 5/5] test: add zone_reset_all command test

[PATCH v5] io_uring/register: add IORING_REGISTER_CLONE_FILES opcode
 2026-07-15 12:53 UTC  (5+ messages)
` [PATCH v6] "


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