public inbox for io-uring@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-06-18 11:01:02 to 2025-07-08 18:00:19 UTC [more...]

[PATCH v4 0/6] zcrx huge pages support Vol 1
 2025-07-08 18:00 UTC  (16+ messages)
` [PATCH v4 1/6] io_uring/zcrx: always pass page to io_zcrx_copy_chunk
` [PATCH v4 2/6] io_uring/zcrx: return error from io_zcrx_map_area_*
` [PATCH v4 3/6] io_uring/zcrx: introduce io_populate_area_dma
` [PATCH v4 4/6] io_uring/zcrx: allocate sgtable for umem areas
` [PATCH v4 5/6] io_uring/zcrx: assert area type in io_zcrx_iov_page
` [PATCH v4 6/6] io_uring/zcrx: prepare fallback for larger pages

[PATCH v5 0/5] io_uring cmd for tx timestamps
 2025-07-08 18:00 UTC  (15+ messages)
` (subset) "

[PATCH] io_uring/msg_ring: ensure io_kiocb freeing is deferred for RCU
 2025-07-08 17:09 UTC 

[PATCH] Revert "io_uring: gate REQ_F_ISREG on !S_ANON_INODE as well"
 2025-07-08 17:07 UTC 

[PATCHSET 0/3] Add cap for multishot recv receive size
 2025-07-08 14:26 UTC  (4+ messages)
` [PATCH 1/3] io_uring/net: move io_sr_msg->retry_flags to io_sr_msg->flags
` [PATCH 2/3] io_uring/net: use passed in 'len' in io_recv_buf_select()
` [PATCH 3/3] io_uring/net: allow multishot receive per-invocation cap

[RFC 00/12] io_uring dmabuf read/write support
 2025-07-08  9:45 UTC  (19+ messages)
` [RFC 01/12] file: add callback returning dev for dma operations
` [RFC 02/12] iov_iter: introduce iter type for pre-registered dma
` [RFC 03/12] block: move around bio flagging helpers
` [RFC 04/12] block: introduce dmavec bio type
` [RFC 05/12] block: implement ->get_dma_device callback
` [RFC 06/12] nvme-pci: add support for user passed dma vectors
` [RFC 07/12] io_uring/rsrc: extended reg buffer registration
` [RFC 08/12] io_uring: add basic dmabuf helpers
` [RFC 09/12] io_uring/rsrc: add imu flags
` [RFC 10/12] io_uring/rsrc: add dmabuf-backed buffer registeration
` [RFC 11/12] io_uring/rsrc: implement dmabuf regbuf import
` [RFC 12/12] io_uring/rw: enable dma registered buffers

[syzbot] [fs?] INFO: task hung in do_coredump (3)
 2025-07-08  8:24 UTC  (2+ messages)

[syzbot] [io-uring?] KASAN: slab-use-after-free Read in __io_req_task_work_add
 2025-07-08  8:12 UTC 

[PATCH 1/1] io_uring/zcrx: fix pp destruction warnings
 2025-07-07 12:54 UTC  (2+ messages)

[PATCH RFC] io_uring: Fix addr usage on get_unmapped_area()
 2025-07-05  9:13 UTC  (2+ messages)

[syzbot] [io-uring?] INFO: task hung in vfs_coredump
 2025-07-03 20:20 UTC  (3+ messages)

[syzbot] Monthly io-uring report (Jul 2025)
 2025-07-03  8:17 UTC 

[PATCH] io_uring/rsrc: skip atomic refcount for uncloned buffers
 2025-07-03  1:23 UTC  (5+ messages)

[PATCH 1/1] io_uring: don't use int for ABI
 2025-07-02 23:19 UTC  (2+ messages)

[PATCH 0/4] io_uring/btrfs: remove struct io_uring_cmd_data
 2025-07-02 19:51 UTC  (14+ messages)
` [PATCH 1/4] btrfs/ioctl: don't skip accounting in early ENOTTY return
` [PATCH 2/4] io_uring/cmd: introduce IORING_URING_CMD_REISSUE flag
` [PATCH 3/4] btrfs/ioctl: store btrfs_uring_encoded_data in io_btrfs_cmd
` [PATCH 4/4] io_uring/cmd: remove struct io_uring_cmd_data

[RFC net-next 0/4] devmem/io_uring: Allow devices without parent PCI device
 2025-07-02 17:24 UTC  (2+ messages)
