summaryrefslogtreecommitdiff
path: root/ioengines.c
AgeCommit message (Expand)Author
2008-06-05Add iodepth_batch_complete controlJens Axboe
2008-06-04Add directio support to SolarisJens Axboe
2008-06-04We need to grab and mark the file open before jumping to an error pathJens Axboe
2008-06-02Rename list_* function and file to flist_ to avoid conflict with FreeBSDJens Axboe
2008-05-31ffz() takes ints, so change the file_map to being int basedJens Axboe
2008-05-30close_ioengine() clears ->data after calling engine cleanupJens Axboe
2008-05-22Add logging for queue submit and complet countsJens Axboe
2008-05-15Fix bad interaction with file open/close and queuingJens Axboe
2008-05-15Improve iodepth loggingJens Axboe
2008-05-14Allow marking of queue depth for more than 1 io_u at the timeJens Axboe
2008-03-06Style fixupsJens Axboe
2008-03-04Revamp file lockingJens Axboe
2008-03-01Add the file sharing bitsJens Axboe
2008-03-01Add file locking hooksJens Axboe
2008-03-01Remove the file->last_completed_pos variableJens Axboe
2008-03-01Update close file handler to return potential errorJens Axboe
2008-02-04Improve depth markingJens Axboe
2008-02-01A bunch of fixesJens Axboe
2008-02-01Add --debug for enabling internal dumps on various actionsJens Axboe
2007-12-11->getevents() should take unsigned argsJens Axboe
2007-09-19Trivial spelling correctionZach Brown
2007-09-12Full readonly checkJens Axboe
2007-09-11Add --readonly optionJens Axboe
2007-07-27[PATCH] Fix fileoffset optionljzhang,Yaxin Hu,Jianchao Tang
2007-07-23Add version 2 of the iolog formatJens Axboe
2007-05-15blktrace replay: delay supportJens Axboe
2007-04-26Fix bug with file referencesJens Axboe
2007-04-16Add support for using '-' as filename for stdin/stdoutJens Axboe
2007-04-12A ->close_file() operation isn't strictly neededJens Axboe
2007-04-02Move os/arch/compiler headers into directoriesJens Axboe
2007-03-27Do the invalidate/advise hinting in td_open_file()Jens Axboe
2007-03-27Revamp the file creation codeJens Axboe
2007-03-20Print clue to reduce queue depth if engine init failsJens Axboe
2007-03-15Move thread options into a seperate structureJens Axboe
2007-03-13Check for open files on io operationsJens Axboe
2007-03-13Add file reference countingJens Axboe
2007-03-13Turn file ->open and ->unlink into flagsJens Axboe
2007-03-12Show IOPS as well as bw numbersJens Axboe
2007-03-09Turn the CPU burner into a real io engineJens Axboe
2007-03-09Make sure each job loads a private io engineJens Axboe
2007-03-08Get rid of reopen_files()Jens Axboe
2007-03-08Add ->open to struct fio_fileJens Axboe
2007-03-08Revamp file open/close handlingJens Axboe
2007-03-05Cleanup requeue handlingJens Axboe
2007-02-28Duplicate name checks in ioengines.cJens Axboe
2007-02-26Move the iodepth_batch into td_io_queue() insteadJens Axboe
2007-02-26Add iodepth_batch settingJens Axboe
2007-02-26Move ->commit() call to td_io_getevents()Jens Axboe
2007-02-22Add more context to the error messagesJens Axboe
2007-02-22Fix crash on thread exitJens Axboe