index
:
fio
io_uring-numa
issue-870
latency-probe
master
noaccess
random-fill-aes
randtrimwrite
refill
segmented-threads
test
fio - Flexible IO Tester
axboe@kernel.dk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
rand.c
Age
Commit message (
Expand
)
Author
2022-08-10
lib/rand: get rid of unused MAX_SEED_BUCKETS
Jens Axboe
2022-08-10
lib/rand: Enhance __fill_random_buf using the multi random seed
Sungup Moon
2022-07-01
hash: cleanups
Jens Axboe
2022-07-01
lib/rand: improve __fill_random_buf()
Jens Axboe
2022-07-01
Simplify and optimize __fill_random_buf
Georg Sauthoff
2021-11-19
t/io_uring: use internal random generator
Jens Axboe
2021-07-15
dedupe: allow to generate dedupe buffers from working set
Bar David
2020-05-19
Fix 32-bit/LLP64 platform truncation issues
Sitsofe Wheeler
2019-04-17
rand: fix truncated rand_seed on Windows
Ming-Hung Tsai
2018-11-29
rand: fix compressible data ratio per segment
Bari Antebi
2018-09-30
fix hung fio process with large I/O sizes and verify= option
Jeff Moyer
2018-03-21
Refactor #includes and headers
Sitsofe Wheeler
2017-04-26
Make lib/rand.c a stand-alone library
Tomohiro Kusumi
2016-03-10
lib/rand: make __init_randX() static
Jens Axboe
2016-03-10
Use 32-bit rand for parts that use rand_between()
Jens Axboe
2016-03-07
rand: use bools
Jens Axboe
2015-09-04
replace 'fill_pattern' with 'cpy_pattern' from 'lib/pattern.c'
Roman Pen
2015-05-29
rand: add 64-bit tausworthe variant with a 2^258 cycle
Jens Axboe
2015-05-29
Add Intel rdrand support
Jens Axboe
2014-12-05
lib/rand: cleanup __fill_random_buffer()
Jens Axboe
2014-12-05
lib/rand: fix bug with non uint64_t aligned random buffer fill
Jens Axboe
2014-12-04
Use specified compression/pattern for verify buffers too
Jens Axboe
2014-12-03
Use specified buffer_pattern (if given) for all io_u fills
Jens Axboe
2012-03-09
Compression buffer fill fix
Jens Axboe
2012-03-02
Compression fixes
Jens Axboe
2012-03-02
Add buffer_compress_percentage
Jens Axboe
2011-08-31
Ensure that buffer contents are random across jobs as well
Jens Axboe
2011-03-28
Switch to using our internal Tausworthe based random generator for offsets
Jens Axboe
2011-01-11
When verify fails, dump the good/bad blocks to files
Jens Axboe
2010-06-21
Speedup verify random fills by 10-15x
Jens Axboe
2010-03-25
Add documentation for the random number generator
Jens Axboe
2010-03-25
First step at speeding up io_u rand refill
Jens Axboe