public inbox for io-uring@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-07-12 00:03:50 to 2025-07-28 22:34:11 UTC [more...]

[RFC v1 00/22] Large rx buffer support for zcrx
 2025-07-28 22:33 UTC  (38+ 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 v2] io_uring/net: Allow to do vectorized send
 2025-07-28 18:26 UTC 

[GIT PULL] io_uring updates for 6.17-rc1
 2025-07-28 13:02 UTC 

[RFC PATCH v2 0/4] rust: miscdevice: abstraction for uring-cmd
 2025-07-27 17:17 UTC  (6+ 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] 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  (30+ messages)
` [PATCH 1/4] rust: bindings: add io_uring headers in bindings_helper.h
` [PATCH 2/4] rust: io_uring: introduce rust abstraction for io-uring cmd
` [PATCH 3/4] rust: miscdevice: add uring_cmd() for MiscDevice trait
` [PATCH 4/4] samples: rust: rust_misc_device: add uring_cmd example

[syzbot] [input?] [usb?] [io-uring?] INFO: task hung in io_wq_put_and_exit (5)
 2025-07-23 14:44 UTC 

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

[PATCH for-next 0/3] zcrx accounting fixes
 2025-07-21 12:48 UTC  (5+ messages)
` [PATCH 1/3] io_uring/zcrx: fix null ifq on area destruction
` [PATCH 2/3] io_uring/zcrx: don't leak pages on account failure
` [PATCH 3/3] io_uring/zcrx: fix leaking pages on sg init fail

[PATCH v2 net-next] net: Allow SF devices to be used for ZC DMA
 2025-07-21  7:00 UTC  (7+ messages)

[PATCH] io_uring: fix breakage in EXPERT menu
 2025-07-20 18:33 UTC  (2+ messages)

[PATCH v2 0/3] account zcrx area pinned memory
 2025-07-18 21:18 UTC  (6+ messages)
` [PATCH v2 1/3] io_uring: export io_[un]account_mem
` [PATCH v2 2/3] io_uring/zcrx: account area memory
` [PATCH v2 3/3] io_uring/zcrx: fix leaking pages on sg init fail

[GIT PULL] io_uring fixes for 6.16-rc7
 2025-07-18 19:37 UTC  (2+ messages)

[PATCH v2 0/4] io_uring/btrfs: remove struct io_uring_cmd_data
 2025-07-18 18:36 UTC  (6+ messages)
` (subset) "

(no subject)
 2025-07-18 10:20 UTC  (15+ messages)
  ` [PATCH 1/3] io_uring/poll: cleanup apoll freeing
  ` [PATCH 2/3] io_uring/poll: flag request as having gone through poll wake machinery
  ` [PATCH 3/3] io_uring: add IORING_CQE_F_POLLED flag

Relationship between io-uring asynchronous idioms and mmap/LRU paging
 2025-07-17 14:50 UTC  (2+ messages)

[PATCH 0/2] account zcrx area pinned memory
 2025-07-16 22:23 UTC  (5+ messages)
` [PATCH 1/2] io_uring: export io_[un]account_mem
` [PATCH 2/2] io_uring/zcrx: account area memory

[PATCH v2 1/1] io_uring/poll: fix POLLERR handling
 2025-07-16 16:44 UTC  (2+ messages)

[PATCH 1/1] io_uring/poll: fix POLLERR handling
 2025-07-16 16:18 UTC  (9+ messages)

[PATCH liburing v3] Bring back `CONFIG_HAVE_MEMFD_CREATE` to fix Android build error
 2025-07-16 14:51 UTC  (2+ messages)

[PATCH liburing v2 0/3] Bring back `CONFIG_HAVE_MEMFD_CREATE` to fix Android build error
 2025-07-16 14:30 UTC  (7+ messages)
` [PATCH liburing v2 1/3] "
` [PATCH liburing v2 2/3] test: Move `memfd_create()` to helpers.c, make it accessible for all tests
` [PATCH liburing v2 3/3] examples: Add `memfd_create()` helper

[PATCH v2] io_uring/net: Support multishot receive len cap
 2025-07-16 14:28 UTC  (3+ messages)

[PATCH liburing 0/3] Bring back `CONFIG_HAVE_MEMFD_CREATE` to fix Android build error
 2025-07-16  0:03 UTC  (6+ messages)
` [PATCH liburing 1/3] Revert "test/io_uring_register: kill old memfd test"
` [PATCH liburing 2/3] test: Move `memfd_create()` to helpers.c, make it accessible for all tests
` [PATCH liburing 3/3] examples: Add `memfd_create()` helper

[PATCH for-next] io_uring: deduplicate wakeup handling
 2025-07-15 18:21 UTC 

[PATCH] io_uring/net: Support multishot receive len cap
 2025-07-15 13:00 UTC 

[PATCH for-next] io_uring/net: cast min_not_zero() type
 2025-07-14 22:39 UTC 

[PATCH 1/1] io_uring/zcrx: disallow user selected dmabuf offset and size
 2025-07-14 14:57 UTC  (2+ messages)

[GIT PULL liburing] Add musl build-test for GitHub Action Bot
 2025-07-14 14:00 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