Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
fio
/
6aca9b3d1042bef94958ebee0656755a91695f4b
/
lib
22f8045
Merge branch 'master' into gfio
by Jens Axboe
· 12 years ago
73798eb
num2str: add arguments to represent values in terms of bytes/bits
by Steven Noonan
· 12 years ago
9ad8da8
Add strcasestr()
by Jens Axboe
· 12 years ago
62232d0
Merge branch 'master' into gfio
by Jens Axboe
· 12 years ago
09d6bf0
axmap: get rid of old debug ->fail_ok checking
by Jens Axboe
· 12 years ago
0bfdf9f
axmap: fix bug with max_bs/min_bs ratio being > 64
by Jens Axboe
· 12 years ago
d721392
Merge branch 'master' into gfio
by Jens Axboe
· 12 years ago
25c4255
lib/getopt_long: clear 'optarg' every time
by Jens Axboe
· 12 years ago
d0f8536
lfsr: fix verification and spin bugs
by Alex Pyrgiotis
· 12 years ago
a64ea63
lfsr: Fix spin related bug
by Alex Pyrgiotis
· 12 years ago
b136e93
lfsr: indent table
by Jens Axboe
· 12 years ago
d474cbc
Improve LFSR implementation
by Alex Pyrgiotis
· 12 years ago
29df29e
Merge branch 'master' into gfio
by Jens Axboe
· 12 years ago
53737ae
Fix problem with terminating on unaligned sizes
by Jens Axboe
· 12 years ago
6a5c4d9
Merge branch 'master' into gfio
by Jens Axboe
· 12 years ago
5be4c94
Initialize global and non-static variables
by Jens Axboe
· 12 years ago
135be49
Merge branch 'master' into gfio
by Jens Axboe
· 12 years ago
6683745
Fix getopt def check
by Jens Axboe
· 12 years ago
44404c5
Add lib/getrusage.c
by Jens Axboe
· 12 years ago
836fcc0
Merge branch 'master' into gfio
by Jens Axboe
· 12 years ago
0dcebdf
configure: add endian check
by Jens Axboe
· 12 years ago
47d94b0
axmap: ensure that we never return a value that is larger than the map size
by Jens Axboe
· 12 years ago
731ef4c
axmap: improve axmap_find_first_free()
by Jens Axboe
· 12 years ago
55348b4
axmap: fix bug in axmap_find_first_free()
by Jens Axboe
· 12 years ago
a240e44
Use unsigned long long for the uint64_t type
by Jens Axboe
· 12 years ago
def823d
Add hweight64()
by Jens Axboe
· 12 years ago
51aa2da
Add generic hweight helpers
by Jens Axboe
· 12 years ago
17f0fd3
axmap: clear map->first_free when we reset it
by Jens Axboe
· 12 years ago
0415406
lfsr: add lfsr_reset()
by Jens Axboe
· 12 years ago
1ae83d4
Pre-load and sort random blocks for pure read verify workloads
by Jens Axboe
· 12 years ago
7477673
lfsr: ensure we don't generate an offset + buflen that exceeds the max size
by Jens Axboe
· 12 years ago
67bf982
Add configure script
by Jens Axboe
· 12 years ago
2a988d8
Merge branch 'master' into gfio
by Jens Axboe
· 12 years ago
82af46b
lfsr: ensure that the cycle follows the randrepeat= setting
by Jens Axboe
· 12 years ago
49758e1
Merge branch 'master' into gfio
by Jens Axboe
· 12 years ago
7ebd796
Rename the bitmap to axmap
by Jens Axboe
· 12 years ago
dbfb51e
bitmap: fix off-by-8 allocation error
by Jens Axboe
· 12 years ago
c4fc0ff
lfsr: crank it 128 times before using the sequence
by Jens Axboe
· 12 years ago
8055e41
Add LFSR generator
by Jens Axboe
· 12 years ago
8ba92d1
bitmap: kill debug code
by Jens Axboe
· 12 years ago
c49715c
bitmap: fix bit_masks[] for 32-bit compiles
by Jens Axboe
· 12 years ago
51ede0b
Rework file random map
by Jens Axboe
· 12 years ago
1e5324e
Merge branch 'master' into gfio
by Jens Axboe
· 12 years ago
a5a4fdf
zipf: use 64-bit safe hash for zipf/pareto
by Jens Axboe
· 12 years ago
e483959
zipf: kill debug "generating series" messages
by Jens Axboe
· 12 years ago
4c9060e
zipf: cap range calculation at 10M
by Jens Axboe
· 12 years ago
2316296
zipf: seed zipf/pareto rand with filename hash and job id
by Jens Axboe
· 12 years ago
1442ba1
zipf: cleanup
by Jens Axboe
· 12 years ago
b2b0b75
zipf/pareto: ensure that 0 isn't always the hottest block
by Jens Axboe
· 12 years ago
ed1860c
zipf/pareto: mix blocks with hashing
by Jens Axboe
· 12 years ago
b83da9b
zipf: needs inttypes.h
by Jens Axboe
· 12 years ago
925fee3
Add pareto distribution randomizer
by Jens Axboe
· 12 years ago
e25839d
Add sample zipf distribution randomizer
by Jens Axboe
· 12 years ago
b65c7ec
graph: switch tooltip lookups to being range based in a prio tree
by Jens Axboe
· 13 years ago
0577543
Move rbtree into lib/
by Jens Axboe
· 13 years ago
9883653
Compression buffer fill fix
by Jens Axboe
· 13 years ago
811ac50
Compression fixes
by Jens Axboe
· 13 years ago
9c42684
Add buffer_compress_percentage
by Jens Axboe
· 13 years ago
9f17069
Fix klibc getopt_long_only() for optional arguments
by Jens Axboe
· 13 years ago
c7c6cb4
Move IEEE754 support code to lib/
by Jens Axboe
· 13 years ago
3545a10
Ensure that buffer contents are random across jobs as well
by Jens Axboe
· 13 years ago
09fa5bc
Fix AIX compile
by Michael Perzl
· 13 years ago
c00a228
Initial HP-UX port
by Jens Axboe
· 13 years ago
2615cc4
Switch to using our internal Tausworthe based random generator for offsets
by Jens Axboe
· 14 years ago
0ce8b11
Fix end-of-job slowdown for random IO with a random map
by Jens Axboe
· 14 years ago
6035e7d
Remove flist_sort(), it's no longer used
by Jens Axboe
· 14 years ago
7d9fb45
When verify fails, dump the good/bad blocks to files
by Jens Axboe
· 14 years ago
0546381
num2str fixes
by Jens Axboe
· 14 years ago
1ec3d69
Implement a better num2str()
by Jens Axboe
· 14 years ago
eb078db
Add comment as to where getopt_long.c came from
by Jens Axboe
· 14 years ago
bf2e821
Add support for AIX
by Cigy Cyriac
· 14 years ago
637ef8d
Speedup verify random fills by 10-15x
by Jens Axboe
· 14 years ago
0453968
Fix typo in flist_sort.c
by Jens Axboe
· 15 years ago
d29cd59
Add flist sorting
by Jens Axboe
· 15 years ago
79c94bd
Add documentation for the random number generator
by Jens Axboe
· 15 years ago
1fbbf72
First step at speeding up io_u rand refill
by Jens Axboe
· 15 years ago
eef3235
Move fls.h in with the other lib helpers
by Jens Axboe
· 16 years ago
0917444
Be sure to use internal __ffs, not glibc variant
by Jens Axboe
· 16 years ago
6839616
Fix off-by-one in generic ffz
by Jens Axboe
· 16 years ago
064c636
Add missing lib/ffz.h file
by Jens Axboe
· 16 years ago
fb9ee07
Cleanup lib/strsep.c
by Jens Axboe
· 16 years ago
00fb3c8
Move the lib/ stuff around a bit
by Jens Axboe
· 16 years ago