Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio
[fio.git] / init.c
2007-03-02 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2007-03-02 Jens AxboeSpelling fixes
2007-03-01 Jens AxboeAccept -foo as well as --foo for options
2007-03-01 Jens AxboeDon't require 'all' argument to --cmdhelp to dump all...
2007-03-01 Joel Becker[PATCH] init.c: Expose f_out and f_err to loaded librar...
2007-02-28 Joel BeckerPrefix external io engine loading with 'external'
2007-02-27 Jens AxboeFio version 1.12 fio-1.12
2007-02-27 Jens AxboeTemporary iodepth_low work-around for syslets
2007-02-26 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2007-02-26 Jens AxboeAdd iodepth_batch setting
2007-02-23 Jens AxboeDon't include engines we don't have
2007-02-23 Jens AxboeIO engine callback need not dump possible values
2007-02-23 Jens AxboeMove handling of possible values into the option parser
2007-02-23 Jens AxboeStreamline thread_data data direction setting and checking
2007-02-23 Jens AxboeAdd option to select how to service multiple files
2007-02-22 Jens AxboeAdd more context to the error messages
2007-02-22 Jens AxboeList syslet-rw as a supported option in the ioengine...
2007-02-20 Jens AxboeLeftover debug message
2007-02-20 Jens AxboeAdd low water mark for queuing depth
2007-02-20 Jens AxboeFirst step for group reporting
2007-02-20 Ingo Molnarfio: allow '#' comments
2007-02-17 Jens Axboe[PATCH] Add thinktime_spin parameter
2007-02-17 Jens Axboe[PATCH] Fix random seed for numjobs > 1
2007-02-17 Jens Axboe[PATCH] Fixup file type recognition
2007-02-14 Jens Axboe[PATCH] Exabytes
2007-02-14 Jens Axboe[PATCH] First cut syslet async io support
2007-02-13 Jens Axboe[PATCH] Random map needs to use ->real_file_size, not...
2007-02-10 Jens Axboe[PATCH] Catch and print if directory= doesn't exist
2007-02-06 Jens Axboe[PATCH] Simple support for networked IO
2007-02-05 Jens Axboe[PATCH] Add 'description' option
2007-01-17 Jens Axboe[PATCH] Add support for writing aggregate bandwidth log
2007-01-13 Jens Axboe[PATCH] Don't make file unlink the default
2007-01-11 Jens Axboe[PATCH] Cleanup some output code
2007-01-11 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2007-01-11 Jens Axboe[PATCH] Help: thinktime is in microseconds
2007-01-11 Jens Axboe[PATCH] Change O_DIRECT vs buffered setup
2007-01-11 Jens Axboe[PATCH] Change timeout to runtime and rearrange option...
2007-01-10 Jens Axboe[PATCH] Thread option didn't work
2007-01-10 Jens Axboe[PATCH] Introduce bool option type
2007-01-10 Jens Axboe[PATCH] Show allowed option values for string matching
2007-01-10 Jens Axboe[PATCH] Fixup ratecycle option
2007-01-10 Jens Axboe[PATCH] Add default option values
2007-01-09 Jens Axboe[PATCH] Complain if bad option given to 'cmdhelp'
2007-01-09 Jens Axboe[PATCH] Add per-option help
2007-01-09 Jens Axboe[PATCH] Fio version 1.11 fio-1.11
2007-01-08 Jens Axboe[PATCH] Debug printf
2007-01-08 Jens Axboe[PATCH] Unlink and directory fix
2007-01-03 Jens Axboe[PATCH] Make sure the fio_options[] members are always...
2007-01-03 Jens Axboe[PATCH] Add thinktime_blocks
2006-12-22 Jens Axboe[PATCH] Don't dump optarg on unknown option
2006-12-22 Jens Axboe[PATCH] Version 1.10 fio-1.10
2006-12-21 Jens Axboe[PATCH] Allow mem=mmap to also use a file backing
2006-12-20 Jens Axboe[PATCH] Add hugepage-size option
2006-12-20 Jens Axboe[PATCH] Support for mmap of hugetlb files as memory...
2006-12-20 Jens Axboe[PATCH] Fix character + O_DIRECT
2006-12-20 Jens Axboe[PATCH] Fix hugetlb problems
2006-12-19 Jens Axboe[PATCH] Support for hugetlb backed shared memory
2006-12-15 Jens Axboe[PATCH] Make unlink and overwrite the default
2006-12-05 Jens Axboe[PATCH] Fix warnings from icc
2006-11-24 Jens Axboe[PATCH] Update ioengine help text
2006-11-08 Jens Axboe[PATCH] Fix signedness issue
2006-11-07 Jens Axboe[PATCH] Link in known io engines
2006-11-07 Jens Axboe[PATCH] Version 1.9 fio-1.9
2006-11-07 Jens Axboe[PATCH] Remove rate_quit remnants
2006-11-07 Jens Axboe[PATCH] Warn on writable strings
2006-11-06 Jens Axboe[PATCH] Forgot to include 'M' as a unit postfix
2006-11-06 Jens Axboe[PATCH] Version 1.8 fio-1.8
2006-11-06 Jens Axboe[PATCH] Print pretty bs values
2006-11-06 Jens Axboe[PATCH] bs= and bsrange= takes both read and write...
2006-11-03 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2006-11-03 Jens Axboe[PATCH] Make fio build again on "crippled" platforms
2006-11-03 Jens Axboe[PATCH] Kill old libaio/posixaio checks
2006-11-03 Jens Axboe[PATCH] Fix int vs long problems in parsing some options
2006-11-03 Jens Axboe[PATCH] Add seperate read/write block size options
2006-11-02 Jens Axboe[PATCH] Fix random_map
2006-11-02 Jens Axboe[PATCH] Improve job/cmd line parsing error logging
2006-10-30 Jens Axboe[PATCH] Add 'bs_unaligned' option
2006-10-30 Jens Axboe[PATCH] Add 'norandommap' option
2006-10-30 Jens Axboe[PATCH] Improve job file parsing
2006-10-30 Jens Axboe[PATCH] Potential overflow and unused variable
2006-10-30 Jens Axboe[PATCH] Move the other parameter fixup code into fixup_...
2006-10-30 Jens Axboe[PATCH] Don't put_job() on def_thread
2006-10-30 Jens Axboe[PATCH] Typo: jobname is 'val', not 'opt'
2006-10-30 Jens Axboe[PATCH] Add support for multiple jobs on the command...
2006-10-27 Jens Axboe[PATCH] Add full command line parameter support
2006-10-27 Jens Axboe[PATCH cpu io threads need not have lots of stuff setup
2006-10-27 Jens Axboe[PATCH] Improve io logging
2006-10-27 Jens Axboe[PATCH] Fixup iolog config setting
2006-10-27 Jens Axboe[PATCH] Abstract option handling
2006-10-26 Jens Axboe[PATCH] Split config name parse functions into parse.c
2006-10-24 Jens Axboe[PATCH] f->fileno is not used
2006-10-24 Jens Axboe[PATCH] Add option to specify the exact file used
2006-10-20 Jens Axboe[PATCH] Add bw/lat log as job options
2006-10-20 Jens Axboe[PATCH] Automatically adjust iodepth for nr_files
2006-10-19 Jens Axboe[PATCH] File creation and info fixes
2006-10-19 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2006-10-18 Jens Axboe[PATCH] Make fio -W clean again
2006-10-18 Jens Axboe[PATCH] Add support for unlinking io files
2006-10-18 Jens Axboe[PATCH Various fixes
2006-10-18 Jens Axboe[PATCH] First cut at supporting > 1 file per job
next