freebsd-dev/sys/geom/part
Warner Losh 8b522bdae6 Pass BIO_SPEEDUP through all the geom layers
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.

Reviewed by: chs
Differential Revision: https://reviews.freebsd.org/D23183
2020-01-17 01:15:55 +00:00
..
g_part_apm.c Use sbuf_cat() in GEOM confxml generation. 2019-06-19 15:36:02 +00:00
g_part_bsd64.c Use sbuf_cat() in GEOM confxml generation. 2019-06-19 15:36:02 +00:00
g_part_bsd.c Annotate geom modules with MODULE_VERSION 2018-04-10 19:18:16 +00:00
g_part_ebr.c gpart: add EFI alias for MBR partition scheme 2018-06-17 20:10:48 +00:00
g_part_gpt.c Allow more nesting of GEOM partitioning schemes 2019-09-03 20:57:20 +00:00
g_part_if.m Add kern.geom.part.separator tunable. This makes it possible 2019-12-13 09:28:44 +00:00
g_part_ldm.c Sort geom/part mbr/ebr/ldm alias table entries 2018-06-17 20:06:27 +00:00
g_part_mbr.c Remove duplicate g_debugflags declaration. 2019-12-05 15:07:32 +00:00
g_part_vtoc8.c Remove duplicate g_debugflags declaration. 2019-12-05 15:07:32 +00:00
g_part.c Pass BIO_SPEEDUP through all the geom layers 2020-01-17 01:15:55 +00:00
g_part.h Add kern.geom.part.separator tunable. This makes it possible 2019-12-13 09:28:44 +00:00