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)
Wed, Oct 22, 1:13 AM
Unknown Object (File)
Mon, Oct 13, 9:59 AM
Unknown Object (File)
Mon, Sep 29, 6:24 AM
Unknown Object (File)
Sun, Sep 28, 4:49 PM
Unknown Object (File)
Sun, Sep 28, 3:22 AM
Unknown Object (File)
Aug 19 2025, 3:52 AM
Unknown Object (File)
Jul 28 2025, 10:47 PM
Unknown Object (File)
Jul 28 2025, 7:03 PM

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