rand: fix truncated rand_seed on Windows
[fio.git] / steadystate.c
2018-09-12 Jens AxboeMerge branch 'histo-log-dup-timestamp' of https://githu...
2018-08-25 Jens AxboeMake td_io_u_lock/unlock() explicit
2018-04-13 Jens AxboeMerge branch 'proc_group' of https://github.com/sitsofe/fio
2018-04-08 Jens Axboesteadystate: check for division by zero in mean calculation
2018-03-22 Jens AxboeMerge branch 'include_refactor' of https://github.com...
2018-03-21 Sitsofe WheelerRefactor #includes and headers
2018-01-12 Jens AxboeMerge branch 'fio-issue-450' of https://github.com...
2017-12-02 Jens Axboesteadystate: style cleanup
2017-12-02 Jens Axboesteadystate: add free helper
2017-11-30 Jens Axboesteadystate: make flags conform to usual fio standard
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