First step at speeding up io_u rand refill
[fio.git] / parse.h
2010-03-09 Jens AxboeAllow OR'able option values
2010-03-05 Jens AxboeAllow the adding of 'posval' for dynamic options like...
2010-03-05 Jens AxboeCleanup profile support
2010-03-04 Jens AxboeAdd initial support for profile specific options
2010-03-04 Jens AxboeAdd parser support for out-of-td option storage
2010-03-04 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2010-03-04 Jens AxboeAdd support for registrering external options
2010-03-03 Zhang, YanminIncrease OPT_LEN_MAX
2009-07-27 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2009-07-18 Jens AxboeA few more kb_base fixups
2009-07-01 Jens AxboeAdd verify hook to options
2009-06-09 Jens Axboeparser: get rid of FIO_OPT_STR_VAL_INT
2008-10-07 Aaron CarrollAdd environment-variable substitution to config options
2008-06-10 Jens AxboeAdd option priorities
2008-04-07 Jens AxboeMark rwmixcycle option as deprecated in the option...
2007-12-14 Jens AxboeAdd support for 'bssplit' option, fine grained block...
2007-07-31 Jens AxboeBe a little more clever in finding child options
2007-07-31 Jens AxboeParent options didn't recurse properly
2007-07-31 Jens AxboeAdd parent link to options
2007-03-14 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2007-03-14 Jens AxboeAdd suboption help texts
2007-03-01 Jens AxboeImprove friendliness of --cmdhelp
2007-02-23 Jens AxboeMove handling of possible values into the option parser
2007-01-11 Jens Axboe[PATCH] Change O_DIRECT vs buffered setup
2007-01-11 Jens Axboe[PATCH] Change timeout to runtime and rearrange option...
2007-01-10 Jens Axboe[PATCH] Option minval should be signed
2007-01-10 Jens Axboe[PATCH] Introduce bool option type
2007-01-10 Jens Axboe[PATCH] Show allowed option values for string matching
2007-01-10 Jens Axboe[PATCH] Fixup ratecycle option
2007-01-10 Jens Axboe[PATCH] Add default option values
2007-01-09 Jens Axboe[PATCH] Add per-option help
2006-11-07 Jens Axboe[PATCH] Warn on writable strings
2006-11-06 Jens Axboe[PATCH] bs= and bsrange= takes both read and write...
2006-11-03 Jens Axboe[PATCH] Fix int vs long problems in parsing some options
2006-10-27 Jens Axboe[PATCH] Add full command line parameter support
2006-10-27 Jens Axboe[PATCH] Abstract option handling