Page MenuHomeFreeBSD

Pass BIO_SPEEDUP through all the geom layers
ClosedPublic

Authored by imp on Jan 15 2020, 1:22 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 31, 10:23 AM
Unknown Object (File)
Mon, Mar 30, 11:34 PM
Unknown Object (File)
Fri, Mar 13, 7:45 AM
Unknown Object (File)
Wed, Mar 11, 10:36 AM
Unknown Object (File)
Tue, Mar 10, 10:17 PM
Unknown Object (File)
Feb 27 2026, 8:21 PM
Unknown Object (File)
Jan 16 2026, 11:53 PM
Unknown Object (File)
Dec 29 2025, 1:11 AM
Subscribers
None

Details

Summary

While some geom layers pass unknown commands down, not all do. For the ones that
don't, pass BIO_SPEEDUP down to the providers that constittue the geom, as
applicable. No changes to vinum or virstor because I was unsure how to add this
support, and I'm also unsure how to test these. gvinum doesn't implement
BIO_FLUSH either, so it may just be poorly maintained. gvirstor is for testing
and not supportig BIO_SPEEDUP is fine.

Test Plan

This is the myriad of issues...

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

imp added reviewers: mckusick, chs.
This revision is now accepted and ready to land.Jan 16 2020, 10:40 PM
This revision was automatically updated to reflect the committed changes.