Page MenuHomeFreeBSD

fzero(2) API, fo_fzero and VOP_DEALLOCATE(9)
AbandonedPublicDraft

Authored by khng on Nov 12 2020, 4:42 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 20, 4:31 AM
Unknown Object (File)
Wed, Nov 12, 1:24 AM
Unknown Object (File)
Tue, Nov 11, 10:28 PM
Unknown Object (File)
Mon, Nov 10, 5:27 AM
Unknown Object (File)
Sat, Oct 25, 11:26 AM
Unknown Object (File)
Oct 15 2025, 1:09 AM
Unknown Object (File)
Oct 12 2025, 1:19 PM
Unknown Object (File)
Oct 7 2025, 12:06 AM
Subscribers

Details

Reviewers
brooks
Summary

This requires https://reviews.freebsd.org/D27194 to work.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 34786
Build 31835: arc lint + arc unit

Event Timeline

khng held this revision as a draft.
khng removed a reviewer: bhyve.
khng removed subscribers: delphij, rgrimes, bcran.

Re-add VOP_ZERO and fo_fzero

  • Turn VOP_ZERO(9) into VOP_DEALLOCATE(9)
  • bhyve: add fzero support for file-backed devices
  • Add VOP_DEALLOCATE and fo_fzero
  • Wire up OpenZFS with VOP_DEALLOCATE(9)
  • bhyve: add fzero support for file-backed devices
khng retitled this revision from Wire up OpenZFS with VOP_ZERO(9) to fzero(2) API, fo_fzero and VOP_DEALLOCATE(9).Nov 13 2020, 7:05 PM

Rebased to FreeBSD-14-CURRENT