1. c44b1ff Add sub-option support (sort-of) and convert libaio_userspace_reap by Jens Axboe · 13 years ago
  2. 8334919 stats: Add a function to report completion latency percentiles by Yu-ju Hong · 13 years ago
  3. 31d23f4 Fix bsrange read,write value option pairs by Dave Engberg · 13 years ago
  4. 74ba180 Make string-set options behave more like bool options by Jens Axboe · 13 years ago
  5. 7bb5910 Allow percentage setting for size= by Jens Axboe · 13 years ago
  6. 76cd937 Get rid of warning on platforms for casting char -> int by Jens Axboe · 13 years ago
  7. e42b01e Revert "parser: get rid of useless is_time variable" by Jens Axboe · 13 years ago
  8. 55ed963 Fix parser bug dealing with range options and postfix by Jens Axboe · 13 years ago
  9. 1a1137d parser: get rid of useless is_time variable by Jens Axboe · 13 years ago
  10. ae3fb6f Add missing option type by Jens Axboe · 14 years ago
  11. 1d1c187 Fix bad deref of memory in parser by Jens Axboe · 14 years ago
  12. 808def7 Really fix broken option length check by Jens Axboe · 14 years ago
  13. 57fc29f Allow use of KiB etc to give explicit base 10 multiplies by Jens Axboe · 14 years ago
  14. 7b4cb13 parser: match on length of argument, not potential value by Jens Axboe · 14 years ago
  15. d091d09 Make the 'closest option' print a bit better by Jens Axboe · 14 years ago
  16. 7758d4f Fix bad type usage in parse.c for external options by Jens Axboe · 14 years ago
  17. ae2ddba Fix broken FIO_OPT_STR option by Jens Axboe · 14 years ago
  18. b62bdf2 Fix parser bug capping multi value options at 2 by Jens Axboe · 14 years ago
  19. 5f6ddf1 Allow OR'able option values by Jens Axboe · 14 years ago
  20. e6d2e7e Remove debug printf() by Jens Axboe · 14 years ago
  21. 7eb3657 Make profile io op overrides a dedicated structure by Jens Axboe · 14 years ago
  22. a0741cb Fix parse strlen() bug by Jens Axboe · 14 years ago
  23. f5b6bb8 Allow the adding of 'posval' for dynamic options like 'profile' by Jens Axboe · 14 years ago
  24. a3073f4 Allow holes in the option posval (possible values) by Jens Axboe · 14 years ago
  25. 07b3232 Cleanup profile support by Jens Axboe · 14 years ago
  26. e2de69d Add initial support for profile specific options by Jens Axboe · 14 years ago
  27. 02c6aad Add parser support for out-of-td option storage by Jens Axboe · 14 years ago
  28. 9f988e2 Add support for registrering external options by Jens Axboe · 14 years ago
  29. 38789b5 Add check for OPT_LEN_MAX being too small by Jens Axboe · 14 years ago
  30. 975462a Allow 'b' postfix for integer values by Jens Axboe · 15 years ago
  31. 0b9d69e Silence the style/whitespace police by Jens Axboe · 15 years ago
  32. d6978a3 A few more kb_base fixups by Jens Axboe · 15 years ago
  33. a639f0b Make kb_base apply to parser k/m/g etc values by Jens Axboe · 15 years ago
  34. b09da8f Add tera/peta suffixes by Jens Axboe · 15 years ago
  35. d447a8c parser: dump valid option format for ->verify() fail by Jens Axboe · 15 years ago
  36. 70a4c0c Add verify hook to options by Jens Axboe · 15 years ago
  37. 3980127 Only show maxval in --cmdhelp if it is given by Jens Axboe · 15 years ago
  38. c1f7543 Cmd help type fix by Jens Axboe · 15 years ago
  39. e01b22b parser: get rid of FIO_OPT_STR_VAL_INT by Jens Axboe · 15 years ago
  40. 7c8f1a5 Fix bug in parser with postfix and truncated direction values by Jens Axboe · 15 years ago
  41. 903dc3f Fix integer store bug in parser by Jens Axboe · 15 years ago
  42. f7fa265 Get rid of int vs siint difference by Jens Axboe · 15 years ago
  43. b347f9d Allow 0x (or 0X) prefix for any int value to indicate hex base by Jens Axboe · 15 years ago
  44. 853ee7f Fix failure to strip end of line with comment by Jens Axboe · 15 years ago
  45. 43c129b Properly strip end-of-option blanks by Jens Axboe · 16 years ago
  46. e3cedca Add support for giving bw/clat/slat log prefixes by Jens Axboe · 16 years ago
  47. 8cdabc1 Fix bug in parser that causes a crash with a bad option by Jens Axboe · 16 years ago
  48. 88b5a39 Add environment-variable substitution to config options by Aaron Carroll · 16 years ago
  49. 3b8b713 Add option priorities by Jens Axboe · 16 years ago
  50. 15ca150 Mark rwmixcycle option as deprecated in the option parser by Jens Axboe · 16 years ago
  51. 5ec10ea Style fixups by Jens Axboe · 16 years ago
  52. 323d911 Fix recursive dump of options by Jens Axboe · 16 years ago
  53. a3d741f Add --debug=parse for option parsing debug by Jens Axboe · 16 years ago
  54. 97e8cd4 parser: always set off3/4 even if we have more by Jens Axboe · 16 years ago
  55. 564ca97 Add support for 'bssplit' option, fine grained block size contrl by Jens Axboe · 17 years ago
  56. d78ee46 Allow upper-case 'X' for hexidecimal in parser by Jens Axboe · 17 years ago
  57. fdf2874 Be a little more clever in finding child options by Jens Axboe · 17 years ago
  58. ef9aff5 Parent options didn't recurse properly by Jens Axboe · 17 years ago
  59. afdf935 Add parent link to options by Jens Axboe · 17 years ago
  60. a61bdfd Parser: make check_int() accept hex input if prefixed with 0x by Jens Axboe · 17 years ago
  61. 7f7e6e5 Fix memory overflow bugs by Jens Axboe · 17 years ago
  62. 523bfad Have strip_blank_end() also strip off any comments by Jens Axboe · 17 years ago
  63. 0401bca Fix memory overflow with > 64 byte options by Jens Axboe · 17 years ago
  64. 4d651da Fix bug with stripping white space at the front of an option by Jens Axboe · 17 years ago
  65. 0f3e35e Warn if default value is given for string option without value by Jens Axboe · 17 years ago
  66. f085737 Sort option possible value map by Jens Axboe · 17 years ago
  67. d2bb7fe Show alias in command help by Jens Axboe · 17 years ago
  68. 7f9348f Command help match also on aliases by Jens Axboe · 17 years ago
  69. b486f76 Accept '-' as siint delimter as well. by Jens Axboe · 17 years ago
  70. 7837213 Add suboption help texts by Jens Axboe · 17 years ago
  71. c167ded Left justify help output by Jens Axboe · 17 years ago
  72. af52b34 Allow explicit setting of a number of files by Jens Axboe · 17 years ago
  73. 6612a27 An option need not include ->posval[] entries by Jens Axboe · 17 years ago
  74. 0e9f7fa Improve friendliness of --cmdhelp by Jens Axboe · 17 years ago
  75. 320beef Don't require 'all' argument to --cmdhelp to dump all options by Jens Axboe · 17 years ago
  76. ad231bc [PATCH] parse.c: Make FIO_OPT_STR explicitly one value by Joel Becker · 17 years ago
  77. 71dc58b Fix parser bug by Joel Becker · 17 years ago
  78. ec1aee0 Extend option name from 16 to 20 bytes by Jens Axboe · 17 years ago
  79. b1ec1da Move handling of possible values into the option parser by Jens Axboe · 17 years ago
  80. f3502ba [PATCH] Exabytes by Jens Axboe · 17 years ago
  81. 675de85 [PATCH] Size parse should use strtoll() by Jens Axboe · 17 years ago
  82. ed92ac0 [PATCH] Simple support for networked IO by Jens Axboe · 17 years ago
  83. 0c9baf9 [PATCH] Update irange documentation by Jens Axboe · 17 years ago
  84. 70df2f1 [PATCH] Abort early for bad option given to --cmdhelp by Jens Axboe · 17 years ago
  85. 5b0a888 [PATCH] Warn if both option variable offset and callback given by Jens Axboe · 17 years ago
  86. 4945ba1 [PATCH] Pretty up option looping by Jens Axboe · 17 years ago
  87. 76a43db [PATCH] Change O_DIRECT vs buffered setup by Jens Axboe · 17 years ago
  88. 03b74b3 [PATCH] Change timeout to runtime and rearrange option entries by Jens Axboe · 17 years ago
  89. cda866c [PATCH] strtoul() -> strtol() conversion by Jens Axboe · 17 years ago
  90. db8e016 [PATCH] Be strict in checking option ranges by Jens Axboe · 17 years ago
  91. 63f2937 [PATCH] Option minval should be signed by Jens Axboe · 17 years ago
  92. 13335dd [PATCH] Introduce bool option type by Jens Axboe · 17 years ago
  93. 15f7918 [PATCH] Show allowed option values for string matching by Jens Axboe · 17 years ago
  94. facba0e [PATCH] Pretty up command help output by Jens Axboe · 17 years ago
  95. ee73849 [PATCH] Add default option values by Jens Axboe · 17 years ago
  96. 29fc6af [PATCH] Complain if bad option given to 'cmdhelp' by Jens Axboe · 17 years ago
  97. fd28ca4 [PATCH] Add per-option help by Jens Axboe · 17 years ago
  98. 1e97cce [PATCH] Fix warnings from icc by Jens Axboe · 18 years ago
  99. 08e26e3 [PATCH] Don't segfault on missing argument data by Jens Axboe · 18 years ago
  100. 92b586f [PATCH] Fix options with no parameters by Jens Axboe · 18 years ago