Ankit Kumar (14): filesetup: remove unnecessary check verify: add missing client/server support for verify_write_sequence init: write sequence behavior change for verify_only mode fio: add verify_header_seed option verify: disable header seed checking instead of overwriting it verify: enable header seed check for 100% write jobs verify: disable header seed check for verify_only jobs verify: header seed check for read only workloads verify: fix verify issues with norandommap verify: disable write sequence checks with norandommap and iodepth > 1 backend: fix verify issue during readwrite init: fixup verify_offset option verify: fix verify issue with offest modifiers verify: adjust fio_offset_overlap_risk to include randommap Avritt Rohwer (1): Document expected filename format for s3 http engine. Damien Le Moal (2): man: Fix recover_zbd_write_error option description configure: Fix libnfs cflags and libs Dan Dedrick (1): t/read-to-pipe-async: fix -DNDEBUG support Jens Axboe (8): Merge branch 'fix-DNDEBUG' of https://github.com/dandedrick/fio Re-introduce RWF_DONTCACHE Merge branch 'iouring-spellingfix-2025-03-18' of https://github.com/proact-de/fio Merge branch 'master' of https://github.com/blah325/fio Merge branch 'patch-1' of https://github.com/avrittrohwer/fio HOWTO: fix bad whitespace Merge branch 'continue_on_error_fix_up' of https://github.com/kawasaki/fio Fio 3.40 Martin Steigerwald (1): Fix spelling error in IO uring engine. Minwoo Im (1): docs: update docs for verify_mode=compare of io_uring_cmd Shin'ichiro Kawasaki (14): zbd: move zone finish operation to zbd_convert_to_write_zone() zbd: factor out zbd_pick_write_zone() zbd: finish zone when all random write target zones have small remainder t/zbd: add test for the case all write zones have small remainder oslib: blkzoned: add blkzoned_move_zone_wp() helper function ioengine: add move_zone_wp() callback engines/libzbc: implement move_zone_wp callback zbd: introduce zbd_move_zone_wp() zbd: add the recover_zbd_write_error option t/zbd: set badblocks related parameters in run-tests-against-nullb t/zbd: add the test cases to confirm continue_on_error option t/zbd: add run-tests-against-scsi_debug oslib: blkzoned: add missing blkzoned_move_zone_wp() stub fio_sem, diskutil: introduce fio_shared_sem and use it for diskutil lock Vincent Fu (29): Merge branch 'update-docs-for-compare' of https://github.com/minwooim/fio t/fiotestcommon: do not require nvmecdev argument for Requirements t/fiotestlib: improve JSON decoding t/fiotestlib: display stderr size when it is not empty but should be t/verify.py: Add verify test script t/fiotestcommon: add a success pattern for long tests t/run-fio-test: add t/verify.py ci: add nightly test for verify Merge branch 'dfs' of https://github.com/henglgh/fio ci: set kvm permissions for GHA QEMU jobs fio: allow trim operations for verify/trim workloads trim_verify: include a trim panel in the output init: error out when readonly is set for a trim/verify workload verify/trim: stop issuing trims if we run out verify/trim: make trim_backlog_batch work t/verify-trim.py: superficial test script for verify/trim ci: add verify-trim.py test script windows: fix pread/pwrite verify: add verify mode for a pattern with header verify: fix verify_offset when used with pattern_hdr verify: make verify_pattern=%o thread safe verify: omit verify type mismatch error message for pattern verify t/fiotestcommon: lengthen timeout for longer tests ci: for nightly verify tests use all checksum methods ci: don't skip verify tests when triggered manually verify: add verify_pattern_interval option t/verify: test cases for running pattern and pattern_hdr t/verify: Windows --output work-around t/verify: add tests to exercise verify_pattern_interval fugen (1): dfs: fix fail to load dfs engine jrizzo (1): Fix hang on Windows when multiple --client args are present