configure: add generic pshared mutex test
[fio.git] / options.c
2017-03-08 Jens Axboeverify: add support for the sha3 variants
2017-02-20 Tomohiro KusumiAdd details of file number/size related options to...
2017-02-20 Tomohiro KusumiRename thread_options' ->io_limit to io_size
2017-01-27 Sitsofe Wheelerdoc: minor consistency and spelling changes
2017-01-26 Jens AxboeMerge branch 'sphinx-doc' of https://github.com/termim/fio
2017-01-20 Jens AxboeMerge branch 'sphinx-doc' of https://github.com/termim/fio
2017-01-20 Jens AxboeMerge branch 'sphinx-doc' of https://github.com/termim/fio
2017-01-19 Tomohiro KusumiMove options_mem_dupe() to parse.c
2017-01-13 wei xiaoDrop crc32c-arm64 option
2017-01-05 wei xiaoAdd arm64 hardware assisted crc32c support
2017-01-03 Tomohiro KusumiAdd missing .help string for io_size option
2017-01-03 Robert ElliottImprove IEC binary and SI decimal prefix handling
2017-01-03 Robert ElliottDocument trim workload choices and other nits
2017-01-03 Robert ElliottAvoid using units in option defaults
2016-12-29 Jens Axboeoptions: mark steadystate option parents
2016-12-19 Jens Axboeoptions: full control of fadvise hinting
2016-12-16 Dave Jiangfio: add additional support for dev-dax ioengine
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-06 Vincent Fusteadystate: get rid of ->ss_pct and encode this inform...
2016-11-27 Sitsofe WheeerSilence compiler warnings
2016-11-22 Vincent Fusteadystate: bug fixes
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-17 Jens Axboesteadystate: kill ->last_in_group and ->ramp_time_over
2016-08-17 Jens Axboesteadystate: eliminate some steadystate_data members
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 Vincent FuAllow fio to terminate jobs when steady state is attained
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
next