The following changes since commit 8f933caebc879fa06bb8d2d25802dd6f27da8071: Jens Axboe (1): mmap engine: remove code duplication are available in the git repository at: git://git.kernel.dk/fio.git master Jens Axboe (6): Add support for async IO verification offload Improve async verify offload efficiency Make async IO verify offload handle errors properly Code indentation fix Async verify HOWTO/man update Print error on thread init failure HOWTO | 13 +++++ file.h | 1 + fio.1 | 12 +++++ fio.c | 27 +++++++++-- fio.h | 36 ++++++++++++++ flist.h | 30 ++++++++++++ io_u.c | 33 +++++++++++-- ioengine.h | 1 + options.c | 49 +++++++++++++++++-- os/os-linux.h | 8 ++-- os/os-solaris.h | 4 +- os/os.h | 2 +- verify.c | 141 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ verify.h | 7 +++ 14 files changed, 345 insertions(+), 19 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