1. 0420ba6 Various GUI updates by Jens Axboe · 12 years ago
  2. bd755d3 Rename job files by Jens Axboe · 12 years ago
  3. 65d0a0a Merge branch 'master' into gfio by Jens Axboe · 12 years ago
  4. 25dfa84 Rename crc functions to private namespace by Jens Axboe · 12 years ago
  5. 02efade Fio 2.0.5 by Jens Axboe · 12 years ago
  6. 421f4a8 Really fix IOPS logging by Jens Axboe · 12 years ago
  7. 70d07ce Fix Makefile for gfio build by Jens Axboe · 12 years ago
  8. e61ca21 Move init code info libfio.c by Jens Axboe · 12 years ago
  9. c805403 Fio 2.0.4 by Jens Axboe · 12 years ago
  10. 91acce9 Merge branch 'master' into gfio by Jens Axboe · 12 years ago
  11. 0961511 Fix verify by Jens Axboe · 12 years ago
  12. e164534 fio: work on textview alignment by Stephen M. Cameron · 12 years ago
  13. c36f98d fio: work on widget alignment by Stephen M. Cameron · 12 years ago
  14. 736f2df fio: make gui capture text ops by Stephen M. Cameron · 12 years ago
  15. 60f6b33 fio: construct options from gui by Stephen M. Cameron · 12 years ago
  16. 4706634 fio: add job file to gui temporarily by Stephen M. Cameron · 12 years ago
  17. 45032dd fio: add hostname, port, and address type (ipv4, ipv6, or socket) to gui by Stephen M. Cameron · 12 years ago
  18. 5adc244 fio: factor out FIO_NET_PORT by Stephen M. Cameron · 12 years ago
  19. 04cc6b7 fio: Use a progress bar instead of a label by Stephen M. Cameron · 12 years ago
  20. 2839f0c fio: make gui status update in timely fashion by Stephen M. Cameron · 12 years ago
  21. 5b7573a fio: make the gui display thread status by Stephen M. Cameron · 12 years ago
  22. ba936c4 fio: capture thread status display by Stephen M. Cameron · 12 years ago
  23. 2592725 fio: make gui actually do something by Stephen M. Cameron · 12 years ago
  24. a182020 fio: add placeholder gui client ops by Stephen M. Cameron · 12 years ago
  25. 8232e28 fio: link fio code with gui code by Stephen M. Cameron · 12 years ago
  26. 480b811 fio: factor out fio initialization code by Stephen M. Cameron · 12 years ago
  27. b775956 fio: factor out endian_check by Stephen M. Cameron · 12 years ago
  28. f307400 fio: add send job and quit buttons to gui by Stephen M. Cameron · 12 years ago
  29. ff1f328 fio: add minimal gui program by Stephen M. Cameron · 12 years ago
  30. dd36672 fio: make client operations pluggable by Stephen M. Cameron · 12 years ago
  31. c2cb686 client: exit if no jobs were sent and client is idle by Jens Axboe · 12 years ago
  32. ae38c0d verify: put all header verification in one place by Jens Axboe · 12 years ago
  33. e4ad68b Fix // comment by Jens Axboe · 12 years ago
  34. d3a173a Remove holes in verify_header structure by Jens Axboe · 12 years ago
  35. e5b8f91 Implement sigaction for Windows. by Bruce Cran · 12 years ago
  36. 3892182 stat() doesn't work with devices on Windows, so move check for '\\.\' earlier. by Bruce Cran · 12 years ago
  37. a3e8710 Use crc32c for the verify_header checksum by Jens Axboe · 12 years ago
  38. e3aaafc Auto-detect whether to use hw assisted crc32c by Jens Axboe · 12 years ago
  39. f65d1c2 Add checksum to verify_header by Jens Axboe · 12 years ago
  40. 8e8b225 flow: Fixing uninitialized variable by Daniel Ehrenberg · 12 years ago
  41. fc0b830 Fix tabbing and comment characters in Windows code. by Bruce Cran · 12 years ago
  42. 01bff3b Remove unused Windows version.h and version.rc files. by Bruce Cran · 12 years ago
  43. 9277ec1 Add missing os/windows/posix.c file. by Bruce Cran · 12 years ago
  44. 9602d8d Fix IOPS logging for mixed read/write workloads by Jens Axboe · 12 years ago
  45. 93bcfd2 Move Windows port to MinGW by Bruce Cran · 12 years ago
  46. 16de1bf Add FIO_PREFERRED_CLOCK_SOURCE to allow selection of clock source on a per-platform basis. by Bruce Cran · 12 years ago
  47. b9fd788 Add OS_PATH_SEPARATOR for platforms which have different path separator characters (e.g. Windows and 'classic' MacOS). by Bruce Cran · 12 years ago
  48. 9e684a4 Token-based flow control by Dan Ehrenberg · 12 years ago
  49. 5daa4eb Fix bandwidth logging for mixed read/write workloads. by Josh Carter · 12 years ago
  50. e43606c Fix assumption that pointers fits in a 'long' by Bruce Cran · 12 years ago
  51. 78b269e Need glibc 2.8 or bigger for fallocate by Jens Axboe · 12 years ago
  52. b11e4cc mutex: don't attempt to use CLOCK_MONOTONIC by Jens Axboe · 12 years ago
  53. 649c10c nice() error handling by Bruce Cran · 12 years ago
  54. 0209e1e mac: doesn't have pthread_condattr_setclock() by Jens Axboe · 12 years ago
  55. 23a2a8e mutex: guard pthread_condattr_setclock() by defined "have ifdef" by Jens Axboe · 12 years ago
  56. b4c1fb3 mutex: more clock fixes by Jens Axboe · 12 years ago
  57. ef63505 Mutex timeout work-around by Jens Axboe · 12 years ago
  58. 58a157d Mutex fixes by Jens Axboe · 12 years ago
  59. 59dfce5 Fixup includes by Jens Axboe · 12 years ago
  60. 8c43656 Fix typo by Jens Axboe · 12 years ago
  61. 7176856 Fix build issue for non-cgroup support by Jens Axboe · 12 years ago
  62. 4e87c37 Fix grammatical error by Jens Axboe · 12 years ago
  63. ceab2ea mutex: set and use the proper clock source by Jens Axboe · 12 years ago
  64. d401b24 Revert "Change iolog overlap assert to a debug dump" by Jens Axboe · 12 years ago
  65. d4e88b4 Add job files for zone bug by Jens Axboe · 12 years ago
  66. 13af05a Only attempt zone switch if we have zones enabled by Jens Axboe · 12 years ago
  67. 86f4028 Change iolog overlap assert to a debug dump by Jens Axboe · 12 years ago
  68. f1d6455 Slave aggregate output format fix by Jens Axboe · 12 years ago
  69. 97b007e Fix missing ';' before slave disk utilization in terse output by Jens Axboe · 12 years ago
  70. cc62ea7 Fix a few other static code checker spotted "issues" by Jens Axboe · 12 years ago
  71. e721c57 Fixup a few items spotted by a static code checker by Jens Axboe · 12 years ago
  72. a734681 Add gettime.h by Jens Axboe · 12 years ago
  73. a3efc91 Move variables to backend, fix up line spaces by Jens Axboe · 12 years ago
  74. 2e1df07 Move some code around to better separate front/backend by Jens Axboe · 12 years ago
  75. 783a3eb Move gtod thread to gettime.c by Jens Axboe · 12 years ago
  76. bcdf7c5 Install man page in /usr/share/man by default on OSX by Jens Axboe · 12 years ago
  77. 2f2c692 stat: fix typo by Jens Axboe · 12 years ago
  78. 19d3e96 stat: NaN fixes by Jens Axboe · 12 years ago
  79. 6b1190f Enable completion latency stat collection on verify by Steven Lang · 12 years ago
  80. 9a2a86d Optimize pattern verify by Steven Lang · 12 years ago
  81. 3f36aa6 Fio 2.0.3 by Jens Axboe · 12 years ago
  82. 8695036 Add regression test job file for commit 52c58027 by Jens Axboe · 12 years ago
  83. 9a20162 Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio by Jens Axboe · 12 years ago
  84. ecc35cf Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio by Jens Axboe · 12 years ago
  85. 52c5802 Fail if we can't satisfy the minimum block size by Jens Axboe · 12 years ago
  86. 0c4ce7c mac: remove unused timer_create() by Jens Axboe · 12 years ago
  87. 5bd9c78 Use CLOCK_MONOTONIC if we can by Jens Axboe · 12 years ago
  88. 6914f59 Avoid divide-by-zero for disk util on 0 msec runtime by Jens Axboe · 12 years ago
  89. efcd9dc Optimize pattern filling by limiting small calls to memcpy by Steven Lang · 12 years ago
  90. 07d91f3 Fio 2.0.2 by Jens Axboe · 12 years ago
  91. 81f0366 Reenable io_u->buf_filled_len optimization by Jens Axboe · 12 years ago
  92. ceadd59 Make random map allocation more resilient by Jens Axboe · 12 years ago
  93. 40c5db3 windowsaio: style fixes by Jens Axboe · 12 years ago
  94. 1e42cc3 windowsaio: fix file offset bug by Bruce Cran · 12 years ago
  95. 85af579 Keep reducing jobs on ENOMEM for shmget() by Jens Axboe · 12 years ago
  96. 79d7310 Fix bad types for mac blockdev_size() by Jens Axboe · 12 years ago
  97. 0e280ee Grow file num_maps to unsigned long by Jens Axboe · 12 years ago
  98. 0329ecd Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio by Jens Axboe · 12 years ago
  99. 422f9e4 Fix thread hang when using async engines (libaio,etc.) when too low of a iops rate is specified. by Ryan Marchand · 12 years ago
  100. ed33585 implement zoned random I/O testing support by Steven Noonan · 12 years ago