Page MenuHomeFreeBSD

fusefs: fix copy_file_range when extending a file
ClosedPublic

Authored by asomers on Nov 28 2021, 6:56 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 23 2025, 6:42 PM
Unknown Object (File)
Feb 23 2025, 3:16 AM
Unknown Object (File)
Feb 22 2025, 4:20 PM
Unknown Object (File)
Feb 21 2025, 1:53 PM
Unknown Object (File)
Feb 21 2025, 10:15 AM
Unknown Object (File)
Feb 7 2025, 9:54 PM
Unknown Object (File)
Jan 25 2025, 7:55 PM
Unknown Object (File)
Jan 25 2025, 7:01 PM
Subscribers

Details

Summary

When copy_file_range extends a file, it must update the cached file
size.

MFC after: 2 weeks

Test Plan

test case added

Diff Detail

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

Event Timeline

Looks ok to me, although I really don't know the fuse code,
so I can't say if it is correct.

asomers added subscribers: rmacklem, pfg.

Thanks for your input, @rmacklem . You're probably the most knowledgeable person about VOP_COPY_FILE_RANGE in general. @pfg , do the fuse changes look good to you?

This revision is now accepted and ready to land.Nov 29 2021, 12:26 AM