Linux io-uring development
 help / color / mirror / Atom feed
 messages from 2026-05-14 08:35:08 to 2026-05-27 12:20:16 UTC [more...]

improve the kmem_cache_alloc_bulk API
 2026-05-27 12:20 UTC  (7+ messages)
` [PATCH] mm/slab: improve kmem_cache_alloc_bulk

[PATCH] scsi: bsg: copy uring_cmd payload to prevent double-fetch from shared SQE
 2026-05-27 10:59 UTC 

[PATCH 0/3] AF_ALG: Remove support for AIO and old-style drivers
 2026-05-27  8:13 UTC  (8+ messages)
` [PATCH 1/3] net: Remove support for AIO on sockets
` [PATCH 2/3] AF_ALG: Drop support for off-CPU cryptography
` [PATCH 3/3] AF_ALG: Document that it is *always* slower

[syzbot] [io-uring?] WARNING in io_wq_put_and_exit (2)
 2026-05-27  6:52 UTC 

[PATCH] block: Add bvec_folio()
 2026-05-27  6:22 UTC  (6+ messages)

[PATCH] io_uring: annotate remote tasks for kcoverage
 2026-05-26 16:49 UTC  (5+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "

[PATCH 0/8] first zcrx updates for 7.2
 2026-05-26 16:42 UTC  (19+ messages)
` [PATCH 1/8] io_uring/zcrx: make scrubbing more reliable
` [PATCH 2/8] io_uring/zcrx: poison pointers on unregistration
` [PATCH 3/8] io_uring/zcrx: remove extra ifq close
` [PATCH 4/8] io_uring/zcrx: reorder fd allocation in zcrx_export()
` [PATCH 5/8] io_uring/zcrx: add ctx pointer to zcrx
` [PATCH 6/8] io_uring/zcrx: notify user when out of buffers
` [PATCH 7/8] io_uring/zcrx: notify user on frag copy fallback
` [PATCH 8/8] io_uring/zcrx: add shared-memory notification statistics

[syzbot] [io-uring?] INFO: task hung in io_sq_thread_park (4)
 2026-05-26  2:49 UTC 

[PATCH v3 00/10] Add dmabuf read/write via io_uring
 2026-05-25  7:29 UTC  (40+ messages)
` [PATCH v3 02/10] iov_iter: add iterator type for dmabuf maps
` [PATCH v3 03/10] block: move bvec init into __bio_clone
` [PATCH v3 04/10] block: introduce dma map backed bio type
` [PATCH v3 05/10] lib: add dmabuf token infrastructure
` [PATCH v3 06/10] block: forward create_dmabuf_token to drivers
` [PATCH v3 07/10] nvme-pci: implement dma_token backed requests

[bug] io_uring : NULL pointer deref in io_register_iowq_max_workers()
 2026-05-24 18:08 UTC  (6+ messages)
  ` [PATCH] io_uring/tctx: set ->io_uring before publishing the tctx node

[PATCH 5.15.y] io_uring: prevent opcode speculation
 2026-05-24 12:09 UTC  (3+ messages)

[PATCH 6.1.y] io_uring: prevent opcode speculation
 2026-05-24 12:09 UTC  (2+ messages)

[PATCH AUTOSEL 7.0-6.6] io_uring: hold uring_lock when walking link chain in io_wq_free_work()
 2026-05-23 15:06 UTC  (11+ messages)
` [PATCH AUTOSEL 7.0] io_uring/wait: honour caller's time namespace for IORING_ENTER_ABS_TIMER
` [PATCH AUTOSEL 7.0] io_uring: defer linked-timeout chain splice out of hrtimer context
` [PATCH AUTOSEL 7.0-6.18] io_uring: validate user-controlled cq.head in io_cqe_cache_refill()
` [PATCH AUTOSEL 7.0] io_uring: hold uring_lock across io_kill_timeouts() in cancel path
` [PATCH AUTOSEL 7.0-6.12] io_uring/fdinfo: translate SqThread PID through caller's pid_ns

[GIT PULL] io_uring fixes for 7.1-rc5
 2026-05-22 19:39 UTC  (2+ messages)

[PATCH] io_uring/nop: pass all errors to userspace
 2026-05-21 17:11 UTC  (2+ messages)

[PATCH] io_uring/io-wq: avoid repeated task_work scans during teardown
 2026-05-21 16:58 UTC  (4+ messages)

io_uring MSG_RING SEND_FD skips file_receive LSM hook
 2026-05-21 13:44 UTC  (2+ messages)

[PATCH RFC 00/11] mm/filemap: split out folio wait and VFS code
 2026-05-20 20:49 UTC  (12+ messages)
` [PATCH RFC 01/11] mm: add folio_wake_writeback() helper
` [PATCH RFC 02/11] folio_wait: move folio bit-lock and wait implementation to mm/folio_wait.c
` [PATCH RFC 03/11] folio_wait: move folio bit-lock and wait declarations to include/linux/folio_wait.h
` [PATCH RFC 04/11] folio_wait: move folio_wait_writeback() family to mm/folio_wait.c
` [PATCH RFC 05/11] folio_wait: reformat comments and fix alignment
` [PATCH RFC 06/11] folio_wait: rename wait_page_* infrastructure to wait_folio_*
` [PATCH RFC 07/11] folio_wait: convert VM_BUG_ON_FOLIO() to VM_WARN_ON_ONCE_FOLIO()
` [PATCH RFC 08/11] MAINTAINERS: add folio_wait files to MEMORY MANAGEMENT - CORE
` [PATCH RFC 09/11] fs: move dir_pages() from <linux/pagemap.h> to <linux/fs.h>
` [PATCH RFC 10/11] fs: move generic_file_read_iter() to fs/read_write.c
` [PATCH RFC 11/11] fs: move generic_file_write_iter() family "

[PATCH] io_uring/timeout: splice timed out link in timeout handler
 2026-05-20 16:04 UTC 

[PATCH v2 0/6] io_uring/zcrx: add CQE based notifications and stats reporting
 2026-05-19 15:21 UTC  (10+ messages)
` [PATCH v2 1/6] io_uring/zcrx: add ctx pointer to zcrx
` [PATCH v2 2/6] io_uring/zcrx: notify user when out of buffers
` [PATCH v2 3/6] io_uring/zcrx: notify user on frag copy fallback
` [PATCH v2 4/6] io_uring/zcrx: add shared-memory notification statistics
` [PATCH v2 5/6] Documentation: networking: document zcrx notifications and statistics
` [PATCH v2 6/6] selftests: iou-zcrx: add notification and stats test for zcrx

[PATCH v2] io_uring: propagate array_index_nospec opcode into req->opcode
 2026-05-18 19:32 UTC  (6+ messages)

[PATCH 2/2] fuse: wait for aborted connection before releasing last fuse_dev
 2026-05-18 17:49 UTC  (12+ messages)

[PATCH] io_uring: propagate array_index_nospec opcode into req->opcode
 2026-05-16 19:06 UTC  (6+ messages)

[PATCH v2] io_uring/waitid: clear waitid info before copying it to userspace
 2026-05-16 19:05 UTC  (2+ messages)

[PATCH] io_uring/waitid: clear waitid info before copying it to userspace
 2026-05-16 18:28 UTC 

[GIT PULL] io_uring fixes for 7.1-rc4
 2026-05-15 20:10 UTC  (2+ messages)

[PATCH] io_uring/net: punt IORING_OP_BIND async if it needs file create
 2026-05-15 17:03 UTC  (3+ messages)

[PATCHSET v2 0/6] io_uring related epoll cleanups
 2026-05-15 15:25 UTC  (9+ messages)
` [PATCH 1/6] eventpoll: pass struct epoll_filefd through ep_find() and ep_insert()
` [PATCH 2/6] eventpoll: export is_file_epoll()
` [PATCH 3/6] eventpoll: add file based control interface
` [PATCH 4/6] eventpoll: rename struct epoll_filefd to epoll_key
` [PATCH 5/6] io_uring/epoll: switch to using do_epoll_ctl_file() interface
` [PATCH 6/6] io_uring/epoll: disallow adding an epoll file to an epoll context
` (subset) [PATCHSET v2 0/6] io_uring related epoll cleanups

[PATCH v3 01/11] io_uring: Use trace_call__##name() at guarded tracepoint call sites
 2026-05-15 14:29 UTC  (7+ messages)
` (subset) "

[PATCH AUTOSEL 7.0] io_uring/wait: honour caller's time namespace for IORING_ENTER_ABS_TIMER
 2026-05-15 14:11 UTC  (4+ messages)

[PATCH liburing 1/1] tests: improve zcrx ro params testing
 2026-05-15 13:13 UTC  (2+ messages)

[PATCH liburing 1/1] tests: test abnormal zcrx removal
 2026-05-15 13:13 UTC  (2+ messages)

[PATCH liburing 1/1] tests: improve zcrx export tests
 2026-05-15 13:13 UTC  (2+ messages)

[PATCH 0/5] io_uring/zcrx: add CQE based notifications and stats reporting
 2026-05-15 10:26 UTC  (3+ messages)
` [PATCH 1/5] io_uring/zcrx: notify user when out of buffers

[PATCH] io_uring: parenthesize io_ring_head_to_buf() expansion
 2026-05-14 15:02 UTC  (8+ messages)

[PATCH V2] io_uring: validate user-controlled cq.head in io_cqe_cache_refill()
 2026-05-14 13:37 UTC  (4+ messages)

[PATCH liburing v2] tests: add cBPF filter tests for IORING_OP_CONNECT
 2026-05-14 13:24 UTC  (2+ messages)

[PATCH] io_uring/net: allow filtering on IORING_OP_CONNECT
 2026-05-14 13:24 UTC  (2+ messages)

[PATCH liburing] tests: add cBPF filter tests for IORING_OP_CONNECT
 2026-05-14 11:10 UTC  (3+ messages)


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