` [RFC net-next 2/4] io_uring/zcrx: Use the new netdev_get_dma_dev() API

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

[PATCH v3 0/6] zcrx huge pages support Vol 1
 2025-07-02 14:03 UTC  (7+ messages)
` [PATCH v3 1/6] io_uring/zcrx: always pass page to io_zcrx_copy_chunk
` [PATCH v3 2/6] io_uring/zcrx: return error from io_zcrx_map_area_*
` [PATCH v3 3/6] io_uring/zcrx: introduce io_populate_area_dma
` [PATCH v3 4/6] io_uring/zcrx: allocate sgtable for umem areas
` [PATCH v3 5/6] io_uring/zcrx: assert area type in io_zcrx_iov_page
` [PATCH v3 6/6] io_uring/zcrx: prepare fallback for larger pages

[PATCH v2 0/6] zcrx huge pages support Vol 1
 2025-07-01 13:27 UTC  (7+ messages)
` [PATCH v2 1/6] io_uring/zcrx: always pass page to io_zcrx_copy_chunk
` [PATCH v2 2/6] io_uring/zcrx: return error from io_zcrx_map_area_*
` [PATCH v2 3/6] io_uring/zcrx: introduce io_populate_area_dma
` [PATCH v2 4/6] io_uring/zcrx: allocate sgtable for umem areas
` [PATCH v2 5/6] io_uring/zcrx: assert area type in io_zcrx_iov_page
` [PATCH v2 6/6] io_uring/zcrx: prepare fallback for larger chunks

[axboe-block:io_uring-defer-tw.4] [io_uring] 61a5e20297: stress-ng.io-uring.ops_per_sec 41.9% regression
 2025-07-01  4:47 UTC 

[GIT PULL] io_uring work-around for S_IFREG anon inodes
 2025-07-01  0:19 UTC  (2+ messages)

[PATCH liburing] liburing.h: Only use `IOURINGINLINE` macro for FFI functions
 2025-06-30 21:39 UTC  (3+ messages)

[PATCH AUTOSEL 6.6 04/14] io_uring: make fallocate be hashed work
 2025-06-30 20:46 UTC 

[PATCH AUTOSEL 6.12 07/21] io_uring: make fallocate be hashed work
 2025-06-30 20:45 UTC 

[PATCH AUTOSEL 6.15 09/23] io_uring: make fallocate be hashed work
 2025-06-30 20:44 UTC 

[PATCH 0/8] zcrx huge pages support Vol 1
 2025-06-30 17:44 UTC  (4+ messages)

[PATCH for-next] io_uring: remove errant ';' from IORING_CQE_F_TSTAMP_HW definition
 2025-06-30 17:39 UTC 

[PATCH liburing v2 0/2] add tx timestamp tests
 2025-06-30 17:29 UTC  (4+ messages)
` [PATCH liburing v2 1/2] Sync io_uring.h with tx timestamp api
` [PATCH liburing v2 2/2] tests: add a tx timestamp test

[PATCH 0/2] add tx timestamp tests
 2025-06-30 16:55 UTC  (9+ messages)
` [PATCH 1/2] Sync io_uring.h with tx timestamp api
` [PATCH 2/2] tests: timestamp example

[PATCH] io_uring: gate REQ_F_ISREG on !S_ANON_INODE as well
 2025-06-29 23:41 UTC 

[PATCH][TRIVIAL] io_uring: fix four comment typos
 2025-06-28 15:06 UTC  (2+ messages)

Place to read io_uring design?
 2025-06-27 17:45 UTC 

[GIT PULL] io_uring fixes for 6.16-rc4
 2025-06-27 16:29 UTC  (2+ messages)

[PATCH] io_uring/kbuf: flag partial buffer mappings
 2025-06-26 18:23 UTC 

[PATCH v2 0/3] io_uring mm related abuses
 2025-06-26  9:30 UTC  (11+ messages)
` [PATCH v2 1/3] io_uring/rsrc: fix folio unpinning
` [PATCH v2 2/3] io_uring/rsrc: don't rely on user vaddr alignment
` [PATCH v2 3/3] io_uring: don't assume uaddr alignment in io_vec_fill_bvec

[PATCH] stacktrace: do not trace user stack for user_worker tasks
 2025-06-25 23:54 UTC  (7+ messages)

[PATCH] io_uring/net: mark iov as dynamically allocated even for single segments
 2025-06-25 16:19 UTC 

[PATCH] io_uring: fix resource leak in io_import_dmabuf()
 2025-06-25 14:52 UTC  (2+ messages)

[bug report] WARNING: CPU: 3 PID: 175811 at io_uring/io_uring.c:2921 io_ring_exit_work+0x155/0x288
 2025-06-24 15:02 UTC  (4+ messages)

[PATCH v1 0/3] io_uring mm related abuses
 2025-06-24 12:54 UTC  (14+ messages)
` [PATCH v1 1/3] io_uring/rsrc: fix folio unpinning
` [PATCH v1 2/3] io_uring/rsrc: don't rely on user vaddr alignment
` [PATCH v1 3/3] io_uring: don't assume uaddr alignment in io_vec_fill_bvec

[PATCH RFC v4 00/15] fuse: fuse-over-io-uring
 2025-06-24  1:09 UTC  (11+ messages)
  ` [PATCH v9 00/17] "

[PATCH] io_uring: make fallocate be hashed work
 2025-06-23 14:59 UTC  (2+ messages)

Place to read io_uring design?
 2025-06-22  4:46 UTC 

[GIT PULL] io_uring fix for 6.16-rc3
 2025-06-21 15:47 UTC  (2+ messages)

[PATCH] io_uring/net: always use current transfer count for buffer put
 2025-06-20 13:45 UTC 

[GIT PULL] io_uring fixes for 6.16-rc3
 2025-06-20  6:34 UTC  (2+ messages)

[PATCH liburing v2 1/6] Add uring_ptr_to_u64() helper
 2025-06-18 16:05 UTC  (3+ messages)
` [PATCH liburing v2 6/6] test/zcrx: use uring_ptr_to_u64() helper to convert ptr to u64

[PATCH v2] io_uring: fix page leak in io_sqe_buffer_register()
 2025-06-18 11:12 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