1. 786715e parse: make suggestions for unknown options by Jens Axboe · 9 years ago
  2. 79dc914 Fixup some of the time (usec) based conversions by Stephen M. Cameron · 10 years ago
  3. ef7035a Add support for compiling for ESX by Jens Axboe · 10 years ago
  4. 0de5b26 Unify the time handling by Jens Axboe · 10 years ago
  5. 3b5dac6 Fix g++ warning about void* used in arithmetic by Daniel Gollub · 10 years ago
  6. ebadc0c Make parse.h C++ safe by avoiding "or" keyword by Daniel Gollub · 10 years ago
  7. f0fdbca parse: cleanup difference between profile and normal options by Jens Axboe · 10 years ago
  8. 7b504ed parse: get rid of raw option offsets by Jens Axboe · 10 years ago
  9. 292cc47 init: escape description option string by Jens Axboe · 10 years ago
  10. 0646490 Add support for other ways of triggering intermediate result outputs by Jens Axboe · 11 years ago
  11. 1e5324e Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  12. e25839d Add sample zipf distribution randomizer by Jens Axboe · 12 years ago
  13. d79db12 Merge branch 'master' into gfio by Jens Axboe · 12 years ago
  14. 3ae4f4a parse: increase max option possible values to 24 by Jens Axboe · 12 years ago
  15. 6eaf09d Add support for trim as a workload type by Shaohua Li · 12 years ago
  16. a4ed77f options: add ->hide_on_set by Jens Axboe · 12 years ago
  17. 9026535 Add support for inverse options by Jens Axboe · 12 years ago
  18. e8b0e95 gfio: improve option edit by Jens Axboe · 12 years ago
  19. d71c154 Add hint on whether to hide a sub option if a parent isn't set by Jens Axboe · 12 years ago
  20. 20eb06b Allow options to specify intervals by Jens Axboe · 12 years ago
  21. 9af4a24 gfio: start of options view and edit by Jens Axboe · 12 years ago
  22. c9c6331 Group options into categories by Jens Axboe · 12 years ago
  23. de890a1 Private parameters for ioengines by Steven Lang · 13 years ago
  24. d0c814e Cleanup option keyword/environment substitution by Steven Lang · 13 years ago
  25. 7e356b2 Memory leak fixes by Jens Axboe · 13 years ago
  26. 6925dd3 Revert "Fix parser bug with ranges" by Jens Axboe · 13 years ago
  27. f20485a Fix parser bug with ranges by Jens Axboe · 13 years ago
  28. c44b1ff Add sub-option support (sort-of) and convert libaio_userspace_reap by Jens Axboe · 13 years ago
  29. 8334919 stats: Add a function to report completion latency percentiles by Yu-ju Hong · 13 years ago
  30. 7bb5910 Allow percentage setting for size= by Jens Axboe · 13 years ago
  31. 5f6ddf1 Allow OR'able option values by Jens Axboe · 14 years ago
  32. f5b6bb8 Allow the adding of 'posval' for dynamic options like 'profile' by Jens Axboe · 14 years ago
  33. 07b3232 Cleanup profile support by Jens Axboe · 14 years ago
  34. e2de69d Add initial support for profile specific options by Jens Axboe · 14 years ago
  35. 02c6aad Add parser support for out-of-td option storage by Jens Axboe · 14 years ago
  36. 9f988e2 Add support for registrering external options by Jens Axboe · 14 years ago
  37. c06c78c Increase OPT_LEN_MAX by Zhang, Yanmin · 14 years ago
  38. d6978a3 A few more kb_base fixups by Jens Axboe · 15 years ago
  39. 70a4c0c Add verify hook to options by Jens Axboe · 15 years ago
  40. e01b22b parser: get rid of FIO_OPT_STR_VAL_INT by Jens Axboe · 15 years ago
  41. 88b5a39 Add environment-variable substitution to config options by Aaron Carroll · 16 years ago
  42. 3b8b713 Add option priorities by Jens Axboe · 16 years ago
  43. 15ca150 Mark rwmixcycle option as deprecated in the option parser by Jens Axboe · 16 years ago
  44. 564ca97 Add support for 'bssplit' option, fine grained block size contrl by Jens Axboe · 16 years ago
  45. fdf2874 Be a little more clever in finding child options by Jens Axboe · 17 years ago
  46. ef9aff5 Parent options didn't recurse properly by Jens Axboe · 17 years ago
  47. afdf935 Add parent link to options by Jens Axboe · 17 years ago
  48. 7837213 Add suboption help texts by Jens Axboe · 17 years ago
  49. 0e9f7fa Improve friendliness of --cmdhelp by Jens Axboe · 17 years ago
  50. b1ec1da Move handling of possible values into the option parser by Jens Axboe · 17 years ago
  51. 76a43db [PATCH] Change O_DIRECT vs buffered setup by Jens Axboe · 17 years ago
  52. 03b74b3 [PATCH] Change timeout to runtime and rearrange option entries by Jens Axboe · 17 years ago
  53. 63f2937 [PATCH] Option minval should be signed by Jens Axboe · 17 years ago
  54. 13335dd [PATCH] Introduce bool option type by Jens Axboe · 17 years ago
  55. 15f7918 [PATCH] Show allowed option values for string matching by Jens Axboe · 17 years ago
  56. 6da1fa7 [PATCH] Fixup ratecycle option by Jens Axboe · 17 years ago
  57. ee73849 [PATCH] Add default option values by Jens Axboe · 17 years ago
  58. fd28ca4 [PATCH] Add per-option help by Jens Axboe · 17 years ago
  59. 3c9b60c [PATCH] Warn on writable strings by Jens Axboe · 18 years ago
  60. f90eff5 [PATCH] bs= and bsrange= takes both read and write sizes by Jens Axboe · 18 years ago
  61. 75e6f36 [PATCH] Fix int vs long problems in parsing some options by Jens Axboe · 18 years ago
  62. b469282 [PATCH] Add full command line parameter support by Jens Axboe · 18 years ago
  63. e1f3650 [PATCH] Abstract option handling by Jens Axboe · 18 years ago