summaryrefslogtreecommitdiff
path: root/options.c
AgeCommit message (Expand)Author
2010-08-25Mark "read_iolog" as a parent for "replay_no_stall"Jens Axboe
2010-08-24Add option to skip delays when replaying tracesDavid Nellans
2010-08-10Add support for AIXCigy Cyriac
2010-08-10Fix bad casting of unsigned long long to unsigned longCigy Cyriac
2010-07-20Add rw_sequencer optionJens Axboe
2010-07-20Rename ddir_nr -> ddir_seq_nrJens Axboe
2010-06-29Fix startdelay option with s/m/h/d postfixJens Axboe
2010-06-24Add total latency logJens Axboe
2010-06-21Auto-detect missing hw support for crc32c and fallback to softwareJens Axboe
2010-06-15Add some support for a verify backlogJens Axboe
2010-04-13Make sure that alias names are also valid on the command lineJens Axboe
2010-03-31Add an option "cgroup_nodelete" to not delete cgroups after job completionVivek Goyal
2010-03-24Remove default setting of clocksourceJens Axboe
2010-03-24Add support for specific clock sourcesJens Axboe
2010-03-19Only define str_sfr_cb() if FIO_HAVE_SYNC_FILE_RANGE is setJens Axboe
2010-03-09Make sure we handle multiple arguments to sync_file_rangeJens Axboe
2010-03-09Initial suppor for sync_file_range()Jens Axboe
2010-03-05Allow the adding of 'posval' for dynamic options like 'profile'Jens Axboe
2010-03-05Cleanup profile supportJens Axboe
2010-03-04Make sure profile options get added to long_options[]Jens Axboe
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