Alireza Haghdoost (1): Use _Static_assert() if available Andrey Kuzmin (2): backend: fix comparison of 'ret' pointer workqueue: Ensure submission offload worker inherits parent's options Chandan Rajendra (1): arch-ppc.h: Add ilog2 implementation for ppc64 Dave (2): Re-seed random generator correctly between loops Correct handleing of rate_iops_min and ratemin DaveGlen (3): Implement new Rate Control initialize rate_io_issue_bytes allow for ratemin to be used without setting rate Jens Axboe (35): workqueue: make it work on platforms without __sync_fetch_and_add() Kill duplicate __sync_fetch_and_add() t/stest: shrink test size from 128MB configure: fixup clang stupidity smalloc: fix unused 'int_mask' warning if redzoning is turned off smalloc: smalloc() already clears memory, scalloc() need not do it again t/debug: fix 'fio_debug' declaration verify: fix bad 'from_verify' setting in do_io() Make td flags be shifts buffer: only set refill_buffers, it it wasn't set manually Update README for DragonFly HOWTO: fix long line HOWTO: spelling error README: no delay on sync to backup git hosts anymore libfio: add runstate names configure: make __sync_fetch_and_add() test use 64-bit types Fix potential divide-by-zero in calc_rate() Fix potential divide-by-zero in calc_iops() configure: add --disable-optimizations server: make the setsockopt() error output a bit more informative Whitespace fixup eta: ensure we include terminating 0 space in je->run_str[] client: make it explicit that we don't reuse 'eta' after freeing it filesetup: make random generator block auto-switch on huge files Merge branch 'master' of git://github.com/DaveGlen/fio gettime: silence bogus gcc warnings mtd: expand configure check Merge branch 'master' of git://github.com/DaveGlen/fio configure: fixup using wrong var for endmntent() configure: cleanup strsep() test case README: update for trigger options Add --aux-path support parse: only print option mismatch help, if the distance is close enough Fix aux_path for verify state saving Fio 2.2.10 Jeremy Fitzhardinge (2): fio: allow for build in separate build directory configure: don't be so eager to overwrite an existing Makefile Ken Raeburn (1): Retry bdev cache invalidation for EAGAIN errors Logan Gunthorpe (2): Error when the block size on the RDMA server is less than the client RDMA engine server mode flow fix ups. Roman Pen (8): lib/strntol: add 'strntol' function lib/pattern: add set of functions to parse combined pattern input replace 'fill_pattern' with 'cpy_pattern' from 'lib/pattern.c' verify: use 'cmp_pattern' from 'lib/pattern.c' to compare pattern and buffer add FIELD_SIZE macro to calculate the size of the specified field use 'lib/pattern' to parse patterns and paste formats into buffers fio.1: update description for 'buffer_pattern' and 'verify_pattern' verify: move meta header to generic verify_header