public inbox for io-uring@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-06 02:01:43 to 2025-10-22 13:17:48 UTC [more...]

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

[PATCHv6] io_uring: add support for IORING_SETUP_SQE_MIXED
 2025-10-22 12:00 UTC  (3+ messages)

[PATCHSET 0/2] Fix crazy CPU accounting usage for SQPOLL
 2025-10-21 23:35 UTC  (4+ 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 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 net-next] page_pool: check if nmdesc->pp is !NULL to confirm its usage as pp for net_iov
 2025-10-18 15:05 UTC  (8+ 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 

[PATCH v2] io_uring: check for user passing 0 nr_submit
 2025-10-16 11:20 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  (9+ messages)

[PATCH AUTOSEL 6.17] io_uring/zcrx: check all niovs filled with dma addresses
 2025-10-09 15:55 UTC  (4+ messages)
` [PATCH AUTOSEL 6.17-6.12] io_uring/zctx: check chained notif contexts
` [PATCH AUTOSEL 6.17-6.16] io_uring/rsrc: respect submitter_task in io_register_clone_buffers()
` [PATCH AUTOSEL 6.17-6.16] io_uring/zcrx: account niov arrays to cgroup

[PATCH v2 00/37] mm: remove nth_page()
 2025-10-09 13:05 UTC  (13+ messages)
` [PATCH v2 08/37] mm/hugetlb: check for unreasonable folio sizes when registering hstate
  ` (bisected) "

[PATCH RFC 00/35] mm: remove nth_page()
 2025-10-09 10:30 UTC  (6+ messages)
` [PATCH RFC 06/35] mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_range_noprof()

update kernel-doc for MEMBLOCK_RSRV_NOINIT (was: Re: [PATCH RFC 10/35] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap())
 2025-10-09  1:07 UTC  (2+ messages)

[PATCH 1/1] io_uring/zcrx: fix overshooting recv limit
 2025-10-08 17:32 UTC  (2+ messages)

[PATCH 1/1] io_uring/zcrx: increment fallback loop src offset
 2025-10-08 17:32 UTC  (2+ messages)

read directories with io_uring?
 2025-10-08 14:40 UTC 

read folder?
 2025-10-08  6:42 UTC 

io_uring and crypto
 2025-10-07 17:27 UTC  (3+ messages)

[PATCH v1] io_uring: use tab indentation for IORING_SEND_VECTORIZED comment
 2025-10-07 14:04 UTC  (2+ messages)

[syzbot] [nfs?] [io-uring?] WARNING in nfsd_file_cache_init
 2025-10-07 14:02 UTC  (5+ messages)

[PATCH] io_uring/waitid: always prune wait queue entry in io_waitid_wait()
 2025-10-07 13:56 UTC 

[PATCH] io_uring/zcrx: use folio_nr_pages() instead of shift operation
 2025-10-07 11:13 UTC  (2+ messages)

statx can't used fixed file?
 2025-10-07  6:15 UTC 

CQE repeats the first item?
 2025-10-06 21:58 UTC  (10+ messages)


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