public inbox for io-uring@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-15 14:02:30 to 2025-10-26 13:16:32 UTC [more...]

[PATCH v2 0/5] io_uring zcrx ifq sharing
 2025-10-26 13:16 UTC  (11+ messages)
` [PATCH v2 1/5] io_uring/rsrc: rename and export io_lock_two_rings()
` [PATCH v2 2/5] io_uring/zcrx: add refcount to struct io_zcrx_ifq
` [PATCH v2 3/5] io_uring/zcrx: share an ifq between rings
` [PATCH v2 4/5] io_uring/zcrx: redirect io_recvzc on proxy ifq to src ifq
` [PATCH v2 5/5] io_uring/zcrx: free proxy ifqs

[PATCH 0/3] Introduce getsockname io_uring_cmd
 2025-10-25 13:27 UTC  (6+ messages)
` [PATCH 1/3] socket: Unify getsockname and getpeername implementation
` [PATCH 2/3] socket: Split out a getsockname helper for io_uring
` [PATCH 3/3] io_uring: Introduce getsockname io_uring cmd

[GIT PULL] io_uring fixes for 6.18-rc3
 2025-10-24 20:32 UTC  (2+ messages)

[PATCH v1 0/2] fuse io_uring: support registered buffers
 2025-10-24 19:37 UTC  (17+ 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 liburing] test: remove t_sqe_prep_cmd()
 2025-10-24 18:27 UTC  (2+ messages)

[PATCH v1] io_uring zcrx: allow sharing of ifqs with other instances
 2025-10-24 16:26 UTC  (3+ messages)

[PATCH liburing 0/4] liburing: getsockname support
 2025-10-24 16:22 UTC  (6+ messages)
` [PATCH liburing 1/4] liburing: Introduce getsockname operation
` [PATCH liburing 2/4] test/bind-listen.t: Use ephemeral port
` [PATCH liburing 3/4] bind-listen.t: Add tests for getsockname
` [PATCH liburing 4/4] man/io_uring_prep_getsockname.3: Add man page

[PATCH v2 0/3] io_uring/uring_cmd: avoid double indirect call in task work dispatch
 2025-10-24  4:21 UTC  (9+ messages)
` [PATCH v2 1/3] io_uring: expose io_should_terminate_tw()
` [PATCH v2 2/3] io_uring/uring_cmd: call io_should_terminate_tw() when needed
` [PATCH v2 3/3] io_uring/uring_cmd: avoid double indirect call in task work dispatch

[PATCH V2] io_uring: fix buffer auto-commit for multishot uring_cmd
 2025-10-24  1:53 UTC  (2+ messages)

[syzbot] [io-uring?] general protection fault in io_uring_show_fdinfo (4)
 2025-10-24  0:49 UTC  (4+ messages)

[syzbot] [io-uring?] general protection fault in io_uring_show_fdinfo (4)
 2025-10-23 21:35 UTC 

[PATCH 0/3] io_uring/uring_cmd: avoid double indirect call in task work dispatch
 2025-10-23 19:49 UTC  (8+ 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: fix buffer auto-commit for multishot uring_cmd
 2025-10-23 18:37 UTC  (2+ messages)

[PATCH] io_uring: correct __must_hold annotation in io_install_fixed_file
 2025-10-23 15:29 UTC  (2+ messages)

[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] 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  (8+ messages)
` [PATCHv5 1/1] io_uring: add support for IORING_SETUP_SQE_MIXED
` [PATCHv5 1/4] liburing: provide uring_cmd prep function

[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  (6+ messages)
` [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)


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