splice: fix fallback from copy vmsplice to nothing
[fio.git] / init.c
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
2006-10-12 Jens Axboe[PATCH] Fix segfault if ioengine isn't set
2006-10-09 Jens Axboe[PATCH] Separate io engines into separate loadable...
2006-09-14 Jens Axboe[PATCH] Basic support for a cpu cycle eater job
2006-08-24 Jens Axboe[PATCH] Correct command line parsing fio-1.6
2006-08-24 Randy.Dunlap[PATCH] Drop "-f jobfile" from usage help
2006-07-13 Jens Axboe[PATCH] Fix timout variable setting
2006-06-16 Jens Axboe[PATCH] Remove redundant -f job option
2006-06-13 Jens Axboe[PATCH] Stonewalling wasn't properly done in some circu...
2006-06-13 Jens Axboe[PATCH fio-1.5 fio-1.5
2006-06-13 Jens Axboe[PATCH] Various little fixes and lots of commenting
2006-06-13 Jens Axboe[PATCH] Remove last remnants of file extending
2006-06-12 Jens Axboe[PATCH] Add option for terse parseable output
2006-06-12 Jens Axboe[PATCH] Update usage() text to match options
2006-06-12 Jens Axboe[PATCH] Remove the old job command line options
2006-06-09 Jens Axboe[PATCH] Make it easier to match up filename and job...
2006-06-09 Jens Axboe[PATCH] Misc: stall progress ouput during file creation...
2006-06-09 Jens Axboe[PATCH] Add support for giving multiple job files
2006-06-08 Jens Axboe[PATCH] When logging to a file, stderr should go both...
next