index
:
fio
for-each-td
io_uring-numa
issue-870
latency-probe
master
noaccess
random-fill-aes
randtrimwrite
refill
segmented-threads
test
fio - Flexible IO Tester
axboe@kernel.dk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
verify.c
Age
Commit message (
Expand
)
Author
2023-03-03
Refactor for_each_td() to catch inappropriate td ptr reuse
Horshack
2022-11-18
zbd, verify: verify before zone reset for zone_reset_threshold/frequency
Shin'ichiro Kawasaki
2022-10-24
verify: fix numberio accounting of experimental verify
Shin'ichiro Kawasaki
2021-08-01
Fix an error triggered by double releasing the lock
anson-lo
2020-08-10
verify: use origina offset for verification
Jens Axboe
2020-06-21
fio: Use atomic_load_acquire() and atomic_store_release() where appropriate
Bart Van Assche
2020-05-21
verify: decouple seed generation from buffer fill
Alexey Dobriyan
2020-01-16
verify: Fix test to not check for numberio when verify_only is true
Gwendal Grignou
2020-01-06
Include "oslib/asprintf.h" where necessary
Bart Van Assche
2019-09-24
verify: check that the block size is big enough
Jens Axboe
2019-08-14
Optimize the code that copies strings
Bart Van Assche
2019-04-17
rand: fix truncated rand_seed on Windows
Ming-Hung Tsai
2018-11-06
verify: add requested block information to failure trace
Feng, Changyu
2018-07-25
Merge branch 'fio-c++-engine' of https://github.com/tchaikov/fio
Jens Axboe
2018-07-25
replace typeof with __typeof__
Kefu Chai
2018-07-23
Add support for >= 4G block sizes
Jeff Furlong
2018-04-17
Deprecate verifysort and verifysort_nr
Jens Axboe
2018-03-19
verify: Simplify dump_buf()
Bart Van Assche
2018-03-16
Signal td->free_cond with the associated mutex held
Bart Van Assche
2018-03-12
Rename struct rb_node into struct fio_rb_node
Bart Van Assche
2018-03-09
mutex: fix other locations where we are not waking within the lock
Jens Axboe
2018-02-12
verify: convert verify buf too small warning to fio_did_warn()
Jens Axboe
2018-01-05
verify: don't adjust verification length based on interval when unaligned
Jens Axboe
2017-11-29
verify: convert hdr time to sec+nsec
Jens Axboe
2017-11-29
verify: kill unneeded forward declaration
Jens Axboe
2017-10-11
convert FIO_OS_PATH_SEPARATOR to a character
Josef Bacik
2017-06-23
verify: don't use void* for pointer arithmetic (gcc)
Tomohiro Kusumi
2017-06-21
nanosecond: initial commit changing timeval to timespec
Vincent Fu
2017-05-26
verify: add missing free(ptr);
Tomohiro Kusumi
2017-03-10
Drop redundant td_rw(td) tests
Tomohiro Kusumi
2017-03-08
verify: add support for the sha3 variants
Jens Axboe
2017-01-13
Drop crc32c-arm64 option
wei xiao
2017-01-05
verify: fill in vc->name for pattern verify
Jens Axboe
2017-01-05
verify: use log_verify_failure() for pattern verifies
Jens Axboe
2017-01-05
Add arm64 hardware assisted crc32c support
wei xiao
2016-08-15
Fixup correct sparse warnings
Jens Axboe
2016-08-15
fio: inherit IO engine flags to 'td'
Jens Axboe
2016-08-14
Only enable atomic io_u flag setting/clearing if we need it
Jens Axboe
2016-07-14
pthread: bump min stack size
Jens Axboe
2016-05-10
verify: increase state file name and log error on failure
Jens Axboe
2016-04-13
Fix verify state for multiple files
Jens Axboe
2016-03-15
verify: clear IO verify state all_io_list before writing
Jens Axboe
2015-12-16
verify: dump failed header, if verification fails
Jens Axboe
2015-12-07
verify: fix header verification version check
Jens Axboe
2015-10-19
verify: add faster 'memory is all zeroes' helper
Jens Axboe
2015-09-05
verify: move meta header to generic verify_header
Roman Pen
2015-09-04
use 'lib/pattern' to parse patterns and paste formats into buffers
Roman Pen
2015-09-04
verify: use 'cmp_pattern' from 'lib/pattern.c' to compare pattern and buffer
Roman Pen
2015-09-04
replace 'fill_pattern' with 'cpy_pattern' from 'lib/pattern.c'
Roman Pen
2015-08-21
Fix aux_path for verify state saving
Jens Axboe
[next]