public inbox for io-uring@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-06-05 00:59:57 to 2025-06-18 11:01:02 UTC [more...]

[PATCH liburing v2 1/6] Add uring_ptr_to_u64() helper
 2025-06-18 10:55 UTC  (6+ messages)
` [PATCH liburing v2 2/6] liburing: use uring_ptr_to_u64() helper to convert ptr to u64
` [PATCH liburing v2 3/6] examples/reg-wait: "
` [PATCH liburing v2 4/6] examples/zcrx: "
` [PATCH liburing v2 5/6] test/reg-wait: "
` [PATCH liburing v2 6/6] test/zcrx: "

[PATCH liburing v2 0/6] Add uring_ptr_to_u64() helper to convert ptr to u64
 2025-06-18 10:55 UTC 

[PATCH liburing v1 1/6] Add uring_ptr_to_u64() helper
 2025-06-18  7:49 UTC  (6+ messages)
` [PATCH liburing v1 2/6] liburing: use uring_ptr_to_u64() helper to convert ptr to u64
` [PATCH liburing v1 3/6] examples/reg-wait: "
` [PATCH liburing v1 4/6] examples/zcrx: "
` [PATCH liburing v1 5/6] test/reg-wait: "
` [PATCH liburing v1 6/6] test/zcrx: "

[PATCH liburing v1 0/6] Add uring_ptr_to_u64() helper to convert ptr to u64
 2025-06-18  7:49 UTC 

[PATCH v5 0/5] io_uring cmd for tx timestamps
 2025-06-18  7:01 UTC  (17+ messages)
` [PATCH v5 1/5] net: timestamp: add helper returning skb's tx tstamp
` [PATCH v5 2/5] io_uring/poll: introduce io_arm_apoll()
` [PATCH v5 3/5] io_uring/cmd: allow multishot polled commands
` [PATCH v5 4/5] io_uring: add mshot helper for posting CQE32
` [PATCH v5 5/5] io_uring/netcmd: add tx timestamping cmd support

[PATCH] io_uring: add header include guards to all header files
 2025-06-17 19:16 UTC  (2+ messages)

[PATCH v2] io_uring: fix page leak in io_sqe_buffer_register()
 2025-06-17 16:56 UTC 

[PATCH 0/8] zcrx huge pages support Vol 1
 2025-06-17 14:48 UTC  (9+ messages)
` [PATCH 1/8] io_uring/zcrx: return error from io_zcrx_map_area_*
` [PATCH 2/8] io_uring/zcrx: introduce io_populate_area_dma
` [PATCH 3/8] io_uring/zcrx: allocate sgtable for umem areas
` [PATCH 4/8] io_uring/zcrx: assert area type in io_zcrx_iov_page
` [PATCH 5/8] io_uring/zcrx: convert io_zcrx_iov_page to use folios
` [PATCH 6/8] io_uring/zcrx: add infra for large pages
` [PATCH 7/8] io_uring: export io_coalesce_buffer()
` [PATCH 8/8] io_uring/zcrx: try to coalesce area pages

[PATCH] io_uring: fix page leak in io_sqe_buffer_register()
 2025-06-17 14:29 UTC  (4+ messages)

[syzbot] [io-uring?] WARNING: ODEBUG bug in io_sq_offload_create
 2025-06-17 13:06 UTC  (3+ messages)

[PATCHSET 0/2] Fix SQPOLL tctx allocation failure handling
 2025-06-17 12:48 UTC  (3+ messages)
` [PATCH 1/2] io_uring: remove duplicate io_uring_alloc_task_context() definition
` [PATCH 2/2] io_uring/sqpoll: don't put task_struct on tctx setup failure

Building liburing on musl libc gives error that errno.h not found
 2025-06-17 11:51 UTC  (15+ messages)

[RFC v2 0/5] BPF controlled io_uring
 2025-06-16 20:34 UTC  (22+ messages)
` [RFC v2 1/5] io_uring: add struct for state controlling cqwait
` [RFC v2 2/5] io_uring/bpf: add stubs for bpf struct_ops
` [RFC v2 3/5] io_uring/bpf: implement struct_ops registration
` [RFC v2 4/5] io_uring/bpf: add handle events callback
` [RFC v2 5/5] io_uring/bpf: add basic kfunc helpers

[PATCH] io_uring/nop: add IORING_NOP_TW completion flag
 2025-06-16 19:07 UTC 

[PATCH v4 0/5] io_uring cmd for tx timestamps
 2025-06-16 16:44 UTC  (11+ messages)
