[PATCH] empty result
[fio.git] / options.c
2007-07-20 Jens AxboeSet minimum value allowed for some options
2007-06-22 Jens AxboeSupport for 'netsplice' engine
2007-06-15 Jens AxboeAdd cpus_allowed option
2007-06-13 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2007-06-13 Gough, Corey DFix cpu mask setting
2007-05-22 Jens AxboeFix cpumask setting/getting on older kernels
2007-04-26 Jens AxboeDisk stat improvements
2007-04-18 Jens AxboeMask in BE ioprio class as default
2007-04-17 Jens AxboeAdd time_based option
2007-04-17 Jens AxboeAdd zero_buffers option
2007-03-27 Jens AxboeDon't free the string options
2007-03-27 Jens AxboeImprove random verify block sorting
2007-03-26 Jens AxboeAdd 'null' verify option
2007-03-26 Jens Axboe->ddir_nr must be 1 by default, otherwise we'll do...
2007-03-23 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2007-03-23 Jens AxboeFree/alloc every FIO_OPT_STR_STORE string
2007-03-22 Jens AxboeAdd option to disable fadvise() hints
2007-03-22 Jens AxboeLeftover debug printf()
2007-03-22 Jens AxboeAdd support for mixing a random IO workload a bit
2007-03-21 Jens AxboeImprove rwmix states
2007-03-21 Jens AxboeExpose guasi IO engine in ioengine=
2007-03-20 Jens Axboe'new_group' option
2007-03-19 Jens AxboeRevert b370e46b370e46... Put longest options first
2007-03-19 Jens AxboePut longest options first
2007-03-15 Jens AxboeMove thread options into a seperate structure
2007-03-15 Jens AxboeAdd some more options for commands
2007-03-15 Jens AxboeSupport for setting rated based on IOPS
2007-03-15 Jens AxboeSplit option handling out of init.c