Page MenuHomeFreeBSD

FUSE: Only "dirty" cached file size when data is dirty
AbandonedPublic

Authored by cem on Feb 12 2019, 9:40 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 11, 1:37 AM
Unknown Object (File)
Wed, Nov 5, 11:33 PM
Unknown Object (File)
Oct 22 2025, 1:13 AM
Unknown Object (File)
Oct 13 2025, 9:59 AM
Unknown Object (File)
Sep 29 2025, 6:24 AM
Unknown Object (File)
Sep 28 2025, 4:49 PM
Unknown Object (File)
Sep 28 2025, 3:22 AM
Unknown Object (File)
Aug 19 2025, 3:52 AM

Details

Reviewers
None
Summary

Most users of fuse_vnode_setsize() set the cached fvdat->filesize and update
the buf cache bounds as a result of either a read from the underlying FUSE
filesystem, or as part of a write-through type operation (like truncate =>
VOP_SETATTR). In these cases, do not set the FN_SIZECHANGE flag, which
indicates that an inode's data is dirty (in particular, that the local buf
cache and fvdat->filesize have dirty extended data).

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 22460
Build 21615: arc lint + arc unit