io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2026-09-09 15:59:28 to 2026-09-15 18:20:52 UTC [more...]

[RFC PATCH 0/3] io_uring/rsrc: reduce node allocation cost on sparse file table installs
 2026-09-15 18:20 UTC  (6+ messages)
` [RFC PATCH 1/3] io_uring/rsrc: allocate io_rsrc_node from a dedicated kmem_cache
` [RFC PATCH 2/3] io_uring/rsrc: bulk refill the node cache on allocation miss
` [RFC PATCH 3/3] io_uring/rsrc: prefill the node cache when a file table is registered empty

[PATCH RFC POC 00/50] file: handle files on syscall exit
 2026-09-15 17:51 UTC  (103+ messages)
` [PATCH RFC POC 01/50] file: install "
` [PATCH RFC POC 02/50] entry: commit fds "
` [PATCH RFC POC 03/50] alpha: "
` [PATCH RFC POC 04/50] ARC: "
` [PATCH RFC POC 05/50] ARM: "
` [PATCH RFC POC 06/50] arm64: "
` [PATCH RFC POC 07/50] csky: "
` [PATCH RFC POC 08/50] hexagon: "
` [PATCH RFC POC 09/50] m68k: "
` [PATCH RFC POC 10/50] microblaze: "
` [PATCH RFC POC 11/50] MIPS: "
` [PATCH RFC POC 12/50] nios2: "
` [PATCH RFC POC 13/50] openrisc: "
` [PATCH RFC POC 14/50] parisc: "
` [PATCH RFC POC 15/50] sh: "
` [PATCH RFC POC 16/50] sparc: "
` [PATCH RFC POC 17/50] um: "
` [PATCH RFC POC 18/50] xtensa: "
` [PATCH RFC POC 19/50] file: require the syscall exit hook from every architecture
` [PATCH RFC POC 20/50] file: warn when the descriptor table is unshared with slots
` [PATCH RFC POC 21/50] io_uring: commit fds per request
` [PATCH RFC POC 22/50] net: install SCM_RIGHTS descriptors when recvmsg() returns
` [PATCH RFC POC 23/50] file: open-code receive_fd()'s immediate install
` [PATCH RFC POC 24/50] file: make FD_ADD() a standalone "
` [PATCH RFC POC 25/50] file: reimplement FD_PREPARE() on the deferred fd_prepare() path
` [PATCH RFC POC 26/50] dma-buf: stop unwinding sync file descriptors by hand
` [PATCH RFC POC 27/50] drm/amdkfd: stop collecting CRIU dma-buf descriptors for a final install
` [PATCH RFC POC 28/50] drm/msm: install the out-fence descriptor when the ioctl returns
` [PATCH RFC POC 29/50] drm/virtio: "
` [PATCH RFC POC 30/50] drm/vmwgfx: "
` [PATCH RFC POC 31/50] vfio: install the migration data "
` [PATCH RFC POC 32/50] liveupdate: install the session descriptors "
` [PATCH RFC POC 33/50] io_uring/zcrx: install the exported descriptor when the request returns
` [PATCH RFC POC 34/50] sctp: install the peeloff descriptor when the syscall returns
` [PATCH RFC POC 35/50] ALSA: compress: install the task descriptors when the ioctl returns
` [PATCH RFC POC 36/50] nitro_enclaves: install the enclave descriptor "
` [PATCH RFC POC 37/50] tpm: vtpm_proxy: install the server "
` [PATCH RFC POC 38/50] perf: stop putting the event descriptor back on failure
` [PATCH RFC POC 39/50] seccomp: stop putting the listener "
` [PATCH RFC POC 40/50] KVM: stop putting descriptors "
` [PATCH RFC POC 41/50] KVM: guest_memfd: stop putting the descriptor "
` [PATCH RFC POC 42/50] drm: stop unwinding descriptors by hand
` [PATCH RFC POC 43/50] drm/amdgpu: stop unwinding the fence descriptor "
` [PATCH RFC POC 44/50] drm/etnaviv: install the out-fence descriptor when the ioctl returns
` [PATCH RFC POC 45/50] accel/habanalabs: stop putting the dma-buf descriptor back on failure
` [PATCH RFC POC 46/50] xen/gntdev-dmabuf: stop putting the "
` [PATCH RFC POC 47/50] iio: buffer: install the buffer descriptor when the ioctl returns
` [PATCH RFC POC 48/50] misc: fastrpc: install the dma-buf "
` [PATCH RFC POC 49/50] iommufd: stop putting descriptors back on failure
` [PATCH RFC POC 50/50] Drivers: hv: mshv: "

[PATCH 0/6] coredump & signals: an impossible affair
 2026-09-15 15:13 UTC  (10+ messages)
` [PATCH 1/6] coredump: don't switch a dumper that has no files table
` [PATCH 2/6] fork: refuse new threads while a coredump is in progress
` [PATCH 3/6] coredump: hold RCU while releasing parked threads
` [PATCH 4/6] signal: only SIGKILL interrupts a coredumping task
` [PATCH 5/6] coredump: parse a snapshot of core_pattern
` [PATCH 6/6] io-wq: order the exit bit against worker creation task work

[PATCH net-next v7 0/6] selftests: net: make iou-zcrx tests multithreaded
 2026-09-15  2:30 UTC  (8+ 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 "

[RFC PATCH 00/15] io_uring: thread identity handoff for blocking inline issue
 2026-09-14 23:27 UTC  (22+ 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

[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)

[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  (7+ 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 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] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).