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