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