io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-17 22:42:40 to 2025-08-21 20:07:30 UTC [more...]

[PATCH RFC 00/35] mm: remove nth_page()
 2025-08-21 20:06 UTC  (8+ messages)
` [PATCH RFC 01/35] mm: stop making SPARSEMEM_VMEMMAP user-selectable
` [PATCH RFC 02/35] arm64: Kconfig: drop superfluous "select SPARSEMEM_VMEMMAP"
` [PATCH RFC 03/35] s390/Kconfig: "
` [PATCH RFC 04/35] x86/Kconfig: "
` [PATCH RFC 05/35] wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config
` [PATCH RFC 06/35] mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_range_noprof()
` [PATCH RFC 07/35] mm/memremap: reject unreasonable folio/compound page sizes in memremap_pages()

[PATCHSET v2 0/8] Add support for mixed sized CQEs
 2025-08-21 18:19 UTC  (16+ 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: "

[PATCH V5 0/2] io_uring: uring_cmd: add multishot support with provided buffer
 2025-08-21 16:38 UTC  (9+ messages)
` [PATCH V5 1/2] io-uring: move `struct io_br_sel` into io_uring_types.h
` [PATCH V5 2/2] io_uring: uring_cmd: add multishot support

[PATCH 0/3] IORING_URING_CMD_MULTISHOT fixups
 2025-08-21 16:38 UTC  (5+ messages)
` [PATCH 1/3] io_uring/cmd: fix io_uring_mshot_cmd_post_cqe() for !CONFIG_IO_URING
` [PATCH 2/3] io_uring/cmd: deduplicate uring_cmd_flags checks
` [PATCH 3/3] io_uring/cmd: consolidate REQ_F_BUFFER_SELECT checks

[PATCH net-next v3 00/23][pull request] Queue configs and large buffer providers
 2025-08-21 15:04 UTC  (56+ messages)
` [PATCH net-next v3 01/23] net: page_pool: sanitise allocation order
` [PATCH net-next v3 02/23] docs: ethtool: document that rx_buf_len must control payload lengths
` [PATCH net-next v3 03/23] net: ethtool: report max value for rx-buf-len
` [PATCH net-next v3 04/23] net: use zero value to restore rx_buf_len to default
` [PATCH net-next v3 05/23] net: clarify the meaning of netdev_config members
` [PATCH net-next v3 06/23] net: add rx_buf_len to netdev config
` [PATCH net-next v3 07/23] eth: bnxt: read the page size from the adapter struct
` [PATCH net-next v3 08/23] eth: bnxt: set page pool page order based on rx_page_size
` [PATCH net-next v3 09/23] eth: bnxt: support setting size of agg buffers via ethtool
` [PATCH net-next v3 10/23] net: move netdev_config manipulation to dedicated helpers
` [PATCH net-next v3 11/23] net: reduce indent of struct netdev_queue_mgmt_ops members
` [PATCH net-next v3 12/23] net: allocate per-queue config structs and pass them thru the queue API
` [PATCH net-next v3 13/23] net: pass extack to netdev_rx_queue_restart()
` [PATCH net-next v3 14/23] net: add queue config validation callback
` [PATCH net-next v3 15/23] eth: bnxt: always set the queue mgmt ops
` [PATCH net-next v3 16/23] eth: bnxt: store the rx buf size per queue
` [PATCH net-next v3 17/23] eth: bnxt: adjust the fill level of agg queues with larger buffers
` [PATCH net-next v3 18/23] netdev: add support for setting rx-buf-len per queue
` [PATCH net-next v3 19/23] net: wipe the setting of deactived queues
` [PATCH net-next v3 20/23] eth: bnxt: use queue op config validate
` [PATCH net-next v3 21/23] eth: bnxt: support per queue configuration of rx-buf-len
` [PATCH net-next v3 22/23] net: let pp memory provider to specify rx buf len
` [PATCH net-next v3 23/23] net: validate driver supports passed qcfg params

io_uring / dio metadata fixes
 2025-08-21  8:42 UTC  (11+ messages)
` [PATCH 1/2] fs: add a FMODE_ flag to indicate IOCB_HAS_METADATA availability
` [PATCH 2/2] block: don't silently ignore metadata for sync read/write

[PATCHSET RFC 0/6] add support for name_to, open_by_handle_at(2) to io_uring
 2025-08-21  7:47 UTC  (12+ messages)
` [PATCH 3/6] fhandle: do_handle_open() should get FD with user flags

[PATCH] io_uring/kbuf: ensure ring ctx is held locked over io_put_kbuf()
 2025-08-21  6:54 UTC  (3+ messages)
