linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] fuse: inode blocksize fixes for iomap integration
@ 2025-08-12 21:46 Joanne Koong
  2025-08-12 21:46 ` [PATCH 1/2] fuse: reflect cached blocksize if blocksize was changed Joanne Koong
  2025-08-12 21:46 ` [PATCH 2/2] fuse: fix fuseblk i_blkbits for iomap partial writes Joanne Koong
  0 siblings, 2 replies; 3+ messages in thread
From: Joanne Koong @ 2025-08-12 21:46 UTC (permalink / raw)
  To: brauner; +Cc: miklos, djwong, linux-fsdevel, kernel-team

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@gmail.com/T/#u

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  | 15 +++++++++++++++
 3 files changed, 31 insertions(+), 1 deletion(-)

-- 
2.47.3


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-08-12 21:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-12 21:46 [PATCH 0/2] fuse: inode blocksize fixes for iomap integration Joanne Koong
2025-08-12 21:46 ` [PATCH 1/2] fuse: reflect cached blocksize if blocksize was changed Joanne Koong
2025-08-12 21:46 ` [PATCH 2/2] fuse: fix fuseblk i_blkbits for iomap partial writes Joanne Koong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).