K 10 svn:author V 7 asomers K 8 svn:date V 27 2020-12-13T21:32:20.069128Z K 7 svn:log V 384 aio_writev: fall back to slow path if iovec is not sectorsize-aligned However, for most disk-like devices the I/O will eventually fail anyway. physio has the same constraints as aio_qbio. I think it might work for zols, though; I need to add a test for that. This commit also adds a few more test cases. This commit add some dtrace probes, too, though I might remove those later. END