summaryrefslogtreecommitdiff
path: root/init.c
AgeCommit message (Expand)Author
2007-01-10[PATCH] Add default option valuesJens Axboe
2007-01-09[PATCH] Complain if bad option given to 'cmdhelp'Jens Axboe
2007-01-09[PATCH] Add per-option helpJens Axboe
2007-01-09[PATCH] Fio version 1.11Jens Axboe
2007-01-08[PATCH] Debug printfJens Axboe
2007-01-08[PATCH] Unlink and directory fixJens Axboe
2007-01-03[PATCH] Make sure the fio_options[] members are always zero filledJens Axboe
2007-01-03[PATCH] Add thinktime_blocksJens Axboe
2006-12-22[PATCH] Don't dump optarg on unknown optionJens Axboe
2006-12-22[PATCH] Version 1.10Jens Axboe
2006-12-21[PATCH] Allow mem=mmap to also use a file backingJens Axboe
2006-12-20[PATCH] Add hugepage-size optionJens Axboe
2006-12-20[PATCH] Support for mmap of hugetlb files as memory backingJens Axboe
2006-12-20[PATCH] Fix character + O_DIRECTJens Axboe
2006-12-20[PATCH] Fix hugetlb problemsJens Axboe
2006-12-19[PATCH] Support for hugetlb backed shared memoryJens Axboe
2006-12-15[PATCH] Make unlink and overwrite the defaultJens Axboe
2006-12-05[PATCH] Fix warnings from iccJens Axboe
2006-11-24[PATCH] Update ioengine help textJens Axboe
2006-11-08[PATCH] Fix signedness issueJens Axboe
2006-11-07[PATCH] Link in known io enginesJens Axboe
2006-11-07[PATCH] Version 1.9Jens Axboe
2006-11-07[PATCH] Remove rate_quit remnantsJens Axboe
2006-11-07[PATCH] Warn on writable stringsJens Axboe
2006-11-06[PATCH] Forgot to include 'M' as a unit postfixJens Axboe
2006-11-06[PATCH] Version 1.8Jens Axboe
2006-11-06[PATCH] Print pretty bs valuesJens Axboe
2006-11-06[PATCH] bs= and bsrange= takes both read and write sizesJens Axboe
2006-11-03[PATCH] Make fio build again on "crippled" platformsJens Axboe
2006-11-03[PATCH] Kill old libaio/posixaio checksJens Axboe
2006-11-03[PATCH] Fix int vs long problems in parsing some optionsJens Axboe
2006-11-03[PATCH] Add seperate read/write block size optionsJens Axboe
2006-11-02[PATCH] Fix random_mapJens Axboe
2006-11-02[PATCH] Improve job/cmd line parsing error loggingJens Axboe
2006-10-30[PATCH] Add 'bs_unaligned' optionJens Axboe
2006-10-30[PATCH] Add 'norandommap' optionJens Axboe
2006-10-30[PATCH] Improve job file parsingJens Axboe
2006-10-30[PATCH] Potential overflow and unused variableJens Axboe
2006-10-30[PATCH] Move the other parameter fixup code into fixup_options()Jens Axboe
2006-10-30[PATCH] Don't put_job() on def_threadJens Axboe
2006-10-30[PATCH] Typo: jobname is 'val', not 'opt'Jens Axboe
2006-10-30[PATCH] Add support for multiple jobs on the command lineJens Axboe
2006-10-27[PATCH] Add full command line parameter supportJens Axboe
2006-10-27[PATCH cpu io threads need not have lots of stuff setupJens Axboe
2006-10-27[PATCH] Improve io loggingJens Axboe
2006-10-27[PATCH] Fixup iolog config settingJens Axboe
2006-10-27[PATCH] Abstract option handlingJens Axboe
2006-10-26[PATCH] Split config name parse functions into parse.cJens Axboe
2006-10-24[PATCH] f->fileno is not usedJens Axboe
2006-10-24[PATCH] Add option to specify the exact file usedJens Axboe