public inbox for io-uring@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-09 17:36:03 to 2025-10-23 12:06:46 UTC [more...]

[PATCH 0/3] io_uring/uring_cmd: avoid double indirect call in task work dispatch
 2025-10-23 12:05 UTC  (5+ messages)
` [PATCH 1/3] io_uring: expose io_should_terminate_tw()
` [PATCH 2/3] io_uring/uring_cmd: call io_should_terminate_tw() when needed
` [PATCH 3/3] io_uring/uring_cmd: avoid double indirect call in task work dispatch

[PATCH] io_uring: correct __must_hold annotation in io_install_fixed_file
 2025-10-23 11:55 UTC 

[PATCH] io_uring: fix buffer auto-commit for multishot uring_cmd
 2025-10-23 10:43 UTC 

[PATCH net-next] page_pool: check if nmdesc->pp is !NULL to confirm its usage as pp for net_iov
 2025-10-23  8:27 UTC  (9+ messages)

[PATCH v1 0/2] fuse io_uring: support registered buffers
 2025-10-23  3:22 UTC  (6+ messages)
` [PATCH v1 1/2] io-uring: add io_uring_cmd_get_buffer_info()
` [PATCH v1 2/2] fuse: support io-uring registered buffers

[PATCH] io_uring/fdinfo: show SQEs for no array setup
 2025-10-22 22:10 UTC  (3+ messages)

[PATCH] add man pages for new apis
 2025-10-22 18:10 UTC  (5+ messages)

[PATCHv6 0/6] liburing: support for mixed sqes
 2025-10-22 17:40 UTC  (9+ messages)
` [PATCHv6 1/6] liburing: provide uring_cmd prep function
` [PATCHv6 2/6] Add support IORING_SETUP_SQE_MIXED
` [PATCHv6 3/6] test: add nop testing for IORING_SETUP_SQE_MIXED
` [PATCHv6 4/6] test: add mixed sqe test for uring commands
` [PATCHv6 5/6] test/fdinfo: flush sq prior to reading
` [PATCHv6 6/6] test/fdinfo: add mixed sqe option to fdinfo test

[PATCH v2] io_uring: check for user passing 0 nr_submit
 2025-10-22 17:35 UTC  (5+ messages)

[PATCH 1/1] io_uring zcrx: add MAINTAINERS entry
 2025-10-22 17:06 UTC  (11+ messages)

[PATCHSET v2 0/2] Fix crazy CPU accounting usage for SQPOLL
 2025-10-22 17:02 UTC  (3+ messages)
` [PATCH 1/2] io_uring/sqpoll: switch away from getrusage() for CPU accounting
` [PATCH 2/2] io_uring/sqpoll: be smarter on when to update the stime usage

[syzbot] [io-uring?] general protection fault in io_uring_show_fdinfo (3)
 2025-10-22 16:57 UTC  (2+ messages)

[PATCHSET 0/2] Fix crazy CPU accounting usage for SQPOLL
 2025-10-22 16:48 UTC  (5+ messages)
` [PATCH 1/2] io_uring/sqpoll: switch away from getrusage() for CPU accounting
` [PATCH 2/2] io_uring/sqpoll: be smarter on when to update the stime usage

[PATCH] io_uring: initialize vairable "sqe" to silence build warning
 2025-10-22 15:59 UTC  (4+ messages)

[PATCHv6] io_uring: add support for IORING_SETUP_SQE_MIXED
 2025-10-22 13:56 UTC  (6+ messages)

[PATCH][next] io_uring: Fix incorrect ordering of assinments of sqe and opcode
 2025-10-22 13:46 UTC  (2+ messages)

[PATCH RFC] fuse: check if system-wide io_uring is enabled
 2025-10-21 22:13 UTC  (4+ messages)

[PATCHv5 2/4] Add support IORING_SETUP_SQE_MIXED
 2025-10-21 22:09 UTC  (2+ messages)
  ` [PATCHv5 4/4] Add mixed sqe test for uring commands

[PATCH 1/1] io_uring: move zcrx into a separate branch
 2025-10-21 18:46 UTC  (11+ messages)

[PATCH] io_uring: Fix code indentation error
 2025-10-21 18:22 UTC  (2+ messages)

[PATCH v2] io_uring: add IORING_SETUP_SQTHREAD_STATS flag to enable sqthread stats collection
 2025-10-21 17:54 UTC  (6+ messages)
  ` [External] "

[PATCHv5 0/4] liburing: support for mix sized sqe's
 2025-10-21 16:45 UTC  (12+ messages)
` [PATCHv5 0/1] io_uring: mixed submission queue entries sizes
` [PATCHv5 1/1] io_uring: add support for IORING_SETUP_SQE_MIXED
` [PATCHv5 1/4] liburing: provide uring_cmd prep function
` [PATCHv5 2/4] Add support IORING_SETUP_SQE_MIXED
` [PATCHv5 3/4] Add nop testing for IORING_SETUP_SQE_MIXED
` [PATCHv5 4/4] Add mixed sqe test for uring commands

[RFC] fuse: fuse support zero copy
 2025-10-21  5:24 UTC  (3+ messages)
      `  "

