public inbox for io-uring@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-12 12:46:20 to 2025-11-23 22:51:47 UTC [more...]

[RFC v2 00/11] Add dmabuf read/write via io_uring
 2025-11-23 22:51 UTC  (4+ messages)
` [RFC v2 01/11] file: add callback for pre-mapping dmabuf
` [RFC v2 02/11] iov_iter: introduce iter type for pre-registered dma
` [RFC v2 03/11] block: move around bio flagging helpers

[PATCH v2 0/8] fuse: support io-uring registered buffers
 2025-11-23 20:12 UTC  (6+ messages)
` [PATCH v2 8/8] "

[PATCH 00/44] Change a lot of min_t() that might mask high bits
 2025-11-22 11:31 UTC  (9+ messages)
` [PATCH 04/44] io_uring/net: Change some dubious min_t()
` (subset) [PATCH 00/44] Change a lot of min_t() that might mask high bits

[PATCH RESEND v2 0/3] Introduce getsockname io_uring_cmd
 2025-11-22  2:15 UTC  (7+ messages)
` [PATCH v2 1/3] socket: Unify getsockname and getpeername implementation
` [PATCH v2 2/3] socket: Split out a getsockname helper for io_uring
` [PATCH v2 3/3] io_uring: Introduce getsockname io_uring cmd

[PATCH net-next 1/3] netmem, io_uring/zcrx: access pp fields through @desc in net_iov
 2025-11-22  0:50 UTC  (6+ messages)
` [PATCH net-next 2/3] netmem, devmem, tcp: "
` [PATCH net-next 3/3] netmem: remove the pp fields from net_iov

[PATCH v3 00/10] BPF controlled io_uring
 2025-11-22  0:19 UTC  (16+ messages)
` [PATCH v3 01/10] io_uring: rename the wait queue entry field
` [PATCH v3 02/10] io_uring: simplify io_cqring_wait_schedule results
` [PATCH v3 03/10] io_uring: export __io_run_local_work
` [PATCH v3 04/10] io_uring: extract waiting parameters into a struct
` [PATCH v3 05/10] io_uring/bpf: add stubs for bpf struct_ops
` [PATCH v3 06/10] io_uring/bpf: add handle events callback
` [PATCH v3 07/10] io_uring/bpf: implement struct_ops registration
` [PATCH v3 08/10] io_uring/bpf: add basic kfunc helpers
` [PATCH v3 09/10] selftests/io_uring: update mini liburing
` [PATCH v3 10/10] selftests/io_uring: add bpf io_uring selftests

[GIT PULL] io_uring fix for 6.18-rc7
 2025-11-21 19:19 UTC  (2+ messages)

[PATCH] io_uring/register: use correct location for io_rings_layout
 2025-11-21 13:59 UTC  (5+ messages)

[PATCH 6.12 172/185] io_uring/napi: fix io_napi_entry RCU accesses
 2025-11-21 13:13 UTC 

[PATCH] io_uring/cmd_net: fix wrong argument types for skb_queue_splice()
 2025-11-21  8:53 UTC  (2+ messages)

[PATCH liburing v2 0/4] liburing: getsockname support
 2025-11-20 22:13 UTC  (5+ messages)
` [PATCH liburing v2 1/4] liburing: Introduce getsockname operation
` [PATCH liburing v2 2/4] test/bind-listen.t: Use ephemeral port
` [PATCH liburing v2 3/4] bind-listen.t: Add tests for getsockname
` [PATCH liburing v2 4/4] man/io_uring_prep_getsockname.3: Add man page

[PATCH v2 0/3] Introduce getsockname io_uring_cmd
 2025-11-20 21:58 UTC  (4+ messages)
` [PATCH v2 1/3] socket: Unify getsockname and getpeername implementation
` [PATCH v2 2/3] socket: Split out a getsockname helper for io_uring
` [PATCH v2 3/3] io_uring: Introduce getsockname io_uring cmd

[PATCH v1] io_uring/kbuf: remove obsolete buf_nr_pages and update comments
 2025-11-20 20:23 UTC  (2+ messages)

[PATCH] liburing: sync pi attributes with kernel uapi
 2025-11-20 15:27 UTC  (2+ messages)

re-enable IOCB_NOWAIT writes to files v2
 2025-11-20 14:16 UTC  (20+ messages)
` [PATCH 01/16] fs: refactor file timestamp update logic
` [PATCH 02/16] fs: lift the FMODE_NOCMTIME check into file_update_time_flags
` [PATCH 03/16] fs: export vfs_utimes
` [PATCH 04/16] btrfs: use vfs_utimes to update file timestamps
` [PATCH 05/16] btrfs: fix the comment on btrfs_update_time
` [PATCH 06/16] orangefs: use inode_update_timestamps directly
` [PATCH 07/16] fs: remove inode_update_time
` [PATCH 08/16] fs: allow error returns from generic_update_time
` [PATCH 09/16] fs: exit early in generic_update_time when there is no work
` [PATCH 10/16] fs: factor out a mark_inode_dirty_time helper
` [PATCH 11/16] fs: allow error returns from inode_update_timestamps
` [PATCH 12/16] fs: factor out a sync_lazytime helper
` [PATCH 13/16] fs: add a ->sync_lazytime method
` [PATCH 14/16] fs: add support for non-blocking timestamp updates
` [PATCH 15/16] xfs: implement ->sync_lazytime
` [PATCH 16/16] xfs: enable non-blocking timestamp updates

