Adam Kupczyk (1): engines/rados: use fio provided file names Bart Van Assche (7): zbd: Fix zbd_zone_nr() t/zbd/functions: Make fio_reset_count() return 0 if no resets occurred t/zbd/test-zbd-support: Ensure that an assertion failure causes this test to fail t/zbd/test-zbd-support: Set fio aux path and forbid file creation t/zbd/test-zbd-support: Report a test summary when finished zbd: Restore zbd_check_swd() zbd: Avoid duplicating the code for calculating the number of sectors with data Ben England (3): handle log_unix_epoch=1 raise exception if test start time can't be estimated filter out records with duplicate timestamps Damien Le Moal (3): eta: Avoid adjustements to a negative value zbd: Remove unused function and variable zbd: Fix incorrect comments Dennis Zhou (6): options: rename name string operations for more general use blktrace: add support to interleave blktrace files blktrace: add option to scale a trace blktrace: add option to iterate over a trace multiple times Revert "blktrace: support for non-512b sector sizes" update replay_align and replay_scale documentation Jeff Moyer (1): fix hung fio process with large I/O sizes and verify= option Jens Axboe (31): windows: handle ERROR_NOT_READY windows: fix the most egregious posix.c style errors windows: make win_to_posix_error() more resilient Merge branch 'histo-log-dup-timestamp' of https://github.com/parallel-fs-utils/fio Merge branch 'windows_static' of https://github.com/sitsofe/fio axmap: use 64-bit type for number of bits axmap: use 64-bit index for the handlers lfsr: use unsigned long long for 64-bit values t/axmap: use a 64-bit type (not size_t) for axmap tests axmap: isset_fn() should use 1ULL, not 1UL zbd: fix various 32-bit compilation warnings Random distribution 32-bit fixes filesetup: use 64-bit type for file size generation Merge branch 'epoch-time-hist-logs' of https://github.com/parallel-fs-utils/fio blktrace: provide empty merge_blktrace_iologs() blktrace: fix leak of 'merge_buf' engines/http: work-around crash in certain libssl versions Merge branch 'steadystate-doc' of https://github.com/vincentkfu/fio stat: print the right percentile variant for json output parse: print option name for out-of-range settings parse: fix min/max val checking for FIO_OPT_INT Add regression test for flow/negative option parser breakage parse: fix minval checking parse: fix negative FIO_OPT_INT too-large check Merge branch 'master' of https://github.com/bvanassche/fio server: be locally vocal about communication issues gettime: slightly improve CPU clock calibration engines/cpu: fix potential overflow in thinktime calculation iolog: fix up some style issues iolog: fix leak for unsupported iolog version Fio 3.11 Sitsofe Wheeler (1): build: change where we set -static for Windows Vincent Fu (1): docs: clarify usage of steadystate detection feature