Fio 1.51
[fio.git] / engines /
2011-01-22 Jens Axboemmap: catch invalid msync() errors early
2011-01-19 Jens AxboeGet rid of shadow declarations
2011-01-10 Jens AxboeMerge branch 'winfio'
2011-01-10 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2011-01-10 Jens AxboeMerge branch 'winfio'
2011-01-08 Bruce CranVarious fixes/updates
2011-01-04 Bruce CranFio Windows update
2011-01-04 Bruce CranFIO Windows update
2011-01-02 Bruce CranFirst snapshot of FIO for Windows
2010-10-28 Jens Axboebinject: ensure we get aligned memory
2010-10-27 Jens AxboeUpdate for proper binject ioctls
2010-10-22 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2010-10-21 Jens AxboeA few fixes for 32-bit compiles
2010-10-14 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2010-10-11 Jens Axboebinject: ctl cleanups
2010-10-11 Jens Axboebinject: fix missing includes for stat(2)
2010-10-08 Jens AxboeInitial support for explicit write barriers
2010-10-08 Jens Axboebinject updates
2010-10-08 Jens Axboebinject: setup and teardown mappings internally
2010-09-26 Jens AxboeUse log_err() in the io engines
2010-09-26 Jens Axboebinject: correctly retrieve block size of device
2010-09-14 Jens AxboeMerge branch 'master' of ssh://router.home.kernel.dk...
2010-09-08 Jens Axboebinject: use WRITE, not WRITEZERO
2010-09-07 Jens AxboeMerge branch 'master' of ssh://router.home.kernel.dk...
2010-09-07 Jens AxboeAdd binject IO engine
2010-09-02 Jens AxboeFix libaio prep
2010-08-27 Jens AxboeFix bug with probing block size
2010-08-25 Jens AxboeAdd support for replaying blktrace trim/discard
2010-08-11 Jens AxboeCleanup MSG_DONTWAIT
2010-08-10 Cigy CyriacNot all platforms have MSG_DONTWAIT
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
2010-03-09 Jens AxboeAbstract out generic sync helper
2010-03-09 Jens AxboeInitial suppor for sync_file_range()
2010-02-06 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2010-02-02 Jens AxboeTrack last file offset
2009-12-20 Jens AxboeMake fdatasync OS optional
2009-08-04 Jens Axboesolarisaio: fix aio errno assignment
2009-07-04 Jens Axboemmap engine: remove code duplication
2009-07-03 Jens Axboemmap engine: allow full mmaps for 64-bit machines
2009-07-01 Jens AxboeDon't allow pre_read on IO engines that cannot seek
2009-06-29 Jens Axboemmap engine: fix for large files on 32-bit archs
2009-06-16 Jens Axboesg engine: IO should be done sync of O_SYNC and O_DIRECT
2009-06-16 Jens AxboeAdd support for fdatasync()
2009-06-03 Jens AxboeCleanup verify headers
2009-06-02 Jens Axboemmap engine: don't invalidate cache on segment remap
2009-06-02 Jens Axboemmap engine: remove 'mmap too large' check for 32-bit
2009-06-02 Jens Axboemmap engine: allow large files on 32-bit archs
2009-05-20 Jens AxboeAdd appropriate warning in mmap engine for large maps...
2009-05-13 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2009-05-11 Jens Axboenet engine: fix compilation warnings on Solaris
2009-04-20 Jens Axboesplice engine: fix vmsplice() problem with block sizes...
2009-04-07 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2009-04-07 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2009-04-07 Jens Axboeaio: fixed a signedness issue that could cause abort...
2009-03-06 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2009-03-05 Jens AxboeAvoid opening files until they are used
2009-01-19 Jens Axboenet engine: notify receiver of UDP link close
2009-01-19 Jens Axboenet engine: termination fixes
2009-01-19 Jens Axboenet engine: don't pass in flags
2009-01-19 Jens Axboenet engine: use poll() always for sending/receiving
2009-01-16 Jens Axboelibaio engine: get rid of non-async behaviour with...
2009-01-16 Jens Axboenet engine: accept both upper and lowercase tcp/udp.
2009-01-16 Jens Axboenet engine: add UDP support
2008-12-10 Jens Axboe__usec_sleep() really just spins, rename it
2008-10-16 Jens AxboeIssue time fixup for guasi/libaio
2008-06-13 Jens AxboeAdd uninitialized_var() to silence bogus compiler warnings
2008-06-09 Jens Axboesplice: if splicing fails with EINVAL, it's most likely...
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 AxboeMove fls.h in with the other lib helpers
2008-06-02 Jens Axboesolarisaio: IO depth constrained by MAXASYNCHIO
2008-06-02 Jens AxboeMissed fls() -> __fls() conversion
2008-06-02 Jens Axboenet engine: missing includes
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-06-02 Jens AxboeAdd Solaris native aio engine
2008-05-30 Jens Axboeerrno is not negative
2008-05-30 Jens Axboeclose_ioengine() clears ->data after calling engine...
2008-05-30 Jens Axboevsync: Fix issue with double issue of io_u
2008-05-30 Jens AxboeMake it work on opensolaris
2008-05-30 Gurudas PaiFix bad references to 'sgio'
2008-05-30 Jens Axboenet engine: improve host/port parsing
2008-05-22 Jens AxboeAdd logging for queue submit and complet counts
2008-04-10 Jens Axboelibaio: Add hint on libaio engine init failing
2008-03-10 Jens Axboeposixaio: Missing memset()
2008-03-10 Jens Axboeposixaio: speedup by using aio_suspend() instead of...
2008-03-03 Jens AxboeRemove debug printf() in net engine
2008-03-01 Jens AxboeRemove the file->last_completed_pos variable
2008-03-01 Jens AxboeMake file structures dynamically allocated
2008-03-01 Jens AxboeUpdate close file handler to return potential error
2008-02-24 Jens AxboeMove syslet/indirect bits into the OS specific directory
2008-02-18 Jens AxboeAdd FIO_SIGQUIT engine option
2008-02-04 Jens Axboesync engine: missing fsync check in vsync
2008-02-04 Jens AxboeAdd vsync io engine
next