public inbox for io-uring@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-05-30 12:50:58 to 2025-06-13 21:27:15 UTC [more...]

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

[RFC v2 0/5] BPF controlled io_uring
 2025-06-13 19:51 UTC  (21+ 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 v4 0/5] io_uring cmd for tx timestamps
 2025-06-13 18:32 UTC  (6+ 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 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  (23+ messages)
` [PATCH v2 1/5] net: timestamp: add helper returning skb's tx tstamp
` [PATCH v2 2/5] io_uring/poll: introduce io_arm_apoll()
` [PATCH v2 3/5] io_uring/cmd: allow multishot polled commands
` [PATCH v2 4/5] io_uring: add mshot helper for posting CQE32
` [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

[PATCH v11 00/10] Read/Write with meta/integrity
 2025-06-04 19:53 UTC  (5+ messages)

[PATCHSET 0/2] io_uring futex cleanup and fix
 2025-06-04 16:53 UTC  (3+ messages)
` [PATCH 1/2] io_uring/futex: get rid of struct io_futex addr union
` [PATCH 2/2] io_uring/futex: mark wait requests as inflight

use-after-free if killed while in IORING_OP_FUTEX_WAIT
 2025-06-04 16:22 UTC  (3+ messages)

[PATCH io_uring-next 0/5] io_uring cmd for tx timestamps
 2025-06-04 13:38 UTC  (13+ messages)
` [PATCH 1/5] net: timestamp: add helper returning skb's tx tstamp
` [PATCH 2/5] io_uring/poll: introduce io_arm_apoll()

PATCH v2] io_uring/kbuf: limit legacy provided buffer lists to USHRT_MAX
 2025-06-03 21:33 UTC 

[PATCH] io_uring/uring_cmd: be smarter about SQE copying
 2025-06-03 15:11 UTC  (7+ messages)

[syzbot] [io-uring?] INFO: task hung in io_uring_del_tctx_node (4)
 2025-06-03 13:48 UTC  (4+ messages)

[PATCH] io_uring/kbuf: limit legacy provided buffer lists to USHRT_MAX
 2025-06-03 13:45 UTC 

[PATCH] io_uring: miscellaneous spelling fixes
 2025-06-03 13:07 UTC  (2+ messages)

[PATCH v4 0/6] io_uring/mock: add basic infra for test mock files
 2025-06-02 15:41 UTC  (31+ messages)
` [PATCH v4 1/6] "
` [PATCH v4 2/6] io_uring/mock: add cmd using vectored regbufs
` [PATCH v4 3/6] io_uring/mock: add sync read/write
` [PATCH v4 4/6] io_uring/mock: allow to choose FMODE_NOWAIT
` [PATCH v4 5/6] io_uring/mock: support for async read/write
` [PATCH v4 6/6] io_uring/mock: add trivial poll handler

[PATCH 1/1] MAINTAINERS: remove myself from io_uring
 2025-06-02 11:52 UTC  (3+ messages)

[PATCH 5/5] io_uring/netcmd: add tx timestamping cmd support
 2025-05-31  8:34 UTC  (2+ messages)

[PATCH v3 0/6] io_uring/mock: add basic infra for test mock files
 2025-05-30 13:20 UTC  (7+ messages)
` [PATCH v3 1/6] "


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