Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git tags/fuse-fixes-6.12-rc5 - Fix cached size after passthrough writes - Revert a commit meant as a cleanup but which triggered a WARNING - Remove a stray debug line left in a commit The passthrough fix needed a trivial change in the backing-file API, which resulted in some non-fuse files being touched. Thanks, Miklos --- Amir Goldstein (2): fs: pass offset and result to backing_file end_write() callback fuse: update inode size after extending passthrough write Miklos Szeredi (2): Revert "fuse: move initialization of fuse_file to fuse_writepages() instead of in callback" fuse: remove stray debug line --- fs/backing-file.c | 8 ++++---- fs/fuse/file.c | 18 ++++++++++++------ fs/fuse/passthrough.c | 9 ++++----- fs/overlayfs/file.c | 9 +++++++-- include/linux/backing-file.h | 2 +- 5 files changed, 28 insertions(+), 18 deletions(-)