public inbox for io-uring@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-09-02 09:42:38 to 2025-09-11 11:25:04 UTC [more...]

[PATCH liburing 0/6] Add query and mock tests
 2025-09-11 11:26 UTC  (2+ messages)
` [PATCH liburing 1/6] tests: test the query interface

[PATCH v2 0/5] io_uring: avoid uring_lock for IORING_SETUP_SINGLE_ISSUER
 2025-09-11 10:36 UTC  (15+ messages)
` [PATCH v2 1/5] io_uring: don't include filetable.h in io_uring.h
` [PATCH v2 2/5] io_uring/rsrc: respect submitter_task in io_register_clone_buffers()
` [PATCH v2 3/5] io_uring: clear IORING_SETUP_SINGLE_ISSUER for IORING_SETUP_SQPOLL
` [PATCH v2 4/5] io_uring: factor out uring_lock helpers
` [PATCH v2 5/5] io_uring: avoid uring_lock for IORING_SETUP_SINGLE_ISSUER

[PATCH for-next] io_uring/query: check for loops in in_query()
 2025-09-11  9:02 UTC  (2+ messages)

How to use iouring zcrx with NIC teaming?
 2025-09-11  3:46 UTC 

[RFC PATCHv2 0/1]
 2025-09-11  2:19 UTC  (10+ messages)
` [RFC PATCHv2 1/3] Add support IORING_SETUP_SQE_MIXED
` [RFC PATCHv2 1/1] io_uring: add support for IORING_SETUP_SQE_MIXED
` [RFC PATCHv2 2/3] Add nop testing "
` [RFC PATCHv2 3/3] Add mixed sqe test for uring commands

[PATCHSET RFC v2 00/10] add support for name_to, open_by_handle_at() to io_uring
 2025-09-11  0:53 UTC  (12+ messages)
` [PATCH 01/10] fhandle: create helper for name_to_handle_at(2)
` [PATCH 02/10] io_uring: add support for IORING_OP_NAME_TO_HANDLE_AT
` [PATCH 03/10] fhandle: helper for allocating, reading struct file_handle
` [PATCH 04/10] fhandle: create do_filp_path_open() helper
` [PATCH 05/10] fhandle: make do_filp_path_open() take struct open_flags
` [PATCH 06/10] exportfs: allow VFS flags in struct file_handle
` [PATCH 07/10] exportfs: new FILEID_CACHED flag for non-blocking fh lookup
` [PATCH 08/10] io_uring: add __io_open_prep() helper
` [PATCH 09/10] io_uring: add support for IORING_OP_OPEN_BY_HANDLE_AT
` [PATCH 10/10] xfs: add support for non-blocking fh_to_dentry()

[PATCH for-next] io_uring: correct size of overflow CQE calculation
 2025-09-10 18:06 UTC  (2+ messages)

[GIT PULL] io_uring fix for 6.17-rc5
 2025-09-10 14:03 UTC  (66+ messages)
      ` Link trailers revisited (was Re: [GIT PULL] io_uring fix for 6.17-rc5)
        ` [RFC] b4 dig: Add AI-powered email relationship discovery command

[PATCH] io_uring/mock: Modify the return value check
 2025-09-10  9:03 UTC 

[syzbot] [io-uring?] WARNING in __vmap_pages_range_noflush (2)
 2025-09-09 23:25 UTC  (2+ messages)

[RFC PATCH v3 0/5] rust: miscdevice: abstraction for uring_cmd
 2025-09-09 16:32 UTC  (17+ messages)
` [RFC PATCH v3 2/5] io_uring/cmd: zero-init pdu in io_uring_cmd_prep() to avoid UB
` [RFC PATCH v3 3/5] rust: io_uring: introduce rust abstraction for io-uring cmd
` [RFC PATCH v3 4/5] rust: miscdevice: Add `uring_cmd` support

[PATCH 0/2] io_uring: replace wq users and add WQ_PERCPU to alloc_workqueue() users
 2025-09-09 15:13 UTC  (5+ messages)
` [PATCH 1/2] io_uring: replace use of system_wq with system_percpu_wq
` [PATCH 2/2] io_uring: replace use of system_unbound_wq with system_dfl_wq

[PATCH v2 00/37] mm: remove nth_page()
 2025-09-09  9:55 UTC  (27+ messages)
` [PATCH v2 05/37] wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config
` [PATCH v2 19/37] mm/gup: remove record_subpages()
` [PATCH v2 22/37] mm/cma: refuse handing out non-contiguous page ranges
` [PATCH v2 26/37] drm/i915/gem: drop nth_page() usage within SG entry

[PATCH RFC 00/35] mm: remove nth_page()
 2025-09-08 16:47 UTC  (3+ messages)
` [PATCH RFC 05/35] wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config

[PATCH] io_uring: Replace kzalloc() + copy_from_user() with memdup_user()
 2025-09-08 14:22 UTC  (2+ messages)

[PATCH] io_uring/uring_cmd: add io_uring_cmd_tw_t type alias
 2025-09-08 14:20 UTC  (5+ messages)

[PATCH v3 0/3] introduce io_uring querying
 2025-09-08 14:07 UTC  (7+ messages)
` [PATCH v3 1/3] io_uring: add helper for *REGISTER_SEND_MSG_RING
` [PATCH v3 2/3] io_uring: add macros for avaliable flags
` [PATCH v3 3/3] io_uring: introduce io_uring querying

[syzbot] [io-uring?] KASAN: null-ptr-deref Read in io_sqe_buffer_register
 2025-09-08  4:30 UTC  (10+ messages)

[PATCH] io_uring/rsrc: initialize io_rsrc_data nodes array
 2025-09-05 11:14 UTC  (2+ messages)

[PATCH v2] io_uring: remove WRITE_ONCE() in io_uring_create()
 2025-09-05 11:14 UTC  (2+ messages)

[PATCH 0/4] io_uring: avoid uring_lock for IORING_SETUP_SINGLE_ISSUER
 2025-09-04 23:25 UTC  (11+ messages)
` [PATCH 1/4] io_uring: don't include filetable.h in io_uring.h
` [PATCH 2/4] io_uring/rsrc: respect submitter_task in io_register_clone_buffers()
` [PATCH 3/4] io_uring: factor out uring_lock helpers
` [PATCH 4/4] io_uring: avoid uring_lock for IORING_SETUP_SINGLE_ISSUER
` [syzbot ci] "

[syzbot] [io-uring?] general protection fault in io_check_coalesce_buffer
 2025-09-04 23:18 UTC  (2+ messages)

[PATCH] io_uring/cmd: remove unused io_uring_cmd_iopoll_done()
 2025-09-03 23:36 UTC  (2+ messages)

[PATCH] io_uring/uring_cmd: correct io_uring_cmd_done() ret type
 2025-09-03 23:36 UTC  (2+ messages)

[PATCH] io_uring: remove WRITE_ONCE() in io_uring_create()
 2025-09-03 23:16 UTC  (4+ messages)

[PATCH] io_uring/register: drop redundant submitter_task check
 2025-09-03  1:21 UTC  (2+ messages)

[RFC PATCH 0/1] io_uring: mixed sqe support
 2025-09-02 18:03 UTC  (4+ messages)
` [RFC PATCH 1/1] io_uring: add support for IORING_SETUP_SQE_MIXED


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