mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 10:08:41 -05:00
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 |
||
|---|---|---|
| .. | ||
| g_raid.c | ||
| g_raid.h | ||
| g_raid_ctl.c | ||
| g_raid_md_if.m | ||
| g_raid_tr_if.m | ||
| md_ddf.c | ||
| md_ddf.h | ||
| md_intel.c | ||
| md_jmicron.c | ||
| md_nvidia.c | ||
| md_promise.c | ||
| md_sii.c | ||
| tr_concat.c | ||
| tr_raid0.c | ||
| tr_raid1.c | ||
| tr_raid1e.c | ||
| tr_raid5.c | ||