Adam Kupczyk (1): iolog: Fix problem with setup() not invoked when read_iolog is used. Ben England (1): add rsp. time samples as column 2, use meaningful pctile names Jeff Furlong (1): Fix Windows CPU count Jens Axboe (12): Bool conversions Add cross-stripe intel sample verify job Merge branch 'patch-1' of https://github.com/joaomlneto/fio Remove old OS dependent (unused) random code options: kill 'use_os_rand' Merge branch 'offload-serialize-overlap2' of https://github.com/vincentkfu/fio Merge branch 'fix-init-read-iolog' of https://github.com/aclamk/fio filesetup: fix whitespace damage introduced by previous patch Merge branch 'samples-colnames' of https://github.com/parallel-fs-utils/fio stat: use helper for IO direction name io_u: move trim error notification out-of-line Fio 3.12 João Neto (1): Be careful when defining `MPOL_LOCAL` Tomohiro Kusumi (7): unittests: add CUnit based unittest framework unittests: add unittest suite for lib/memalign.c unittests: add unittest suite for lib/strntol.c unittests: add unittest suite for oslib/strlcat.c unittests: add unittest suite for oslib/strndup.c lib: fix strntol's end pointer when str has leading spaces oslib: fix strlcat's incorrect copying Vincent Fu (9): init: loosen serialize_overlap restrictions fio: enable overlap checking with offload submission docs: enable serialize_overlap with io_submit_mode=offload rate-submit: remove code that can never be executed fio: reset more counters when ramp time has elapsed fio: add function to check for serialize_overlap with offload submission fio: enable cross-thread overlap checking with processes fio: document locking for overlap checking in offload mode docs: serialize_overlap=1 with io_submit_mode=offload no longer requires threads