Merge branch 'dev' of https://github.com/smartxworks/fio
[fio.git] / lib / bloom.c
2018-03-22 Jens AxboeMerge branch 'include_refactor' of https://github.com...
2018-03-21 Sitsofe WheelerRefactor #includes and headers
2017-02-07 Jens Axboebloom: if we're not setting bits, break after first...
2017-01-05 wei xiaoAdd arm64 hardware assisted crc32c support
2016-12-13 Vincent FuMerge git://git.kernel.dk/fio into steady-state
2016-09-25 Jens Axboebloom: don't enforce minimum entry count
2016-09-25 Jens Axboebloom: allow to pass in whether to set bits for strings
2016-09-23 Jens Axboebloom: add string version
2016-09-23 Jens Axboebloom: hashes take byte lengths, not nwords
2016-09-23 Jens Axboebloom: use bool
2016-09-15 Jens AxboeMerge branch 'master' of https://github.com/jan--f/fio
2016-08-16 Jens AxboeMerge branch 'histogram-delta' of https://github.com...
2016-08-15 Jens AxboeFixup correct sparse warnings
2015-01-03 Jens Axboebloom: kill unused function
2014-09-28 Jens Axboebloom: up hashes to 5 by default
2014-09-27 Jens AxboeMove murmur3 hash to crc/
2014-09-27 Jens AxboeAdd murmurhash3
2014-09-26 Jens Axboebloom: use independent hashes
2014-09-26 Jens Axboebloom: always use a larger minimum size for bloom filter
2014-09-26 Jens AxboeAdd bloom filter