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.h
Age
Commit message (
Expand
)
Author
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-06-21
Make __rand_0_1() compatible with clang
Bart Van Assche
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-06-12
rand: make randX_upto() do the end value increment
Jens Axboe
2018-06-12
rand: ensure that rand_between() can reach max value
Jens Axboe
2018-06-12
rand: cleanup rand_between() and helpers
Jens Axboe
2018-06-12
rand: add rand64_between()
Jens Axboe
2018-03-21
Refactor #includes and headers
Sitsofe Wheeler
2016-03-10
Use 32-bit rand for parts that use rand_between()
Jens Axboe
2016-03-07
rand: use bools
Jens Axboe
2016-03-04
Add support for zones of random IO, with varying frequency of access
Jens Axboe
2015-11-09
make sure __rand_0_1 does not return 0.0
Song Liu
2015-11-09
Fixups for poisson rate
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-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
2014-09-22
Basic support for dedupe
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
First step at speeding up io_u rand refill
Jens Axboe