Page MenuHomeFreeBSD

bhyve: Use fspacectl(2) for BOP_DELETE on regular file images
ClosedPublic

Authored by khng on Feb 23 2021, 6:43 AM.
Tags
None
Referenced Files
F138293228: D28880.id93366.diff
Sun, Nov 30, 6:15 PM
F138272821: D28880.id93365.diff
Sun, Nov 30, 1:24 PM
F138242514: D28880.id86186.diff
Sun, Nov 30, 6:07 AM
F138219140: D28880.diff
Sun, Nov 30, 12:28 AM
Unknown Object (File)
Sat, Nov 29, 8:25 PM
Unknown Object (File)
Sat, Nov 29, 2:13 PM
Unknown Object (File)
Sat, Nov 29, 2:26 AM
Unknown Object (File)
Fri, Nov 28, 6:38 AM

Details

Summary

bhyve can also make use of fspacectl(2) to implement BOP_DELETE with
hole-punching. Since it is not desirable to do zero-filling for large
DEALLOCATE/UNMAP range, candelete is not set if pathconf(2) indicates
that the underlying file system does not support native
VOP_DEALLOCATE(9).

Submitted by: Ka Ho Ng <khng@freebsdfoundation.org>
Sponsored by: The FreeBSD Foundation

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 38009
Build 34898: arc lint + arc unit

Event Timeline

khng requested review of this revision.Feb 23 2021, 6:43 AM

Bump due to updates of D28347 (fspacectl(2) added new param)

This revision is now accepted and ready to land.Aug 5 2021, 11:30 PM

Loop over to guarantee the whole region is finished.

This revision now requires review to proceed.Aug 7 2021, 8:13 AM
This revision is now accepted and ready to land.Aug 7 2021, 8:49 AM