summaryrefslogtreecommitdiff
path: root/options.c
AgeCommit message (Expand)Author
2010-03-04Add initial support for profile specific optionsJens Axboe
2010-03-04Add support for loadable profilesJens Axboe
2010-03-04Add support for registrering external optionsJens Axboe
2010-01-28Add specific knob for controlling fallocate() usageJens Axboe
2009-12-15Fix some issues with the OSX portJens Axboe
2009-12-08Add support for specifying UID/GIDJens Axboe
2009-12-07Autodetect cgroup blkio mount pointJens Axboe
2009-12-04CGROUP fixesJens Axboe
2009-12-04Add support for blkio cgroups on LinuxJens Axboe
2009-11-13Add support for simple profile benchmarksJens Axboe
2009-11-13Only do math on known keywordsJens Axboe
2009-11-13Support simple math on reserved keyword expressionsJens Axboe
2009-10-27Support > 4 byte verify write patternsRadha Ramachandran
2009-10-15Fix bug in bssplit parsingKenneth Waters
2009-09-11Silence the style/whitespace policeJens Axboe
2009-08-09Merge branch 'master' of ssh://brick.kernel.dk/data/git/fioJens Axboe
2009-08-09Add Linus' optimized sha1 hash for checksumJens Axboe
2009-08-05Add support for reserved keywordsJens Axboe
2009-08-04Allow ':' in filenamesJens Axboe
2009-07-18A few more kb_base fixupsJens Axboe
2009-07-18Make kb_base apply to parser k/m/g etc valuesJens Axboe
2009-07-17Add kb_base option to specify the base unit of a kilobyteJens Axboe
2009-07-06Add support for async IO verification offloadJens Axboe
2009-07-01Fix compile errorJens Axboe
2009-07-01Move gtod_cpu affinity check to verify callbackJens Axboe
2009-07-01Move rw= write && read_only check to ->verify callbackJens Axboe
2009-07-01Add support for the iomem_align optionJens Axboe
2009-06-16Add support for fdatasync()Jens Axboe
2009-06-15Add a 'continue_on_error' option to fioRadha Ramachandran
2009-06-09parser: get rid of FIO_OPT_STR_VAL_INTJens Axboe
2009-06-09Add support for limiting only rate in only one directionJens Axboe
2009-06-03Cleanup verify headersJens Axboe
2009-05-20Add pre_read optionZhang, Yanmin
2009-04-27Filename must be parsed after directory optionJens Axboe
2009-04-21Add support for different weights for reads and writes with bssplitJens Axboe
2009-03-11Add blockalign/ba optionJens Axboe
2009-03-04Add create_on_open optionJens Axboe
2009-03-04Add 'sequential' file_service_typeJens Axboe
2009-01-16Missing text in iodepth_batch* help entriesJens Axboe
2008-12-12CPU set creation and destruction can fail on some platformsJens Axboe
2008-12-12Prepare for support for CPU binding on other platformsJens Axboe
2008-12-08Don't allow higher CPU counts than what the system hasJens Axboe
2008-12-08Make sure that the given CPU range is within the bounds of the OSJens Axboe
2008-12-08Add gtod_cpu option for pinning gettimeofday() to a single CPUJens Axboe
2008-12-08Allow ranges of CPUs in cpus_allowed optionJens Axboe
2008-11-19Add support for giving bw/clat/slat log prefixesJens Axboe
2008-11-14Fix leaks with using get_opt_postfix()Jens Axboe
2008-11-14Add gtod_reduce optionJens Axboe
2008-10-16Add options for disabling slat/clat/bw measurementsJens Axboe
2008-09-10Add ramp_time optionJens Axboe