1. 82af46b lfsr: ensure that the cycle follows the randrepeat= setting by Jens Axboe · 12 years ago
  2. 7ebd796 Rename the bitmap to axmap by Jens Axboe · 12 years ago
  3. dbfb51e bitmap: fix off-by-8 allocation error by Jens Axboe · 12 years ago
  4. c4fc0ff lfsr: crank it 128 times before using the sequence by Jens Axboe · 12 years ago
  5. 8055e41 Add LFSR generator by Jens Axboe · 12 years ago
  6. 8ba92d1 bitmap: kill debug code by Jens Axboe · 12 years ago
  7. c49715c bitmap: fix bit_masks[] for 32-bit compiles by Jens Axboe · 12 years ago
  8. 51ede0b Rework file random map by Jens Axboe · 12 years ago
  9. a5a4fdf zipf: use 64-bit safe hash for zipf/pareto by Jens Axboe · 12 years ago
  10. e483959 zipf: kill debug "generating series" messages by Jens Axboe · 12 years ago
  11. 4c9060e zipf: cap range calculation at 10M by Jens Axboe · 12 years ago
  12. 2316296 zipf: seed zipf/pareto rand with filename hash and job id by Jens Axboe · 12 years ago
  13. 1442ba1 zipf: cleanup by Jens Axboe · 12 years ago
  14. b2b0b75 zipf/pareto: ensure that 0 isn't always the hottest block by Jens Axboe · 12 years ago
  15. ed1860c zipf/pareto: mix blocks with hashing by Jens Axboe · 12 years ago
  16. b83da9b zipf: needs inttypes.h by Jens Axboe · 12 years ago
  17. 925fee3 Add pareto distribution randomizer by Jens Axboe · 12 years ago
  18. e25839d Add sample zipf distribution randomizer by Jens Axboe · 12 years ago
  19. 9883653 Compression buffer fill fix by Jens Axboe · 12 years ago
  20. 811ac50 Compression fixes by Jens Axboe · 12 years ago
  21. 9c42684 Add buffer_compress_percentage by Jens Axboe · 12 years ago
  22. 9f17069 Fix klibc getopt_long_only() for optional arguments by Jens Axboe · 13 years ago
  23. c7c6cb4 Move IEEE754 support code to lib/ by Jens Axboe · 13 years ago
  24. 3545a10 Ensure that buffer contents are random across jobs as well by Jens Axboe · 13 years ago
  25. 09fa5bc Fix AIX compile by Michael Perzl · 13 years ago
  26. c00a228 Initial HP-UX port by Jens Axboe · 13 years ago
  27. 2615cc4 Switch to using our internal Tausworthe based random generator for offsets by Jens Axboe · 13 years ago
  28. 0ce8b11 Fix end-of-job slowdown for random IO with a random map by Jens Axboe · 13 years ago
  29. 6035e7d Remove flist_sort(), it's no longer used by Jens Axboe · 13 years ago
  30. 7d9fb45 When verify fails, dump the good/bad blocks to files by Jens Axboe · 14 years ago
  31. 0546381 num2str fixes by Jens Axboe · 14 years ago
  32. 1ec3d69 Implement a better num2str() by Jens Axboe · 14 years ago
  33. eb078db Add comment as to where getopt_long.c came from by Jens Axboe · 14 years ago
  34. bf2e821 Add support for AIX by Cigy Cyriac · 14 years ago
  35. 637ef8d Speedup verify random fills by 10-15x by Jens Axboe · 14 years ago
  36. 0453968 Fix typo in flist_sort.c by Jens Axboe · 14 years ago
  37. d29cd59 Add flist sorting by Jens Axboe · 14 years ago
  38. 79c94bd Add documentation for the random number generator by Jens Axboe · 14 years ago
  39. 1fbbf72 First step at speeding up io_u rand refill by Jens Axboe · 14 years ago
  40. eef3235 Move fls.h in with the other lib helpers by Jens Axboe · 16 years ago
  41. 0917444 Be sure to use internal __ffs, not glibc variant by Jens Axboe · 16 years ago
  42. 6839616 Fix off-by-one in generic ffz by Jens Axboe · 16 years ago
  43. 064c636 Add missing lib/ffz.h file by Jens Axboe · 16 years ago
  44. fb9ee07 Cleanup lib/strsep.c by Jens Axboe · 16 years ago
  45. 00fb3c8 Move the lib/ stuff around a bit by Jens Axboe · 16 years ago