public inbox for io-uring@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-17 12:36:03 to 2025-10-27 22:29:48 UTC [more...]

[PATCH v2 0/8] fuse: support io-uring registered buffers
 2025-10-27 22:28 UTC  (6+ messages)
` [PATCH v2 1/8] io_uring/uring_cmd: add io_uring_cmd_import_fixed_full()
` [PATCH v2 2/8] fuse: refactor io-uring logic for getting next fuse request
` [PATCH v2 3/8] fuse: refactor io-uring header copying to ring
` [PATCH v2 4/8] fuse: refactor io-uring header copying from ring
` [PATCH v2 5/8] fuse: use enum types for header copying

[syzbot] [io-uring?] INFO: task hung in io_uring_del_tctx_node (5)
 2025-10-27 22:24 UTC  (3+ messages)

[PATCH 0/3] Introduce getsockname io_uring_cmd
 2025-10-27 21:48 UTC  (8+ 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

[PATCH v3 0/3] io_uring zcrx ifq sharing
 2025-10-27 15:10 UTC  (8+ messages)
` [PATCH v3 1/3] io_uring/rsrc: rename and export io_lock_two_rings()
` [PATCH v3 2/3] io_uring/zcrx: add refcount to struct io_zcrx_ifq
` [PATCH v3 3/3] io_uring/zcrx: share an ifq between rings

[query] payload size check in fuse_uring_create_ring_ent
 2025-10-27 14:59 UTC  (2+ messages)

[PATCH v3 0/4] io_uring/uring_cmd: avoid double indirect call in task work dispatch
 2025-10-27  7:51 UTC  (6+ messages)
` [PATCH v3 1/4] io_uring: expose io_should_terminate_tw()
` [PATCH v3 2/4] io_uring/uring_cmd: call io_should_terminate_tw() when needed
` [PATCH v3 3/4] io_uring: add wrapper type for io_req_tw_func_t arg
` [PATCH v3 4/4] io_uring/uring_cmd: avoid double indirect call in task work dispatch

[PATCH v2 0/5] io_uring zcrx ifq sharing
 2025-10-26 15:06 UTC  (13+ 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

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

[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)


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