opnsense-src/tests/sys/aio
John Baldwin 7c13fd10c4 Revert r318180 and re-enable AIO tests on md(4) by default.
The 'physio' fast-path used by AIO requests on md(4) devices, is not
gated on the unsafe_aio knob.  Prior to r327755, some AIO requests could
fail the fast-path and fall back to the slow-path (requests for devices
not supporting unmapped I/O and requests which failed with EFAULT during
the fast-path).  However, those cases now return a suitable error rather
than using the slow-path.

PR:		217261
Reviewed by:	asomers
Sponsored by:	Chelsio Communications
Differential Revision:	https://reviews.freebsd.org/D14742
2018-03-19 19:09:15 +00:00
..
aio_kqueue_test.c aio_kqueue_test: fix the build when DEBUG=1 2018-03-17 17:52:47 +00:00
aio_test.c Revert r318180 and re-enable AIO tests on md(4) by default. 2018-03-19 19:09:15 +00:00
lio_kqueue_test.c Fix build on arm after r325817 2017-11-14 21:11:55 +00:00
lio_test.c Fix cosmetic issue with error message 2017-08-02 09:49:41 +00:00
local.h Print out when unsafe AIO is enabled to debugging purposes 2017-05-09 19:20:02 +00:00
Makefile Add regression tests for bugs 220459 and 220398 2017-07-17 18:33:30 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00