Andreas Gruenbacher (5): Fix two minor typos update_condensed_str(): Fix for empty input strings Verify: Fix and improve verify_header() Verify: Tighten header length check in verify_header() Fix two error paths Andrey Kuzmin (1): Fix typo in io_u.c::get_next_file() George Dowding (1): Fix build from cmake Jeff Moyer (1): fio.1 - escape the escape character so it shows up Jens Axboe (50): Add string condensing for the ETA output Fixup run_str[] condensing with client/server Add support for compiling for ESX README: update to include official mirrors for the git repo Ensure we have enough room for the ETA runstr Add a get_jobs_eta() to return jobs eta information Ensure that job name is set before being used Get the crctest results properly aligned Fix struct jobs_eta packing on 32 vs 64-bit archs eta: only pass real size of jobs_eta client: fix ETA run_str server: pack over-the-wire structs server: update protocol version to 35 Add option for including byte offset for each log entry Add a typecheck for the endianness conversions client: fix missing pdu->log_offset endianness conversion client: fix missing init of 'i' Cleanup logging --latency-log is now gone cconv: convert ->log_offset on the wire log: fix use-after-free Add support for runtime log compression tp: remove debug start/shutdown printfs Add support for storing compressed logs Move tp.[ch] to lib/ configure: remove typo for zlib iolog: remove dead code that stored a gzip header glusterfs: fix leak in error path rbd: fix leak in error path iolog: do stat() after fopen() init: fix dead check for !td configure: add a note to install zlib-devel, if not there iolog: get rid of one section of CONFIG_ZLIB ifdef iolog: get rid of ic->nofree iolog: use a define instead of a raw bit mask flist: add flist_first_entry() iolog: fix bug when decompressing chunks with different sequence numbers Add some new code comments on the log compress/decompress tp: move pthread_cond_signal() outside of lock mutex: move pthread_cond_signal() outside of lock iolog: propagate errors to caller iolog: fix compile error for non-zlib iolog: fix link without zlib Allow threads 60 seconds to exit before being forceful iolog: run compression work at slightly elevated nice level Add thread number to log filename Fix cases where td->terminate is set, but terminate clock not marked Add some basic debug output for log compression blktrace: various bug fixes and improvements Fio 2.1.11 Puthikorn Voravootivat (1): Cast input argument for json_object_add_value_int to long long Sumanth K (1): fio: Eliminate compilation warning in ppc Tiziano Müller (3): Add configure flags for gfapi and rbd Pass O_DIRECT/O_SYNC to glfs_open if requested. Bail out if glfs_creat failed