fio: ioengine flag cleanup
[fio.git] / lib / rand.c
2024-03-22 Vincent FuMerge branch 'issue-1735' of https://github.com/yygcode/fio
2023-07-03 Jens AxboeMerge branch 'improvement/fix-warnings-if-NDEBUG-enable...
2022-08-23 Vincent FuMerge branch 'sigbreak-wait' of github.com:bjpaupor/fio
2022-08-10 Jens Axboelib/rand: get rid of unused MAX_SEED_BUCKETS
2022-08-10 Jens AxboeMerge branch 'multi_seed_refill' of https://github...
2022-08-10 Sungup Moonlib/rand: Enhance __fill_random_buf using the multi...
2022-07-01 Jens Axboehash: cleanups
2022-07-01 Jens Axboelib/rand: improve __fill_random_buf()
2022-07-01 Jens AxboeMerge branch 'fill-random-smaller' of https://github...
2022-07-01 Georg SauthoffSimplify and optimize __fill_random_buf
2022-01-28 Jens AxboeMerge branch 'patch-1' of https://github.com/Nikratio/fio
2021-12-10 Jens AxboeMerge branch 'github-actions' of https://github.com...
2021-11-19 Jens Axboet/io_uring: use internal random generator
2021-10-19 Jens AxboeMerge branch 'fixes_1290' of https://github.com/rthardi...
2021-07-25 Jens AxboeMerge branch 'evelu-exec' of https://github.com/ErwanAl...
2021-07-15 Jens AxboeMerge branch 'dedupe_workset' of https://github.com...
2021-07-15 Bar Daviddedupe: allow to generate dedupe buffers from working set
2020-06-10 Jens AxboeMerge branch 'latency_window' of https://github.com...
2020-05-21 Jens AxboeMerge branch 'latency_run' of https://github.com/liu...
2020-05-20 Jens AxboeMerge branch 'testing' of https://github.com/vincentkfu/fio
2020-05-19 Jens AxboeMerge branch '32-bit-fixes' of https://github.com/sitso...
2020-05-19 Sitsofe WheelerFix 32-bit/LLP64 platform truncation issues
2019-10-08 Jens AxboeMerge branch 'replay-blktrace-fixes' of https://github...
2019-04-17 Jens AxboeMerge branch 'master' of https://github.com/mingnus/fio
2019-04-17 Ming-Hung Tsairand: fix truncated rand_seed on Windows
2018-11-29 Bari Antebirand: fix compressible data ratio per segment
2018-10-19 Jens AxboeMerge branch 'fix-init-read-iolog' of https://github...
2018-09-30 Jeff Moyerfix hung fio process with large I/O sizes and verify...
2018-03-22 Jens AxboeMerge branch 'include_refactor' of https://github.com...
2018-03-21 Sitsofe WheelerRefactor #includes and headers
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