]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge patch series "iomap: consolidate bio submission"
authorChristian Brauner <brauner@kernel.org>
Wed, 1 Jul 2026 13:26:51 +0000 (15:26 +0200)
committerChristian Brauner <brauner@kernel.org>
Wed, 1 Jul 2026 13:26:51 +0000 (15:26 +0200)
commit24dddc384fb9aec2d7eea5463ca6dac98a3b3854
treee2f5d7bf6bb5a26fbd4cde69bd6ed4290455a591
parent6c732471740bc2ac9b0946134f9f551dc75f4369
parentc1fb97d31782f5a8c66d127624626accbb0dd8bc
Merge patch series "iomap: consolidate bio submission"

Christoph Hellwig <hch@lst.de> says:

This patch changes how iomap submits bios for reads.  The old behavior
to build up bios across iomap was already considered problematic for
a while, but we now ran into a erofs bug because of it, so it's time
to finally fix it.

* patches from https://patch.msgid.link/20260629121750.3392300-2-hch@lst.de:
  iomap: submit read bio after each extent
  fuse: call fuse_send_readpages explicitly from fuse_readahead
  iomap: consolidate bio submission

Link: https://patch.msgid.link/20260629121750.3392300-2-hch@lst.de
Signed-off-by: Christian Brauner (Amutable) <brauner@kernel.org>