On Thu, 06 Feb 2025 07:39:59 +0100, Christoph Hellwig wrote: > Change ->prepare_ioend to ->submit_ioend and require file systems that > implement it to submit the bio. This is needed for file systems that > do their own work on the bios before submitting them to the block layer > like btrfs or zoned xfs. To make this easier also pass the writeback > context to the method. > > > [...] Applied to the vfs-6.15.iomap branch of the vfs/vfs.git tree. Patches in the vfs-6.15.iomap branch should appear in linux-next soon. Please report any outstanding bugs that were missed during review in a new review to the original patch series allowing us to drop it. It's encouraged to provide Acked-bys and Reviewed-bys even though the patch has now been applied. If possible patch trailers will be updated. Note that commit hashes shown below are subject to change due to rebase, trailer updates or similar. If in doubt, please check the listed branch. tree: https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git branch: vfs-6.15.iomap [01/11] iomap: allow the file system to submit the writeback bios https://git.kernel.org/vfs/vfs/c/c50105933f0c [02/11] iomap: simplify io_flags and io_type in struct iomap_ioend https://git.kernel.org/vfs/vfs/c/710273330663 [03/11] iomap: add a IOMAP_F_ANON_WRITE flag https://git.kernel.org/vfs/vfs/c/034c29fb3e7c [04/11] iomap: split bios to zone append limits in the submission handlers https://git.kernel.org/vfs/vfs/c/5fcbd555d483 [05/11] iomap: move common ioend code to ioend.c https://git.kernel.org/vfs/vfs/c/63b66913d11c [06/11] iomap: factor out a iomap_dio_done helper https://git.kernel.org/vfs/vfs/c/ae2f33a519af [07/11] iomap: optionally use ioends for direct I/O https://git.kernel.org/vfs/vfs/c/e523f2d4c974 [08/11] iomap: add a io_private field to struct iomap_ioend https://git.kernel.org/vfs/vfs/c/d06244c60aec [09/11] iomap: pass private data to iomap_page_mkwrite https://git.kernel.org/vfs/vfs/c/02b39c4655d5 [10/11] iomap: pass private data to iomap_zero_range https://git.kernel.org/vfs/vfs/c/c6d1b8d15450 [11/11] iomap: pass private data to iomap_truncate_page https://git.kernel.org/vfs/vfs/c/ddd402bbbf66