public inbox for io-uring@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-06 23:33:42 to 2025-11-14 11:47:31 UTC [more...]

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 "

re-enable IOCB_NOWAIT writes to files
 2025-11-14  6:26 UTC  (15+ 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

[PATCH 0/5] io_uring: add IORING_OP_BPF for extending io_uring
 2025-11-14  3:00 UTC  (18+ 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 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  (10+ messages)
` [PATCH 1/7] io_uring: refactor rings_size nosqarray handling
` [PATCH 2/7] io_uring: use size_add helpers for ring offsets
` [PATCH 3/7] io_uring: convert params to pointer in ring reisze
` [PATCH 4/7] io_uring: introduce struct io_ctx_config
` [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  (25+ 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 00/10] BPF controlled io_uring
 2025-11-13 11:59 UTC  (11+ 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

[RFC][PATCH 00/13] io_uring, struct filename and audit
 2025-11-13 10:29 UTC  (48+ 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
` [RFC][PATCH 12/13] fs: touch up predicts in putname()
` [RFC][PATCH 13/13] struct filename ->refcnt doesn't need to be atomic

[PATCH] io_uring/rsrc: don't use blk_rq_nr_phys_segments() as number of bvecs
 2025-11-12 15:26 UTC  (6+ messages)

[PATCH 6.12] io_uring/napi: fix io_napi_entry RCU accesses
 2025-11-12 11:37 UTC 

[PATCH v6 0/5] io_uring zcrx ifq sharing
 2025-11-11 17:35 UTC  (8+ messages)
` [PATCH v6 1/5] io_uring/zcrx: count zcrx users
` [PATCH v6 2/5] io_uring/zcrx: move io_zcrx_scrub() and dependencies up
` [PATCH v6 3/5] io_uring/zcrx: export zcrx via a file
` [PATCH v6 4/5] io_uring/zcrx: add io_fill_zcrx_offsets()
` [PATCH v6 5/5] io_uring/zcrx: share an ifq between rings

[PATCH 0/4] random setup cleanups
 2025-11-10 22:02 UTC  (6+ messages)
` [PATCH 1/4] io_uring: add helper calculating region byte size
` [PATCH 2/4] io_uring: pass sq entires in the params struct
` [PATCH 3/4] io_uring: use mem_is_zero to check ring params
` [PATCH 4/4] io_uring: move flags check to io_uring_sanitise_params

[PATCH 6.18] io_uring/query: return number of available queries
 2025-11-10 22:00 UTC  (2+ messages)

[syzbot] [io-uring?] memory leak in iovec_from_user (2)
 2025-11-10 21:55 UTC  (5+ messages)

[PATCH] io_uring/rw: ensure allocated iovec gets cleared for early failure
 2025-11-10 21:37 UTC 

[PATCH 1/1] io_uring: regbuf vector size truncation
 2025-11-10 12:19 UTC  (5+ messages)

[GIT PULL] io_uring fix for 6.18-rc5
 2025-11-08 17:15 UTC  (2+ messages)

[PATCH 1/1] io_uring/query: buffer size calculations with a union
 2025-11-08 13:40 UTC  (2+ messages)

[PATCH net v1 2/2] gve: use max allowed ring size for ZC page_pools
 2025-11-08  2:04 UTC 

[PATCH v2 0/2] block: enable per-cpu bio cache by default
 2025-11-08  1:15 UTC  (5+ messages)
` [PATCH v2 1/2] block: use bio_alloc_bioset for passthru IO "
` [PATCH v2 2/2] block: enable per-cpu bio cache "

[PATCH] liburing: add test for metadata
 2025-11-08  0:27 UTC  (2+ messages)

[PATCH v2 0/8] fuse: support io-uring registered buffers
 2025-11-07 22:23 UTC  (10+ messages)
` [PATCH v2 5/8] fuse: use enum types for header copying
` [PATCH v2 8/8] fuse: support io-uring registered buffers

[PATCH 5/5] io_uring: bpf: add io_uring_bpf_req_memcpy() kfunc
 2025-11-07 18:51 UTC  (2+ messages)

[GIT PULL] io_uring fixes for 6.18-rc5
 2025-11-07 16:05 UTC  (2+ messages)

[PATCH v3 0/2] net: io_uring/zcrx: call netdev_queue_get_dma_dev() under instance lock
 2025-11-06 23:33 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