` [syzbot ci] "

[PATCH RFC net-next v1] net: Add maintainer entry for netmem & friends
 2025-08-21  2:56 UTC 

[PATCH V4] io_uring: uring_cmd: add multishot support
 2025-08-21  2:24 UTC  (3+ messages)

[PATCHSET v2 0/12] Move io_buffer_list out of struct io_kiocb
 2025-08-21  2:03 UTC  (13+ messages)
` [PATCH 01/12] io_uring/kbuf: drop 'issue_flags' from io_put_kbuf(s)() arguments
` [PATCH 02/12] io_uring/net: don't use io_net_kbuf_recyle() for non-provided cases
` [PATCH 03/12] io_uring/net: clarify io_recv_buf_select() return value
` [PATCH 04/12] io_uring/kbuf: pass in struct io_buffer_list to commit/recycle helpers
` [PATCH 05/12] io_uring/kbuf: introduce struct io_br_sel
` [PATCH 06/12] io_uring/rw: recycle buffers manually for non-mshot reads
` [PATCH 07/12] io_uring/kbuf: use struct io_br_sel for multiple buffers picking
` [PATCH 08/12] io_uring/net: use struct io_br_sel->val as the recv finish value
` [PATCH 09/12] io_uring/net: use struct io_br_sel->val as the send "
` [PATCH 10/12] io_uring/kbuf: switch to storing struct io_buffer_list locally
` [PATCH 11/12] io_uring: remove async/poll related provided buffer recycles
` [PATCH 12/12] io_uring/kbuf: check for ring provided buffers first in recycling

[zcrx-next 0/2] add support for synchronous refill
 2025-08-20 19:36 UTC  (8+ messages)
` [zcrx-next 1/2] io_uring/zcrx: introduce io_parse_rqe()
` [zcrx-next 2/2] io_uring/zcrx: allow synchronous buffer return

[PATCH 1/1] io_uring/zctx: check chained notif contexts
 2025-08-20 19:05 UTC  (3+ messages)

[PATCHSET 0/9] Move io_buffer_list out of struct io_kiocb
 2025-08-20 18:22 UTC  (10+ messages)
` [PATCH 1/9] io_uring/net: don't use io_net_kbuf_recyle() for non-provided cases
` [PATCH 2/9] io_uring/net: clarify io_recv_buf_select() return value
` [PATCH 3/9] io_uring/kbuf: pass in struct io_buffer_list to commit/recycle helpers
` [PATCH 4/9] io_uring/kbuf: introduce struct io_br_sel
` [PATCH 5/9] io_uring/rw: recycle buffers manually for non-mshot reads
` [PATCH 6/9] io_uring/kbuf: use struct io_br_sel for multiple buffers picking
` [PATCH 7/9] io_uring/net: use struct io_br_sel->val as the recv finish value
` [PATCH 8/9] io_uring/kbuf: switch to storing struct io_buffer_list locally
` [PATCH 9/9] io_uring: remove async/poll related provided buffer recycles

[zcrx-next 0/8] niov sizing and area mapping improvement
 2025-08-20 18:20 UTC  (10+ messages)
` [zcrx-next 1/8] io_uring/zcrx: don't pass slot to io_zcrx_create_area
` [zcrx-next 2/8] io_uring/zcrx: move area reg checks into io_import_area
` [zcrx-next 3/8] io_uring/zcrx: check all niovs filled with dma addresses
` [zcrx-next 4/8] io_uring/zcrx: pass ifq to io_zcrx_alloc_fallback()
` [zcrx-next 5/8] io_uring/zcrx: deduplicate area mapping
` [zcrx-next 6/8] io_uring/zcrx: remove dmabuf_offset
` [zcrx-next 7/8] io_uring/zcrx: make niov size variable
` [zcrx-next 8/8] io_uring/zcrx: set sgt for umem area

[zcrx-next 00/10] next zcrx cleanups
 2025-08-20 18:20 UTC  (11+ messages)
` [zcrx-next 02/10] io_uring/zcrx: use page_pool_unref_and_test()
` [zcrx-next 03/10] io_uring/zcrx: remove extra io_zcrx_drop_netdev
` [zcrx-next 04/10] io_uring/zcrx: rename dma lock
` [zcrx-next 05/10] io_uring/zcrx: protect netdev with pp_lock
` [zcrx-next 06/10] io_uring/zcrx: unify allocation dma sync
` [zcrx-next 07/10] io_uring/zcrx: reduce netmem scope in refill
` [zcrx-next 08/10] io_uring/zcrx: use guards for the refill lock
` [zcrx-next 09/10] io_uring/zcrx: don't adjust free cache space
` [zcrx-next 10/10] io_uring/zcrx: rely on cache size truncation on refill

[PATCH 1/1] io_uring: move zcrx into a separate branch
 2025-08-20 18:20 UTC  (4+ messages)

[PATCH net-next v4 0/7] devmem/io_uring: allow more flexibility for ZC DMA devices
 2025-08-20 17:11 UTC  (2+ messages)
` [PATCH net-next v4 2/7] io_uring/zcrx: add support for custom "

[PATCH V3] io_uring: uring_cmd: add multishot support
 2025-08-20 15:39 UTC  (5+ messages)

[PATCH AUTOSEL 6.16] io_uring/io-wq: add check free worker before create new worker
 2025-08-19 17:35 UTC 

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

[PATCH] io_uring: uring_cmd: add multishot support without poll
 2025-08-19 14:55 UTC  (10+ messages)

[PATCH V2] io_uring: uring_cmd: add multishot support
 2025-08-19 14:44 UTC  (4+ messages)

[PATCH v2 1/1] io_uring: add request poisoning
 2025-08-18 19:29 UTC  (2+ messages)

[syzbot] [io-uring?] INFO: task hung in io_wq_put_and_exit (6)
 2025-08-18  8:05 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).