public inbox for io-uring@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-24 13:58:32 to 2026-08-05 19:32:18 UTC [more...]

[PATCH liburing] test/iopoll: Fix clang CI build failure
 2026-08-05 19:31 UTC 

[PATCH liburing] man/io_uring_submit*.3: Point to error code documentation
 2026-08-05 18:52 UTC 

[PATCH v4 00/14] Add dmabuf read/write via io_uring
 2026-08-05 10:59 UTC  (49+ messages)
` [PATCH v4 01/14] dma-buf: introduce initial file I/O infrastructure
` [PATCH v4 02/14] iov_iter: add iterator type for dmabuf maps
` [PATCH v4 03/14] block: rename bi_bvec_done
` [PATCH v4 04/14] block: always adjust bi_offset on bio_advance_iter
` [PATCH v4 05/14] block: move bvec init into __bio_clone
` [PATCH v4 06/14] block: introduce dma map backed bio type
` [PATCH v4 07/14] block: forward init_dma_buf_io_ctx to drivers
` [PATCH v4 08/14] nvme-pci: implement dma_token backed requests
` [PATCH v4 09/14] nvme-pci: add SGL support for the dmabuf path
` [PATCH v4 10/14] io_uring/rsrc: introduce buf registration structure
` [PATCH v4 11/14] io_uring/rsrc: extend buffer update
` [PATCH v4 12/14] io_uring/rsrc: add uncloneable regbuf flag
` [PATCH v4 13/14] io_uring/rsrc: add regbuf import flags
` [PATCH v4 14/14] io_uring/rsrc: add dmabuf backed registered buffers

[PATCH v5 00/16] Add dmabuf read/write via io_uring
 2026-08-04 17:19 UTC  (28+ messages)
` [PATCH v5 01/16] dma-buf: introduce initial file I/O infrastructure
` [PATCH v5 02/16] iov_iter: add iterator type for dmabuf maps
` [PATCH v5 03/16] block: rename bi_bvec_done
` [PATCH v5 04/16] block: always adjust bi_offset on bio_advance_iter
` [PATCH v5 05/16] block: move bvec init into __bio_clone
` [PATCH v5 06/16] block: introduce bio_iov_iter_set()
` [PATCH v5 07/16] block: introduce dma map backed bio type
` [PATCH v5 08/16] block: add dma-buf support for raw bdev
` [PATCH v5 09/16] nvme-pci: implement dma-buf backed requests
` [PATCH v5 10/16] nvme-pci: rename nvme_pci_sgl_set_data to nvme_pci_dma_iter_set_sgl
` [PATCH v5 11/16] nvme-pci: add SGL support for the dmabuf path
` [PATCH v5 12/16] io_uring/rsrc: introduce buf registration structure
` [PATCH v5 13/16] io_uring/rsrc: extend buffer update
` [PATCH v5 14/16] io_uring/rsrc: add uncloneable regbuf flag
` [PATCH v5 15/16] io_uring/rsrc: add regbuf import flags
` [PATCH v5 16/16] io_uring/rsrc: add dmabuf backed registered buffers

[PATCH v2] block: split out a new blk_plug.h header
 2026-08-04 13:00 UTC  (2+ messages)

add a ZONE_RESET_ALL uring cmd v2 (resend)
 2026-08-04 13:00 UTC  (8+ 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

[PATCH] io_uring/cmd: fix iovec leak when the async cmd is not recycled
 2026-08-04  3:57 UTC  (3+ messages)

[PATCH] io_uring/rsrc: fix folio size overflow in io_vec_fill_bvec()
 2026-08-04  2:17 UTC  (2+ messages)

[PATCH v4] pipe: only enable the extra wake_up(rd_wait) for EPOLLET consumers
 2026-08-03 13:55 UTC  (3+ messages)

[PATCH v3 0/1] pipe: only enable the extra wake_up(rd_wait) for edge-triggered consumers
 2026-08-02 16:53 UTC  (17+ messages)
` [PATCH v3 1/1] "

[syzbot] Monthly io-uring report (Aug 2026)
 2026-08-02  0:00 UTC 

[GIT PULL] io_uring fixes for 7.2-rc6
 2026-08-01  0:57 UTC  (2+ messages)

[PATCH RFC 4/9] io-uring/rw: Use accessor for hrtimer_sleeper ->task field
 2026-07-31 17:42 UTC  (3+ messages)

[PATCH liburing] man: Fix FUTEX_WAIT/FUTEX_WAKE explanation
 2026-07-31 16:20 UTC 

[REGRESSION] io_uring/futex: scalar wait/wake slowdown after 079afb081c42
 2026-07-31  8:31 UTC  (4+ messages)

[PATCH v2] io_uring: preserve task restrictions across exec
 2026-07-30 20:40 UTC  (2+ messages)

[PATCH] io_uring/uring_cmd: skip io_uring_cmd_issue_blocking() task work
 2026-07-30 19:19 UTC  (3+ messages)

[PATCH] io_uring/zcrx: don't clear master_ctx from the import path
 2026-07-30 19:19 UTC  (3+ messages)

[PATCH] io_uring: preserve task restrictions across exec
 2026-07-30 19:11 UTC  (2+ messages)

[PATCHSET v2 0/6] io_uring related epoll cleanups
 2026-07-30 16:32 UTC  (8+ messages)
` [PATCH 6/6] io_uring/epoll: disallow adding an epoll file to an epoll context

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

[PATCH] io_uring/net: don't truncate the bundle segment length to int
 2026-07-29 15:39 UTC  (3+ messages)

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

[PATCH] io_uring/net: don't overconsume buffers when using MSG_TRUNC
 2026-07-28 19:14 UTC 

[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  (8+ messages)
` [PATCH liburing 1/2] test/send_recvmsg: Preserve msghdr until op_recvmsg completes

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

[PATCH] io_uring/kbuf: cap buffer selection length at MAX_RW_COUNT
 2026-07-27 14:04 UTC  (3+ 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  (8+ messages)
` [PATCH 1/2] scsi: bsg: fix TOCTOU in io_uring passthrough command setup

[GIT PULL] io_uring fixes for 7.2-rc5
 2026-07-25  3:11 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