public inbox for io-uring@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-06-16 15:13:49 to 2025-07-02 14:02:10 UTC [more...]

[PATCH v3 0/6] zcrx huge pages support Vol 1
 2025-07-02 14:03 UTC  (2+ messages)
` [PATCH v3 1/6] io_uring/zcrx: always pass page to io_zcrx_copy_chunk

[PATCH 0/4] io_uring/btrfs: remove struct io_uring_cmd_data
 2025-07-02 13:47 UTC  (13+ 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

[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 v5 0/6] io_uring/mock: add basic infra for test mock files
 2025-06-30 18:16 UTC  (7+ 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 0/8] zcrx huge pages support Vol 1
 2025-06-30 17:44 UTC  (12+ messages)
` [PATCH 1/8] io_uring/zcrx: return error from io_zcrx_map_area_*
` [PATCH 2/8] io_uring/zcrx: introduce io_populate_area_dma
` [PATCH 3/8] io_uring/zcrx: allocate sgtable for umem areas
` [PATCH 4/8] io_uring/zcrx: assert area type in io_zcrx_iov_page
` [PATCH 5/8] io_uring/zcrx: convert io_zcrx_iov_page to use folios
` [PATCH 6/8] io_uring/zcrx: add infra for large pages
` [PATCH 7/8] io_uring: export io_coalesce_buffer()
` [PATCH 8/8] io_uring/zcrx: try to coalesce area pages

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

[PATCH v5 0/5] io_uring cmd for tx timestamps
 2025-06-28  6:10 UTC  (20+ messages)
` [PATCH v5 1/5] net: timestamp: add helper returning skb's tx tstamp
` (subset) [PATCH v5 0/5] io_uring cmd for tx timestamps

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)

[RFC 00/12] io_uring dmabuf read/write support
 2025-06-27 15:10 UTC  (13+ 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

[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 RFC] io_uring: Fix addr usage on get_unmapped_area()
 2025-06-25 20:03 UTC 

[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] io_uring/rsrc: skip atomic refcount for uncloned buffers
 2025-06-19 14:34 UTC 

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

[PATCH v2] io_uring: fix page leak in io_sqe_buffer_register()
 2025-06-18 11:12 UTC  (2+ messages)

[PATCH liburing v2 0/6] Add uring_ptr_to_u64() helper to convert ptr to u64
 2025-06-18 10:55 UTC 

[PATCH liburing v1 1/6] Add uring_ptr_to_u64() helper
 2025-06-18  7:49 UTC  (6+ messages)
` [PATCH liburing v1 2/6] liburing: use uring_ptr_to_u64() helper to convert ptr to u64
` [PATCH liburing v1 3/6] examples/reg-wait: "
` [PATCH liburing v1 4/6] examples/zcrx: "
` [PATCH liburing v1 5/6] test/reg-wait: "
` [PATCH liburing v1 6/6] test/zcrx: "

[PATCH liburing v1 0/6] Add uring_ptr_to_u64() helper to convert ptr to u64
 2025-06-18  7:49 UTC 

[PATCH] io_uring: add header include guards to all header files
 2025-06-17 19:16 UTC  (2+ messages)

[PATCH] io_uring: fix page leak in io_sqe_buffer_register()
 2025-06-17 14:29 UTC  (4+ messages)

[syzbot] [io-uring?] WARNING: ODEBUG bug in io_sq_offload_create
 2025-06-17 13:06 UTC  (3+ messages)

[PATCHSET 0/2] Fix SQPOLL tctx allocation failure handling
 2025-06-17 12:48 UTC  (3+ messages)
` [PATCH 1/2] io_uring: remove duplicate io_uring_alloc_task_context() definition
` [PATCH 2/2] io_uring/sqpoll: don't put task_struct on tctx setup failure

Building liburing on musl libc gives error that errno.h not found
 2025-06-17 11:51 UTC  (15+ messages)

[RFC v2 0/5] BPF controlled io_uring
 2025-06-16 20:34 UTC  (8+ messages)
` [RFC v2 5/5] io_uring/bpf: add basic kfunc helpers

[PATCH] io_uring/nop: add IORING_NOP_TW completion flag
 2025-06-16 19:07 UTC 

[PATCH v4 0/5] io_uring cmd for tx timestamps
 2025-06-16 16:44 UTC  (6+ messages)
` [PATCH v4 1/5] net: timestamp: add helper returning skb's tx tstamp


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