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