memcpy: free buffer in case of failure
[fio.git] / lib / rand.c
2017-05-03 Jens AxboeMerge branch 'wip-remove-disconnect' of https://github...
2017-04-26 Tomohiro KusumiMake lib/rand.c a stand-alone library
2016-05-20 Jens AxboeMerge branch 'master' of https://github.com/davidzengxh...
2016-03-10 Jens Axboelib/rand: make __init_randX() static
2016-03-10 Jens AxboeUse 32-bit rand for parts that use rand_between()
2016-03-07 Jens Axboerand: use bools
2015-09-04 Roman Penreplace 'fill_pattern' with 'cpy_pattern' from 'lib...
2015-05-29 Jens Axboerand: add 64-bit tausworthe variant with a 2^258 cycle
2015-05-29 Jens AxboeAdd Intel rdrand support
2014-12-05 Jens Axboelib/rand: cleanup __fill_random_buffer()
2014-12-05 Jens Axboelib/rand: fix bug with non uint64_t aligned random...
2014-12-04 Jens AxboeUse specified compression/pattern for verify buffers too
2014-12-04 Jens AxboeUse specified buffer_pattern (if given) for all io_u...
2012-03-13 Jens AxboeMerge branch 'master' into gfio
2012-03-09 Jens AxboeCompression buffer fill fix
2012-03-02 Jens AxboeCompression fixes
2012-03-02 Jens AxboeAdd buffer_compress_percentage
2011-08-31 Jens AxboeEnsure that buffer contents are random across jobs...
2011-03-28 Jens AxboeSwitch to using our internal Tausworthe based random...
2011-01-11 Jens AxboeWhen verify fails, dump the good/bad blocks to files
2010-06-21 Jens AxboeSpeedup verify random fills by 10-15x
2010-03-25 Jens AxboeAdd documentation for the random number generator
2010-03-25 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2010-03-25 Jens AxboeFirst step at speeding up io_u rand refill