public inbox for io-uring@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-07-22 18:52:09 to 2025-08-15 18:13:14 UTC [more...]

[PATCHSET RFC 0/6] add support for name_to, open_by_handle_at(2) to io_uring
 2025-08-15 18:17 UTC  (16+ messages)
` [PATCH 1/6] fhandle: create helper for name_to_handle_at(2)
` [PATCH 2/6] io_uring: add support for IORING_OP_NAME_TO_HANDLE_AT
` [PATCH 3/6] fhandle: do_handle_open() should get FD with user flags
  ` (subset) "
` [PATCH 4/6] fhandle: create __do_handle_open() helper
` [PATCH 5/6] io_uring: add __io_open_prep() helper
` [PATCH 6/6] io_uring: add support for IORING_OP_OPEN_BY_HANDLE_AT

[RFC net-next v3 0/7] devmem/io_uring: allow more flexibility for ZC DMA devices
 2025-08-15 15:48 UTC  (4+ messages)
` [RFC net-next v3 2/7] io_uring/zcrx: add support for custom "

[GIT PULL] io_uring fixes for 6.17-rc2
 2025-08-15 15:11 UTC  (2+ messages)

[PATCH] io_uring: Remove unnecessary conditional statement
 2025-08-15  7:58 UTC 

[PATCH 1/1] io_uring: add request poisoning
 2025-08-14 14:41 UTC 

[PATCH 1/1] io_uring/zctx: check chained notif contexts
 2025-08-14 14:40 UTC 

[syzbot] [input?] [usb?] [io-uring?] INFO: task hung in io_wq_put_and_exit (5)
 2025-08-14 12:04 UTC  (3+ messages)

[PATCH v9 00/17] fuse: fuse-over-io-uring
 2025-08-14  1:55 UTC  (2+ messages)

[PATCH] io_uring/io-wq: add check free worker before create new worker
 2025-08-13 12:32 UTC  (4+ messages)

[PATCH] io_uring/net: commit partial buffers on retry
 2025-08-13 12:32 UTC 

[RFC PATCH v2 0/4] rust: miscdevice: abstraction for uring-cmd
 2025-08-13  0:54 UTC  (41+ messages)
` [RFC PATCH v2 1/4] rust: bindings: add io_uring headers in bindings_helper.h
` [RFC PATCH v2 2/4] rust: io_uring: introduce rust abstraction for io-uring cmd
` [RFC PATCH v2 3/4] rust: miscdevice: add uring_cmd() for MiscDevice trait
` [RFC PATCH v2 4/4] samples: rust: rust_misc_device: add uring_cmd example

[PATCH 6.15 027/480] io_uring: fix breakage in EXPERT menu
 2025-08-12 17:43 UTC 

[PATCH 6.16 024/627] io_uring: fix breakage in EXPERT menu
 2025-08-12 17:25 UTC 

[PATCH 6.12 017/369] io_uring: fix breakage in EXPERT menu
 2025-08-12 17:25 UTC 

[PATCH v2 6.6] io_uring/rw: ensure reissue path is correctly handled for IOPOLL
 2025-08-12 10:49 UTC  (2+ messages)

[PATCH] io_uring: use PTR_ERR_OR_ZERO() to simplify code
 2025-08-12  7:53 UTC 

[syzbot] [io-uring?] WARNING in vmap_small_pages_range_noflush
 2025-08-11 19:52 UTC  (4+ messages)

[PATCH] io_uring: uring_cmd: add multishot support without poll
 2025-08-10  2:50 UTC 

[PATCH 6.6] io_uring/rw: ensure reissue path is correctly handled for IOPOLL
 2025-08-09 18:26 UTC 

[GIT PULL] io_uring fixes for 6.17-rc1
 2025-08-09  5:54 UTC  (2+ messages)

[PATCHSET RFC 0/8] Add support for mixed sized CQEs
 2025-08-08 17:03 UTC  (9+ messages)
` [PATCH 1/8] io_uring: remove io_ctx_cqe32() helper
` [PATCH 2/8] io_uring: add UAPI definitions for mixed CQE postings
` [PATCH 3/8] io_uring/fdinfo: handle mixed sized CQEs
` [PATCH 4/8] io_uring/trace: support completion tracing of mixed 32b CQEs
` [PATCH 5/8] io_uring: add support for IORING_SETUP_CQE_MIXED
` [PATCH 6/8] io_uring/nop: "
` [PATCH 7/8] io_uring/uring_cmd: "
` [PATCH 8/8] io_uring/zcrx: "

