[GIT PULL 04/12 for v6.18] iomap
From: Christian Brauner
Date: Fri Sep 26 2025 - 10:19:10 EST
Hey Linus,
/* Summary */
This contains minor fixes and cleanups to the iomap code.
Nothing really stands out here.
/* Testing */
gcc (Debian 14.2.0-19) 14.2.0
Debian clang version 19.1.7 (3+b1)
No build failures or warnings were observed.
/* Conflicts */
Merge conflicts with mainline
=============================
No known conflicts.
Merge conflicts with other trees
================================
No known conflicts.
The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585:
Linux 6.17-rc1 (2025-08-10 19:41:16 +0300)
are available in the Git repository at:
git@xxxxxxxxxxxxxxxxxxx:pub/scm/linux/kernel/git/vfs/vfs tags/vfs-6.18-rc1.iomap
for you to fetch changes up to c59c965292f75e39cc4cfefb50d56d4b1900812e:
Merge patch series "iomap: cleanups ahead of adding fuse support" (2025-09-19 14:17:16 +0200)
Please consider pulling these changes from the signed vfs-6.18-rc1.iomap tag.
Thanks!
Christian
----------------------------------------------------------------
vfs-6.18-rc1.iomap
----------------------------------------------------------------
Christian Brauner (1):
Merge patch series "iomap: cleanups ahead of adding fuse support"
Darrick J. Wong (2):
iomap: trace iomap_zero_iter zeroing activities
iomap: error out on file IO when there is no inline_data buffer
fs/iomap/buffered-io.c | 18 +++++++++++++-----
fs/iomap/direct-io.c | 3 +++
fs/iomap/trace.h | 1 +
3 files changed, 17 insertions(+), 5 deletions(-)