The following changes since commit 74929ac27bcbaa26a08a9abcda70b5ebba94166e: Jens Axboe (1): Add support for reserved keywords are available in the git repository at: git://git.kernel.dk/fio.git master Jens Axboe (2): Add Linus' optimized sha1 hash for checksum Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio HOWTO | 2 + Makefile | 1 + Makefile.FreeBSD | 1 + Makefile.solaris | 1 + crc/sha1.c | 220 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ crc/sha1.h | 20 +++++ options.c | 4 + verify.c | 49 ++++++++++++ verify.h | 4 + 9 files changed, 302 insertions(+), 0 deletions(-) create mode 100644 crc/sha1.c create mode 100644 crc/sha1.h -- 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