[syzbot] [io-uring?] WARNING in __vmap_pages_range_noflush
 2025-08-08 13:11 UTC  (7+ messages)

[PATCH] io_uring/memmap: cast nr_pages to size_t before shifting
 2025-08-08 12:42 UTC 

[RFC v1 00/22] Large rx buffer support for zcrx
 2025-08-06 22:05 UTC  (66+ messages)
` [RFC v1 01/22] docs: ethtool: document that rx_buf_len must control payload lengths
` [RFC v1 02/22] net: ethtool: report max value for rx-buf-len
` [RFC v1 03/22] net: use zero value to restore rx_buf_len to default
` [RFC v1 04/22] net: clarify the meaning of netdev_config members
` [RFC v1 05/22] net: add rx_buf_len to netdev config
` [RFC v1 06/22] eth: bnxt: read the page size from the adapter struct
` [RFC v1 07/22] eth: bnxt: set page pool page order based on rx_page_size
` [RFC v1 08/22] eth: bnxt: support setting size of agg buffers via ethtool
` [RFC v1 09/22] net: move netdev_config manipulation to dedicated helpers
` [RFC v1 10/22] net: reduce indent of struct netdev_queue_mgmt_ops members
` [RFC v1 11/22] net: allocate per-queue config structs and pass them thru the queue API
` [RFC v1 12/22] net: pass extack to netdev_rx_queue_restart()
` [RFC v1 13/22] net: add queue config validation callback
` [RFC v1 14/22] eth: bnxt: always set the queue mgmt ops
` [RFC v1 15/22] eth: bnxt: store the rx buf size per queue
` [RFC v1 16/22] eth: bnxt: adjust the fill level of agg queues with larger buffers
` [RFC v1 17/22] netdev: add support for setting rx-buf-len per queue
` [RFC v1 18/22] net: wipe the setting of deactived queues
` [RFC v1 19/22] eth: bnxt: use queue op config validate
` [RFC v1 20/22] eth: bnxt: support per queue configuration of rx-buf-len
` [RFC v1 21/22] net: parametrise mp open with a queue config
` [RFC v1 22/22] io_uring/zcrx: implement large rx buffer support

[PATCH v3] io_uring/net: Allow to do vectorized send
 2025-07-30 12:21 UTC  (4+ messages)

[GIT PULL] io_uring updates for 6.17-rc1
 2025-07-29  0:13 UTC  (2+ messages)

[PATCH v2] io_uring/net: Allow to do vectorized send
 2025-07-28 18:26 UTC 

[PATCH] io_uring/net: Allow to do vectorized send
 2025-07-27  4:49 UTC  (3+ messages)

[PATCH liburing v2 0/3] Manpage updates for iowait toggle feature and one extra FFI fix
 2025-07-27  3:52 UTC  (6+ messages)
` [PATCH liburing v2 1/3] man: Add `io_uring_set_iowait(3)`
` [PATCH liburing v2 2/3] man: Add `IORING_ENTER_NO_IOWAIT` flag
` [PATCH liburing v2 3/3] liburing: Don't use `IOURINGINLINE` on private helpers

[PATCH liburing 0/3] Manpage updates for iowait toggle feature and one extra FFI fix
 2025-07-27  0:53 UTC  (5+ messages)
` [PATCH liburing 1/3] man: Add `io_uring_set_iowait(3)`
` [PATCH liburing 2/3] man: Add `IORING_ENTER_NO_IOWAIT` flag
` [PATCH liburing 3/3] liburing: Don't use `IOURINGINLINE` on private helpers

[PATCH liburing 0/2] liburing fixes
 2025-07-25 18:21 UTC  (4+ messages)
` [PATCH liburing 1/2] sanitize: Fix missing `IORING_OP_PIPE`
` [PATCH liburing 2/2] liburing: Don't use `IOURINGINLINE` on `__io_uring_prep_poll_mask`

[RFC PATCH 0/4] rust: miscdevice: abstraction for uring-cmd
 2025-07-24 16:05 UTC  (10+ messages)
` [PATCH 2/4] rust: io_uring: introduce rust abstraction for io-uring cmd

[syzbot] [io-uring?] KASAN: slab-use-after-free Read in io_poll_remove_entries
 2025-07-23 14:08 UTC  (4+ messages)


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