Barak Pinhas (1): fix verify_only when using ioengine=mmap Bryce Guinta (1): Make fiologparser_hist compatible with python3 Damian Yurzola (1): init: fix broken verify_interval Jeff Furlong (1): Fix client/server "all clients" reporting Jens Axboe (30): Merge branch 'eta_overflow' of https://github.com/sitsofe/fio Merge branch 'barak/mmap_verify_only' of https://github.com/barakp/fio Merge branch 'eta_display' of https://github.com/sitsofe/fio Merge branch 'master' of https://github.com/yashi/fio log: fix bad < 0 check for unsigned Merge branch 'percentiles' of https://github.com/sitsofe/fio Change bluestop link to be https verify: don't adjust verification length based on interval when unaligned stat: don't add duplicate clat entries for json io/examples/fio-seq-read: use direct=1 Merge branch 'fio-issue-450' of https://github.com/gvkovai/fio Merge branch 'diskless_invalidate' of https://github.com/sitsofe/fio Add suppor for logging fsync (and friends) latencies Switch last_was_sync and terminate to bool and pack better Track fsync/fdatasync/sync_file_range issue count stat: ensure that we align ts->sync_stat appropriately io_ddir: move count values out of the enum fio_ddir io_ddir: revert separate ddir count change stat: add total fsync ios to json output Let fadvise_hint also apply too mmap engine and madvise mmap: don't include MADV_FREE in fadvise_hint check Include 'numjobs' in global options output init: fixup some bad style in previous commit Merge branch 'master' of https://github.com/brycepg/fio init: add global 'warned' state filesetup: convert root flush warning to fio_did_warn() verify: convert verify buf too small warning to fio_did_warn() io_u: convert zoned bug warning to fio_did_warn() iolog: convert drop warning to fio_did_warn() debug: fix inverted logic in fio_did_warn() Robert Elliott (2): debug: make debug=io readable with multiple threads ioengines: don't call munmap unless size boundary is exceeded Sitsofe Wheeler (9): eta: fix buffer overflow in ETA output eta: adjust truncation case eta: fix run_str_condensed overflow with maximum jobs eta: skip clearing of remainder of line when starting a new line eta: fix previous line length calculation eta: show complete status line with max job states stat: make lat_percentiles=1 use sample count from lat_stat init: disable percentiles when latency gathering is disabled filesetup: skip fallback invalidation with diskless ioengines Tomohiro Kusumi (4): lib/memcpy: fix warning on FreeBSD null: fix compile time warning on OpenBSD null: make *impl_ private null: drop unneeded casts from void* to non-void* Yasushi SHOJI (1): mutex: down_timeout: check against the base time gvkovai (1): Fix zoning issue with seq-io and randommap issue