summaryrefslogtreecommitdiff
path: root/log.c
AgeCommit message (Expand)Author
2008-06-02Rename list_* function and file to flist_ to avoid conflict with FreeBSDJens Axboe
2008-05-30Make it work on opensolarisJens Axboe
2008-05-15Fix crash with iologJens Axboe
2008-05-07Put the logs in the current directoryJens Axboe
2008-04-24Kill unused parametersJens Axboe
2008-04-04Improve naming in fio gnuplot graphsJens Axboe
2008-03-10Extend ipo file action capabilitiesJens Axboe
2008-03-07blktrace improvements and fixupsJens Axboe
2008-03-07Tweak handling of write traces with --readonlyJens Axboe
2008-03-06Style fixupsJens Axboe
2008-03-01Make file structures dynamically allocatedJens Axboe
2008-02-21prune_io_piece_log() also needs to take list into accountJens Axboe
2008-02-21Remove dead FIO_FILE_NOSORT flagJens Axboe
2008-02-01Add --debug for enabling internal dumps on various actionsJens Axboe
2007-10-22fio: build warning fix on gcc-3.4.6-3gurudas pai
2007-09-12Extend --readonlyJens Axboe
2007-09-03Fix ETA display for iolog replayJens Axboe
2007-07-23Add ->done variable to force exit when we know we are doneJens Axboe
2007-07-23One more fio_ddir fixupJens Axboe
2007-07-23ddir is of type enum fio_ddirJens Axboe
2007-07-23Remove gotos from read_iolog_get()Jens Axboe
2007-07-23IO log fixesJens Axboe
2007-07-23Add version 2 of the iolog formatJens Axboe
2007-05-15blktrace replay: delay supportJens Axboe
2007-05-15iolog bug: TD_DDIR_READ should be TD_DDIR_WRITEJens Axboe
2007-05-15Initial blktrace supportJens Axboe
2007-04-25More iolog fixesJens Axboe
2007-04-25Fix read_iologJens Axboe
2007-03-27Improve random verify block sortingJens Axboe
2007-03-27Avoid using the rbtree if we don't have toJens Axboe
2007-03-27Fix problems with rb codeJens Axboe
2007-03-27Include syncs in the stored io logJens Axboe
2007-03-26Fix io piece logging to not have O(n) runtimeJens Axboe
2007-03-15Move thread options into a seperate structureJens Axboe
2007-03-15Move setup_rate() out of log.cJens Axboe
2007-03-15Support for setting rated based on IOPSJens Axboe
2007-03-09Turn the CPU burner into a real io engineJens Axboe
2007-03-02Spelling fixesJens Axboe
2007-02-23Improve rate usec calculationJens Axboe
2007-02-23Streamline thread_data data direction setting and checkingJens Axboe
2007-02-14[PATCH] First cut syslet async io supportJens Axboe
2007-01-17[PATCH] Add support for writing aggregate bandwidth logJens Axboe
2007-01-13[PATCH] Fixup rate usec cycle calculation for small valuesJens Axboe
2006-12-05[PATCH] Fix warnings from iccJens Axboe
2006-11-03[PATCH] Add seperate read/write block size optionsJens Axboe
2006-10-27[PATCH cpu io threads need not have lots of stuff setupJens Axboe
2006-10-27[PATCH] Improve io loggingJens Axboe
2006-10-24[PATCH] Revert some of the leak fixesJens Axboe
2006-10-20[PATCH] Be nicer about cleaning up allocated memoryJens Axboe
2006-10-20[PATCH] Cleanup iolog handlingJens Axboe