Merge branch 'cpuclock-test'
[fio.git] / steadystate.c
2017-10-03 Jens AxboeMerge branch 'master' of https://github.com/dyniusz/fio
2017-06-22 Jens AxboeMerge branch 'nsec'
2017-06-22 Jens AxboeMerge branch 'nanosecond-2stage' of https://github...
2017-06-21 Vincent Funanosecond: initial commit changing timeval to timespec
2017-02-14 Tomohiro KusumiUse 0 instead of DDIR_READ to iterate from 0 to DDIR_RW...
2017-02-13 Tomohiro Kusumisteadystate: Use calloc(3)
2016-12-16 Jens AxboeMerge https://bitbucket.org/vincentfu/fio-steadystate...
2016-12-13 Vincent FuMerge git://git.kernel.dk/fio into steady-state
2016-12-08 Vincent Fusteadystate: rename options->ss to options->ss_state...
2016-12-08 Vincent Fusteadystate: clean up checks for when steadystate termi...
2016-12-07 Vincent Fusteadystate: use uint64_t for storing bw and iops calcu...
2016-12-07 Vincent Fusteadystate: instead of including ss_sum_y in thread_st...
2016-12-07 Vincent Fusteadystate: implement transmission of steadystate...
2016-12-07 Vincent Fusteadystate: add line for output-format=normal
2016-12-06 Vincent Fusteadystate: get rid of ->ss_pct and encode this inform...
2016-12-06 Vincent Fusteadystate: rename __FIO_SS_LAST to __FIO_SS_DATA
2016-11-22 Vincent Fusteadystate: reject job if steadystate options are...
2016-11-22 Vincent Fusteadystate: bug fixes
2016-08-17 Jens Axboesteadystate: kill ->last_in_group and ->ramp_time_over
2016-08-17 Jens Axboesteadystate: kill off ->attained
2016-08-17 Jens Axboesteadystate: eliminate some steadystate_data members
2016-08-15 Jens Axboesteadystate: rename 'steadystate' to 'steadystate_enabled'
2016-08-15 Jens Axboesteadystate: more cleanups
2016-08-15 Jens Axboesteadystate: cleanups
2016-08-15 Vincent FuClear up white space errors
2016-08-15 Vincent FuJSON output, code formatting changes
2016-08-15 Vincent FuSteady state detection: enhance reporting of results...
2016-08-15 Vincent FuAdd locking around reads of td->io_blocks and io_byes.
2016-08-15 Vincent FuAllow fio to terminate jobs when steady state is attained