powerpc: use mfspr for Time Base Register reads
[fio.git] / lib /
2013-02-21 Jens AxboeFix problem with terminating on unaligned sizes
2013-02-11 Jens AxboeInitialize global and non-static variables
2013-01-25 Jens AxboeFix getopt def check
2013-01-24 Jens AxboeAdd lib/getrusage.c
2013-01-23 Jens Axboeconfigure: add endian check
2013-01-23 Jens Axboeaxmap: ensure that we never return a value that is...
2013-01-23 Jens Axboeaxmap: improve axmap_find_first_free()
2013-01-23 Jens Axboeaxmap: fix bug in axmap_find_first_free()
2013-01-21 Jens AxboeUse unsigned long long for the uint64_t type
2013-01-21 Jens AxboeAdd hweight64()
2013-01-21 Jens AxboeAdd generic hweight helpers
2013-01-21 Jens Axboeaxmap: clear map->first_free when we reset it
2013-01-21 Jens Axboelfsr: add lfsr_reset()
2013-01-12 Jens AxboePre-load and sort random blocks for pure read verify...
2013-01-11 Jens Axboelfsr: ensure we don't generate an offset + buflen that...
2013-01-10 Jens AxboeAdd configure script
2012-12-04 Jens Axboelfsr: ensure that the cycle follows the randrepeat...
2012-11-29 Jens AxboeMerge branch 'rand-map'
2012-11-28 Jens AxboeRename the bitmap to axmap
2012-11-28 Jens Axboebitmap: fix off-by-8 allocation error
2012-11-27 Jens Axboelfsr: crank it 128 times before using the sequence
2012-11-26 Jens AxboeAdd LFSR generator
2012-11-22 Jens Axboebitmap: kill debug code
2012-11-22 Jens Axboebitmap: fix bit_masks[] for 32-bit compiles
2012-11-22 Jens AxboeRework file random map
2012-11-11 Jens Axboezipf: use 64-bit safe hash for zipf/pareto
2012-11-08 Jens Axboezipf: kill debug "generating series" messages
2012-11-08 Jens Axboezipf: cap range calculation at 10M
2012-11-07 Jens Axboezipf: seed zipf/pareto rand with filename hash and...
2012-11-07 Jens Axboezipf: cleanup
2012-11-07 Jens Axboezipf/pareto: ensure that 0 isn't always the hottest...
2012-11-07 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2012-11-07 Jens Axboezipf/pareto: mix blocks with hashing
2012-11-06 Jens Axboezipf: needs inttypes.h
2012-11-06 Jens AxboeAdd pareto distribution randomizer
2012-11-06 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2012-11-06 Jens AxboeAdd sample zipf distribution randomizer
2012-03-09 Jens AxboeCompression buffer fill fix
2012-03-02 Jens AxboeCompression fixes
2012-03-02 Jens AxboeAdd buffer_compress_percentage
2011-10-18 Jens AxboeFix klibc getopt_long_only() for optional arguments
2011-10-13 Jens AxboeMove IEEE754 support code to lib/
2011-08-31 Jens AxboeEnsure that buffer contents are random across jobs...
2011-07-13 Michael PerzlFix AIX compile
2011-07-08 Jens AxboeInitial HP-UX port
2011-03-28 Jens AxboeSwitch to using our internal Tausworthe based random...
2011-01-27 Jens AxboeFix end-of-job slowdown for random IO with a random map
2011-01-24 Jens AxboeRemove flist_sort(), it's no longer used
2011-01-11 Jens AxboeWhen verify fails, dump the good/bad blocks to files
2010-09-16 Jens Axboenum2str fixes
2010-09-16 Jens AxboeImplement a better num2str()
2010-08-10 Jens AxboeAdd comment as to where getopt_long.c came from
2010-08-10 Cigy CyriacAdd support for AIX
2010-06-21 Jens AxboeSpeedup verify random fills by 10-15x
2010-05-04 Jens AxboeFix typo in flist_sort.c
2010-05-04 Jens AxboeAdd flist sorting
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
2008-06-02 Jens AxboeMove fls.h in with the other lib helpers
2008-06-02 Jens AxboeBe sure to use internal __ffs, not glibc variant
2008-06-02 Jens AxboeFix off-by-one in generic ffz
2008-06-02 Jens AxboeAdd missing lib/ffz.h file
2008-05-30 Jens AxboeCleanup lib/strsep.c
2008-05-30 Jens AxboeMove the lib/ stuff around a bit