1. 92d42d6 Document random distribution by Jens Axboe · 12 years ago
  2. 5881fda Disable random map automatically if a non-uniform random distribution is given by Jens Axboe · 12 years ago
  3. 4e98a45 genzipf: add help/usage screen (-h) by Jens Axboe · 12 years ago
  4. 9207966 Get rid of -fno-omit-frame-pointer by Jens Axboe · 12 years ago
  5. 7956f14 Merge branch 'master' into gfio by Jens Axboe · 12 years ago
  6. 355934b t/genzfip: add -c option for csv output by Vincent Kang Fu · 12 years ago
  7. 559cf11 server: properly reset state_number in fio_reset_state() by Jens Axboe · 12 years ago
  8. 2caefee server: properly reset stat_number in fio_reset_state() by Jens Axboe · 12 years ago
  9. 1e5324e Merge branch 'master' into gfio by Jens Axboe · 12 years ago
  10. 108fea7 client/server: fixup "All clients" reporting by Jens Axboe · 12 years ago
  11. 24d23ca Get rid of uninitialized_var() by Jens Axboe · 12 years ago
  12. 4373e97 Fix wrong return type on td_error_type() by Jens Axboe · 12 years ago
  13. d5f3a08 e4defrag: fix always true comparison by Jens Axboe · 12 years ago
  14. a572515 json: fix off-by-one in memory alloc by Jens Axboe · 12 years ago
  15. 24baa4c genzipf: use regular array + qsort() instead of rbtree by Jens Axboe · 12 years ago
  16. d366a95 JSON: fix escape of '"' and '\' characters by Jens Axboe · 12 years ago
  17. 444256e genzipf: add size and percentage hit rates by Jens Axboe · 12 years ago
  18. a5a4fdf zipf: use 64-bit safe hash for zipf/pareto by Jens Axboe · 12 years ago
  19. 921d17b genzipf: more features by Jens Axboe · 12 years ago
  20. 7670fce Makefile: 2nd go at making CC assignment/check actually work by Jens Axboe · 12 years ago
  21. 122d4b1 Use more portable construct for setting/checking CC by Jens Axboe · 12 years ago
  22. c5b3adc Use ETIMEDOUT instead of ETIME for exceeding max latency by Jens Axboe · 12 years ago
  23. e483959 zipf: kill debug "generating series" messages by Jens Axboe · 12 years ago
  24. 4c9060e zipf: cap range calculation at 10M by Jens Axboe · 12 years ago
  25. 18ded91 Zipf theta must be different than 1.0 by Jens Axboe · 12 years ago
  26. 2316296 zipf: seed zipf/pareto rand with filename hash and job id by Jens Axboe · 12 years ago
  27. 1442ba1 zipf: cleanup by Jens Axboe · 12 years ago
  28. b2b0b75 zipf/pareto: ensure that 0 isn't always the hottest block by Jens Axboe · 12 years ago
  29. 078189c Add safe checks for valid pareto input value by Jens Axboe · 12 years ago
  30. eed3f51 Makefile: typo by Jens Axboe · 12 years ago
  31. 8e60025 Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio by Jens Axboe · 12 years ago
  32. c71224e genzipf: fix off-by-one in output array calculation by Jens Axboe · 12 years ago
  33. fd6f237 genzipf: improve accuracy by Jens Axboe · 12 years ago
  34. 8f2b137 rbtree: add rb_next() by Jens Axboe · 12 years ago
  35. ed1860c zipf/pareto: mix blocks with hashing by Jens Axboe · 12 years ago
  36. 9c6f631 Make the zipf/pareto state per file by Jens Axboe · 12 years ago
  37. 39ab7da Move code around to satisfy t/stest linkage by Jens Axboe · 12 years ago
  38. f98f3d0 Fix t/ieee754 link by Jens Axboe · 12 years ago
  39. f880b1f genzip updates by Jens Axboe · 12 years ago
  40. 0779dfc t/genzipf update by Jens Axboe · 12 years ago
  41. 6ff3885 Add t/genzipf to play with distribution settings by Jens Axboe · 12 years ago
  42. b83da9b zipf: needs inttypes.h by Jens Axboe · 12 years ago
  43. 925fee3 Add pareto distribution randomizer by Jens Axboe · 12 years ago
  44. 5ffb051 Add forgotten minmax.h include file by Jens Axboe · 12 years ago
  45. 237cc3b Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio by Jens Axboe · 12 years ago
  46. e25839d Add sample zipf distribution randomizer by Jens Axboe · 12 years ago
  47. a3ebe7e smalloc: move to size_t for allocations by Jens Axboe · 12 years ago
  48. 4d2987c Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio by Jens Axboe · 12 years ago
  49. 7982aa7 smalloc: fix int truncation issue by Jens Axboe · 12 years ago
  50. 1550153 Add max_latency option by Jens Axboe · 12 years ago
  51. 222757c rdma: cleanup and fixes by Jens Axboe · 12 years ago
  52. ee88d05 rdma: fixup compile issue by Jens Axboe · 12 years ago
  53. ea6209a rdma: use private random state by Jens Axboe · 12 years ago
  54. 7d7803f rdma ioengine improvement by Yufei Ren · 12 years ago
  55. 4005939 Replace FIO_HAVE_RUSAGE_THREAD with RUSAGE_THREAD by Yufei Ren · 12 years ago
  56. 477eb7e Add LICENSE file specyfing what I expect from people using fio by Jens Axboe · 12 years ago
  57. d5abee0 backend: only check bytes_done for engines without FIO_NOIO by Jens Axboe · 12 years ago
  58. d0b937e Fine-grained job level numa control by Yufei Ren · 12 years ago
  59. f5fd0b1 thread cpu resource statistics bug fix by Yufei Ren · 12 years ago
  60. 2557f7e cpuio engine cpuload bug fix by Yufei Ren · 12 years ago
  61. d793f80 Update REPORTING-BUGS by Jens Axboe · 12 years ago
  62. f681d0b Merge branch 'master' into gfio by Jens Axboe · 12 years ago
  63. 2f6d6db Fio 2.0.10 by Jens Axboe · 12 years ago
  64. 2f69450 Windows: handle SIGBREAK. by Bruce Cran · 12 years ago
  65. eedd9d0 Windows: avoid large writes during file layout. by Bruce Cran · 12 years ago
  66. 04b2f79 HOWTO: indentation fix by Jens Axboe · 12 years ago
  67. 3f457be fio patch: Windows netio fixes by Bruce Cran · 12 years ago
  68. f5cc3d0 Fix UDP acronym by Bruce Cran · 12 years ago
  69. 94c6372 Add pending IO to the tail of the busy list by Bruce Cran · 12 years ago
  70. 45054cb solaris: fix compile error on ctime_r() by Saurabh De · 12 years ago
  71. a4cfc47 options: cast page_size to unsigned long for sprintf() by Jens Axboe · 12 years ago
  72. aeb32df Fix confusion between terse and json output by Jens Axboe · 12 years ago
  73. abcab6a HOWTO: Fix description of grouping behavior with numjobs by Akash Verma · 12 years ago
  74. 67b7703 Fix bad check for terse version format 4 by Jens Axboe · 12 years ago
  75. 09786f5 Fix bad check for terse version format 4 by Jens Axboe · 12 years ago
  76. 98dc2db XP/2003 compatability fix by Bruce Cran · 12 years ago
  77. 73cfb8a Merge branch 'gfio' of ssh://brick.kernel.dk/data/git/fio into gfio by Jens Axboe · 12 years ago
  78. bc3f552 gfio: add error option group by Jens Axboe · 12 years ago
  79. 3d7174e Merge branch 'master' into gfio by Jens Axboe · 12 years ago
  80. 2735718 Fix segfault race on exit for platforms that don't have disk util support by Jens Axboe · 12 years ago
  81. 5721d27 gfio: clear graphs for repeated runs on same connection by Jens Axboe · 12 years ago
  82. 12ae1be netbsd: fix gettid by Roger Pau Monne · 12 years ago
  83. de26d51 Merge branch 'master' into gfio by Jens Axboe · 12 years ago
  84. 0950e83 gfio: make 'light yellow' color a little lighter by Jens Axboe · 12 years ago
  85. b78ca65 gfio: add and colorize graphs on main page, too by Jens Axboe · 12 years ago
  86. 88045e0 backend: fix data direction flow check by Dmitry Monakhov · 12 years ago
  87. 26b0b19 gfio: color parse stack removal by Jens Axboe · 12 years ago
  88. adbf612 gfio: kill debug printf() by Jens Axboe · 12 years ago
  89. dbc542d gfio: color code the iops/bw fields by Jens Axboe · 12 years ago
  90. 5442cfb gfio: add trim UI support by Jens Axboe · 12 years ago
  91. 298921d client/server: update for trim addition by Jens Axboe · 12 years ago
  92. a94eb99 Add error_dump to option category by Jens Axboe · 12 years ago
  93. f982d35 Merge branch 'master' into gfio by Jens Axboe · 12 years ago
  94. d4fc2f0 parser: fix overflowing integer type options by Jens Axboe · 12 years ago
  95. 59d8d0f backend: don't allocate memory buffers for non-data workloads by Jens Axboe · 12 years ago
  96. b999b3c server: include new options, bump server rev by Jens Axboe · 12 years ago
  97. e65a950 Merge branch 'master' into gfio by Jens Axboe · 12 years ago
  98. d79db12 Merge branch 'master' into gfio by Jens Axboe · 12 years ago
  99. e12d280 engine: fix error handling for e4defrag/falloc by Dmitry Monakhov · 12 years ago
  100. 8b28bd4 backend: Add configurable non fatal error list by Dmitry Monakhov · 12 years ago