Fix aiocb compile warnings on HPUX
[fio.git] / engines / posixaio.c
2011-09-21 Jens AxboeFix aiocb compile warnings on HPUX
2011-07-09 Jens Axboeposixaio: fix for HP-UX
2011-07-08 Jens AxboeRewrite posixaio back off comment to be closer to actua...
2011-07-07 Jens AxboeEnsure that we honor aio_read/write() returning EAGAIN
2011-01-10 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2011-01-10 Jens AxboeMerge branch 'winfio'
2011-01-02 Bruce CranFirst snapshot of FIO for Windows
2010-09-26 Jens AxboeUse log_err() in the io engines
2010-07-19 Jens AxboeInitial commit for TRIM/DISCARD support
2010-06-22 Jens Axboeposixaio: return any ready event in ->getevents()
2010-06-11 YAMAMOTO Takashifix a weird check of the return value of aio_cancel.
2010-03-09 Jens AxboeUpdate libaio/posixaio/splice for sync updates
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-02 Jens Axboeposixaio: not all platforms have aio_fsync()
2008-06-02 Jens Axboeposixaio: need fcntl.h
2008-06-02 Jens AxboeRename list_* function and file to flist_ to avoid...
2008-05-30 Jens Axboeclose_ioengine() clears ->data after calling engine...
2008-03-10 Jens Axboeposixaio: Missing memset()
2008-03-10 Jens Axboeposixaio: speedup by using aio_suspend() instead of...
2007-12-11 Jens Axboeunsigned vs signed warnings
2007-12-11 Jens Axboe->getevents() should take unsigned args
2007-09-12 Jens AxboeFull readonly check
2007-04-02 Jens AxboeMove os/arch/compiler headers into directories
2007-03-15 Jens AxboeMove thread options into a seperate structure
2007-03-14 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2007-03-14 Jens Axboeposixaio engine: better handling of partial completions
2007-03-14 Jens AxboeUpdate io engine comments
2007-03-08 Jens AxboeRevamp file open/close handling
2007-03-02 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2007-03-02 Jens Axboeposixaio engine: residual data count
2007-02-22 Jens AxboeAdd more context to the error messages
2007-02-18 Jens AxboeChange IO engine queuing
2007-02-11 Jens Axboe[PATCH] Move td_verror() into io_ops->queue() hook
2007-02-06 Jens Axboe[PATCH] Support residual io counts from io engines
2007-02-06 Jens Axboe[PATCH] Rename io engines