freebsd-dev/sys/geom/virstor
Alexander Motin 10ae42ccbd GEOM: Set G_CF_DIRECT_SEND/RECEIVE for taste consumers.
All I/O requests through the taste consumers are synchronous, done
with g_read_data() and without any locks held.  It makes no sense
to delegate the I/O to g_down/g_up threads.

This removes many of context switches during disk retaste.

MFC after:	2 weeks
2022-01-29 21:59:03 -05:00
..
binstream.c geom: clean up empty lines in .c and .h files 2020-09-01 22:14:09 +00:00
binstream.h geom: clean up empty lines in .c and .h files 2020-09-01 22:14:09 +00:00
g_virstor_md.c geom: clean up empty lines in .c and .h files 2020-09-01 22:14:09 +00:00
g_virstor_md.h geom: clean up empty lines in .c and .h files 2020-09-01 22:14:09 +00:00
g_virstor.c GEOM: Set G_CF_DIRECT_SEND/RECEIVE for taste consumers. 2022-01-29 21:59:03 -05:00
g_virstor.h Make MAXPHYS tunable. Bump MAXPHYS to 1M. 2020-11-28 12:12:51 +00:00