crc/test: fix potential div by zero
[fio.git] / crc /
2014-10-15 Jens Axboecrc/test: fix potential div by zero
2014-09-28 Jens Axboecrc/test: add fnv
2014-09-28 Jens AxboeAdd fnv hash
2014-09-27 Jens Axboecrc/test: if the checksum needs a _final(), do it in...
2014-09-27 Jens AxboeMove murmur3 hash to crc/
2014-09-27 Jens Axboecrc/test: add jhash
2014-09-27 Jens Axboecrc/test: fix alignment
2014-09-27 Jens AxboeAdd murmurhash3
2014-09-26 Jens Axboebloom: use independent hashes
2014-09-23 Jens AxboeChecksumming updates
2014-07-25 Jens Axboecrc/test: a few more cleanups and code unifications
2014-07-25 Jens Axboecrc/test: cleanup and better precision
2014-06-24 Jens AxboeGet the crctest results properly aligned
2014-05-19 Jens AxboeMerge branch 'master' of git://github.com/cvubrugier/fio
2014-05-19 Jens AxboeMerge branch 'master' of git://github.com/rootfs/fio
2014-04-30 Danny Al-Gaafcrc/test.c: fix include of time.h
2014-04-03 Jens Axboecrc: add test.h header to test.c
2014-04-02 Jens AxboeAdd missing crc/test.h file
2014-04-02 Jens AxboeMerge branch 'erwan/clang' of https://github.com/enovan...
2014-04-02 Jens AxboeMerge branch 'erwan/nobasename' of https://github.com...
2014-04-02 Jens AxboeCleanup symbols that should be static
2014-03-21 Castor FuPass -Wstrict-prototypes -Wold-style-definition, whitespace
2014-02-20 Jens Axboexxhash: dos2unix'ize
2014-02-20 Jens AxboeAdd support for the Google xxhash checksumming function
2014-02-08 Jens Axboecrc: add option to list possible crc types
2014-02-08 Jens Axboecrc: ensure we properly match test name
2014-02-07 Jens AxboeAdd support for testing checksumming speed
2013-01-09 Jens AxboeMerge branch 'master' into gfio
2012-12-18 Jens AxboeFixup CPUID for 32-bit x86
2012-12-11 Jens AxboeMerge branch 'master' into gfio
2012-12-09 Jens AxboeAdd check for invariant TSC on x86 and use TSC is defau...
2012-02-29 Jens AxboeMerge branch 'master' into gfio
2012-02-29 Jens AxboeRename crc functions to private namespace
2012-02-22 Jens AxboeAuto-detect whether to use hw assisted crc32c
2012-02-09 Jens AxboeFix a few other static code checker spotted "issues"
2011-10-12 Jens AxboeMerge branch 'master' into client-server
2011-10-05 Jens AxboeMerge branch 'master' into client-server
2011-10-01 Jens Axboecrc16: use void * as the argument
2011-01-19 Jens AxboeGet rid of shadow declarations
2010-10-22 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2010-10-21 Jens AxboeA few fixes for 32-bit compiles
2010-06-29 Jens Axboecrc32c-intel: replace SIGILL approach with cpuid
2010-06-21 Jens AxboeAuto-detect missing hw support for crc32c and fallback...
2009-08-09 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2009-08-09 Jens AxboeAdd Linus' optimized sha1 hash for checksum
2008-09-12 Aaron CarrollDon't compile crc32c-intel on non-x86 platforms
2008-08-04 Jens AxboeAdd intel hardware assisted crc32c support
2008-06-11 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2008-06-11 Jens AxboeAdd crc32c checksum
2008-06-11 Jens Axboecrc32 is uint32_t, not unsigned long
2008-05-30 Jens AxboeMove the lib/ stuff around a bit
2008-05-30 Jens AxboeMake it work on opensolaris
2007-07-30 Jens AxboeMove checksumming files to seperate directory