Close iolog file if reading version string fails
[fio.git] / options.c
2010-11-30 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2010-11-25 Jens Axboenrfiles vs nr_files mixups
2010-10-08 Jens AxboeInitial support for explicit write barriers
2010-09-07 Jens AxboeMerge branch 'master' of ssh://router.home.kernel.dk...
2010-09-07 Jens AxboeAdd binject IO engine
2010-09-01 Jens AxboeAdd verify trim support
2010-08-31 David NellansAdd support for redirection replay of blktrace traces...
2010-08-25 Jens AxboeMark "read_iolog" as a parent for "replay_no_stall"
2010-08-24 David NellansAdd option to skip delays when replaying traces
2010-08-10 Cigy CyriacAdd support for AIX
2010-08-10 Cigy CyriacFix bad casting of unsigned long long to unsigned long
2010-07-20 Jens AxboeAdd rw_sequencer option
2010-07-20 Jens AxboeRename ddir_nr -> ddir_seq_nr
2010-06-29 Jens AxboeFix startdelay option with s/m/h/d postfix
2010-06-24 Jens AxboeAdd total latency log
2010-06-21 Jens AxboeAuto-detect missing hw support for crc32c and fallback...
2010-06-15 Jens AxboeAdd some support for a verify backlog
2010-04-13 Jens AxboeMake sure that alias names are also valid on the comman...
2010-03-31 Vivek GoyalAdd an option "cgroup_nodelete" to not delete cgroups...
2010-03-24 Jens AxboeRemove default setting of clocksource
2010-03-24 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2010-03-24 Jens AxboeAdd support for specific clock sources
2010-03-19 Jens AxboeOnly define str_sfr_cb() if FIO_HAVE_SYNC_FILE_RANGE...
2010-03-09 Jens AxboeMake sure we handle multiple arguments to sync_file_range
2010-03-09 Jens AxboeInitial suppor for sync_file_range()
2010-03-05 Jens AxboeAllow the adding of 'posval' for dynamic options like...
2010-03-05 Jens AxboeCleanup profile support
2010-03-04 Jens AxboeMake sure profile options get added to long_options[]
2010-03-04 Jens AxboeAdd initial support for profile specific options
2010-03-04 Jens AxboeAdd support for loadable profiles
2010-03-04 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2010-03-04 Jens AxboeAdd support for registrering external options
2010-01-28 Jens AxboeAdd specific knob for controlling fallocate() usage
2009-12-15 Jens AxboeFix some issues with the OSX port
2009-12-08 Jens AxboeAdd support for specifying UID/GID
2009-12-07 Jens AxboeAutodetect cgroup blkio mount point
2009-12-04 Jens AxboeCGROUP fixes
2009-12-04 Jens AxboeAdd support for blkio cgroups on Linux
2009-11-13 Jens AxboeAdd support for simple profile benchmarks
2009-11-13 Jens AxboeOnly do math on known keywords
2009-11-13 Jens AxboeSupport simple math on reserved keyword expressions
2009-10-27 Radha RamachandranSupport > 4 byte verify write patterns
2009-10-15 Kenneth WatersFix bug in bssplit parsing
2009-09-11 Jens AxboeSilence the style/whitespace police
2009-08-09 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2009-08-09 Jens AxboeAdd Linus' optimized sha1 hash for checksum
2009-08-05 Jens AxboeAdd support for reserved keywords
2009-08-04 Jens AxboeAllow ':' in filenames
2009-07-27 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2009-07-18 Jens AxboeA few more kb_base fixups
2009-07-18 Jens AxboeMake kb_base apply to parser k/m/g etc values
2009-07-17 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2009-07-17 Jens AxboeAdd kb_base option to specify the base unit of a kilobyte
2009-07-06 Jens AxboeAdd support for async IO verification offload
2009-07-01 Jens AxboeFix compile error
2009-07-01 Jens AxboeMove gtod_cpu affinity check to verify callback
2009-07-01 Jens AxboeMove rw= write && read_only check to ->verify callback
2009-07-01 Jens AxboeAdd support for the iomem_align option
2009-06-16 Jens AxboeAdd support for fdatasync()
2009-06-15 Radha RamachandranAdd a 'continue_on_error' option to fio
2009-06-09 Jens Axboeparser: get rid of FIO_OPT_STR_VAL_INT
2009-06-09 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2009-06-09 Jens AxboeAdd support for limiting only rate in only one direction
2009-06-03 Jens AxboeCleanup verify headers
2009-05-20 Zhang, YanminAdd pre_read option
2009-04-27 Jens AxboeFilename must be parsed after directory option
2009-04-21 Jens AxboeAdd support for different weights for reads and writes...
2009-03-11 Jens AxboeAdd blockalign/ba option
2009-03-04 Jens AxboeAdd create_on_open option
2009-03-04 Jens AxboeAdd 'sequential' file_service_type
2009-01-16 Jens AxboeMissing text in iodepth_batch* help entries
2008-12-12 Jens AxboeCPU set creation and destruction can fail on some platforms
2008-12-12 Jens AxboePrepare for support for CPU binding on other platforms
2008-12-08 Jens AxboeDon't allow higher CPU counts than what the system has
2008-12-08 Jens AxboeMake sure that the given CPU range is within the bounds...
2008-12-08 Jens AxboeAdd gtod_cpu option for pinning gettimeofday() to a...
2008-12-08 Jens AxboeAllow ranges of CPUs in cpus_allowed option
2008-11-19 Jens AxboeAdd support for giving bw/clat/slat log prefixes
2008-11-14 Jens AxboeFix leaks with using get_opt_postfix()
2008-11-14 Jens AxboeAdd gtod_reduce option
2008-10-16 Jens AxboeAdd options for disabling slat/clat/bw measurements
2008-09-10 Jens AxboeAdd ramp_time option
2008-08-04 Jens AxboeRemember to add crc32c_intel option check
2008-06-11 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2008-06-11 Jens AxboeAdd crc32c checksum
2008-06-10 Jens AxboeAdd option priorities
2008-06-05 Jens AxboeHelp entry typos
2008-06-05 Jens AxboeAdd iodepth_batch_complete control
2008-06-02 Jens AxboeMove fls.h in with the other lib helpers
2008-06-02 Jens AxboeRename fls() to __fls()
2008-06-02 Jens AxboeAdd Solaris native aio engine
2008-05-30 Jens AxboeMake it work on opensolaris
2008-05-28 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2008-05-28 Jens AxboeFixup rwmixread/write options
2008-05-26 Jens AxboeRemove early directory check
2008-05-21 Jens AxboeAdd option for refilling IO buffers on each submit
2008-04-07 Jens AxboeMark rwmixcycle option as deprecated in the option...
2008-04-07 Jens AxboeNeed to prefix directory= setting before checking dir...
2008-04-04 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2008-03-26 Jens AxboeAdd softrandommap and --alloc-size options
next