summaryrefslogtreecommitdiff
path: root/log.c
AgeCommit message (Expand)Author
2009-11-03Fixup iolog replay and add 'wait' commandGlen Ogilvie
2009-06-16Add support for fdatasync()Jens Axboe
2009-06-03Cleanup verify headersJens Axboe
2009-05-18Include transfer size in the clat/slat measurementsJens Axboe
2009-04-21Remove debug printf()Jens Axboe
2009-04-21Allow IO logging even for diskless enginesJens Axboe
2009-02-19Allow 'norandommap' with verifyJens Axboe
2008-11-20Make log writing appendJens Axboe
2008-11-19Add support for giving bw/clat/slat log prefixesJens Axboe
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