Hi Christian, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git tags/fuse-fixes-6.17-rc5 - fix iomap partial writes (Joanne) - fix possible overflow in FUSE_RETRIEVE (Edward Adam Davis) - only allow passthrough for regular files (Amir) - fix copy_file_range overflow issues (Miklos) Thanks, Miklos --- Amir Goldstein (1): fuse: do not allow mapping a non-regular backing file Edward Adam Davis (1): fuse: Block access to folio overlimit Joanne Koong (2): fuse: reflect cached blocksize if blocksize was changed fuse: fix fuseblk i_blkbits for iomap partial writes Miklos Szeredi (2): fuse: check if copy_file_range() returns larger than requested size fuse: prevent overflow in copy_file_range return value --- fs/fuse/dev.c | 2 +- fs/fuse/dir.c | 3 ++- fs/fuse/file.c | 5 ++++- fs/fuse/fuse_i.h | 14 ++++++++++++++ fs/fuse/inode.c | 16 ++++++++++++++++ fs/fuse/passthrough.c | 5 +++++ 6 files changed, 42 insertions(+), 3 deletions(-)