summaryrefslogtreecommitdiff
path: root/engines/posixaio.c
AgeCommit message (Expand)Author
2008-06-02posixaio: not all platforms have aio_fsync()Jens Axboe
2008-06-02posixaio: need fcntl.hJens Axboe
2008-06-02Rename list_* function and file to flist_ to avoid conflict with FreeBSDJens Axboe
2008-05-30close_ioengine() clears ->data after calling engine cleanupJens Axboe
2008-03-10posixaio: Missing memset()Jens Axboe
2008-03-10posixaio: speedup by using aio_suspend() instead of manual waitingJens Axboe
2007-12-11unsigned vs signed warningsJens Axboe
2007-12-11->getevents() should take unsigned argsJens Axboe
2007-09-12Full readonly checkJens Axboe
2007-04-02Move os/arch/compiler headers into directoriesJens Axboe
2007-03-15Move thread options into a seperate structureJens Axboe
2007-03-14posixaio engine: better handling of partial completionsJens Axboe
2007-03-14Update io engine commentsJens Axboe
2007-03-08Revamp file open/close handlingJens Axboe
2007-03-02posixaio engine: residual data countJens Axboe
2007-02-22Add more context to the error messagesJens Axboe
2007-02-18Change IO engine queuingJens Axboe
2007-02-11[PATCH] Move td_verror() into io_ops->queue() hookJens Axboe
2007-02-06[PATCH] Support residual io counts from io enginesJens Axboe
2007-02-06[PATCH] Rename io enginesJens Axboe