Akinobu Mita (1): Fix testing and setting set_options bitmap Ben England (2): embed server address, not other end's address treat error in addr conversion to string as non-fatal Chris Worley (1): HOWTO: make it clear that deviation is standard deviation Christopher Jacobs (1): add eta and elapsed to root of json output Jens Axboe (24): random: document default seed value Merge branch 'master' of ssh://git.kernel.dk/data/git/fio workqueue: style cleanup Add 'per_job_logs' option Add 'allow_file_create' option stat: add comment on why we need return Merge branch 'req4' of git://github.com/kusumi/fio Add start of mount check Add 'allow_mounted_write' option cconv: add allow_mounted_write Add Intel rdrand support rand: add 64-bit tausworthe variant with a 2^258 cycle filesetup: print warning if chosen random generator can't cover range rdma: adapt to new init_rand_seed() Merge branch 'req6' of git://github.com/kusumi/fio init: automate displaying debug categories configure: add some missing help options backend: don't add to runtime for fake writes verify: add raw pattern verify verify: fix dumping of received/expected buffers on failure verify: cleanup code for verify pattern without headers options: use fio_option_is_set() to detect verify setting Fix latency logging for io_submit_mode=offload Fio 2.2.9 Logan Gunthorpe (1): Modify rdma engine to use proper arguments. Sam Zaydel (3): int may be too small for a size_t on some systems. Merge branch 'master' of github.com:axboe/fio into fixtype Dropped commented out part of line. Tomohiro Kusumi (14): Fix warning from gmake on BSD Change (blank)cpu affinity macros to inline functions Cleanup DragonFlyBSD support Add missing fio_mutex_up() on return Fix build error on non-GNU environment Minor cleanups on cleanup() Add device_is_mounted() support for BSDs Fix compile error on non Linux-or-BSDs Clear sysfs path before reading current ioscheduler from sysfs Fix compiler warning Add header include for DragonFlyBSD Add get_fs_size() support for BSDs Rename get_fs_size() to get_fs_free_size() Enable FIO_HAVE_CHARDEV_SIZE on DragonFlyBSD