1. 365a153 fio: Fix a GCC 4.9 allignment error. by Mohamad Ayyash · 9 years ago
  2. ff0dbe1 Patch to make per-thread IOPS more accurate by Ben England · 9 years ago
  3. ffb17c0 Adjust ctime_r buf down to 32 by Jens Axboe · 9 years ago
  4. 0a24a73 Add timestamp to json output by Steve ODriscoll · 9 years ago
  5. f38eaf7 stat: always show disk util in terse v3/v4 by Jens Axboe · 9 years ago
  6. 4d6922b Fix some shadow warnings for some gcc variants by Jens Axboe · 10 years ago
  7. c38e38f Fix for a race when fio prints I/O statistics periodically by Vasily Tarasov · 10 years ago
  8. 7fe3631 Consolidate disk util, eta, and status check thread by Jens Axboe · 10 years ago
  9. 0424786 stat: avoid hang with race in stat thread exit and rusage update by Jens Axboe · 10 years ago
  10. fdb0da8 Start and stop status interval (or file) thread separately by Jens Axboe · 10 years ago
  11. c2d6668 stat: set kb/unit_base, if not already set by Jens Axboe · 10 years ago
  12. e93fd53 stat: add total/short/drop ios to the json output by Jens Axboe · 10 years ago
  13. 67e149c stat: add dropped ios to the standard output by Jens Axboe · 10 years ago
  14. 2e62724 Don't grab stat mutex for final stat output by Jens Axboe · 10 years ago
  15. 560f461 stat: move stat mutex grab to thread by Jens Axboe · 10 years ago
  16. bac4af1 Add support for storing compressed logs by Jens Axboe · 10 years ago
  17. 38a812d Add support for runtime log compression by Jens Axboe · 10 years ago
  18. ccefd5f Add option for including byte offset for each log entry by Jens Axboe · 10 years ago
  19. 3660cea strcpy: kill last of the suspect ones by Jens Axboe · 10 years ago
  20. 6e5634f stat: warn on failure to detach DU thread by Jens Axboe · 10 years ago
  21. 0956264 stat: fix potential divide-by-zero by Jens Axboe · 10 years ago
  22. 0a3c52f stat: fix wrong check for whether we have a description or not by Jens Axboe · 10 years ago
  23. 48b16e2 stat: check that TEMP environment variable is half-way sane by Jens Axboe · 10 years ago
  24. c0c4b1d Merge branch 'erwan/clang' of https://github.com/enovance/fio by Jens Axboe · 10 years ago
  25. a806bf2 stat: fixing bw_agg reporting by Erwan Velu · 10 years ago
  26. 10aa136 Cleanup symbols that should be static by Jens Axboe · 10 years ago
  27. 4e59d0f Bump length of description field to 256 chars by Jens Axboe · 10 years ago
  28. 77d9967 Disable status file updates on error by Jens Axboe · 10 years ago
  29. dac45f2 stat: fixup fio-dump-status file location by Jens Axboe · 10 years ago
  30. 6bb5821 Improve latency_target runs by Jens Axboe · 10 years ago
  31. 9900706 fio: flush log files on test end by Peter Oberparleiter · 10 years ago
  32. 2b8c71b fio: allow to combine terse output with any selected output type by Christian Ehrhardt · 10 years ago
  33. 3e260a4 Add options to have fio latency profile a device by Jens Axboe · 10 years ago
  34. 952b05e Add json output for client/server mode by Castor Fu · 11 years ago
  35. 3c56823 log: disable log, if realloc fails by Jens Axboe · 11 years ago
  36. 9b7e600 iolog: Logging blocksize in IOPS traces by Erwan Velu · 11 years ago
  37. ee0ccb7 core: Removing duplicated code by Erwan Velu · 11 years ago
  38. a0bafb7 Add support for dumping the status on Windows. by Bruce Cran · 11 years ago
  39. cef9175 Ensure that stat outputs are serialized by Jens Axboe · 11 years ago
  40. fdd5f15 Add log_info_flush() by Vincent Kang Fu · 11 years ago
  41. 0646490 Add support for other ways of triggering intermediate result outputs by Jens Axboe · 11 years ago
  42. 4e0a8fa Fixup bad logging types by Jens Axboe · 11 years ago
  43. e9d806f fio: fix segfault on 32bits platforms by Dmitry Monakhov · 11 years ago
  44. b4ea84d Fix a few 4.8 extra anal warnings by Jens Axboe · 11 years ago
  45. 22f8045 Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  46. d686990 stat.c: make 'bw' summary line respect 'unit_base' option by Steven Noonan · 11 years ago
  47. 142c7f2 stats: show summary bandwidth in terms of kb_base by Steven Noonan · 11 years ago
  48. ad705bc implement 'unit_base' option to select between KB and Kbit et. al. by Steven Noonan · 11 years ago
  49. 73798eb num2str: add arguments to represent values in terms of bytes/bits by Steven Noonan · 11 years ago
  50. 62232d0 Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  51. b9e1b49 Fixup json bandwidth output by Shaohua Li · 11 years ago
  52. c97f1ad Fix usr/sys/ctx/majf/minf for -USR1 usage by Jens Axboe · 11 years ago
  53. 427899c check output_format before calling show_idle_prof_stats() by Huadong Liu · 11 years ago
  54. 6090400 check output_format before calling show_idle_prof_stats() by Huadong Liu · 11 years ago
  55. 9db01ef Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  56. 3dc1e5b stat: fix wrong type used for 32-bit compiles by Jens Axboe · 11 years ago
  57. eef0244 Handle normal output wrapping of the percentile list by Jens Axboe · 11 years ago
  58. 619adf9 Cleanup the percentile output formatting by Jens Axboe · 11 years ago
  59. 435d195 Handle percentile lists with higher precision that 2 digits by Vincent Kang Fu · 11 years ago
  60. 90b7a96 Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  61. fd112d3 Fix percentile_list option by Vincent Kang Fu · 11 years ago
  62. 95820b6 Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  63. 98ffb8f Fix bugs in [v]snprintf usage by Ken Raeburn · 11 years ago
  64. f2a2ce0 Add support for idletime profiling by Huadong Liu · 11 years ago
  65. 771e58b Add unified_rw_reporting option by Jens Axboe · 11 years ago
  66. 135be49 Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  67. 44404c5 Add lib/getrusage.c by Jens Axboe · 11 years ago
  68. 1e5324e Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  69. 4005939 Replace FIO_HAVE_RUSAGE_THREAD with RUSAGE_THREAD by Yufei Ren · 12 years ago
  70. f5fd0b1 thread cpu resource statistics bug fix by Yufei Ren · 12 years ago
  71. f681d0b Merge branch 'master' into gfio by Jens Axboe · 12 years ago
  72. 45054cb solaris: fix compile error on ctime_r() by Saurabh De · 12 years ago
  73. d79db12 Merge branch 'master' into gfio by Jens Axboe · 12 years ago
  74. f3afa57 Add --output-format command line option by Jens Axboe · 12 years ago
  75. cc372b1 Add a simple json encoder and use it to print fio output in json format by Shaohua Li · 12 years ago
  76. 3449ab8 Default to terse version 3 by Jens Axboe · 12 years ago
  77. 6eaf09d Add support for trim as a workload type by Shaohua Li · 12 years ago
  78. 80666be Merge branch 'master' into gfio by Jens Axboe · 12 years ago
  79. 57a6432 Include end-of-run time in the output by Jens Axboe · 12 years ago
  80. fb390e2 Merge branch 'master' into gfio by Jens Axboe · 12 years ago
  81. 033bbb5 Fix terse bandwidth by Jens Axboe · 12 years ago
  82. 4c6d91e Define SIGUSR1 to inform fio to dump run stats while continuing to run by Jens Axboe · 12 years ago
  83. a462bae Free disk util on exit, not on stats display by Jens Axboe · 12 years ago
  84. 61b29c2 Merge branch 'master' into gfio by Jens Axboe · 12 years ago
  85. c857cfe group reporting: fix bad values of min/max by Jens Axboe · 12 years ago
  86. b0df717 Merge branch 'master' into gfio by Jens Axboe · 12 years ago
  87. b852e7c Define SIGUSR1 to inform fio to dump run stats while continuing to run by Jens Axboe · 12 years ago
  88. d44256b Free disk util on exit, not on stats display by Jens Axboe · 12 years ago
  89. 3c3ed07 White space spring cleaning by Jens Axboe · 12 years ago
  90. 946e427 stat: move final \n of terse output to the end by Jens Axboe · 12 years ago
  91. ea1fd2e Fix terse output with description set by Vikram Seth · 12 years ago
  92. 2f122b1 Add thread number ID to appropriate network commands by Jens Axboe · 12 years ago
  93. 2e33101 gfio: add os resource usage and io depth display by Jens Axboe · 12 years ago
  94. e5bd134 gfio: add latency bucket display by Jens Axboe · 12 years ago
  95. c551f65 Move stat arrays into show/calc func by Jens Axboe · 12 years ago
  96. a269790 Add completion percentiles to results output by Jens Axboe · 12 years ago
  97. 5a18988 stat: move calc of latencies into show function by Jens Axboe · 12 years ago
  98. b29ad56 Unify cli latency display by Jens Axboe · 12 years ago
  99. 421f4a8 Really fix IOPS logging by Jens Axboe · 12 years ago
  100. 9602d8d Fix IOPS logging for mixed read/write workloads by Jens Axboe · 12 years ago