summaryrefslogtreecommitdiff
path: root/verify.c
AgeCommit message (Expand)Author
2023-03-03Refactor for_each_td() to catch inappropriate td ptr reuseHorshack
2022-11-18zbd, verify: verify before zone reset for zone_reset_threshold/frequencyShin'ichiro Kawasaki
2022-10-24verify: fix numberio accounting of experimental verifyShin'ichiro Kawasaki
2021-08-01Fix an error triggered by double releasing the lockanson-lo
2020-08-10verify: use origina offset for verificationJens Axboe
2020-06-21fio: Use atomic_load_acquire() and atomic_store_release() where appropriateBart Van Assche
2020-05-21verify: decouple seed generation from buffer fillAlexey Dobriyan
2020-01-16verify: Fix test to not check for numberio when verify_only is trueGwendal Grignou
2020-01-06Include "oslib/asprintf.h" where necessaryBart Van Assche
2019-09-24verify: check that the block size is big enoughJens Axboe
2019-08-14Optimize the code that copies stringsBart Van Assche
2019-04-17rand: fix truncated rand_seed on WindowsMing-Hung Tsai
2018-11-06verify: add requested block information to failure traceFeng, Changyu
2018-07-25Merge branch 'fio-c++-engine' of https://github.com/tchaikov/fioJens Axboe
2018-07-25replace typeof with __typeof__Kefu Chai
2018-07-23Add support for >= 4G block sizesJeff Furlong
2018-04-17Deprecate verifysort and verifysort_nrJens Axboe
2018-03-19verify: Simplify dump_buf()Bart Van Assche
2018-03-16Signal td->free_cond with the associated mutex heldBart Van Assche
2018-03-12Rename struct rb_node into struct fio_rb_nodeBart Van Assche
2018-03-09mutex: fix other locations where we are not waking within the lockJens Axboe
2018-02-12verify: convert verify buf too small warning to fio_did_warn()Jens Axboe
2018-01-05verify: don't adjust verification length based on interval when unalignedJens Axboe
2017-11-29verify: convert hdr time to sec+nsecJens Axboe
2017-11-29verify: kill unneeded forward declarationJens Axboe
2017-10-11convert FIO_OS_PATH_SEPARATOR to a characterJosef Bacik
2017-06-23verify: don't use void* for pointer arithmetic (gcc)Tomohiro Kusumi
2017-06-21nanosecond: initial commit changing timeval to timespecVincent Fu
2017-05-26verify: add missing free(ptr);Tomohiro Kusumi
2017-03-10Drop redundant td_rw(td) testsTomohiro Kusumi
2017-03-08verify: add support for the sha3 variantsJens Axboe
2017-01-13Drop crc32c-arm64 optionwei xiao
2017-01-05verify: fill in vc->name for pattern verifyJens Axboe
2017-01-05verify: use log_verify_failure() for pattern verifiesJens Axboe
2017-01-05Add arm64 hardware assisted crc32c supportwei xiao
2016-08-15Fixup correct sparse warningsJens Axboe
2016-08-15fio: inherit IO engine flags to 'td'Jens Axboe
2016-08-14Only enable atomic io_u flag setting/clearing if we need itJens Axboe
2016-07-14pthread: bump min stack sizeJens Axboe
2016-05-10verify: increase state file name and log error on failureJens Axboe
2016-04-13Fix verify state for multiple filesJens Axboe
2016-03-15verify: clear IO verify state all_io_list before writingJens Axboe
2015-12-16verify: dump failed header, if verification failsJens Axboe
2015-12-07verify: fix header verification version checkJens Axboe
2015-10-19verify: add faster 'memory is all zeroes' helperJens Axboe
2015-09-05verify: move meta header to generic verify_headerRoman Pen
2015-09-04use 'lib/pattern' to parse patterns and paste formats into buffersRoman Pen
2015-09-04verify: use 'cmp_pattern' from 'lib/pattern.c' to compare pattern and bufferRoman Pen
2015-09-04replace 'fill_pattern' with 'cpy_pattern' from 'lib/pattern.c'Roman Pen
2015-08-21Fix aux_path for verify state savingJens Axboe