messages from 2026-09-09 01:15:16 to 2026-09-13 10:52:38 UTC [more...]
[PATCH] io_uring/io-wq: stop a single cancel after one running match
2026-09-13 10:52 UTC (2+ messages)
[PATCH v5 00/16] Add dmabuf read/write via io_uring
2026-09-12 12:57 UTC (4+ messages)
[RFC PATCH] misc: fgds: enable GPU-NVMe direct I/O via POSIX and io_uring
2026-09-12 12:45 UTC (6+ messages)
[PATCH] mailmap: update entry for Jens Axboe
2026-09-11 22:41 UTC (2+ messages)
[GIT PULL] io_uring fixes for 7.3-rc3
2026-09-11 20:24 UTC (2+ messages)
[PATCH v2] io_uring/fdinfo: ignore IORING_CQE_F_32 in last CQ array slot
2026-09-11 18:03 UTC (2+ messages)
[RFC PATCH 00/15] io_uring: thread identity handoff for blocking inline issue
2026-09-11 17:51 UTC (18+ messages)
` [PATCH 01/15] kernel: add thread identity handoff
` [PATCH 02/15] sched: call into io_uring when a PF_IO_HANDOFF task blocks
` [PATCH 03/15] arm64: implement thread identity handoff
` [PATCH 04/15] x86: "
` [PATCH 05/15] io_uring/kbuf: use io_ring_submit_unlock() helper
` [PATCH 06/15] io_uring: keep the tctx nodes on a list
` [PATCH 07/15] io_uring: add uring_lock section depth tracking and blockable opdef flag
` [PATCH 08/15] io_uring: split io_uring_enter() and io_submit_sqes() into helpers
` [PATCH 09/15] io_uring: keep the submission plug on the io_submit_sqes() stack
` [PATCH 10/15] io-wq: support handing a task identity to an idle worker
` [PATCH 11/15] io_uring: enable handing submitter identity to an io-wq worker
` [PATCH 12/15] io_uring: defer the identity migration to the end of the submission
` [PATCH 13/15] io_uring: issue blockable requests inline in blocking mode
` [PATCH 14/15] io_uring: add tracepoints for the handoff operation
` [PATCH 15/15] io_uring: issue IOSQE_ASYNC requests inline when a handoff is possible
[BUG] lookup_user_key() calls commit_creds() (hitting BUG_ON() when called from io_uring through AF_ALG setsockopt; BPF probably also affected)
2026-09-11 17:42 UTC
[PATCH] io_uring/fdinfo: ignore IORING_CQE_F_32 in last CQ array slot
2026-09-11 16:33 UTC (7+ messages)
[PATCHSET v2] Cancel requests at ring close time
2026-09-11 15:45 UTC (11+ messages)
` [PATCH 01/10] io_uring/io-wq: put the request file before posting a completion
` [PATCH 02/10] io_uring: post io-wq completions from the last request reference
` [PATCH 03/10] io_uring/rw: don't reap io-wq IOPOLL completions while io-wq has a reference
` [PATCH 04/10] io_uring: put request files before posting the completions
` [PATCH 05/10] io_uring/uring_cmd: only cancel requests of the given task
` [PATCH 06/10] io_uring/notif: count pending zerocopy notifications per ring
` [PATCH 07/10] io_uring/cancel: cancel and wait for all requests on process exit
` [PATCH 08/10] io_uring: run cancelations synchronously on ring release
` [PATCH 09/10] io_uring: drop registered files and buffers at release time
` [PATCH 10/10] io_uring: wait for in-flight requests on ring release
[PATCH v3 0/3] io_uring passthru: set result on blk-mq request completion
2026-09-10 20:55 UTC (5+ messages)
` [PATCH v3 1/3] io_uring: move req_set_*() to public header
` [PATCH v3 2/3] io_uring/cmd: split io_uring_cmd_set_res() from io_uring_cmd_done()
` [PATCH v3 3/3] nvme/ioctl: call io_uring_cmd_set_res32() in ->end_io()
[PATCH 0/2] Fix return with MSG_TUNC overtruncating buffers
2026-09-10 20:42 UTC (8+ messages)
` [PATCH 2/2] io_uring/net: don't overconsume buffers when using MSG_TRUNC
[PATCH] io_uring/rw: keep CQE flags on iopoll requests when adding kbuf flags
2026-09-10 15:18 UTC (2+ messages)
[PATCH 0/6] io_uring/nvme: support fixed buffer for metadata
2026-09-09 22:28 UTC (7+ messages)
` [PATCH 1/6] bio-integrity: remove dead bio_integrity_copy_user() error path
` [PATCH 2/6] nvme/ioctl: remove struct nvme_uring_data
` [PATCH 3/6] blk-integrity: pass iov_iter to blk_rq_integrity_map_user()
` [PATCH 4/6] nvme/ioctl: pass iov_iter to nvme_map_user_request()
` [PATCH 5/6] io_uring/cmd: support fixed buffer for metadata
` [PATCH 6/6] nvme/ioctl: "
[PATCH net-next v7 0/6] selftests: net: make iou-zcrx tests multithreaded
2026-09-09 19:51 UTC (7+ messages)
` [PATCH net-next v7 1/6] selftests: net: fix get_refill_ring_size() to use its local variable
` [PATCH net-next v7 2/6] selftests: net: remove unused variable in process_recvzc()
` [PATCH net-next v7 3/6] selftests: net: refactor server state into struct thread_ctx
` [PATCH net-next v7 4/6] selftests: net: add multithread client support to iou-zcrx
` [PATCH net-next v7 5/6] selftests: net: add multithread server "
` [PATCH net-next v7 6/6] selftests: net: add rss_multiqueue test variant "
[PATCH net-next v6 5/6] selftests: net: add multithread server support to iou-zcrx
2026-09-09 18:47 UTC (4+ messages)
` [net-next,v6,5/6] "
[PATCHSET] Cancel requests at ring close time
2026-09-09 14:06 UTC (8+ messages)
` [PATCH 1/7] io_uring/uring_cmd: only cancel requests of the given task
` [PATCH 2/7] io_uring/notif: count pending zerocopy notifications per ring
` [PATCH 3/7] io_uring/cancel: cancel and wait for all requests on process exit
` [PATCH 4/7] io_uring: run cancelations synchronously on ring release
` [PATCH 5/7] io_uring: drop registered files and buffers at release time
` [PATCH 6/7] io_uring: wait for in-flight requests on ring release
` [PATCH 7/7] io_uring/io-wq: put the request file before posting a completion
[syzbot] [io-uring?] [ext4?] INFO: task hung in io_write
2026-09-09 12:13 UTC (9+ messages)
[PATCH v2 0/2] io_uring passthru: set result on blk-mq request completion
2026-09-09 1:16 UTC (5+ messages)
` [PATCH v2 1/2] io_uring/cmd: split io_uring_cmd_set_res() from io_uring_cmd_done()
page: | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox