mmap engine: fix for large files on 32-bit archs
[fio.git] / engines / posixaio.c
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