Remove doubled ; in .c
[fio.git] / init.c
2017-01-05 Jens Axboeinit: cleaner gcd()
2017-01-05 Jens Axboeverify: ensure that verify_interval is always a factor...
2017-01-05 Jens AxboeRemove '--runtime' command line option
2017-01-03 Tomohiro KusumiFix canonical name for runtime/timeout option
2017-01-03 Tomohiro KusumiSync README with fio usage output
2017-01-03 Robert ElliottImprove IEC binary and SI decimal prefix handling
2016-12-16 Jens AxboeMerge https://bitbucket.org/vincentfu/fio-steadystate...
2016-12-13 Jakub SitnickiChange misleading error message for invalid size= value
2016-12-13 Vincent FuMerge git://git.kernel.dk/fio into steady-state
2016-11-27 Sitsofe WheeerSilence compiler warnings
2016-11-22 Vincent Fusteadystate: reject job if steadystate options are...
2016-10-11 Omar SandovalUpdate bandwidth log documentation
2016-10-11 Omar Sandovaliolog: make write_*_log prefix optional
2016-10-11 Omar Sandovalinit: fix --bandwidth-log without argument
2016-09-27 Jens Axboefilehash: fix init/exit
2016-09-26 Jens Axboeinit: remove unused variable
2016-09-26 Jens Axboefilehash: move to separate allocation
2016-09-25 Jens Axboeinit: re-call sinit() if we change the smallc pool...
2016-09-25 Jens Axboesmalloc: fixup --alloc-size
2016-09-16 Jens AxboeFixup two compile warnings
2016-09-16 Jens AxboeMerge branch 'client-unique-log-names' of https://githu...
2016-09-15 Jens AxboeMerge branch 'master' of https://github.com/jan--f/fio
2016-09-12 Jens Axboeinit: pass in right pointer to def thread options free
2016-09-02 Jens AxboeMerge branch 'histogram-client-server' of https://githu...
2016-08-26 Karl CronburgClient / server code for handling histograms. The server:
2016-08-26 Jens Axboefile: fix numjobs > 1 and implied jobname as filename
2016-08-17 Jens Axboesteadystate: eliminate some steadystate_data members
2016-08-16 Jens AxboeMerge branch 'histogram-delta' of https://github.com...
2016-08-16 Jens AxboeVarious cleanups
2016-08-15 Jens AxboeFixup correct sparse warnings
2016-08-15 Jens Axboesteadystate: rename 'steadystate' to 'steadystate_enabled'
2016-08-15 Jens Axboesteadystate: cleanups
2016-08-15 Vincent FuClear up white space errors
2016-08-15 Vincent FuSplit helper thread debug logging away from steadystate...
2016-08-15 Vincent FuSteady state detection: enhance reporting of results...
2016-08-15 Vincent FuAllow fio to terminate jobs when steady state is attained
2016-08-15 Jens Axboefio: inherit IO engine flags to 'td'
2016-08-08 Tomohiro KusumiChange --output-format argument from optional to required
2016-08-08 Tomohiro KusumiUse char* for pid_file path
2016-08-07 Jens AxboeMerge branch 'histograms-PR' of https://github.com...
2016-08-06 Karl CronburgThis commit / feature adds completion latency histogram...
2016-08-02 Jens AxboeMerge branch 'wip-traceinfo' of https://github.com...
2016-07-27 Tomohiro KusumiRename exists_and_not_file() to exists_and_not_regfile()
2016-07-27 Tomohiro KusumiFix stat(2) related bugs introduced by changes made...
2016-07-27 Tomohiro KusumiFix typos in log_err() message
2016-07-13 Jens AxboeMerge branch 'fix_verify' of https://github.com/charles...
2016-07-13 Charlie Jacobsenverify: Reset verify_state before verification phase.
2016-05-20 Jens AxboeMerge branch 'master' of https://github.com/davidzengxh...
2016-05-17 Jens Axboeinit: cleanup random inits
2016-05-17 Jens AxboeAdd support for non-uniformly random file service type
2016-05-06 Jens AxboeMerge branch 'logging'
2016-05-06 Jens AxboeMerge branch 'libpmemblk' of https://github.com/bgbhpe/fio
2016-05-06 Jens AxboeImprove logging accuracy
2016-04-13 Jens Axboeclient: bool conversion
2016-03-18 Jens Axboeinit: seed repeatable jobs differently
2016-03-10 Jens AxboeUse 32-bit rand for parts that use rand_between()
2016-03-04 Jens AxboeAdd support for zones of random IO, with varying freque...
2016-02-13 Andrey KuzminAllow for the include file specification to be relative.
2016-01-21 Jens Axboeinit: fix compile for FIO_INC_DEBUG not being set
2016-01-21 Jens Axboeinit: increment stat count if parent == default thread
2015-12-29 Jens AxboeFix included getopt locations
2015-12-22 Andrey KuzminAdd support for waiting for other jobs by name
2015-12-15 Jens Axboestat: work around 'numjobs' oddity in dumping job output
2015-12-15 Jens AxboeFirst stab at adding job options to json output
2015-12-15 Jens AxboeRework 'dump_cmdline'
2015-12-10 Jens AxboeAdd exitall_on_error option
2015-12-07 Jens Axboeinit: have set_debug() check for NULL optarg
2015-12-01 Jens AxboeMove conditional lib files to oslib/
2015-11-23 Jens Axboeoptions: set 'refill_buffers' for compress_percentage...
2015-11-16 Jens AxboeFix group_id != groupid mixup
2015-11-09 Jens AxboeFixups for poisson rate
2015-11-09 Song LiuEnable request flow under Poisson process
2015-11-06 Vincent FuAdd latency bin output to the json output format
2015-10-27 Jens AxboeMerge branch 'mmap_shared' of git://github.com/lsgunth/fio
2015-10-27 Jens AxboeRe-instate --append-terse
2015-10-27 Jens AxboeEnable the use of multiple output formats
2015-10-25 Jens AxboeAdd support for multiple output formats
2015-10-01 Roman PenIntroduce new option: iodepth_batch_complete_max
2015-09-25 Jens AxboeFix integer overflow in rate_iops
2015-08-21 Jens Axboeparse: only print option mismatch help, if the distance...
2015-08-20 Jens AxboeAdd --aux-path support
2015-08-17 Jens AxboeMerge branch 'master' of git://github.com/DaveGlen/fio
2015-08-17 DaveGlenallow for ratemin to be used without setting rate
2015-08-10 DaveGleninitialize rate_io_issue_bytes
2015-08-10 DaveGlenImplement new Rate Control
2015-07-10 Jens Axboebuffer: only set refill_buffers, it it wasn't set manually
2015-06-04 Jens Axboeinit: automate displaying debug categories
2015-05-29 Jens Axboerand: add 64-bit tausworthe variant with a 2^258 cycle
2015-05-11 Jens AxboeAdd 'per_job_logs' option
2015-05-08 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2015-05-08 Jens Axboerandom: document default seed value
2015-05-07 Jens AxboeUse PATH_MAX instead of _POSIX_HOST_NAME_MAX
2015-05-07 Jens AxboeMerge branch 'client-hostfile' of git://github.com...
2015-05-07 Ben Englandallow --client parameter to be pathname containing...
2015-04-23 Jens AxboeMerge branch 'io-threads'
2015-04-15 Jens AxboeFirst cut at supporting IO offload
2015-04-15 Dan EhrenbergCollect a block-wise histogram of trim and write errors
2015-03-17 Zev Weissinit: fix exit status with bogus arguments
2015-02-24 Jens AxboeMake 'loops' honor full write+verify loops
2015-02-18 Justin EnoAllow verify w/norandommap and bsrange
next