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)
Oct 5 2024, 6:18 PM
Unknown Object (File)
Oct 4 2024, 11:08 PM
Unknown Object (File)
Oct 4 2024, 4:10 PM
Unknown Object (File)
Oct 4 2024, 3:45 AM
Unknown Object (File)
Oct 2 2024, 12:18 PM
Unknown Object (File)
Oct 1 2024, 7:05 PM
Unknown Object (File)
Sep 29 2024, 3:26 AM
Unknown Object (File)
Sep 24 2024, 3:44 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 34763
Build 31815: 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