[PATCH 0/7] random region / rings cleanups
 2025-10-20 16:38 UTC  (10+ messages)
` [PATCH 1/7] io_uring: deduplicate array_size in io_allocate_scq_urings
` [PATCH 2/7] io_uring: sanity check sizes before attempting allocation
` [PATCH 3/7] io_uring: use no mmap safe region helpers on resizing
` [PATCH 4/7] io_uring: remove extra args from io_register_free_rings
` [PATCH 5/7] io_uring: don't free never created regions
` [PATCH 6/7] io_uring/kbuf: use io_create_region for kbuf creation
` [PATCH 7/7] io_uring: only publish fully handled mem region

[PATCH v2] io_uring: fix incorrect unlikely() usage in io_waitid_prep()
 2025-10-20 15:23 UTC  (5+ messages)

[PATCH] io_uring: fix incorrect unlikely() usage in io_waitid_prep()
 2025-10-17 18:36 UTC  (3+ messages)
  ` [External] : "

[GIT PULL] io_uring fixes for 6.18-rc2
 2025-10-17 15:55 UTC  (2+ messages)

[PATCH] io_uring: add IORING_SETUP_NO_SQTHREAD_STATS flag to disable sqthread stats collection
 2025-10-17  9:21 UTC  (5+ messages)
  ` [External] "

[PATCH 0/2] Introduce non circular SQ
 2025-10-16 11:38 UTC  (13+ messages)
` [PATCH 1/2] io_uring: check for user passing 0 nr_submit
` [PATCH 2/2] io_uring: introduce non-circular SQ

[PATCH v2] io_uring: introduce non-circular SQ
 2025-10-16 11:22 UTC 

[regression] Regression from 90bfb28d5fa8 ("io_uring/rw: drop -EOPNOTSUPP check in __io_complete_rw_common()"): LVM snapshots causing I/O errors in KVM guest with aio=io_uring set
 2025-10-16 10:39 UTC  (3+ messages)

[PATCH] io_uring/rw: check for NULL io_br_sel when putting a buffer
 2025-10-15 19:44 UTC 

[PATCH] io_uring/memmap: return bool from io_mem_alloc_compound()
 2025-10-15 17:25 UTC 

[PATCH 1/1] io_uring: fix unexpected placement on same size resizing
 2025-10-15 14:02 UTC  (2+ messages)

[PATCH 1/1] io_uring: protect mem region deregistration
 2025-10-15 14:02 UTC  (2+ messages)

[PATCH liburing v4 0/3] some query related updates
 2025-10-14 15:02 UTC  (4+ messages)
` [PATCH liburing v4 1/3] tests/query: get rid of uninit struct warnings
` [PATCH liburing v4 2/3] register: expose a query helper
` [PATCH liburing v4 3/3] test/query: signal query loop

[PATCH net-next v5 00/24][pull request] Add support for providers with large rx buffer
 2025-10-14 13:03 UTC  (8+ messages)
` [PATCH net-next v5 1/6] net: page_pool: sanitise allocation order
` [PATCH net-next v5 2/6] net: memzero mp params when closing a queue
` [PATCH net-next v5 3/6] net: let pp memory provider to specify rx buf len
` [PATCH net-next v5 4/6] eth: bnxt: store rx buffer size per queue
` [PATCH net-next v5 5/6] eth: bnxt: adjust the fill level of agg queues with larger buffers
` [PATCH net-next v5 6/6] eth: bnxt: allow providers to set rx buf size

[PATCH net-next v4 00/24][pull request] Queue configs and large buffer providers
 2025-10-14 12:46 UTC  (2+ messages)

[PATCH] block: enable per-cpu bio cache by default
 2025-10-14  2:38 UTC  (11+ messages)
      ` [External] "

[PATCH] Revert "io_uring/rw: drop -EOPNOTSUPP check in __io_complete_rw_common()"
 2025-10-13 18:16 UTC 

[PATCHv4 0/1] io_uring: mixed submission queue entries sizes
 2025-10-13 17:39 UTC  (2+ messages)

[PATCH V4 6/6] loop: add hint for handling aio via IOCB_NOWAIT
 2025-10-13  8:26 UTC  (6+ messages)

[PATCH io_uring for-review] io_uring/zcrx: convert to use netmem_desc
 2025-10-13  4:22 UTC  (2+ messages)

[GIT PULL] io_uring fixes for 6.18-rc1
 2025-10-10 18:25 UTC  (2+ messages)

[PATCHSET for-next 0/2] io_uring waitid cleanups
 2025-10-09 17:39 UTC  (3+ messages)
` [PATCH 1/2] io_uring/waitid: have io_waitid_complete() remove wait queue entry
` [PATCH 2/2] io_uring/waitid: use io_waitid_remove_wq() consistently

[syzbot] [io-uring?] KASAN: slab-use-after-free Read in io_waitid_wait
 2025-10-09 17:36 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