Bart Van Assche (3): iolog: Ensure that sockaddr_un.sun_path is '\0'-terminated Micro-optimize num2str() num2str(): Avoid an out-of-bounds array access Ben England (1): remove dependency on unittest2 module Jens Axboe (15): Collect startup output before logging it client: use temp buffer for client text output log: use __log_buf() if we know buf != NULL init: use __log_buf() if we know buf != NULL log: remember to free output buffer when done Revert "client: respect terse output on client <--> backend relationship" client: use temp buffer for single output flush for json/disk util client: switch to per-client buffer client: cleanup output types Rename example job files (*.job -> *.fio) Kill fusion atomic write engine Merge branch 'master' of https://github.com/bvanassche/fio Merge branch 'no-unittest-dep' of https://github.com/parallel-fs-utils/fio Merge branch 'offload-flags-fix' of https://github.com/vincentkfu/fio Add regression test for recent offload locking bug Vincent Fu (1): rate_submit: synchronize accesses to io_u_queue->nr