summaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2008-05-30errno is not negativeJens Axboe
2008-05-30close_ioengine() clears ->data after calling engine cleanupJens Axboe
2008-05-30vsync: Fix issue with double issue of io_uJens Axboe
2008-05-30Make it work on opensolarisJens Axboe
2008-05-30Fix bad references to 'sgio'Gurudas Pai
2008-05-30net engine: improve host/port parsingJens Axboe
2008-05-22Add logging for queue submit and complet countsJens Axboe
2008-04-10libaio: Add hint on libaio engine init failingJens Axboe
2008-03-10posixaio: Missing memset()Jens Axboe
2008-03-10posixaio: speedup by using aio_suspend() instead of manual waitingJens Axboe
2008-03-03Remove debug printf() in net engineJens Axboe
2008-03-01Remove the file->last_completed_pos variableJens Axboe
2008-03-01Make file structures dynamically allocatedJens Axboe
2008-03-01Update close file handler to return potential errorJens Axboe
2008-02-24Move syslet/indirect bits into the OS specific directoryJens Axboe
2008-02-18Add FIO_SIGQUIT engine optionJens Axboe
2008-02-04sync engine: missing fsync check in vsyncJens Axboe
2008-02-04Add vsync io engineJens Axboe
2008-02-04sync engine: cleanup psync/sync seperationJens Axboe
2008-01-18libio: fix bug in commit hookJens Axboe
2007-12-12syslet: we have fls(), use it for rounding ring size upJens Axboe
2007-12-11unsigned vs signed warningsJens Axboe
2007-12-11syslet: can't free the stackJens Axboe
2007-12-11->getevents() should take unsigned argsJens Axboe
2007-12-11syslet: cleanup event reapingJens Axboe
2007-12-11syslet: add proper read barrier between user_tail and completion readJens Axboe
2007-12-11syslet: error handlingJens Axboe
2007-12-11syslet: make sure ring buffer is a power-of-2Jens Axboe
2007-12-10syslet: memory allocation error handlingJens Axboe
2007-12-10syslet: update to -v7 as posted by ZachJens Axboe
2007-10-25Merge branch 'master' of ssh://git.kernel.dk/data/git/fioJens Axboe
2007-10-25Fixes for CPU burn engineJens Axboe
2007-10-23Add pread/pwrite support to sync enginegurudas pai
2007-10-16splice: fix fallback from copy vmsplice to nothingJens Axboe
2007-10-16splice: fix problem with current mainline kernelsJens Axboe
2007-09-28Get rid of syslet-rw compile warnings on 32-bitJens Axboe
2007-09-19Update syslet-rw to fixed size ABI structuresZach Brown
2007-09-19Exec the getpid atom when testing for syslet supportZach Brown
2007-09-19Initialize the new_thread_stack so syslet support testing has oneZach Brown
2007-09-12Full readonly checkJens Axboe
2007-09-07splice: update to new vmsplice-to-user interfaceJens Axboe
2007-09-05Fix splice engine compileJens Axboe
2007-09-04splice engine: add unmapping for vmsplice-to-userJens Axboe
2007-08-14splice: automatically detect whether vmsplice-to-user worksJens Axboe
2007-07-26Missed FIO_UNIDIR io ops flags on net engineJens Axboe
2007-07-26IO verification improvementsJens Axboe
2007-06-24net engine: cleanup the splice handlingJens Axboe
2007-06-24net engine: fix listenfd/pipe fd leaksJens Axboe
2007-06-22netsplice: use zero-copy if possibleJens Axboe
2007-06-22netsplice: fix a few typosJens Axboe