Linux io-uring development
 help / color / mirror / Atom feed
 messages from 2026-05-20 18:00:58 to 2026-06-10 11:34:21 UTC [more...]

[RFC v1] io_uring/rsrc: add fast path huge page handling in buffer registration
 2026-06-10 11:34 UTC  (7+ messages)

[BUG] iomap/io_uring: O_APPEND async buffered write silently re-appends a data chunk (corruption) on XFS, 6.1.y/6.12.y
 2026-06-09 17:14 UTC  (6+ messages)

[PATCH liburing v2 0/3] zcrx: add support for notifications and statistic
 2026-06-09  9:01 UTC  (4+ messages)
` [PATCH liburing v2 1/3] Update uapi headers to add ZCRX notification
` [PATCH liburing v2 2/3] test/zcrx: add ZCRX notification/stats tests
` [PATCH liburing v2 3/3] examples/zcrx: add notification support

[PATCH v2 for-next] io_uring/kbuf: validate ring provided buffer addresses with access_ok()
 2026-06-08 17:04 UTC 

[PATCH for-next] io_uring/kbuf: validate ring provided buffer addresses with access_ok()
 2026-06-08 15:38 UTC 

[PATCH v2 0/2] io_uring/net: support registered buffer for plain send and recv
 2026-06-08 14:34 UTC  (4+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] test: add fixed-buf-send-recv for registered buffer send/recv
` (subset) [PATCH v2 0/2] io_uring/net: support registered buffer for plain send and recv

[PATCH] io_uring/register: preserve SQ array entries on resize
 2026-06-08 13:33 UTC 

[PATCH 0/2] io_uring/net: support registered buffer for plain send and recv
 2026-06-08  3:08 UTC  (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] liburing test: add fixed-buf-send-recv for registered buffer send/recv

[BUG io_uring] Failed RECVSEND_BUNDLE can persistently shrink non-INC pbuf ring len and affect later READ operations
 2026-06-07 22:16 UTC  (9+ messages)
        ` [PATCH] test/recv-bundle-pbuf-len-poison: add regression test for pbuf len corruption

[PATCH] iouring: Fix min_timeout behaviour
 2026-06-07 22:13 UTC  (4+ messages)

[PATCH] io_uring/kbuf: don't truncate end buffer for bundles
 2026-06-07 22:11 UTC 

[PATCH v2 0/2] nfs: support FMODE_NOWAIT on O_DIRECT reads
 2026-06-07  7:31 UTC  (3+ messages)
` [PATCH v2 1/2] nfs: add nowait version of nfs_start_io_direct
` [PATCH v2 2/2] nfs: expose FMODE_NOWAIT for read-only files

[GIT PULL] io_uring fix for 7.1-rc7
 2026-06-05 22:14 UTC  (2+ messages)

[PATCH net-next v3 0/4] net: move .getsockopt away from __user buffers
 2026-06-05 15:14 UTC  (3+ messages)
` [PATCH net-next v3 0/4] net: move .getsockopt away from __user buffers (update 1)

[PATCH] io_uring/net: inherit IORING_CQE_F_BUF_MORE across bundle recv retries
 2026-06-05 11:21 UTC  (3+ messages)

[PATCH liburing] tests/recv-bundle-inc-buf-more: test missing F_BUF_MORE flag with bundle + incremental
 2026-06-05 11:08 UTC 

improve the kmem_cache_alloc_bulk API v2
 2026-06-04  9:36 UTC  (18+ messages)
` [PATCH] mm/slab: improve kmem_cache_alloc_bulk
        ` msm_iommu_pagetable_prealloc_allocate, was: "

[PATCH 0/3] AF_ALG: Remove support for AIO and old-style drivers
 2026-06-03 13:33 UTC  (12+ 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

[PATCH v2 0/3] trivial cleanups to net operations
 2026-06-02 23:44 UTC  (5+ messages)
` [PATCH v2 1/3] io_uring/net: Avoid msghdr on op_connect/op_bind async data
` [PATCH v2 2/3] io_uring/net: Remove async_size for OP_LISTEN
` [PATCH v2 3/3] io_uring: Drop wrong comment in OP_NOP

[PATCH 0/3] trivial cleanups to net operations
 2026-06-02 20:17 UTC  (5+ messages)
` [PATCH 1/3] io_uring: Avoid msghdr on op_connect/op_bind async data
` [PATCH 2/3] io_uring: Remove async_size for OP_LISTEN
` [PATCH 3/3] io_uring: Drop wrong comment in OP_NOP

[PATCH 1/1] io_uring/bpf-ops: restrict ctx access to BPF
 2026-06-02 17:20 UTC  (2+ messages)

[RFC 0/2] add timeouts for io_uring bpf-loop
 2026-06-02 10:22 UTC  (3+ messages)
` [RFC 1/2] io_uring/loop: add a structure for loop state
` [RFC 2/2] io_uring/loop: introduce wait timeouts

[PATCH RESEND] dm: limit target bio polling to one shot
 2026-06-01 16:45 UTC  (4+ messages)

[PATCH RFC 00/11] mm/filemap: split out folio wait and VFS code
 2026-06-01  8:37 UTC  (18+ 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 v2 0/2] Add bvec_folio and its kernel-doc
 2026-06-01  1:47 UTC  (9+ messages)
` [PATCH v2 1/2] block: Add bvec_folio()
` [PATCH v2 2/2] block: Include bvec.h kernel-doc in the htmldocs

[PATCH 0/2] nfs: support FMODE_NOWAIT on O_DIRECT reads
 2026-05-30 22:19 UTC  (3+ messages)
` [PATCH 1/2] nfs: add nowait version of nfs_start_io_direct
` [PATCH 2/2] nfs: expose FMODE_NOWAIT for O_DIRECT read files

[PATCH] scsi: bsg: copy uring_cmd payload to prevent double-fetch from shared SQE
 2026-05-30 18:02 UTC  (9+ messages)
` [PATCH v2] scsi: bsg: read io_uring command fields once

[syzbot] Monthly io-uring report (May 2026)
 2026-05-30 12:32 UTC 

[GIT PULL] io_uring fix for 7.1-rc6
 2026-05-29 20:13 UTC  (2+ messages)

[PATCH] io_uring/io-wq: re-check IO_WQ_BIT_EXIT for each linked work item
 2026-05-28 15:35 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] io_uring/kbuf: align legacy buffer add limit with MAX_BIDS_PER_BGID
 2026-05-28 14:03 UTC  (2+ messages)

回复: [PATCH v2] scsi: bsg: read io_uring command fields once
 2026-05-28 12:39 UTC 

improve the kmem_cache_alloc_bulk API
 2026-05-28  9:16 UTC  (14+ messages)
` [PATCH] mm/slab: improve kmem_cache_alloc_bulk

[PATCH] block: Add bvec_folio()
 2026-05-27 15:54 UTC  (7+ messages)

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

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

[PATCH 0/8] first zcrx updates for 7.2
 2026-05-26 16:42 UTC  (2+ messages)

[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  (6+ messages)
` [PATCH v3 04/10] block: introduce dma map backed bio type

[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  (2+ messages)

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

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

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


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