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
F156824036: D33280.diff
Sat, May 16, 5:22 PM
Unknown Object (File)
Fri, May 8, 9:37 PM
Unknown Object (File)
Fri, May 8, 5:43 PM
Unknown Object (File)
Fri, May 8, 4:35 PM
Unknown Object (File)
Fri, May 1, 9:47 PM
Unknown Object (File)
Mon, Apr 27, 6:11 PM
Unknown Object (File)
Mon, Apr 20, 1:33 AM
Unknown Object (File)
Apr 13 2026, 11:15 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