summaryrefslogtreecommitdiff
path: root/fio.h
AgeCommit message (Expand)Author
2017-05-19Update to fio-2.20.Elliott Hughes
2015-03-06Make 'loops' honor full write+verify loopsJens Axboe
2015-03-06Improve precision of the io_limit settingJens Axboe
2015-03-06cleanup: add defines for default pareto or zipf valuesJens Axboe
2015-03-06iolog: account for wasted time in ipo stallJens Axboe
2015-03-06trigger: enable separate remote and local triggerJens Axboe
2015-03-06Add support for verify triggers and verify state savingJens Axboe
2015-03-06Get rid of __ prefix for internal frand stateJens Axboe
2015-03-06Remove use of OS provided random functionsJens Axboe
2015-03-06Consolidate disk util, eta, and status check threadJens Axboe
2015-03-06Constify 'td' in a few functionsJens Axboe
2015-03-06Basic support for dedupeJens Axboe
2015-03-06Allow reset of offset_increment counterJiri Horky
2015-03-06Fix cases where td->terminate is set, but terminate clock not markedJens Axboe
2015-03-06Allow threads 60 seconds to exit before being forcefulJens Axboe
2015-03-06Add support for runtime log compressionJens Axboe
2014-05-01Avoid double-declaration of ARRAY_SIZEDaniel Gollub
2014-04-30Rename time.h for third-party include of fio.hDaniel Gollub
2014-04-15sg/binject: only restore file flags if they have been setJens Axboe
2014-04-14Fix is_power_of_2() for longsJens Axboe
2014-04-14Error check fcntl() callsJens Axboe
2014-04-14Make td_verror() use an unsigned typeJens Axboe
2014-04-09Add exit_on_io_done option to the CPU IO engineJens Axboe
2014-04-02Add 'f' (Finishing) flag to status outputJens Axboe
2014-03-17Add support for file appendsJens Axboe
2014-03-01Add runstate swap helpersJens Axboe
2014-02-27Add support for cpus_allowed_policyJens Axboe
2014-02-21Improve latency_target runsJens Axboe
2014-02-20fio: allow to combine terse output with any selected output typeChristian Ehrhardt
2014-02-20fio: provide an option for a startdelay rangeChristian Ehrhardt
2014-02-12clang: fix warnings with clang buildJens Axboe
2014-01-23engine: IPv6 net engine updatesJens Axboe
2013-12-09Add options to have fio latency profile a deviceJens Axboe
2013-11-26init: escape description option stringJens Axboe
2013-11-21blktrace: add support for non-native endian formatJens Axboe
2013-09-06Fix problem with --showcmd and callbacks that verifyJens Axboe
2013-07-25Add support for randomness of any IO directionJens Axboe
2013-05-28Replace list based free/busy/requeue list with FIFO + ringJens Axboe
2013-04-26Add support for modifying the randomness of a workloadJens Axboe
2013-04-25Catch the case where size= is less than the minimum block sizeJens Axboe
2013-04-24Add support for other ways of triggering intermediate result outputsJens Axboe
2013-04-17Get rid of mixed code/data sectionsJens Axboe
2013-04-17Kil unneeded forward declarationJens Axboe
2013-04-17Move unused and other attributes to the compiler sectionJens Axboe
2013-04-17Split out td error handling codeJens Axboe
2013-04-11Fix a few 4.8 extra anal warningsJens Axboe
2013-04-11Merge branch 'gfio' into gfio-intJens Axboe
2013-04-11to_kmg() -> fio_uint_to_kmg()Jens Axboe
2013-04-11Make nr_thread/nr_process private to backendJens Axboe
2013-04-11Move init code to libfioJens Axboe