summaryrefslogtreecommitdiff
path: root/ioengines.c
AgeCommit message (Expand)Author
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
2007-02-22io_u timeout handlingJens Axboe
2007-02-22Track io_u state (free or in-flight)Jens Axboe
2007-02-20Static error value checkingJens Axboe
2007-02-20Fix sync engine completion latencyJens Axboe
2007-02-20Improve submission latency calculationJens Axboe
2007-02-19Add support for queuing > 1 command at the timeJens Axboe
2007-02-18Change IO engine queuingJens Axboe
2007-02-14[PATCH] Defer engine ops verification checkJens Axboe
2006-11-24[PATCH] Time and seek optimizationsJens Axboe
2006-11-07[PATCH] Add skeleton external io engineJens Axboe
2006-11-07[PATCH] Link in known io enginesJens Axboe
2006-11-02[PATCH] String copy limiting fixesJens Axboe
2006-10-27[PATCH] Add full command line parameter supportJens Axboe
2006-10-24[PATCH] Move td_io_sync()Jens Axboe
2006-10-24[PATCH] Implement file syncing as data directionJens Axboe
2006-10-20[PATCH] Sanity check ops on loaded io engineJens Axboe
2006-10-20[PATCH] Split the io_u io handling out of fio.cJens Axboe
2006-10-19[PATCH] Fix a bunch of bugsJens Axboe
2006-10-09[PATCH] Don't hardcode ioengine pathJens Axboe
2006-10-09[PATCH] Remember to check ioops version in loaded moduleJens Axboe
2006-10-09[PATCH] Fixup failure to load io engine object loggingJens Axboe
2006-10-09[PATCH] Separate io engines into separate loadable objectsJens Axboe
2006-09-14[PATCH] Basic support for a cpu cycle eater jobJens Axboe
2006-08-16[PATCH] libaio returns long, not intJens Axboe
2006-06-08[PATCH] When logging to a file, stderr should go both to stderr and fileJens Axboe
2006-06-08[PATCH] Enable output logging to file instead of stdoutJens Axboe
2006-06-07[PATCH] Final FreeBSD compile fixupsJens Axboe