Ben England (3): allow --client to work with shared filesystem allow --client parameter to be pathname containing client host IPs/names document changes to --client syntax and behavior Brian Fulton (1): Fix Runtime, IOPS, bandwidth recorded incorrectly Bruce Cran (3): Add Windows ctime_r implementation and add empty ioctl.h header Fix compiler warning and test progs linker errors on Windows Fix Windows installer build: LICENSE is now MORAL-LICENSE Dan Ehrenberg (9): Allow trim on any file type Add new writetrim rw= mode for trims preceding writes Collect a block-wise histogram of trim and write errors mtd: Add CONFIG_MTD to ./configure script mtd: Import libmtd with modifications to make it compile mtd: ioengine mtd: example job file Fix mtd valgrind warning Don't export state variable Jens Axboe (36): Change writetrim to trimwrite Add ->bytes_done[] to struct thread_data backend: split queue io_u event handling into helper First cut at supporting IO offload libaio: don't call io_destroy(), let exit_aio() take care of it Add man page and HOWTO for io_submit_mode option Add sample job file for fixed submission rate Fix wrong index bug Fix off-by-one in cpu mask index handling Fix off-by-one in cpus_allowed configure: check for more of the used MTD features blktrace: only probe and set depth if option isn't set Merge branch 'io-threads' blktrace: fix bugs in accounting io_u: fix bug in rounding of generated buffer length HOWTO: clarify the 'wait' statement in iologs dedupe: fix dedupe_percentage=100 dedupe: improve 100% dedupe case Add recommendation to set direct=0 if first O_DIRECT fails blktrace: only set O_DIRECT if the min bs is a multiple of 4k configure: add support for --prefix blktrace: support for non-512b sector sizes libmtd: ->name and ->type_str can't be constant Merge branch 'master' of git://github.com/iuliur/fio Add support for options being a power-of-2 blktrace: add support for scaling and aligning replays cconv: add missing conversions of block_error_hist and skip_bad server: bump version Merge branch 'multiclnt-sharedfs-try3' of git://github.com/bengland2/fio Ensure that set_name_idx() doesn't exceed target bounds posixaio: use 'errno' for inline error Merge branch 'client-hostfile' of git://github.com/bengland2/fio Fix keyword replacement leaks README: add git:// for github as well Use PATH_MAX instead of _POSIX_HOST_NAME_MAX Fio 2.2.8 Julius Rus (1): Make windowsaio match iometer performance. Without this, we see around 60k on local flash while iometer does 100k. Milton Chiang (1): ARM: Use generic assembly nop and barrier code for armv8-a Steven Noonan (2): gettime: add support for CLOCK_MONOTONIC_RAW lfsr-test: print total elapsed time correctly