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. These patches are on top of Christian's vfs.fixes tree. Thanks, Joanne Changelog v2: https://lore.kernel.org/linux-fsdevel/20250813223521.734817-1-joannelkoong@xxxxxxxxx/ v2 -> v3: - use u8 instead of unsigned char for blkbits type (Darrick) 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