Add LFSR generator
[fio.git] / options.c
2009-12-15 Jens AxboeFix some issues with the OSX port
2009-12-08 Jens AxboeAdd support for specifying UID/GID
2009-12-07 Jens AxboeAutodetect cgroup blkio mount point
2009-12-04 Jens AxboeCGROUP fixes
2009-12-04 Jens AxboeAdd support for blkio cgroups on Linux
2009-11-13 Jens AxboeAdd support for simple profile benchmarks
2009-11-13 Jens AxboeOnly do math on known keywords
2009-11-13 Jens AxboeSupport simple math on reserved keyword expressions
2009-10-27 Radha RamachandranSupport > 4 byte verify write patterns
2009-10-15 Kenneth WatersFix bug in bssplit parsing
2009-09-11 Jens AxboeSilence the style/whitespace police
2009-08-09 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2009-08-09 Jens AxboeAdd Linus' optimized sha1 hash for checksum
2009-08-05 Jens AxboeAdd support for reserved keywords
2009-08-04 Jens AxboeAllow ':' in filenames
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-18 Jens AxboeMake kb_base apply to parser k/m/g etc values
2009-07-17 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2009-07-17 Jens AxboeAdd kb_base option to specify the base unit of a kilobyte
2009-07-06 Jens AxboeAdd support for async IO verification offload
2009-07-01 Jens AxboeFix compile error
2009-07-01 Jens AxboeMove gtod_cpu affinity check to verify callback
2009-07-01 Jens AxboeMove rw= write && read_only check to ->verify callback
2009-07-01 Jens AxboeAdd support for the iomem_align option
2009-06-16 Jens AxboeAdd support for fdatasync()
2009-06-15 Radha RamachandranAdd a 'continue_on_error' option to fio
2009-06-09 Jens Axboeparser: get rid of FIO_OPT_STR_VAL_INT
2009-06-09 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2009-06-09 Jens AxboeAdd support for limiting only rate in only one direction
2009-06-03 Jens AxboeCleanup verify headers
2009-05-20 Zhang, YanminAdd pre_read option
2009-04-27 Jens AxboeFilename must be parsed after directory option
2009-04-21 Jens AxboeAdd support for different weights for reads and writes...
2009-03-11 Jens AxboeAdd blockalign/ba option
2009-03-04 Jens AxboeAdd create_on_open option
2009-03-04 Jens AxboeAdd 'sequential' file_service_type
2009-01-16 Jens AxboeMissing text in iodepth_batch* help entries
2008-12-12 Jens AxboeCPU set creation and destruction can fail on some platforms
2008-12-12 Jens AxboePrepare for support for CPU binding on other platforms
2008-12-08 Jens AxboeDon't allow higher CPU counts than what the system has
2008-12-08 Jens AxboeMake sure that the given CPU range is within the bounds...
2008-12-08 Jens AxboeAdd gtod_cpu option for pinning gettimeofday() to a...
2008-12-08 Jens AxboeAllow ranges of CPUs in cpus_allowed option
2008-11-19 Jens AxboeAdd support for giving bw/clat/slat log prefixes
2008-11-14 Jens AxboeFix leaks with using get_opt_postfix()
2008-11-14 Jens AxboeAdd gtod_reduce option
2008-10-16 Jens AxboeAdd options for disabling slat/clat/bw measurements
2008-09-10 Jens AxboeAdd ramp_time option
2008-08-04 Jens AxboeRemember to add crc32c_intel option check
2008-06-11 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2008-06-11 Jens AxboeAdd crc32c checksum
2008-06-10 Jens AxboeAdd option priorities
2008-06-05 Jens AxboeHelp entry typos
2008-06-05 Jens AxboeAdd iodepth_batch_complete control
2008-06-02 Jens AxboeMove fls.h in with the other lib helpers
2008-06-02 Jens AxboeRename fls() to __fls()
2008-06-02 Jens AxboeAdd Solaris native aio engine
2008-05-30 Jens AxboeMake it work on opensolaris
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
next