[GIT PULL] fuse fixes for 6.12-rc5

From: Miklos Szeredi
Date: Fri Oct 25 2024 - 11:30:36 EST


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(-)