These 2 patches are fixes for inode blocksize usage in fuse. The first is neededed to maintain current stat() behavior for clients in the case where fuse uses cached values for stat, and the second is needed for fuseblk filesystems as a workaround until fuse implements iomap for reads. (A previous version of the 2nd patch was submitted earlier [1], which this current verison supersedes). These two patches are submitted together since the 2nd patch updates code changed in the 1st patch. These patches are on top of Christian's vfs.fixes tree. Thanks, Joanne [1] https://lore.kernel.org/linux-fsdevel/20250812014623.2408476-1-joannelkoong@xxxxxxxxx/T/#u Changelog v1: https://lore.kernel.org/linux-fsdevel/20250812214614.2674485-1-joannelkoong@xxxxxxxxx/ v1 -> v2: - fix spacing to avoid overly long line - add ctx->blksize check Joanne Koong (2): fuse: reflect cached blocksize if blocksize was changed fuse: fix fuseblk i_blkbits for iomap partial writes fs/fuse/dir.c | 3 ++- fs/fuse/fuse_i.h | 14 ++++++++++++++ fs/fuse/inode.c | 16 ++++++++++++++++ 3 files changed, 32 insertions(+), 1 deletion(-) -- 2.47.3