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