Page MenuHomeFreeBSD

fusefs: invalidate the cache during copy_file_range
ClosedPublic

Authored by asomers on Dec 5 2021, 9:52 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 10, 8:58 AM
Unknown Object (File)
Wed, Oct 29, 9:19 AM
Unknown Object (File)
Wed, Oct 29, 6:01 AM
Unknown Object (File)
Oct 12 2025, 8:50 AM
Unknown Object (File)
Oct 12 2025, 8:50 AM
Unknown Object (File)
Oct 12 2025, 8:50 AM
Unknown Object (File)
Oct 11 2025, 10:05 PM
Unknown Object (File)
Sep 28 2025, 11:17 PM

Details

Summary

FUSE_COPY_FILE_RANGE instructs the server to write data to a file.
fusefs must invalidate any cached data within the written range.

Also,
fusefs: inline fuse_io_dispatch

This function was always confusing, because it created an H-shaped
callgraph: two functions called in and left via different paths based on
which which called.

MFC after: 2 weeks

PR: 260242
MFC after: 2 weeks

Test Plan

test case added

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable