Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio
[fio.git] / engines /
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
2008-02-04 Jens Axboesync engine: cleanup psync/sync seperation
2008-01-18 Jens Axboelibio: fix bug in commit hook
2007-12-12 Jens Axboesyslet: we have fls(), use it for rounding ring size up
2007-12-11 Jens Axboeunsigned vs signed warnings
2007-12-11 Jens Axboesyslet: can't free the stack
2007-12-11 Jens Axboe->getevents() should take unsigned args
2007-12-11 Jens Axboesyslet: cleanup event reaping
2007-12-11 Jens Axboesyslet: add proper read barrier between user_tail and...
2007-12-11 Jens Axboesyslet: error handling
2007-12-11 Jens Axboesyslet: make sure ring buffer is a power-of-2
2007-12-10 Jens Axboesyslet: memory allocation error handling
2007-12-10 Jens Axboesyslet: update to -v7 as posted by Zach
2007-10-25 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2007-10-25 Jens AxboeFixes for CPU burn engine
2007-10-23 gurudas paiAdd pread/pwrite support to sync engine
2007-10-16 Jens Axboesplice: fix fallback from copy vmsplice to nothing
2007-10-16 Jens Axboesplice: fix problem with current mainline kernels
2007-09-28 Jens AxboeGet rid of syslet-rw compile warnings on 32-bit
2007-09-19 Zach BrownUpdate syslet-rw to fixed size ABI structures
2007-09-19 Zach BrownExec the getpid atom when testing for syslet support
2007-09-19 Zach BrownInitialize the new_thread_stack so syslet support testi...
2007-09-12 Jens AxboeFull readonly check
2007-09-07 Jens Axboesplice: update to new vmsplice-to-user interface
2007-09-05 Jens AxboeFix splice engine compile
2007-09-04 Jens Axboesplice engine: add unmapping for vmsplice-to-user
2007-08-14 Jens Axboesplice: automatically detect whether vmsplice-to-user...
2007-07-26 Jens AxboeMissed FIO_UNIDIR io ops flags on net engine
2007-07-26 Jens AxboeIO verification improvements
2007-06-24 Jens Axboenet engine: cleanup the splice handling
2007-06-24 Jens Axboenet engine: fix listenfd/pipe fd leaks
2007-06-22 Jens Axboenetsplice: use zero-copy if possible
2007-06-22 Jens Axboenetsplice: fix a few typos
2007-06-22 Jens AxboeSupport for 'netsplice' engine
2007-06-19 Jens Axboeguasi engine: remove STFU_GCC()
2007-06-18 Jens Axboelibaio engine: print warning for depth > 1 and buffered IO
2007-06-13 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2007-06-13 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2007-06-13 Jens Axboesplice engine: support for vmsplice to user space
next