Change --output-format argument from optional to required
[fio.git] / init.c
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
2015-01-05 Jens Axboeinit: fix potential mem leak on multiple trigger options
2015-01-04 Jens AxboeAvoid potential buffer overflow in make_filename()
2014-12-23 Jens Axboegettime: add basic init cpuclock test
2014-12-20 Jens AxboeFix default scrambling of buffers
2014-12-17 Jens Axboegettime-thread: set and allow multiple CPUs
2014-12-09 Jens AxboeAlways scramble buffers, if scramble_buffers is set
2014-12-05 Jens Axboeparse: make suggestions for unknown options
2014-11-21 Jens Axboeblktrace: correct setting of iodepth
2014-11-19 Jens Axboetrigger: enable separate remote and local trigger
2014-11-19 Jens Axboeverify: allow empty/no trigger file
2014-11-11 Jens AxboeMerge branch 'verify-trigger'
2014-11-11 Jens AxboeAdd support for verify triggers and verify state saving
2014-11-11 Stephen M. CameronFixup some of the time (usec) based conversions
2014-11-06 Jens AxboeGet rid of __ prefix for internal frand state
2014-11-06 Jens AxboeRemove use of OS provided random functions
2014-10-08 Jens AxboeFix potential segfault on ENOENT on job file
2014-10-08 Jens AxboeAdd support for --remote-config
2014-10-07 Jens Axboeinit: set fail error return on bad parse
2014-09-26 Andrey KuzminAdd ability to use an include file in a fio job file
2014-09-22 Jens AxboeBasic support for dedupe
2014-07-25 Jiri HorkyAllow reset of offset_increment counter
2014-07-23 Jens Axboeverify: ensure that verify interval is smaller or equal...
2014-07-09 Jens AxboeAdd some basic debug output for log compression
2014-07-09 Jens AxboeAdd thread number to log filename
2014-07-03 Jens Axboeinit: fix dead check for !td
2014-07-03 Jens AxboeAdd support for storing compressed logs
2014-07-03 Jens AxboeAdd support for runtime log compression
2014-07-01 Jens Axboe--latency-log is now gone
2014-07-01 Jens AxboeCleanup logging
2014-07-01 Jens AxboeAdd option for including byte offset for each log entry
2014-06-24 Jens AxboeEnsure that job name is set before being used
2014-06-18 Jens AxboeAdd support for compiling for ESX
2014-06-09 Jens AxboeFix crash on loading unknown IO engine with --ioengine
2014-05-29 Rik FaithETA no longer works when -o specified
2014-05-19 Jens AxboeMerge branch 'master' of git://github.com/cvubrugier/fio
2014-05-19 Jens AxboeMerge branch 'master' of git://github.com/rootfs/fio
2014-04-23 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
next