summaryrefslogtreecommitdiff
path: root/options.c
AgeCommit message (Expand)Author
2015-03-06cleanup: add defines for default pareto or zipf valuesJens Axboe
2015-03-06Get rid of lockfile callbackJens Axboe
2015-03-06options: ensure that we check all candidates on is_set checkJens Axboe
2015-03-06options: turn missing options into debug parse messagesJens Axboe
2015-03-06options: add debug code for failure to lookup option namesJens Axboe
2015-03-06gettime-thread: set and allow multiple CPUsJens Axboe
2015-03-06Update size/io_size descriptionsJens Axboe
2015-03-06Get rid of _set variablesJens Axboe
2015-03-06options: add support for checking if an option has been setJens Axboe
2015-03-06options: strip off =optval when matchingJens Axboe
2015-03-06options: show closest match for unknown job optionJens Axboe
2015-03-06Don't clear 'refill_buffers' unconditionally for pattern fillJens Axboe
2015-03-06Add support for verify triggers and verify state savingJens Axboe
2015-03-06Fixup some of the time (usec) based conversionsStephen M. Cameron
2015-03-06Remove use of OS provided random functionsJens Axboe
2015-03-06Fix typo in bs_is_seq_ran option helpJens Axboe
2015-03-06Clarify what number_ios does in the HOWTO/man page/helpJens Axboe
2015-03-06parse: fix issue with not filling leftover percentages correctlyJens Axboe
2015-03-06Basic support for dedupeJens Axboe
2015-03-06options: fix single use if / for bssplitJens Axboe
2015-03-06Add string support for buffer_patternJens Axboe
2015-03-06options: warn if we fail to make sense of buffer_patternJens Axboe
2015-03-06Update libhdfs engine documention and optionsManish Mandlik
2015-03-06Add support for HDFS IO engineManish Mandlik
2015-03-06Add support for storing compressed logsJens Axboe
2015-03-06Add support for runtime log compressionJens Axboe
2015-03-06Add option for including byte offset for each log entryJens Axboe
2015-03-06Add support for compiling for ESXJens Axboe
2015-03-06first async IO code dropchenh
2015-03-06fix man page; fix read workchenh
2014-05-01Avoid buildenv conditional in thread_option structDaniel Gollub
2014-04-28Add option for io_limitJens Axboe
2014-04-14Fix missing sign conversion in ignore_error_type()Jens Axboe
2014-04-11Fix leak of file descriptor in error path of bc_calc()Jens Axboe
2014-04-11Fix leak of string when doing parse dryrunJens Axboe
2014-04-11Fix leak of 'error' if we don't assign itJens Axboe
2014-03-17Add support for file appendsJens Axboe
2014-02-28cpus_allowed_policy fixupsJens Axboe
2014-02-27Add support for cpus_allowed_policyJens Axboe
2014-02-26blktrace: load improvementsJens Axboe
2014-02-25Ensure that fio_get_kb_base() doesn't assume 'data' is thread_optionsJens Axboe
2014-02-21Unify the time handlingJens Axboe
2014-02-20Add option group/category to allrandrepeatJens Axboe
2014-02-20Add support for the Google xxhash checksumming functionJens Axboe
2014-02-20fio: allow 0 as compress percentagePeter Oberparleiter
2014-02-20fio: add multi directory supportChristian Ehrhardt
2014-02-20fio: provide an option for a startdelay rangeChristian Ehrhardt
2014-02-20fio: allow general repeatabilityChristian Ehrhardt
2014-02-18librbd ioengine supportDaniel Gollub
2014-02-12Make parse.h C++ safe by avoiding "or" keywordDaniel Gollub