Hey Linus, /* Summary */ This contains a few cleanups to the iomap code. Nothing particularly stands out. /* Testing */ clang: Debian clang version 16.0.6 (26) gcc: (Debian 13.2.0-24) All patches are based on v6.9-rc1 and have been sitting in linux-next. No build failures or warnings were observed. /* Conflicts */ No known conflicts. The following changes since commit 4cece764965020c22cff7665b18a012006359095: Linux 6.9-rc1 (2024-03-24 14:10:05 -0700) are available in the Git repository at: git@xxxxxxxxxxxxxxxxxxx:pub/scm/linux/kernel/git/vfs/vfs tags/vfs-6.10.iomap for you to fetch changes up to e1f453d4336d5d7fbbd1910532201b4a07a20a5c: iomap: do some small logical cleanup in buffered write (2024-04-25 14:23:54 +0200) Please consider pulling these changes from the signed vfs-6.10.iomap tag. Thanks! Christian ---------------------------------------------------------------- vfs-6.10.iomap ---------------------------------------------------------------- Christoph Hellwig (1): iomap: convert iomap_writepages to writeack_iter Zhang Yi (5): iomap: drop the write failure handles when unsharing and zeroing iomap: don't increase i_size if it's not a write operation iomap: use a new variable to handle the written bytes in iomap_write_iter() iomap: make iomap_write_end() return a boolean iomap: do some small logical cleanup in buffered write fs/iomap/buffered-io.c | 119 +++++++++++++++++++++++++++---------------------- 1 file changed, 65 insertions(+), 54 deletions(-)