summaryrefslogtreecommitdiff
path: root/io_u.c
AgeCommit message (Expand)Author
2017-05-19Update to fio-2.20.Elliott Hughes
2015-03-06dedupe_percentage should work even if compress_percentage is not setVasily Tarasov
2015-03-06Better accommodate random writes larger than blockalignJustin Eno
2015-03-06Improve rate limitingJens Axboe
2015-03-06file: unionize lfsr/randommapJens Axboe
2015-03-06Fix read/write mix and different levels of randomnessJens Axboe
2015-03-06Use specified buffer_pattern (if given) for all io_u fillsJens Axboe
2015-03-06lfsr: don't pass in last value to lfsr_next()Jens Axboe
2015-03-06Add support for verify triggers and verify state savingJens Axboe
2015-03-06Get rid if ddir_trim() macroJens Axboe
2015-03-06Make fio -Wshadow cleanJens Axboe
2015-03-06Get rid of __ prefix for internal frand stateJens Axboe
2015-03-06Remove use of OS provided random functionsJens Axboe
2015-03-06Constify 'td' in a few functionsJens Axboe
2015-03-06Fix bug with zone and zone skipping and io_limitJens Axboe
2015-03-06Fix bug with rw sequence offset and io_limitJens Axboe
2015-03-06Improve dedupe/compression buffer filling for mixed block sizesJens Axboe
2015-03-06dedupe: if percentage is 100, don't go through random + mathJens Axboe
2015-03-06Basic support for dedupeJens Axboe
2015-03-06fio: print io_u errors on one lineRobert Elliott
2015-03-06Fixup data-direction to name translationJens Axboe
2015-03-06Fix hangs due to iodepth_lowRobert Elliott
2015-03-06verify: fix a bug with verify_asyncJens Axboe
2015-03-06flist: add flist_first_entry()Jens Axboe
2015-03-06Add option for including byte offset for each log entryJens Axboe
2015-03-06Fix typo in io_u.c::get_next_file()Andrey Kuzmin
2014-05-06verify: fix verification of uncompleted or errored iosJens Axboe
2014-04-14td_verror() needs errno style errorJens Axboe
2014-04-02io_u: Using initialized local variableErwan Velu
2014-03-17Add support for file appendsJens Axboe
2014-03-11Try a little harder to honor number_ios more accuratelyJens Axboe
2014-03-03Silence 'io_u might be used uninitialized' warningJens Axboe
2014-02-28fio: fix last block never being touched by random offsetsPeter Oberparleiter
2014-02-26Branch and cache miss speedupsJens Axboe
2014-02-25Fix crash with --debug=file and NULL file returnJens Axboe
2014-02-21Improve latency_target runsJens Axboe
2014-02-14Fix another typo in gtod_reduce()Jens Axboe
2014-02-13Fix inverted logic in gtod_reduce()Jens Axboe
2014-02-13Don't compute iops samples for gtod_reduce=1Jens Axboe
2014-02-11Fix issue with openfiles= and file sizingJens Axboe
2014-02-06verify: always log IO in the order they are issuedJens Axboe
2014-02-05Fix verify_backlog start verification before finish writingPuthikorn Voravootivat
2014-02-05Fix rand_seed mismatches in verify phasePuthikorn Voravootivat
2014-01-14Add option for specifically setting buffer contentsJens Axboe
2013-12-09Add options to have fio latency profile a deviceJens Axboe
2013-09-09Fix broken requeue of io_usJens Axboe
2013-08-09Add number_ios= optionJens Axboe
2013-08-05iolog: Logging blocksize in IOPS tracesErwan Velu
2013-07-25Add support for bs_is_seq_randJens Axboe
2013-07-25Add support for randomness of any IO directionJens Axboe