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)
Mon, Jul 28, 10:47 PM
Unknown Object (File)
Mon, Jul 28, 7:03 PM
Unknown Object (File)
Mon, Jul 28, 1:21 PM
Unknown Object (File)
Sat, Jul 26, 6:58 AM
Unknown Object (File)
Sat, Jul 26, 3:56 AM
Unknown Object (File)
Sat, Jul 26, 2:43 AM
Unknown Object (File)
Jun 26 2025, 3:36 PM
Unknown Object (File)
Jun 25 2025, 10:15 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