1. c5b3adc Use ETIMEDOUT instead of ETIME for exceeding max latency by Jens Axboe · 12 years ago
  2. e483959 zipf: kill debug "generating series" messages by Jens Axboe · 12 years ago
  3. 4c9060e zipf: cap range calculation at 10M by Jens Axboe · 12 years ago
  4. 18ded91 Zipf theta must be different than 1.0 by Jens Axboe · 12 years ago
  5. 2316296 zipf: seed zipf/pareto rand with filename hash and job id by Jens Axboe · 12 years ago
  6. 1442ba1 zipf: cleanup by Jens Axboe · 12 years ago
  7. b2b0b75 zipf/pareto: ensure that 0 isn't always the hottest block by Jens Axboe · 12 years ago
  8. 078189c Add safe checks for valid pareto input value by Jens Axboe · 12 years ago
  9. eed3f51 Makefile: typo by Jens Axboe · 12 years ago
  10. 8e60025 Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio by Jens Axboe · 12 years ago
  11. c71224e genzipf: fix off-by-one in output array calculation by Jens Axboe · 12 years ago
  12. fd6f237 genzipf: improve accuracy by Jens Axboe · 12 years ago
  13. 8f2b137 rbtree: add rb_next() by Jens Axboe · 12 years ago
  14. ed1860c zipf/pareto: mix blocks with hashing by Jens Axboe · 12 years ago
  15. 9c6f631 Make the zipf/pareto state per file by Jens Axboe · 12 years ago
  16. 39ab7da Move code around to satisfy t/stest linkage by Jens Axboe · 12 years ago
  17. f98f3d0 Fix t/ieee754 link by Jens Axboe · 12 years ago
  18. f880b1f genzip updates by Jens Axboe · 12 years ago
  19. 0779dfc t/genzipf update by Jens Axboe · 12 years ago
  20. 6ff3885 Add t/genzipf to play with distribution settings by Jens Axboe · 12 years ago
  21. b83da9b zipf: needs inttypes.h by Jens Axboe · 12 years ago
  22. 925fee3 Add pareto distribution randomizer by Jens Axboe · 12 years ago
  23. 5ffb051 Add forgotten minmax.h include file by Jens Axboe · 12 years ago
  24. 237cc3b Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio by Jens Axboe · 12 years ago
  25. e25839d Add sample zipf distribution randomizer by Jens Axboe · 12 years ago
  26. a3ebe7e smalloc: move to size_t for allocations by Jens Axboe · 12 years ago
  27. 4d2987c Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio by Jens Axboe · 12 years ago
  28. 7982aa7 smalloc: fix int truncation issue by Jens Axboe · 12 years ago
  29. 1550153 Add max_latency option by Jens Axboe · 12 years ago
  30. 222757c rdma: cleanup and fixes by Jens Axboe · 12 years ago
  31. ee88d05 rdma: fixup compile issue by Jens Axboe · 12 years ago
  32. ea6209a rdma: use private random state by Jens Axboe · 12 years ago
  33. 7d7803f rdma ioengine improvement by Yufei Ren · 12 years ago
  34. 4005939 Replace FIO_HAVE_RUSAGE_THREAD with RUSAGE_THREAD by Yufei Ren · 12 years ago
  35. 477eb7e Add LICENSE file specyfing what I expect from people using fio by Jens Axboe · 12 years ago
  36. d5abee0 backend: only check bytes_done for engines without FIO_NOIO by Jens Axboe · 12 years ago
  37. d0b937e Fine-grained job level numa control by Yufei Ren · 12 years ago
  38. f5fd0b1 thread cpu resource statistics bug fix by Yufei Ren · 12 years ago
  39. 2557f7e cpuio engine cpuload bug fix by Yufei Ren · 12 years ago
  40. d793f80 Update REPORTING-BUGS by Jens Axboe · 12 years ago
  41. 2f6d6db Fio 2.0.10 by Jens Axboe · 12 years ago
  42. 2f69450 Windows: handle SIGBREAK. by Bruce Cran · 12 years ago
  43. eedd9d0 Windows: avoid large writes during file layout. by Bruce Cran · 12 years ago
  44. 04b2f79 HOWTO: indentation fix by Jens Axboe · 12 years ago
  45. 3f457be fio patch: Windows netio fixes by Bruce Cran · 12 years ago
  46. f5cc3d0 Fix UDP acronym by Bruce Cran · 12 years ago
  47. 94c6372 Add pending IO to the tail of the busy list by Bruce Cran · 12 years ago
  48. 45054cb solaris: fix compile error on ctime_r() by Saurabh De · 12 years ago
  49. a4cfc47 options: cast page_size to unsigned long for sprintf() by Jens Axboe · 12 years ago
  50. aeb32df Fix confusion between terse and json output by Jens Axboe · 12 years ago
  51. abcab6a HOWTO: Fix description of grouping behavior with numjobs by Akash Verma · 12 years ago
  52. 67b7703 Fix bad check for terse version format 4 by Jens Axboe · 12 years ago
  53. 98dc2db XP/2003 compatability fix by Bruce Cran · 12 years ago
  54. 2735718 Fix segfault race on exit for platforms that don't have disk util support by Jens Axboe · 12 years ago
  55. 12ae1be netbsd: fix gettid by Roger Pau Monne · 12 years ago
  56. 88045e0 backend: fix data direction flow check by Dmitry Monakhov · 12 years ago
  57. d4fc2f0 parser: fix overflowing integer type options by Jens Axboe · 12 years ago
  58. 59d8d0f backend: don't allocate memory buffers for non-data workloads by Jens Axboe · 12 years ago
  59. e12d280 engine: fix error handling for e4defrag/falloc by Dmitry Monakhov · 12 years ago
  60. 8b28bd4 backend: Add configurable non fatal error list by Dmitry Monakhov · 12 years ago
  61. 1e48a4e Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio by Jens Axboe · 12 years ago
  62. f0c77f0 Check for ENOSPC on shmget() failure by Jens Axboe · 12 years ago
  63. eebd2f2 Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio by Jens Axboe · 12 years ago
  64. 4d00256 Correctly apply size percentage for file iosize by Shaohua Li · 12 years ago
  65. 0981fd7 Kill some newly added whitespace by Jens Axboe · 12 years ago
  66. 1ecc95c options: wire up e4defrag and falloc engines by Jens Axboe · 12 years ago
  67. 3ae4f4a parse: increase max option possible values to 24 by Jens Axboe · 12 years ago
  68. d54fce8 update documentation for falloc and e4defrag engines by Dmitry Monakhov · 12 years ago
  69. cb3eb86 falloc: fix return value from queue by Dmitry Monakhov · 12 years ago
  70. 62cb17d Makefile: break long line by Jens Axboe · 12 years ago
  71. 9c25d2e engine: add e4defrag engine by Dmitry Monakhov · 12 years ago
  72. e615cea ioengine: Add fallocate ioengine by Dmitry Monakhov · 12 years ago
  73. 0abea0b ioengine: allow several external ioengines by Dmitry Monakhov · 12 years ago
  74. 1ccc6dc export file_lookup_open by Dmitry Monakhov · 12 years ago
  75. 15a6f16 fusion-aw-sync: fixup GPL disclaimer by Jens Axboe · 12 years ago
  76. 8200b8c Wire up fusion-aw-sync engine by Jens Axboe · 12 years ago
  77. 6ef6358 Add support for Fusion-io atomic write engine by Santhosh Koundinya · 12 years ago
  78. f3afa57 Add --output-format command line option by Jens Axboe · 12 years ago
  79. cc372b1 Add a simple json encoder and use it to print fio output in json format by Shaohua Li · 12 years ago
  80. 3449ab8 Default to terse version 3 by Jens Axboe · 12 years ago
  81. 342f4be Add ddir_rw_sum() by Jens Axboe · 12 years ago
  82. 6eaf09d Add support for trim as a workload type by Shaohua Li · 12 years ago
  83. ca48255 windows: reduce block size used in posix_fallocate() by Bruce Cran · 12 years ago
  84. c224ec0 libaio: use INT_MAX to signal that we don't want the ring buffer by Jens Axboe · 12 years ago
  85. c90e101 libaio: pass in 0 for queue depth if we can by Jens Axboe · 12 years ago
  86. b2cecdc fio:modify a deprecated parameter(change timeout to runtime) by liang xie · 12 years ago
  87. e7cb819 Fixup README indentation by xieliang · 12 years ago
  88. a7321ee README: update for newer client job file argument format by Jens Axboe · 12 years ago
  89. bd02360 client: support per-client job files by Jens Axboe · 12 years ago
  90. 58a525d example: add SSD steady state test case by Jens Axboe · 12 years ago
  91. 15a3d9d Fio 2.0.9 by Jens Axboe · 12 years ago
  92. ad9c0fb Windows fio: implement some more POSIX functions by Bruce Cran · 12 years ago
  93. 242c38d eta: make CR= display more easy to understand by Jens Axboe · 12 years ago
  94. 9576f61 Windows fio fixes by Bruce Cran · 12 years ago
  95. ce95d65 Fixing wraparound behavior for time-based sequential read jobs by Dan Ehrenberg · 12 years ago
  96. 83ae8ca fix 32-bit Windows fio (overflow in getusage and gettimeofday) by Bruce Cran · 12 years ago
  97. 21c7538 fio: add nanosleep() to Windows by Bruce Cran · 12 years ago
  98. 31dc09d fio Makefile improvement - don't override $(CC) by Jens Axboe · 12 years ago
  99. 521da52 mutex: make 0/1 FIO_MUTEX_LOCKED and FIO_MUTEX_UNLOCKED by Jens Axboe · 12 years ago
  100. 9ec7779 diskutil: ensure that we lock around disk_list access by Jens Axboe · 12 years ago