public inbox for io-uring@vger.kernel.org
 help / color / mirror / Atom feed
[PATCH v3 0/2] net: io_uring/zcrx: call netdev_queue_get_dma_dev() under instance lock
 2025-11-01  2:24 UTC  (3+ messages)
` [PATCH v3 1/2] net: export netdev_get_by_index_lock()
` [PATCH v3 2/2] net: io_uring/zcrx: call netdev_queue_get_dma_dev() under instance lock

[PATCH v2 0/8] fuse: support io-uring registered buffers
 2025-10-31 21:19 UTC  (27+ 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
` [PATCH v2 6/8] fuse: add user_ prefix to userspace headers and payload fields
` [PATCH v2 7/8] fuse: refactor setting up copy state for payload copying
` [PATCH v2 8/8] fuse: support io-uring registered buffers

[PATCH v4 0/3] io_uring/uring_cmd: avoid double indirect call in task work dispatch
 2025-10-31 20:34 UTC  (4+ messages)
` [PATCH v4 1/3] io_uring: only call io_should_terminate_tw() once for ctx
` [PATCH v4 2/3] io_uring: add wrapper type for io_req_tw_func_t arg
` [PATCH v4 3/3] io_uring/uring_cmd: avoid double indirect call in task work dispatch

[PATCH v3 0/4] io_uring/uring_cmd: avoid double indirect call in task work dispatch
 2025-10-31 18:29 UTC  (7+ 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

[syzbot] [io-uring?] KASAN: global-out-of-bounds Read in io_uring_show_fdinfo
 2025-10-30 23:56 UTC  (4+ messages)

[PATCH] io_uring/fdinfo: validate opcode before checking if it's an 128b one
 2025-10-30 23:10 UTC 

[PATCH v4 0/8] io_uring zcrx ifq sharing
 2025-10-30 15:24 UTC  (12+ messages)
` [PATCH v4 1/8] io_uring/memmap: remove unneeded io_ring_ctx arg
` [PATCH v4 2/8] io_uring/memmap: refactor io_free_region() to take user_struct param
` [PATCH v4 3/8] io_uring/rsrc: refactor io_{un}account_mem() to take {user,mm}_struct param
` [PATCH v4 4/8] io_uring/zcrx: add io_zcrx_ifq arg to io_zcrx_free_area()
` [PATCH v4 5/8] io_uring/zcrx: add user_struct and mm_struct to io_zcrx_ifq
` [PATCH v4 6/8] io_uring/zcrx: move io_unregister_zcrx_ifqs() down
` [PATCH v4 7/8] io_uring/zcrx: add refcount to ifq and remove ifq->ctx
` [PATCH v4 8/8] io_uring/zcrx: share an ifq between rings

Does io_uring_enter have anti-deadlock magic?
 2025-10-30  1:30 UTC 

[PATCH v2 0/2] net: io_uring/zcrx: call netdev_queue_get_dma_dev() under instance lock
 2025-10-30  1:09 UTC  (7+ messages)
` [PATCH v2 1/2] net: export netdev_get_by_index_lock()
` [PATCH v2 2/2] net: io_uring/zcrx: call netdev_queue_get_dma_dev() under instance lock

Does io_uring_enter have anti-deadlock magic?
 2025-10-30  0:32 UTC 

[PATCH net v1] net: io_uring/zcrx: call netdev_queue_get_dma_dev() under instance lock
 2025-10-28 22:44 UTC  (3+ messages)

[PATCH v3 0/3] io_uring zcrx ifq sharing
 2025-10-28 15:22 UTC  (12+ 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

[PATCH] io_uring/fdinfo: cap SQ iteration at max SQ entries
 2025-10-28  1:18 UTC  (2+ messages)

[syzbot] [io-uring?] INFO: task hung in io_uring_del_tctx_node (5)
 2025-10-28  1:09 UTC  (8+ messages)

[PATCH AUTOSEL 6.17] io_uring: fix unexpected placement on same size resizing
 2025-10-28  0:38 UTC 

[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

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

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


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