Bruce Cran (2): Fix IPv6 check on FreeBSD by including netinet/in.h Windows: add install directory to the Path environment variable Christian Ehrhardt (6): fio: fix job clone mem leak fio: allow general repeatability fio: allow milliseconds on all time specifiers fio: provide an option for a startdelay range fio: add multi directory support fio: allow to combine terse output with any selected output type Daniel Gollub (6): Make file.h C++ safe by casting fio_file_flags Make parse.h C++ safe by avoiding "or" keyword Fix g++ warning about void* used in arithmetic Introduce get_ioengine for external engines engines/null: allow build as external C++ ioengine librbd ioengine support Danny Al-Gaaf (2): fio.1: add rbd options to man page add example job file for the RBD engine Jens Axboe (34): parse: cleanup difference between profile and normal options Make err.h a bit more Windows friendly clang: fix warnings with clang build null: style fixup Don't compute iops samples for gtod_reduce=1 Fix inverted logic in gtod_reduce() Fix another typo in gtod_reduce() Fix early termination of cpu id string server: bump protocol version Add support for the Google xxhash checksumming function Add option group/category to allrandrepeat xxhash: dos2unix'ize Fixup time multipliers Improve latency_target runs Unify the time handling Ensure that fio_get_kb_base() doesn't assume 'data' is thread_options Fix crash with --debug=file and NULL file return net: fix accidental overwrite of more than just the address Fixup ->open_files if not given blktrace: load improvements Branch and cache miss speedups Add support for cpus_allowed_policy Update IO engine version windows: add proper header for hweight64() windows: fix fio_cpu_count() definition Fix off-by-one bug in CPU split mask handling cpus_allowed_policy fixups Update cpus_allowed_policy=split documentation Add runstate swap helpers server: fix warnings on some platforms on incompatible pointer type Silence 'io_u might be used uninitialized' warning solaris: fixup new cpuset functions Merge branch 'master' of ssh://git.kernel.dk/data/git/fio Fio 2.1.6 Peter Oberparleiter (3): fio: flush log files on test end fio: allow 0 as compress percentage fio: fix last block never being touched by random offsets Puthikorn Voravootivat (1): Fix verify_only option not working properly Sitsofe Wheeler (2): cpuid: Null terminate x86 CPU string. io_u_qiter: Fix buffer overrun