fio: fix aio trim completion latencies
[fio.git] / engines / solarisaio.c
2018-08-03 Jens AxboeMerge branch 'chunked-iolog-reading' of https://github...
2018-08-03 Jens AxboeMerge branch 'read_iolog-from-unix-socket' of https...
2018-08-03 Jens AxboeMerge branch 'windows-s_issock' of https://github.com...
2018-08-02 Jens AxboeMerge branch 'szaydel/solaris-Wincompatible-pointer...
2018-08-02 Sam ZaydelFix incompatible pointer types warning on Solaris with...
2016-08-02 Jens AxboeMerge branch 'wip-traceinfo' of https://github.com...
2016-07-27 Tomohiro KusumiDon't malloc/memcpy ioengine_ops on td initialization
2014-10-03 Jens AxboeMerge branch 'expression-parser'
2014-09-30 Jens AxboeConstify a few more hot paths
2013-01-24 Jens AxboeMerge branch 'master' into gfio
2013-01-10 Jens AxboeAdd configure script
2010-09-26 Jens AxboeUse log_err() in the io engines
2009-08-04 Jens Axboesolarisaio: fix aio errno assignment
2009-06-16 Jens AxboeAdd support for fdatasync()
2009-03-06 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2009-03-05 Jens AxboeAvoid opening files until they are used
2008-06-04 Jens AxboeCompile warning for non-signal driven solaris asynch io
2008-06-04 Jens AxboeAdd write barriers
2008-06-02 Jens Axboesolarisaio: support signal driven async IO
2008-06-02 Jens Axboesolarisaio: aiowait() can return (void *) -1 for error
2008-06-02 Jens Axboesolarisaio: IO depth constrained by MAXASYNCHIO
2008-06-02 Jens AxboeAdd Solaris native aio engine