Silence compiler warnings
[fio.git] / options.c
2016-11-27 Sitsofe WheeerSilence compiler warnings
2016-11-02 Tomohiro KusumiFix duplicated typos from 42d97b5c in fio(1)
2016-10-12 Jens AxboeAdd alias for 'disable_bw_measurement' option
2016-10-11 Omar Sandovaliolog: make write_*_log prefix optional
2016-09-15 Jens AxboeMerge branch 'master' of https://github.com/jan--f/fio
2016-08-18 Jens AxboeMerge branch 'epoch' of https://github.com/cronburg/fio
2016-08-18 Karl CronburgOption for changing log files to use Unix epoch instead...
2016-08-16 Jens AxboeMerge branch 'histogram-delta' of https://github.com...
2016-08-15 Jens Axboeoptions: pass in right pointer to options free
2016-08-15 Jens Axboeoptions: remove dependency of 'o' being first in 'td'
2016-08-08 Jens AxboeFix spelling error
2016-08-08 mrturtledevAdd 'unlink_each_loop' option
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 KusumiUse sizeof(char*) instead of sizeof(void*)
2016-07-22 YukiKitaFix "exitall_on_error" option
2016-07-19 Tomohiro KusumiMake I/O priority option generic for non-Linux environm...
2016-07-19 Tomohiro KusumiMake I/O priority option generic for non-Linux environm...
2016-06-09 Vincent Fuoptions: fix typos
2016-06-08 Jens Axboeoptions: mark unsupported options as such
2016-06-08 Jens Axboeparse: add support for unsupported options
2016-06-02 Omar SandovalFix iodepth_batch=0
2016-06-02 Jens AxboeEnable preadv2/pwritev2 engines by default on Linux
2016-05-24 Martin SteigerwaldSpelling fix. Reported by DebianĀ“s lintian.
2016-05-23 Jens Axboeoptions: add missing long option names
2016-05-23 Jens Axboeoptions: add 'unique_filename'
2016-05-20 Jens AxboeMerge branch 'master' of https://github.com/davidzengxh...
2016-05-17 Jens Axboeinit: cleanup random inits
2016-05-17 Jens Axboeoptions: 0.00 is a valid gauss dev
2016-05-17 Jens AxboeAdd support for non-uniformly random file service type
2016-05-06 Jens AxboeMerge branch 'logging'
2016-05-06 Jens AxboeWire up pmemblk
2016-05-06 Jens AxboeMerge branch 'libpmemblk' of https://github.com/bgbhpe/fio
2016-04-02 Jon Derrickfio: register pvsync2 engine correctly
2016-03-15 Jens AxboeRevert "options: move pattern_fmt_desc where we need it"
2016-03-07 Jens Axboeoptions: improvements to parse dry run
2016-03-07 Jens Axboeoptions: finish merge of bssplit/rand zone code
2016-03-07 Jens Axboeoptions: unify the bssplit/zone split code
2016-03-05 Jens AxboeFix double free of td zone state index
2016-03-04 Jens Axboeoptions: clean number of zones if we fail parsing
2016-03-04 Jens AxboeAdd support for zones of random IO, with varying freque...
2016-02-26 Jens AxboeAdd support for preadv2/pwritev2
2016-02-04 Jens Axboelog: add support for logging max instead of averages
2016-01-12 Jens Axboeoptions: fix bs_cmp()
2015-12-30 Jens Axboeoptions: move pattern_fmt_desc where we need it
2015-12-30 Jens Axboeoptions: we don't need the crc32c verify include
2015-12-30 Jens Axboeoptions: split out option grouping code
2015-12-30 Jens Axboeoptions: make the groups/categories constant
2015-12-22 Andrey KuzminAdd support for waiting for other jobs by name
2015-12-21 Jens AxboeMake options mask a 64-bit type
2015-12-17 Jens AxboeFix compile warning for !zlib
2015-12-17 Jens AxboeEnsure that command line options also end up in json...
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-08 Jens Axboeoptions: add log_compression_cpus option
2015-12-08 Jens Axboeoptions: check for dryrun in cpu mask setting
2015-12-07 Jens Axboeoptions: don't throw away bssplit() return value
2015-11-09 Jens AxboeRename rate_poisson to rate_process
2015-11-09 Jens AxboeProvide some consistency in rate_* options
2015-11-09 Jens AxboeFixups for poisson rate
2015-11-09 Song LiuEnable request flow under Poisson process
2015-10-27 Jens AxboeMerge branch 'mmap_shared' of git://github.com/lsgunth/fio
2015-10-27 Logan GunthorpeAdd mmapshared option to use mmaped files with the...
2015-10-01 Roman PenIntroduce new option: iodepth_batch_complete_max
2015-09-16 Jens AxboeMerge branch 'patch-1' of git://github.com/Tfindelkind/fio
2015-09-15 Stephen BatesReduced minimum for option log_gz
2015-09-05 Roman Penverify: move meta header to generic verify_header
2015-09-04 Roman Penuse 'lib/pattern' to parse patterns and paste formats...
2015-08-21 Jens Axboeparse: only print option mismatch help, if the distance...
2015-06-25 Akinobu MitaFix testing and setting set_options bitmap
2015-06-09 Tomohiro KusumiFix compiler warning
2015-06-09 Sam ZaydelMerge branch 'master' of github.com:axboe/fio into...
2015-06-09 Jens Axboeoptions: use fio_option_is_set() to detect verify setting
2015-06-09 Jens Axboeverify: add raw pattern verify
2015-05-29 Jens Axboerand: add 64-bit tausworthe variant with a 2^258 cycle
2015-05-22 Jens AxboeAdd 'allow_mounted_write' option
2015-05-12 Jens AxboeAdd 'allow_file_create' option
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 AxboeFix keyword replacement leaks
2015-05-07 Jens AxboeMerge branch 'client-hostfile' of git://github.com...
2015-05-07 Jens AxboeEnsure that set_name_idx() doesn't exceed target bounds
2015-05-07 Jens AxboeMerge branch 'multiclnt-sharedfs-try3' of git://github...
2015-05-07 Ben Englandallow --client to work with shared filesystem
2015-05-06 Jens Axboeblktrace: add support for scaling and aligning replays
2015-04-23 Jens AxboeMerge branch 'io-threads'
2015-04-21 Jens AxboeFix off-by-one in cpus_allowed
2015-04-21 Jens AxboeFix off-by-one in cpu mask index handling
2015-04-15 Jens AxboeFirst cut at supporting IO offload
2015-04-15 Jens AxboeChange writetrim to trimwrite
2015-04-15 Dan Ehrenbergmtd: ioengine
2015-04-15 Dan EhrenbergCollect a block-wise histogram of trim and write errors
2015-04-15 Dan EhrenbergAdd new writetrim rw= mode for trims preceding writes
2015-04-08 Jens AxboeUnify gauss and zipf/pareto input values
2015-04-08 Jens AxboeMake normal distribution takes deviations as a percentage
2015-04-08 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2015-04-08 Jens AxboeAdd support for normal/gaussian random distributions
next