1. 90e390e Fixup whitespace damage in the two previous commits by Jens Axboe · 9 years ago
  2. 534e19c axmap: Avoid memory leak if axmap_new() failed by Erwan Velu · 9 years ago
  3. 596eec5 axmap: random maps are private, don't get them from smalloc by Jens Axboe · 9 years ago
  4. 1d31753 bloom: kill unused function by Jens Axboe · 9 years ago
  5. 070c617 axmap: make axmap_first_free() static by Ming Lei · 9 years ago
  6. 28787e4 Revert "axmap: ensure we lock down the maps for shared access" by Jens Axboe · 9 years ago
  7. b229faf Revert "axmap: fix deadlock" by Jens Axboe · 9 years ago
  8. c7511e6 axmap: fix deadlock by Ming Lei · 9 years ago
  9. 948ceaf axmap: ensure we lock down the maps for shared access by Jens Axboe · 9 years ago
  10. 57a49c0 lib/rand: cleanup __fill_random_buffer() by Jens Axboe · 9 years ago
  11. 2ed0dfa lib/rand: fix bug with non uint64_t aligned random buffer fill by Jens Axboe · 9 years ago
  12. e145729 Use specified compression/pattern for verify buffers too by Jens Axboe · 9 years ago
  13. fd1583f Use specified buffer_pattern (if given) for all io_u fills by Jens Axboe · 9 years ago
  14. 46ad62d lfsr: don't pass in last value to lfsr_next() by Jens Axboe · 9 years ago
  15. de54cfd Add support for verify triggers and verify state saving by Jens Axboe · 10 years ago
  16. 0f7f9a9 Make fio -Wshadow clean by Jens Axboe · 10 years ago
  17. 91d9721 bloom: up hashes to 5 by default by Jens Axboe · 10 years ago
  18. b0e1bb9 Move murmur3 hash to crc/ by Jens Axboe · 10 years ago
  19. 67c1b7c Add murmurhash3 by Jens Axboe · 10 years ago
  20. ee4ceb7 bloom: use independent hashes by Jens Axboe · 10 years ago
  21. 02036c4 bloom: always use a larger minimum size for bloom filter by Jens Axboe · 10 years ago
  22. 5e59551 Add bloom filter by Jens Axboe · 10 years ago
  23. b2a657f Fix 32-bit compile warnings by Jens Axboe · 10 years ago
  24. 8adb452 Fix min/max typeof warnings by Jens Axboe · 10 years ago
  25. e66dac2 Basic support for dedupe by Jens Axboe · 10 years ago
  26. 42a80e3 Add basic tool to turn blktrace into fio job file by Jens Axboe · 10 years ago
  27. c9a5f39 iolog: run compression work at slightly elevated nice level by Jens Axboe · 10 years ago
  28. de6504e tp: move pthread_cond_signal() outside of lock by Jens Axboe · 10 years ago
  29. c5971cd Add some new code comments on the log compress/decompress by Jens Axboe · 10 years ago
  30. 12dbd06 flist: add flist_first_entry() by Jens Axboe · 10 years ago
  31. 65f93ca Move tp.[ch] to lib/ by Jens Axboe · 10 years ago
  32. b7e147d num2str: ensure we never access postfix[] out-of-bounds by Jens Axboe · 10 years ago
  33. 10aa136 Cleanup symbols that should be static by Jens Axboe · 10 years ago
  34. 225ba9e Branch and cache miss speedups by Jens Axboe · 10 years ago
  35. de8f6de Fix misspellings using 'codespell' tool by Anatol Pomozov · 11 years ago
  36. d56036a LFSR: Do not ignore returning the seed by Alex Pyrgiotis · 11 years ago
  37. 22f8045 Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  38. 73798eb num2str: add arguments to represent values in terms of bytes/bits by Steven Noonan · 11 years ago
  39. 9ad8da8 Add strcasestr() by Jens Axboe · 11 years ago
  40. 62232d0 Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  41. 09d6bf0 axmap: get rid of old debug ->fail_ok checking by Jens Axboe · 11 years ago
  42. 0bfdf9f axmap: fix bug with max_bs/min_bs ratio being > 64 by Jens Axboe · 11 years ago
  43. d721392 Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  44. 25c4255 lib/getopt_long: clear 'optarg' every time by Jens Axboe · 11 years ago
  45. d0f8536 lfsr: fix verification and spin bugs by Alex Pyrgiotis · 11 years ago
  46. a64ea63 lfsr: Fix spin related bug by Alex Pyrgiotis · 11 years ago
  47. b136e93 lfsr: indent table by Jens Axboe · 11 years ago
  48. d474cbc Improve LFSR implementation by Alex Pyrgiotis · 11 years ago
  49. 29df29e Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  50. 53737ae Fix problem with terminating on unaligned sizes by Jens Axboe · 11 years ago
  51. 6a5c4d9 Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  52. 5be4c94 Initialize global and non-static variables by Jens Axboe · 11 years ago
  53. 135be49 Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  54. 6683745 Fix getopt def check by Jens Axboe · 11 years ago
  55. 44404c5 Add lib/getrusage.c by Jens Axboe · 11 years ago
  56. 836fcc0 Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  57. 0dcebdf configure: add endian check by Jens Axboe · 11 years ago
  58. 47d94b0 axmap: ensure that we never return a value that is larger than the map size by Jens Axboe · 11 years ago
  59. 731ef4c axmap: improve axmap_find_first_free() by Jens Axboe · 11 years ago
  60. 55348b4 axmap: fix bug in axmap_find_first_free() by Jens Axboe · 11 years ago
  61. a240e44 Use unsigned long long for the uint64_t type by Jens Axboe · 11 years ago
  62. def823d Add hweight64() by Jens Axboe · 11 years ago
  63. 51aa2da Add generic hweight helpers by Jens Axboe · 11 years ago
  64. 17f0fd3 axmap: clear map->first_free when we reset it by Jens Axboe · 11 years ago
  65. 0415406 lfsr: add lfsr_reset() by Jens Axboe · 11 years ago
  66. 1ae83d4 Pre-load and sort random blocks for pure read verify workloads by Jens Axboe · 11 years ago
  67. 7477673 lfsr: ensure we don't generate an offset + buflen that exceeds the max size by Jens Axboe · 11 years ago
  68. 67bf982 Add configure script by Jens Axboe · 11 years ago
  69. 2a988d8 Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  70. 82af46b lfsr: ensure that the cycle follows the randrepeat= setting by Jens Axboe · 11 years ago
  71. 49758e1 Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  72. 7ebd796 Rename the bitmap to axmap by Jens Axboe · 11 years ago
  73. dbfb51e bitmap: fix off-by-8 allocation error by Jens Axboe · 11 years ago
  74. c4fc0ff lfsr: crank it 128 times before using the sequence by Jens Axboe · 11 years ago
  75. 8055e41 Add LFSR generator by Jens Axboe · 11 years ago
  76. 8ba92d1 bitmap: kill debug code by Jens Axboe · 11 years ago
  77. c49715c bitmap: fix bit_masks[] for 32-bit compiles by Jens Axboe · 11 years ago
  78. 51ede0b Rework file random map by Jens Axboe · 11 years ago
  79. 1e5324e Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  80. a5a4fdf zipf: use 64-bit safe hash for zipf/pareto by Jens Axboe · 12 years ago
  81. e483959 zipf: kill debug "generating series" messages by Jens Axboe · 12 years ago
  82. 4c9060e zipf: cap range calculation at 10M by Jens Axboe · 12 years ago
  83. 2316296 zipf: seed zipf/pareto rand with filename hash and job id by Jens Axboe · 12 years ago
  84. 1442ba1 zipf: cleanup by Jens Axboe · 12 years ago
  85. b2b0b75 zipf/pareto: ensure that 0 isn't always the hottest block by Jens Axboe · 12 years ago
  86. ed1860c zipf/pareto: mix blocks with hashing by Jens Axboe · 12 years ago
  87. b83da9b zipf: needs inttypes.h by Jens Axboe · 12 years ago
  88. 925fee3 Add pareto distribution randomizer by Jens Axboe · 12 years ago
  89. e25839d Add sample zipf distribution randomizer by Jens Axboe · 12 years ago
  90. b65c7ec graph: switch tooltip lookups to being range based in a prio tree by Jens Axboe · 12 years ago
  91. 0577543 Move rbtree into lib/ by Jens Axboe · 12 years ago
  92. 9883653 Compression buffer fill fix by Jens Axboe · 12 years ago
  93. 811ac50 Compression fixes by Jens Axboe · 12 years ago
  94. 9c42684 Add buffer_compress_percentage by Jens Axboe · 12 years ago
  95. 9f17069 Fix klibc getopt_long_only() for optional arguments by Jens Axboe · 13 years ago
  96. c7c6cb4 Move IEEE754 support code to lib/ by Jens Axboe · 13 years ago
  97. 3545a10 Ensure that buffer contents are random across jobs as well by Jens Axboe · 13 years ago
  98. 09fa5bc Fix AIX compile by Michael Perzl · 13 years ago
  99. c00a228 Initial HP-UX port by Jens Axboe · 13 years ago
  100. 2615cc4 Switch to using our internal Tausworthe based random generator for offsets by Jens Axboe · 13 years ago