Fio 2.2.0
[fio.git] / init.c
2014-12-17 Jens Axboegettime-thread: set and allow multiple CPUs
2014-12-09 Jens AxboeAlways scramble buffers, if scramble_buffers is set
2014-12-05 Jens Axboeparse: make suggestions for unknown options
2014-11-21 Jens Axboeblktrace: correct setting of iodepth
2014-11-19 Jens Axboetrigger: enable separate remote and local trigger
2014-11-19 Jens Axboeverify: allow empty/no trigger file
2014-11-11 Jens AxboeMerge branch 'verify-trigger'
2014-11-11 Jens AxboeAdd support for verify triggers and verify state saving
2014-11-11 Stephen M. CameronFixup some of the time (usec) based conversions
2014-11-06 Jens AxboeGet rid of __ prefix for internal frand state
2014-11-06 Jens AxboeRemove use of OS provided random functions
2014-10-08 Jens AxboeFix potential segfault on ENOENT on job file
2014-10-08 Jens AxboeAdd support for --remote-config
2014-10-07 Jens Axboeinit: set fail error return on bad parse
2014-09-26 Andrey KuzminAdd ability to use an include file in a fio job file
2014-09-22 Jens AxboeBasic support for dedupe
2014-07-25 Jiri HorkyAllow reset of offset_increment counter
2014-07-23 Jens Axboeverify: ensure that verify interval is smaller or equal...
2014-07-09 Jens AxboeAdd some basic debug output for log compression
2014-07-09 Jens AxboeAdd thread number to log filename
2014-07-03 Jens Axboeinit: fix dead check for !td
2014-07-03 Jens AxboeAdd support for storing compressed logs
2014-07-03 Jens AxboeAdd support for runtime log compression
2014-07-01 Jens Axboe--latency-log is now gone
2014-07-01 Jens AxboeCleanup logging
2014-07-01 Jens AxboeAdd option for including byte offset for each log entry
2014-06-24 Jens AxboeEnsure that job name is set before being used
2014-06-18 Jens AxboeAdd support for compiling for ESX
2014-06-09 Jens AxboeFix crash on loading unknown IO engine with --ioengine
2014-05-29 Rik FaithETA no longer works when -o specified
2014-05-19 Jens AxboeMerge branch 'master' of git://github.com/cvubrugier/fio
2014-05-19 Jens AxboeMerge branch 'master' of git://github.com/rootfs/fio
2014-04-23 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2014-04-23 Jens Axboeinit: don't set did_arg just for an engine option
2014-04-15 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2014-04-15 Jens Axboestrcpy: kill last of the suspect ones
2014-04-14 Jens Axboeinit: improve command line check for when to print...
2014-04-14 Jens Axboeinit: fix leak bug fix from commit 60c5ec73
2014-04-14 Jens AxboeAvoid overwriting allocated pid_file
2014-04-14 Jens Axboeinit: silence bogus td == NULL warning
2014-04-14 Jens Axboemake_filename: another off-by-one buffer issue
2014-04-14 Jens Axboeinit: remove dead code
2014-04-14 Jens Axboeinit: fix potential buffer overrun in make_filename()
2014-04-14 Jens Axboeinit: fix more cases of leaking pid_file
2014-04-11 Jens Axboeinit: remove bogus check for NULL parent
2014-04-11 Jens AxboeDon't leak f_out file desciptor if specified more than...
2014-04-11 Jens AxboeDon't leak memory if profile option is given twice
2014-04-11 Jens Axboeserver: ensure that server pid file mem is always freed
2014-04-06 Jens AxboeSupport limited mixed command line options and job...
2014-04-06 Jens AxboeFixup --timeout command line option
2014-04-02 Jens Axboeiolog: don't serialize the writing of all logs
2014-04-02 Jens AxboeFix propagation of error value on failure to connect...
2014-04-02 Jens AxboeMerge branch 'erwan/clang' of https://github.com/enovan...
2014-04-02 Jens AxboeMerge branch 'erwan/nobasename' of https://github.com...
2014-04-02 Jens AxboeCleanup symbols that should be static
2014-04-01 Jens AxboeEnsure we inherit global latency/bw log settings
2014-04-01 Andrey KuzminFix bug in freeing of duplicated files
2014-03-28 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2014-03-28 Jens AxboeFix wrong time conversion on --status-interval= command...
2014-03-18 Jens AxboePrevent file_append=1 with IO engine that can't extend...
2014-03-17 Jens AxboeAdd support for file appends
2014-03-14 Jens AxboeDon't scramble buffers if compression is enabled
2014-02-26 Jens Axboeblktrace: load improvements
2014-02-21 Jens AxboeUnify the time handling
2014-02-20 Christian Ehrhardtfio: allow to combine terse output with any selected...
2014-02-20 Christian Ehrhardtfio: add multi directory support
2014-02-20 Christian Ehrhardtfio: provide an option for a startdelay range
2014-02-20 Christian Ehrhardtfio: allow general repeatability
2014-02-19 Christian Ehrhardtfio: fix job clone mem leak
2014-02-11 Jens AxboePlug a free basic memory leaks
2014-02-07 Jens AxboeAdd support for testing checksumming speed
2014-02-05 Stefan Hajnocziinit: log error on missing --output-format argument
2014-02-05 Stefan Hajnocziinit: --minimal does not take an optional argument
2014-01-29 Jens Axboeinit: update email address
2014-01-11 Jens AxboeAdd option to manually seed the random generators
2013-12-09 Jens AxboeAdd options to have fio latency profile a device
2013-11-27 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2013-11-27 Jens Axboeinit: escape description option string
2013-11-15 Chris MasonAdd support for O_ATOMIC
2013-09-27 Anatol PomozovFix misspellings using 'codespell' tool
2013-09-06 Jens AxboeFix problem with --showcmd and callbacks that verify
2013-07-25 Jens AxboeMake it clear in job output whether we are using bs_is_...
2013-07-25 Jens Axboeinit: remove leftover unused variable
2013-07-25 Jens AxboeAdd support for randomness of any IO direction
2013-07-22 Erwan Velucore: Removing duplicated code
2013-05-27 Jens AxboeCatch NULL td->o.ioengine
2013-05-24 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2013-05-23 Jens AxboeAlways exit if do_exit is set after parse
2013-05-23 Jens AxboeBetter catch arguments with required options and none...
2013-05-23 Jens AxboeFix segfault is bool option is used on command line...
2013-04-26 Jens AxboeAdd support for modifying the randomness of a workload
2013-04-25 Jens AxboeCatch the case where size= is less than the minimum...
2013-04-25 Jens AxboeEnsure we stop parsing and exit if a command line optio...
2013-04-25 Jens AxboeAdd support for other ways of triggering intermediate...
2013-04-11 Jens AxboeMerge branch 'gfio' into gfio-int
2013-04-11 Jens Axboeto_kmg() -> fio_uint_to_kmg()
2013-04-11 Jens Axboeiolog: note type of log
2013-04-11 Jens Axboeinit: kill unused mlock_size
2013-04-11 Jens AxboeMake nr_thread/nr_process private to backend
2013-04-11 Jens AxboeMake lockmem a per job option
next