Page MenuHomeFreeBSD

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...
ClosedPublic

Authored by jhb on Mar 19 2018, 5:47 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jun 20, 3:45 PM
Unknown Object (File)
Sat, Jun 20, 1:12 PM
Unknown Object (File)
Tue, Jun 16, 9:23 AM
Unknown Object (File)
Sat, Jun 13, 7:41 AM
Unknown Object (File)
May 12 2026, 4:11 AM
Unknown Object (File)
Apr 27 2026, 11:27 PM
Unknown Object (File)
Apr 27 2026, 1:40 PM
Unknown Object (File)
Apr 16 2026, 11:28 AM
Subscribers

Details

Summary

...-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

Test Plan
  • was never able to reproduce the original failures reported in Jenkins even with extra test programs

Diff Detail

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