1. 476882d eta: fix potential divide by zero by Jens Axboe · 10 years ago
  2. 3d43405 Add 'f' (Finishing) flag to status output by Jens Axboe · 10 years ago
  3. 0de5b26 Unify the time handling by Jens Axboe · 10 years ago
  4. 74454ce fio: allow milliseconds on all time specifiers by Christian Ehrhardt · 10 years ago
  5. 714e85f eta: improve output for threads sitting in TD_SETTING_UP by Jens Axboe · 11 years ago
  6. 22f8045 Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  7. ad705bc implement 'unit_base' option to select between KB and Kbit et. al. by Steven Noonan · 11 years ago
  8. 73798eb num2str: add arguments to represent values in terms of bytes/bits by Steven Noonan · 11 years ago
  9. 8ea39c3 Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  10. e382e66 Add --eta-newline option by Jens Axboe · 11 years ago
  11. 9db01ef Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  12. 0d73a2f Fix crash and precision of ETA with zones by Jens Axboe · 11 years ago
  13. 90b7a96 Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  14. fc47559 Only disable stdout ETA output if results are going to stdout by Jens Axboe · 11 years ago
  15. 95820b6 Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  16. 771e58b Add unified_rw_reporting option by Jens Axboe · 11 years ago
  17. 836fcc0 Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  18. 165eb05 eta: improve accuracy for rwmix workloads and verify by Jens Axboe · 11 years ago
  19. 1e5324e Merge branch 'master' into gfio by Jens Axboe · 12 years ago
  20. 9c6f631 Make the zipf/pareto state per file by Jens Axboe · 12 years ago
  21. d79db12 Merge branch 'master' into gfio by Jens Axboe · 12 years ago
  22. f3afa57 Add --output-format command line option by Jens Axboe · 12 years ago
  23. 342f4be Add ddir_rw_sum() by Jens Axboe · 12 years ago
  24. 6eaf09d Add support for trim as a workload type by Shaohua Li · 12 years ago
  25. 88e4bea eta: fix bug where t_rate[] should me m_rate[] by Jens Axboe · 12 years ago
  26. c2e9cc4 Merge branch 'master' into gfio by Jens Axboe · 12 years ago
  27. 242c38d eta: make CR= display more easy to understand by Jens Axboe · 12 years ago
  28. c41a9d0 Merge branch 'master' into gfio by Jens Axboe · 12 years ago
  29. b7f05eb eta: ETA bandwidth was off by 1.024 by Jens Axboe · 12 years ago
  30. fb390e2 Merge branch 'master' into gfio by Jens Axboe · 12 years ago
  31. 79074e7 Fix for crash with more than ~500 jobs by Jens Axboe · 12 years ago
  32. b0df717 Merge branch 'master' into gfio by Jens Axboe · 12 years ago
  33. a5e371a Add indication of whether a job got killed by Jens Axboe · 12 years ago
  34. 4f7e57a Enhance the reaped status display by Jens Axboe · 12 years ago
  35. 3e47bd2 Update GUI to attempt to graphically handle ETA output by Jens Axboe · 12 years ago
  36. 04cc6b7 fio: Use a progress bar instead of a label by Stephen M. Cameron · 12 years ago
  37. ba936c4 fio: capture thread status display by Stephen M. Cameron · 12 years ago
  38. b814fb2 Fix off-by-one in jobs_eta allocation by Jens Axboe · 13 years ago
  39. af9c9fb client/server: request ETA instead of having the server send it automatically by Jens Axboe · 13 years ago
  40. 1d1f45a server: send network copy of run_str[] by Jens Axboe · 13 years ago
  41. cf451d1 server: add ETA as a specific command by Jens Axboe · 13 years ago
  42. b75a394 Abstract out calculation of ETA from display of ETA by Jens Axboe · 13 years ago
  43. 37db14f Start of functional client by Jens Axboe · 13 years ago
  44. e3b3f81 Use r/R/w/W instead of m/M for mixed workloads with 100% reads or writes by Jens Axboe · 13 years ago
  45. fca7035 Add --max-jobs/-j command line option by Jens Axboe · 13 years ago
  46. 2b13e71 Get rid of shadow declarations by Jens Axboe · 13 years ago
  47. cda99fa fix ramp_in by Signed-off-by Steven Pratt · 13 years ago
  48. a5b01f1 Call path below SIGALRM isn't safe by Jens Axboe · 14 years ago
  49. 2e3bd4c Improve ETA for fill_device based job files by Jens Axboe · 14 years ago
  50. 0b9d69e Silence the style/whitespace police by Jens Axboe · 15 years ago
  51. d6978a3 A few more kb_base fixups by Jens Axboe · 15 years ago
  52. b22989b Get rid of KiB vs KB distinction by Jens Axboe · 15 years ago
  53. 581e714 Add support for limiting only rate in only one direction by Jens Axboe · 15 years ago
  54. d1bd721 Improve throughput ETA display by Jens Axboe · 15 years ago
  55. adb02ba Add iops rate to ETA display by Jens Axboe · 15 years ago
  56. b0f6586 pre_read fixes by Jens Axboe · 15 years ago
  57. 306ddc9 Include transfer size in the clat/slat measurements by Jens Axboe · 15 years ago
  58. b29ee5b Update ramp_time by Jens Axboe · 16 years ago
  59. 9c5a385 eta: fix bugs withe fill_device and exitall_on_terminate by Shaozhi Shawn Ye · 16 years ago
  60. 9c02f6e eta overflow fix by Gurudas Pai · 16 years ago
  61. cac58fd ETA fix by Jens Axboe · 16 years ago
  62. 0721d11 Don't print 100% done, when we don't have a time estimate yet by Jens Axboe · 16 years ago
  63. d3eeeab Improve eta calculation and display for complex jobs by Jens Axboe · 16 years ago
  64. 5ec10ea Style fixups by Jens Axboe · 16 years ago
  65. 4381960 Fix spurious eta output by Aaron Carroll · 17 years ago
  66. e592a06 Add ETA output control and interactivity check by Aaron Carroll · 17 years ago
  67. 0dd8377 Fix eta for pure read workload with verify enabled by Jens Axboe · 17 years ago
  68. e84c73a [PATCH] Add do_verify option by Shawn Lewis · 17 years ago
  69. cf4464c Add time_based option by Jens Axboe · 17 years ago
  70. 317b95d Move os/arch/compiler headers into directories by Jens Axboe · 17 years ago
  71. e6e4160 Print number of open files in eta dump by Jens Axboe · 17 years ago
  72. ac71feb If the rate setting is based on IOPS, reflect that in eta output by Jens Axboe · 17 years ago
  73. 2dc1bbe Move thread options into a seperate structure by Jens Axboe · 17 years ago
  74. 9cedf16 Note process vs thread in output by Jens Axboe · 17 years ago
  75. 413dd45 Streamline thread_data data direction setting and checking by Jens Axboe · 17 years ago
  76. 2eaa41c [PATCH] Fix stack overflow by Jens Axboe · 17 years ago
  77. 46fda8d [PATCH] Separate bandwidth log and rate display by Jens Axboe · 17 years ago
  78. 165faf1 [PATCH] Misc fixes by Jens Axboe · 17 years ago
  79. ae4020f [PATCH] Only generate global bandwidth log if write_bw_log set by Jens Axboe · 17 years ago
  80. bb3884d [PATCH] Add support for writing aggregate bandwidth log by Jens Axboe · 17 years ago
  81. 2cb8d96 [PATCH] Shorten 'commitrate' to 'CR' by Jens Axboe · 17 years ago
  82. d56cbab [PATCH] Cleanup some output code by Jens Axboe · 17 years ago
  83. 1e97cce [PATCH] Fix warnings from icc by Jens Axboe · 17 years ago
  84. 02bcaa8 [PATCH] Time and seek optimizations by Jens Axboe · 17 years ago
  85. 6043c57 [PATCH] Add in-progress io rate by Jens Axboe · 18 years ago
  86. eecf272 [PATCH] Plug a few more leaks by Jens Axboe · 18 years ago
  87. 34572e2 [PATCH] Add for_each_td() by Jens Axboe · 18 years ago
  88. 74939e3 [PATCH] Total io size / eta fix by Jens Axboe · 18 years ago
  89. 263e529 [PATCH] Split status/eta code out of fio.c by Jens Axboe · 18 years ago