public inbox for io-uring@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-25 13:27:40 to 2025-11-06 16:10:36 UTC [more...]

[PATCH v1 0/7] reverse ifq refcount
 2025-11-06 16:10 UTC  (16+ messages)
` [PATCH v1 1/7] io_uring/memmap: remove unneeded io_ring_ctx arg
` [PATCH v1 2/7] io_uring/memmap: refactor io_free_region() to take user_struct param
` [PATCH v1 3/7] io_uring/rsrc: refactor io_{un}account_mem() to take {user,mm}_struct param
` [PATCH v1 4/7] io_uring/zcrx: add io_zcrx_ifq arg to io_zcrx_free_area()
` [PATCH v1 5/7] io_uring/zcrx: add user_struct and mm_struct to io_zcrx_ifq
` [PATCH v1 6/7] io_uring/zcrx: move io_unregister_zcrx_ifqs() down
` [PATCH v1 7/7] io_uring/zcrx: reverse ifq refcount

[PATCH 0/5] io_uring: add IORING_OP_BPF for extending io_uring
 2025-11-06 16:03 UTC  (9+ messages)
` [PATCH 1/5] io_uring: prepare for extending io_uring with bpf
` [PATCH 2/5] io_uring: bpf: add io_uring_ctx setup for BPF into one list
` [PATCH 3/5] io_uring: bpf: extend io_uring with bpf struct_ops
` [PATCH 4/5] io_uring: bpf: add buffer support for IORING_OP_BPF
` [PATCH 5/5] io_uring: bpf: add io_uring_bpf_req_memcpy() kfunc

[PATCH v2 0/8] fuse: support io-uring registered buffers
 2025-11-06 13:35 UTC  (29+ 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 for-next] io_uring: use WRITE_ONCE for user shared memory
 2025-11-06 12:58 UTC 

[PATCH 1/1] io_uring/query: buffer size calculations with a union
 2025-11-06 12:31 UTC 

[PATCHSET 0/2] Add support for IORING_CQE_F_SOCK_FULL
 2025-11-06 12:19 UTC  (4+ messages)
` [PATCH 1/2] io_uring/poll: flag request with REQ_F_POLL_TRIGGERED if it went through poll
` [PATCH 2/2] io_uring/net: add IORING_CQE_F_SOCK_FULL if a send needed to poll arm

[PATCH io_uring-6.18 1/1] io_uring: fix types for region size calulation
 2025-11-06 12:09 UTC  (4+ messages)

[PATCH v3 0/2] net: io_uring/zcrx: call netdev_queue_get_dma_dev() under instance lock
 2025-11-06 11:26 UTC  (10+ 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

[PATCHSET 0/2] Minor vectored futex cleanups
 2025-11-05 20:00 UTC  (3+ messages)
` [PATCH 1/2] io_uring/futex: move futexv async data handling to struct io_futexv_data
` [PATCH 2/2] io_uring/futex: move futexv owned status "

[PATCH v2] io_uring: fix typos and comment wording
 2025-11-05 15:22 UTC  (2+ messages)

[PATCHSET 0/6] Various minor cleanups
 2025-11-05 13:14 UTC  (10+ messages)
` [PATCH 1/6] io_uring/slist: remove unused wq list splice helpers
` [PATCH 2/6] io_uring/rsrc: use get/put_user() for integer copy
` [PATCH 3/6] io_uring/notif: move io_notif_flush() to net.c
` [PATCH 4/6] io_uring/memmap: remove dead io_create_region_mmap_safe() declaration
` [PATCH 5/6] io_uring/cancel: move request/task cancelation logic into cancel.c
` [PATCH 6/6] io_uring/cancel: move __io_uring_cancel() "

[PATCH v4 00/12] io_uring zcrx ifq sharing
 2025-11-04 13:53 UTC  (16+ messages)
` [PATCH v4 01/12] io_uring/zcrx: remove sync refill uapi
` [PATCH v4 02/12] io_uring/zcrx: introduce IORING_REGISTER_ZCRX_CTRL
` [PATCH v4 03/12] io_uring/memmap: remove unneeded io_ring_ctx arg
` [PATCH v4 04/12] io_uring/memmap: refactor io_free_region() to take user_struct param
` [PATCH v4 05/12] io_uring/rsrc: refactor io_{un}account_mem() to take {user,mm}_struct param
` [PATCH v4 06/12] io_uring/zcrx: add io_zcrx_ifq arg to io_zcrx_free_area()
` [PATCH v4 07/12] io_uring/zcrx: add user_struct and mm_struct to io_zcrx_ifq
` [PATCH v4 08/12] io_uring/zcrx: move io_unregister_zcrx_ifqs() down
` [PATCH v4 09/12] io_uring/zcrx: reverse ifq refcount
` [PATCH v4 10/12] io_uring/zcrx: move io_zcrx_scrub() and dependencies up
` [PATCH v4 11/12] io_uring/zcrx: export zcrx via a file
` [PATCH v4 12/12] io_uring/zcrx: share an ifq between rings

[PATCH v2 0/5] io_uring: avoid uring_lock for IORING_SETUP_SINGLE_ISSUER
 2025-11-03 20:47 UTC  (5+ messages)

[PATCH] io_uring/memmap: return bool from io_mem_alloc_compound()
 2025-11-03 20:07 UTC  (4+ messages)

[PATCH] io_uring/cancel: move cancelation code from io_uring.c to cancel.c
 2025-11-03 20:01 UTC 

[PATCH] io_uring: fix typos and comment wording
 2025-11-03 19:04 UTC  (3+ messages)
  ` [External] : "

[PATCH for-6.18] io_uring/zcrx: remove sync refill uapi
 2025-11-03 15:56 UTC  (2+ messages)

[PATCH v4 0/3] io_uring/uring_cmd: avoid double indirect call in task work dispatch
 2025-11-03 15:31 UTC  (6+ 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

[syzbot] [io-uring?] INFO: task hung in io_uring_alloc_task_context (6)
 2025-11-02  2:05 UTC  (2+ messages)

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


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