1. ae3fcb5 parse: add debug output when enabled by Jens Axboe · 11 years ago
  2. 0646490 Add support for other ways of triggering intermediate result outputs by Jens Axboe · 11 years ago
  3. b7f487c Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  4. cca5b5b parse: fix spelling error by Jens Axboe · 11 years ago
  5. bb71ecd parse: bring in more stuff from gfio by Jens Axboe · 11 years ago
  6. 81c6b6c Unify options with gfio by Jens Axboe · 11 years ago
  7. ffd7821 parse: set invalid group on option with no group set by Jens Axboe · 11 years ago
  8. 2275474 parse: catch all options without a group/category set by Jens Axboe · 11 years ago
  9. 3c037bc parse: don't print min/max option ranges if posval[] is set by Jens Axboe · 11 years ago
  10. ba9c721 Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  11. 128e4ca parse: for option with posval, dump allowed values on failure by Jens Axboe · 11 years ago
  12. ca71800 parse: add posval support to FIO_OPT_INT by Jens Axboe · 11 years ago
  13. d926d53 parse: add posval support to FIO_OPT_INT by Jens Axboe · 11 years ago
  14. 62232d0 Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  15. a03fb65 parse: fix misparse of bs=64k-128k by Jens Axboe · 11 years ago
  16. 9db01ef Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  17. eef0244 Handle normal output wrapping of the percentile list by Jens Axboe · 11 years ago
  18. 619adf9 Cleanup the percentile output formatting by Jens Axboe · 11 years ago
  19. 435d195 Handle percentile lists with higher precision that 2 digits by Vincent Kang Fu · 11 years ago
  20. 90b7a96 Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  21. ab9461e values.h is obsolete: use float.h and DBL_MIN/MAX instead. by Bruce Cran · 11 years ago
  22. 2665069 parse: use MIN/MAXDOUBLE instead of some representation of NAN by Jens Axboe · 11 years ago
  23. fd112d3 Fix percentile_list option by Vincent Kang Fu · 11 years ago
  24. 135be49 Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  25. 478920b NAN: use __builtin_nanf() if not available by Jens Axboe · 11 years ago
  26. 2a988d8 Merge branch 'master' into gfio by Jens Axboe · 12 years ago
  27. 119cd93 parser: always match the correct option length for posval options by Jens Axboe · 12 years ago
  28. 49758e1 Merge branch 'master' into gfio by Jens Axboe · 12 years ago
  29. bfe1d59 parse: fix wrong "might be used unitialized" warning on some compilers by Jens Axboe · 12 years ago
  30. 1e5324e Merge branch 'master' into gfio by Jens Axboe · 12 years ago
  31. e25839d Add sample zipf distribution randomizer by Jens Axboe · 12 years ago
  32. f982d35 Merge branch 'master' into gfio by Jens Axboe · 12 years ago
  33. d4fc2f0 parser: fix overflowing integer type options by Jens Axboe · 12 years ago
  34. d79db12 Merge branch 'master' into gfio by Jens Axboe · 12 years ago
  35. 6eaf09d Add support for trim as a workload type by Shaohua Li · 12 years ago
  36. 3c3ed07 White space spring cleaning by Jens Axboe · 12 years ago
  37. 9026535 Add support for inverse options by Jens Axboe · 12 years ago
  38. e8b0e95 gfio: improve option edit by Jens Axboe · 12 years ago
  39. 0a074fe parse: ensure that an option has a category by Jens Axboe · 12 years ago
  40. 9af4a24 gfio: start of options view and edit by Jens Axboe · 12 years ago
  41. a04f158 parser: relax restriction on postfix ranges by Jens Axboe · 12 years ago
  42. cc62ea7 Fix a few other static code checker spotted "issues" by Jens Axboe · 12 years ago
  43. e721c57 Fixup a few items spotted by a static code checker by Jens Axboe · 12 years ago
  44. 184b409 Fix parsing of ioengine strings by Steven Lang · 13 years ago
  45. de890a1 Private parameters for ioengines by Steven Lang · 13 years ago
  46. d0c814e Cleanup option keyword/environment substitution by Steven Lang · 13 years ago
  47. 4c8e964 Fix strip blank space for empty string by Jens Axboe · 13 years ago
  48. 7e356b2 Memory leak fixes by Jens Axboe · 13 years ago
  49. 28d7c36 parser: always use the fio logging instead of stderr/stdout by Jens Axboe · 13 years ago
  50. 06b0be6 parser: use logging infrastructure by Jens Axboe · 13 years ago
  51. 3c703d1 Silence build warning on HPUX by Jens Axboe · 13 years ago
  52. ba4ddd6 Better parser fix by Jens Axboe · 13 years ago
  53. 6925dd3 Revert "Fix parser bug with ranges" by Jens Axboe · 13 years ago
  54. f20485a Fix parser bug with ranges by Jens Axboe · 13 years ago
  55. 1c964ce Only clear string pointer in parser for sub-value options by Jens Axboe · 13 years ago
  56. ce952ab Fix parser using uninitialized memory by Jens Axboe · 13 years ago
  57. e297975 Remove duplicate code in parser by Jens Axboe · 13 years ago
  58. 58052f3 Fix FIO_OPT_STR_STORE without posval by Jens Axboe · 13 years ago
  59. c44b1ff Add sub-option support (sort-of) and convert libaio_userspace_reap by Jens Axboe · 13 years ago
  60. 8334919 stats: Add a function to report completion latency percentiles by Yu-ju Hong · 13 years ago
  61. 31d23f4 Fix bsrange read,write value option pairs by Dave Engberg · 13 years ago
  62. 74ba180 Make string-set options behave more like bool options by Jens Axboe · 13 years ago
  63. 7bb5910 Allow percentage setting for size= by Jens Axboe · 13 years ago
  64. 76cd937 Get rid of warning on platforms for casting char -> int by Jens Axboe · 13 years ago
  65. e42b01e Revert "parser: get rid of useless is_time variable" by Jens Axboe · 13 years ago
  66. 55ed963 Fix parser bug dealing with range options and postfix by Jens Axboe · 13 years ago
  67. 1a1137d parser: get rid of useless is_time variable by Jens Axboe · 13 years ago
  68. ae3fb6f Add missing option type by Jens Axboe · 14 years ago
  69. 1d1c187 Fix bad deref of memory in parser by Jens Axboe · 14 years ago
  70. 808def7 Really fix broken option length check by Jens Axboe · 14 years ago
  71. 57fc29f Allow use of KiB etc to give explicit base 10 multiplies by Jens Axboe · 14 years ago
  72. 7b4cb13 parser: match on length of argument, not potential value by Jens Axboe · 14 years ago
  73. d091d09 Make the 'closest option' print a bit better by Jens Axboe · 14 years ago
  74. 7758d4f Fix bad type usage in parse.c for external options by Jens Axboe · 14 years ago
  75. ae2ddba Fix broken FIO_OPT_STR option by Jens Axboe · 14 years ago
  76. b62bdf2 Fix parser bug capping multi value options at 2 by Jens Axboe · 14 years ago
  77. 5f6ddf1 Allow OR'able option values by Jens Axboe · 14 years ago
  78. e6d2e7e Remove debug printf() by Jens Axboe · 14 years ago
  79. 7eb3657 Make profile io op overrides a dedicated structure by Jens Axboe · 14 years ago
  80. a0741cb Fix parse strlen() bug by Jens Axboe · 14 years ago
  81. f5b6bb8 Allow the adding of 'posval' for dynamic options like 'profile' by Jens Axboe · 14 years ago
  82. a3073f4 Allow holes in the option posval (possible values) by Jens Axboe · 14 years ago
  83. 07b3232 Cleanup profile support by Jens Axboe · 14 years ago
  84. e2de69d Add initial support for profile specific options by Jens Axboe · 14 years ago
  85. 02c6aad Add parser support for out-of-td option storage by Jens Axboe · 14 years ago
  86. 9f988e2 Add support for registrering external options by Jens Axboe · 14 years ago
  87. 38789b5 Add check for OPT_LEN_MAX being too small by Jens Axboe · 14 years ago
  88. 975462a Allow 'b' postfix for integer values by Jens Axboe · 15 years ago
  89. 0b9d69e Silence the style/whitespace police by Jens Axboe · 15 years ago
  90. d6978a3 A few more kb_base fixups by Jens Axboe · 15 years ago
  91. a639f0b Make kb_base apply to parser k/m/g etc values by Jens Axboe · 15 years ago
  92. b09da8f Add tera/peta suffixes by Jens Axboe · 15 years ago
  93. d447a8c parser: dump valid option format for ->verify() fail by Jens Axboe · 15 years ago
  94. 70a4c0c Add verify hook to options by Jens Axboe · 15 years ago
  95. 3980127 Only show maxval in --cmdhelp if it is given by Jens Axboe · 15 years ago
  96. c1f7543 Cmd help type fix by Jens Axboe · 15 years ago
  97. e01b22b parser: get rid of FIO_OPT_STR_VAL_INT by Jens Axboe · 15 years ago
  98. 7c8f1a5 Fix bug in parser with postfix and truncated direction values by Jens Axboe · 15 years ago
  99. 903dc3f Fix integer store bug in parser by Jens Axboe · 15 years ago
  100. f7fa265 Get rid of int vs siint difference by Jens Axboe · 15 years ago