[PATCH 0/5] io_uring: add IORING_OP_BPF for extending io_uring
 2025-11-20  1:51 UTC  (20+ messages)
` [PATCH 3/5] io_uring: bpf: extend io_uring with bpf struct_ops
` [PATCH 4/5] io_uring: bpf: add buffer support for IORING_OP_BPF

[PATCH 0/3] Introduce getsockname io_uring_cmd
 2025-11-20  1:29 UTC  (3+ messages)

re-enable IOCB_NOWAIT writes to files
 2025-11-19  7:29 UTC  (35+ messages)
` [PATCH 01/14] fs: refactor file timestamp update logic
` [PATCH 02/14] fs: lift the FMODE_NOCMTIME check into file_update_time_flags
` [PATCH 03/14] fs: export vfs_utimes
` [PATCH 04/14] btrfs: use vfs_utimes to update file timestamps
` [PATCH 05/14] fs: remove inode_update_time
` [PATCH 06/14] organgefs: use inode_update_timestamps directly
` [PATCH 07/14] fs: return a negative error from generic_update_time
` [PATCH 08/14] fs: exit early in generic_update_time when there is no work
` [PATCH 09/14] fs: factor out a mark_inode_dirty_time helper
` [PATCH 10/14] fs: factor out a sync_lazytime helper
` [PATCH 11/14] fs: add a ->sync_lazytime method
` [PATCH 12/14] fs: add support for non-blocking timestamp updates
` [PATCH 13/14] xfs: implement ->sync_lazytime
` [PATCH 14/14] xfs: enable non-blocking timestamp updates

[RFC][PATCH 00/13] io_uring, struct filename and audit
 2025-11-19  5:41 UTC  (26+ messages)
` [RFC][PATCH 01/13] do_faccessat(): import pathname only once
` [RFC][PATCH 02/13] do_fchmodat(): "
` [RFC][PATCH 03/13] do_fchownat(): "
` [RFC][PATCH 04/13] do_utimes_path(): "
` [RFC][PATCH 05/13] chdir(2): "
` [RFC][PATCH 06/13] chroot(2): "
` [RFC][PATCH 07/13] user_statfs(): "
` [RFC][PATCH 08/13] do_sys_truncate(): "
` [RFC][PATCH 09/13] do_readlinkat(): "
` [RFC][PATCH 10/13] get rid of audit_reusename()
` [RFC][PATCH 11/13] allow incomplete imports of filenames

[GIT PULL] io_uring fixes for 6.18-rc6
 2025-11-14 18:20 UTC  (2+ messages)

enable iomap dio write completions from interrupt context v2
 2025-11-14 11:47 UTC  (8+ messages)
` [PATCH 1/5] fs, iomap: remove IOCB_DIO_CALLER_COMP
` [PATCH 2/5] iomap: always run error completions in user context
` [PATCH 3/5] iomap: rework REQ_FUA selection
` [PATCH 4/5] iomap: support write completions from interrupt context
` [PATCH 5/5] iomap: invert the polarity of IOMAP_DIO_INLINE_COMP

[PATCH v3 0/2] block: enable per-cpu bio cache by default
 2025-11-14  9:21 UTC  (3+ messages)
` [PATCH v3 1/2] block: use bio_alloc_bioset for passthru IO "
` [PATCH v3 2/2] block: enable per-cpu bio cache "

[PATCH 00/10] io_uring for-6.19 zcrx updates
 2025-11-13 18:38 UTC  (12+ messages)
` [PATCH 01/10] io_uring/zcrx: convert to use netmem_desc
` [PATCH 02/10] io_uring/zcrx: use folio_nr_pages() instead of shift operation
` [PATCH 03/10] io_uring/zcrx: elide passing msg flags
` [PATCH 04/10] io_uring/zcrx: introduce IORING_REGISTER_ZCRX_CTRL
` [PATCH 05/10] io_uring/zcrx: add sync refill queue flushing
` [PATCH 06/10] io_uring/zcrx: count zcrx users
` [PATCH 07/10] io_uring/zcrx: move io_zcrx_scrub() and dependencies up
` [PATCH 08/10] io_uring/zcrx: export zcrx via a file
` [PATCH 09/10] io_uring/zcrx: add io_fill_zcrx_offsets()
` [PATCH 10/10] io_uring/zcrx: share an ifq between rings

[PATCH 0/2] zcrx and SQ/CQ queries
 2025-11-13 18:38 UTC  (4+ messages)
` [PATCH 1/2] io_uring/query: introduce zcrx query
` [PATCH 2/2] io_uring/query: introduce rings info query

[PATCH 0/7] further ring init cleanups
 2025-11-13 14:28 UTC  (6+ messages)
` [PATCH 5/7] io_uring: keep ring laoyut in a structure
` [PATCH 6/7] io_uring: pre-calculate scq layout
` [PATCH 7/7] io_uring: move cq/sq user offset init around

enable iomap dio write completions from interrupt context
 2025-11-13 12:35 UTC  (22+ messages)
` [PATCH 1/5] fs, iomap: remove IOCB_DIO_CALLER_COMP
` [PATCH 2/5] iomap: always run error completions in user context
` [PATCH 3/5] iomap: rework REQ_FUA selection
` [PATCH 4/5] iomap: support write completions from interrupt context
` [PATCH 5/5] iomap: invert the polarity of IOMAP_DIO_INLINE_COMP

[PATCH] io_uring/rsrc: don't use blk_rq_nr_phys_segments() as number of bvecs
 2025-11-12 15:26 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