net engine: improve host/port parsing
[fio.git] / options.c
2008-05-28 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2008-05-28 Jens AxboeFixup rwmixread/write options
2008-05-26 Jens AxboeRemove early directory check
2008-05-21 Jens AxboeAdd option for refilling IO buffers on each submit
2008-04-07 Jens AxboeMark rwmixcycle option as deprecated in the option...
2008-04-07 Jens AxboeNeed to prefix directory= setting before checking dir...
2008-04-04 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2008-03-26 Jens AxboeAdd softrandommap and --alloc-size options
2008-03-26 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2008-03-26 Jens AxboeCheck directory if filename= option includes dir name
2008-03-06 Jens AxboeStyle fixups
2008-03-04 Jens AxboeRevamp file locking
2008-03-01 Jens AxboeAdd the file sharing bits
2008-02-20 Aaron Carrollfix hugepage-size type mismatch
2008-02-06 Jens AxboeFix misplaced exit(0) in cpus_allowed setting
2008-02-04 Jens AxboeAdd vsync io engine
2008-01-18 Jens AxboeMake iodepth_batch=1 by default
2008-01-16 Shawn LewisRevert "Remove verify_pattern option, replace with...
2008-01-11 Shawn LewisAdd fill_device option
2007-12-14 Jens AxboeAdd support for 'bssplit' option, fine grained block...
2007-12-12 Jens Axboe'1' is minimum value for queue depth, don't allow 0
2007-11-08 Jens AxboeSeperate ioprio value from setting
2007-10-25 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2007-10-23 gurudas paiAdd pread/pwrite support to sync engine
2007-08-10 Jens AxboeRemove verify_pattern option, replace with verify=pattern:x
2007-08-10 Jens AxboeMark do_verify and verify_fatal as booleans
2007-08-09 Jens AxboeAdd verify_fatal option
2007-08-02 Jens AxboeNote parent option 'verify' for 'do_verify'
2007-08-02 Shawn Lewis[PATCH] Add do_verify option
2007-08-02 Shawn Lewis[PATCH] Add verify_meta verification type
2007-07-31 Jens AxboeMore option help updates
2007-07-31 Jens AxboeAdd parent option to 'verifysort'
2007-07-31 Jens AxboeAdd parent link to options
2007-07-30 Jens AxboeAdd sha256 and sha512 checksums
2007-07-30 Jens AxboeRemove .maxval from verify_pattern
2007-07-30 Jens AxboeAdd verify_pattern option
2007-07-30 Jens AxboeRename header_offset and header_interval options
2007-07-28 Jens AxboeFix header_interval minimum value
2007-07-28 Shawn Lewis[PATCH] Offset verification header by a user-specified...
2007-07-28 Shawn Lewis[PATCH] Allow verification to be done at finer granularity
2007-07-27 Jens AxboeShow md5 as first verify function
2007-07-27 Jens AxboeAdd sample crc64 checksum
2007-07-27 Jens AxboeAdd crc7 verify type
2007-07-27 Jens AxboeAdd crc16 verify type
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