` [PATCH v4 1/5] net: timestamp: add helper returning skb's tx tstamp
` [PATCH v4 2/5] io_uring/poll: introduce io_arm_apoll()
` [PATCH v4 3/5] io_uring/cmd: allow multishot polled commands
` [PATCH v4 4/5] io_uring: add mshot helper for posting CQE32
` [PATCH v4 5/5] io_uring/netcmd: add tx timestamping cmd support

[PATCH] io_uring: fix task leak issue in io_wq_create()
 2025-06-15 18:59 UTC  (2+ messages)

[PATCH] io_uring/rsrc: validate buffer count with offset for cloning
 2025-06-15 14:13 UTC 

[syzbot] [io-uring?] WARNING in io_register_clone_buffers
 2025-06-15 14:08 UTC  (2+ messages)

[GIT PULL] io_uring fixes for 6.16-rc2
 2025-06-14 18:11 UTC  (2+ messages)

[PATCH] io_uring: run local task_work from ring exit IOPOLL reaping
 2025-06-13 21:27 UTC 

[PATCH v3 0/5] io_uring cmd for tx timestamps
 2025-06-13 18:29 UTC  (14+ messages)
` [PATCH v3 1/5] net: timestamp: add helper returning skb's tx tstamp
` [PATCH v3 2/5] io_uring/poll: introduce io_arm_apoll()
` [PATCH v3 3/5] io_uring/cmd: allow multishot polled commands
` [PATCH v3 4/5] io_uring: add mshot helper for posting CQE32
` [PATCH v3 5/5] io_uring/netcmd: add tx timestamping cmd support

[PATCH] io_uring/kbuf: don't truncate end buffer for multiple buffer peeks
 2025-06-13 17:07 UTC 

[linus:master] [io_uring/io] 8343cae362: stress-ng.io-uring.ops_per_sec 74.3% regression
 2025-06-13  0:28 UTC 

[PATCHv2] io_uring: consistently use rcu semantics with sqpoll thread
 2025-06-12 14:18 UTC  (3+ messages)

[PATCH] io_uring: consistently use rcu semantics with sqpoll thread
 2025-06-10 21:04 UTC  (6+ messages)

[PATCH v2] io_uring: fix use-after-free of sq->thread in __io_uring_show_fdinfo()
 2025-06-10 19:15 UTC  (6+ messages)

[PATCH] io_uring: fix use-after-free of sq->thread in __io_uring_show_fdinfo()
 2025-06-10 14:50 UTC  (3+ messages)

[PATCHSET v4 0/4] uring_cmd copy avoidance
 2025-06-10 13:35 UTC  (10+ messages)
` [PATCH 1/4] io_uring: add IO_URING_F_INLINE issue flag
` [PATCH 2/4] io_uring: add struct io_cold_def->sqe_copy() method
` [PATCH 3/4] io_uring/uring_cmd: get rid of io_uring_cmd_prep_setup()
` [PATCH 4/4] io_uring/uring_cmd: implement ->sqe_copy() to avoid unnecessary copies

[PATCHSET v3 0/4] uring_cmd copy avoidance
 2025-06-08 19:57 UTC  (10+ messages)
` [PATCH 1/4] io_uring: add IO_URING_F_INLINE issue flag
` [PATCH 2/4] io_uring: add struct io_cold_def->sqe_copy() method
` [PATCH 3/4] io_uring/uring_cmd: get rid of io_uring_cmd_prep_setup()
` [PATCH 4/4] io_uring/uring_cmd: implement ->sqe_copy() to avoid unnecessary copies

[PATCHSET RFC v2 0/4] uring_cmd copy avoidance
 2025-06-06 23:53 UTC  (18+ messages)
` [PATCH 1/4] io_uring: add IO_URING_F_INLINE issue flag
` [PATCH 2/4] io_uring: add struct io_cold_def->sqe_copy() method
` [PATCH 3/4] io_uring/uring_cmd: get rid of io_uring_cmd_prep_setup()
` [PATCH 4/4] io_uring/uring_cmd: implement ->sqe_copy() to avoid unnecessary copies

[GIT PULL] io_uring fixes for 6.16-rc1
 2025-06-06 20:31 UTC  (2+ messages)

[PATCH v2 0/5] io_uring cmd for tx timestamps
 2025-06-06  9:08 UTC  (13+ messages)
` [PATCH v2 1/5] net: timestamp: add helper returning skb's tx tstamp
` [PATCH v2 5/5] io_uring/netcmd: add tx timestamping cmd support

[syzbot] [io-uring?] [mm?] general protection fault in lock_vma_under_rcu
 2025-06-05 18:34 UTC  (3+ messages)
` [syzbot] "

[PATCHSET RFC 0/3] uring_cmd copy avoidance
 2025-06-05 17:06 UTC  (5+ messages)
` [PATCH 1/3] io_uring/uring_cmd: get rid of io_uring_cmd_prep_setup()
` [PATCH 2/3] io_uring: mark requests that will go async with REQ_F_ASYNC_ISSUE
` [PATCH 3/3] io_uring/uring_cmd: copy SQE only when needed


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