All of lore.kernel.org
 help / color / mirror / Atom feed
* bio bounce buffering fixes
@ 2026-07-14 13:11 Christoph Hellwig
  2026-07-14 13:11 ` [PATCH 1/3] block: handle huge zero folios in bio_free_folios Christoph Hellwig
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Christoph Hellwig @ 2026-07-14 13:11 UTC (permalink / raw)
  To: Jens Axboe
  Cc: Al Viro, Andrew Morton, Keith Busch, Qu Wenruo, Neptune,
	linux-block, linux-fsdevel

Hi all,

this series fixes a few issues with the bio bounce buffering code.

The patches are on top of the "block: validate direct I/O memory
alignment" series from Keith.

A git tree with that already applied is available here for convenience:

    git://git.infradead.org/users/hch/misc.git block-bounce-fix

Gitweb:

    https://git.infradead.org/?p=users/hch/misc.git;a=shortlog;h=refs/heads/block-bounce-fix

Diffstat:
 block/bio.c         |   53 +++++++++++-----------------------------------------
 include/linux/uio.h |    1 
 lib/iov_iter.c      |   37 ++++++++++++++++++++++++++++++++++--
 3 files changed, 48 insertions(+), 43 deletions(-)

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2026-07-14 16:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-14 13:11 bio bounce buffering fixes Christoph Hellwig
2026-07-14 13:11 ` [PATCH 1/3] block: handle huge zero folios in bio_free_folios Christoph Hellwig
2026-07-14 13:11 ` [PATCH 2/3] block: simplify minsize alignment in bio_iov_iter_bounce_write Christoph Hellwig
2026-07-14 13:12 ` [PATCH 3/3] block,iov_iter: move bio_iov_iter_align_down into iov_iter_extract_bvecs Christoph Hellwig
2026-07-14 14:26   ` Keith Busch
2026-07-14 14:50     ` Christoph Hellwig
2026-07-14 16:44       ` Keith Busch

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.