aboutsummaryrefslogtreecommitdiffstats
path: root/cconv.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-24fio: create over-arching data placement optionVincent Fu1-8/+10
2024-02-15trim: add support for multiple rangesAnkit Kumar1-0/+2
2023-11-03fio: Introduce new constant thinkcycles optionChristian Loehle1-0/+2
2023-09-08Make log_unix_epoch an official alias of log_alternate_epochaggieNick021-2/+0
2023-09-08Record job start time to fix time pain pointsaggieNick021-0/+2
2023-07-21options: add priohint optionDamien Le Moal1-0/+2
2023-07-13options: add code for FDP pli selection use in client/server modeVincent Fu1-0/+2
2023-04-13init: clean up random seed optionsVincent Fu1-2/+0
2023-03-20fio: steadystate: allow for custom check intervalChristian Loehle1-0/+2
2023-02-28fio: add fdp support for io_uring_cmd nvme engineKeith Busch1-0/+10
2022-11-18options: Support arbitrarily long pattern buffersLogan Gunthorpe1-0/+11
2022-11-18cconv: Support pattern buffers of arbitrary sizeLogan Gunthorpe1-23/+52
2022-04-27Introducing support for generation of dedup buffersBar David1-0/+2
2021-12-14Support for alternate epochs in fio log filesaggieNick021-0/+4
2021-11-18fio: Introduce the log_entries optionDamien Le Moal1-0/+2
2021-09-05options: Add thinktime_iotime optionShin'ichiro Kawasaki1-0/+2
2021-09-03fio: Introduce the log_prio optionDamien Le Moal1-0/+2
2021-07-15dedupe: allow to generate dedupe buffers from working setBar David1-0/+4
2021-05-27zbd: add a new --ignore_zone_limits optionNiklas Cassel1-0/+2
2021-05-27zbd: add missing client/server support for option max_open_zonesNiklas Cassel1-0/+2
2021-03-09options: allow separate values for max_latencyVenkat Ramesh1-2/+4
2021-01-26Add thinktime_blocks_type parameterHongwei Qin1-0/+2
2021-01-11distibutions: Extend flexibility of non-uniform random distributionsAdam Kupczyk1-0/+2
2020-09-05fio: support io_size=N% (N <= 100)Alexey Dobriyan1-0/+2
2020-08-31options: flow should parse as FIO_OPT_INTJens Axboe1-2/+2
2020-08-31flow: add ability for weight-based flow control on multiple jobsDavid, Bar1-2/+0
2020-08-15thread_options: Use unsigned int type for exit_what and stonewallAndré Wild1-4/+4
2020-07-21options: Add zonecapacity option for zonemode=zbdHans Holmberg1-0/+2
2020-05-19Add option latency_run to continue enable latency_targetSong Liu1-0/+2
2020-02-04fio: report percentiles for slat, clat, latVincent Fu1-0/+2
2019-12-19Expand choices for exitallHannes Weisbach1-2/+4
2019-08-28options: allow offset_increment to understand percentagesVincent Fu1-0/+2
2019-08-14Optimize the code that copies stringsBart Van Assche1-4/+3
2018-09-20blktrace: add option to iterate over a trace multiple timesDennis Zhou1-0/+6
2018-09-20blktrace: add option to scale a traceDennis Zhou1-0/+6
2018-09-20blktrace: add support to interleave blktrace filesDennis Zhou1-0/+3
2018-08-24Add the zonemode job optionBart Van Assche1-0/+2
2018-07-23Add support for >= 4G block sizesJeff Furlong1-12/+12
2018-04-26blktrace: add 'reply_skip' optionJens Axboe1-0/+2
2018-04-17Deprecate verifysort and verifysort_nrJens Axboe1-4/+0
2018-04-14cconv: add conversion for 'replay_time_scale'Jens Axboe1-0/+2
2018-03-21Refactor #includes and headersSitsofe Wheeler1-0/+1
2017-12-06Add option to ignore thinktime for rated IOJens Axboe1-0/+2
2017-11-29options: make max_latency a 64-bit variableJens Axboe1-2/+2
2017-11-22add significant_figures parameterJeff Furlong1-0/+2
2017-10-26Add offset_align optionJeff Furlong1-0/+2
2017-09-13Add support for doing total latency percentilesJens Axboe1-0/+2
2017-08-14fio: add serialize_overlap optionSitsofe Wheeler1-0/+2
2017-08-07move skip_bad= option to engines/mtd.cTomohiro Kusumi1-2/+0
2017-06-19Update write_hint mechanism to latest APIJens Axboe1-0/+2
2017-06-05allow a percent value for the offset parameterBrantley West1-0/+2
2017-04-26gpu: ensure that we convert gpu_dev_id optionsJens Axboe1-0/+2
2017-03-16Add 'stats' optionJens Axboe1-0/+2
2017-02-19Rename thread_options' ->io_limit to io_sizeTomohiro Kusumi1-2/+2
2017-01-02Fix unit_base kb_base mixup in thread option conversion functionsRobert Elliott1-2/+2
2016-12-13Merge git://git.kernel.dk/fio into steady-stateVincent Fu1-4/+14
2016-12-08steadystate: rename options->ss to options->ss_state since ss is used elsewhe...Vincent Fu1-2/+2
2016-12-06steadystate: get rid of ->ss_pct and encode this information in ->state via _...Vincent Fu1-2/+0
2016-11-27fio: Fix (unsigned) integer overflow issuesSitsofe Wheeler1-4/+4
2016-10-11iolog: make write_*_log prefix optionalOmar Sandoval1-0/+8
2016-08-18Option for changing log files to use Unix epoch instead of beingKarl Cronburg1-0/+2
2016-08-15steady-state: convert options across the wireJens Axboe1-0/+10
2016-08-08Add 'unlink_each_loop' optionmrturtledev1-0/+2
2016-08-07server: bump protocol versionJens Axboe1-0/+3
2016-08-06This commit / feature adds completion latency histogram output to fio, piggyb...Karl Cronburg1-0/+2
2016-05-23cconv: wire up conversion of unique_filenameJens Axboe1-0/+2
2016-03-04Add support for zones of random IO, with varying frequency of accessJens Axboe1-0/+32
2016-02-04log: add support for logging max instead of averagesJens Axboe1-0/+2
2015-12-22Add support for waiting for other jobs by nameAndrey Kuzmin1-0/+3
2015-12-10Add exitall_on_error optionJens Axboe1-0/+2
2015-12-08options: add log_compression_cpus optionJens Axboe1-0/+2
2015-11-09Rename rate_poisson to rate_processJens Axboe1-2/+2
2015-11-09Fixups for poisson rateJens Axboe1-0/+2
2015-10-01Introduce new option: iodepth_batch_complete_maxRoman Pen1-2/+4
2015-05-22cconv: add allow_mounted_writeJens Axboe1-0/+2
2015-05-12Add 'allow_file_create' optionJens Axboe1-0/+2
2015-05-11Add 'per_job_logs' optionJens Axboe1-0/+2
2015-05-06cconv: add missing conversions of block_error_hist and skip_badJens Axboe1-0/+4
2015-05-06blktrace: add support for scaling and aligning replaysJens Axboe1-0/+4
2015-04-15First cut at supporting IO offloadJens Axboe1-0/+2
2015-04-08Unify gauss and zipf/pareto input valuesJens Axboe1-2/+2
2015-04-08Add support for normal/gaussian random distributionsJens Axboe1-0/+2
2014-12-16gettime-thread: set and allow multiple CPUsJens Axboe1-2/+0
2014-12-09Fix server/client set_options conversionJens Axboe1-2/+6
2014-12-09Get rid of _set variablesJens Axboe1-4/+0
2014-12-09options: add support for checking if an option has been setJens Axboe1-0/+2
2014-11-11Add support for verify triggers and verify state savingJens Axboe1-0/+2
2014-11-05Remove use of OS provided random functionsJens Axboe1-2/+0
2014-09-22Basic support for dedupeJens Axboe1-0/+2
2014-07-03Add support for storing compressed logsJens Axboe1-0/+2
2014-07-03Add support for runtime log compressionJens Axboe1-0/+2
2014-07-02cconv: convert ->log_offset on the wireJens Axboe1-0/+2
2014-04-28Add option for io_limitJens Axboe1-0/+2
2014-04-15strcpy: kill last of the suspect onesJens Axboe1-4/+7
2014-04-01Cleanup symbols that should be staticJens Axboe1-1/+1
2014-03-17Add support for file appendsJens Axboe1-0/+2
2014-02-27Add support for cpus_allowed_policyJens Axboe1-0/+2
2014-02-20fio: provide an option for a startdelay rangeChristian Ehrhardt1-0/+2
2014-02-20fio: allow general repeatabilityChristian Ehrhardt1-0/+2
2014-02-11Plug a free basic memory leaksJens Axboe1-0/+25
2014-01-28fio: consolidate rand_seed to uint64_tGrant Grundler1-2/+2
2014-01-15server: convert buffer pattern settings across client/serverJens Axboe1-0/+4
2014-01-10Add option to manually seed the random generatorsJens Axboe1-0/+2
2013-12-09Add options to have fio latency profile a deviceJens Axboe1-0/+6
2013-11-15Add support for O_ATOMICChris Mason1-0/+2
2013-08-09Add number_ios= optionJens Axboe1-0/+2
2013-07-25Add support for bs_is_seq_randJens Axboe1-0/+2
2013-07-25Add support for randomness of any IO directionJens Axboe1-2/+4
2013-04-26Get rid of td->o.perc_seqJens Axboe1-2/+0
2013-04-26Add support for modifying the randomness of a workloadJens Axboe1-0/+4
2013-04-09Merge branch 'master' into gfioJens Axboe1-0/+4
2013-03-21Merge branch 'master' into gfioJens Axboe1-2/+0
2013-02-07Merge branch 'master' into gfioJens Axboe1-0/+2
2013-02-04Merge branch 'master' into gfioJens Axboe1-2/+0
2013-01-31Merge branch 'master' into gfioJens Axboe1-0/+2
2013-01-24Merge branch 'master' into gfioJens Axboe1-0/+4
2012-12-03Merge branch 'master' into gfioJens Axboe1-0/+2
2012-11-14Merge branch 'master' into gfioJens Axboe1-0/+8
2012-09-24server: include new options, bump server revJens Axboe1-2/+2
2012-05-07Merge branch 'master' into gfioJens Axboe1-0/+2
2012-03-29options: get rid of more .cb option usage we don't needJens Axboe1-6/+0
2012-03-29options: move ioprio/ioprio_class into thread_options spaceJens Axboe1-0/+4
2012-03-28Add o->lockmem to conversion functionsJens Axboe1-0/+2
2012-03-28Start the process of making options more gfio friendlyJens Axboe1-0/+2
2012-03-27White space spring cleaningJens Axboe1-4/+4
2012-03-19cpu: move cpuload/cpuchunks options into private engine option spaceJens Axboe1-4/+0
2012-03-16Merge branch 'master' into gfioJens Axboe1-0/+2
2012-03-13Merge branch 'master' into gfioJens Axboe1-0/+4
2012-03-08Add basic cconv testJens Axboe1-0/+22
2012-03-08Add thread_options_pack structureJens Axboe1-0/+374