The following changes since commit ff455a04f4e77d5a41532cda61b6fb82a37c2658: Jens Axboe (1): mmap engine: fix for large files on 32-bit archs are available in the git repository at: git://git.kernel.dk/fio.git master Jens Axboe (10): Cleanup IO buffer memory allocation Only show maxval in --cmdhelp if it is given Add verify hook to options Add support for the iomem_align option Move rw= write && read_only check to ->verify callback Move gtod_cpu affinity check to verify callback Fix compile error Fio 1.29-rc1 Don't allow pre_read on IO engines that cannot seek Add code to detect a task that exited prior to up'ing the startup mutex HOWTO | 14 +++++++- engines/net.c | 4 +- engines/splice.c | 2 +- filesetup.c | 3 ++ fio.1 | 13 ++++++- fio.c | 17 +++++++-- fio.h | 6 +++ init.c | 30 +++++++-------- io_u.c | 5 --- ioengine.h | 1 + memory.c | 105 ++++++++++++++++++++++++++++++++--------------------- mutex.c | 25 +++++++++++++ mutex.h | 1 + options.c | 40 ++++++++++++++++++++ parse.c | 11 +++++- parse.h | 1 + 16 files changed, 205 insertions(+), 73 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html