add FIELD_SIZE macro to calculate the size of the specified field
[fio.git] / init.c
2015-08-21 Jens Axboeparse: only print option mismatch help, if the distance...
2015-08-20 Jens AxboeAdd --aux-path support
2015-08-17 Jens AxboeMerge branch 'master' of git://github.com/DaveGlen/fio
2015-08-17 DaveGlenallow for ratemin to be used without setting rate
2015-08-10 DaveGleninitialize rate_io_issue_bytes
2015-08-10 DaveGlenImplement new Rate Control
2015-07-10 Jens Axboebuffer: only set refill_buffers, it it wasn't set manually
2015-06-04 Jens Axboeinit: automate displaying debug categories
2015-05-29 Jens Axboerand: add 64-bit tausworthe variant with a 2^258 cycle
2015-05-11 Jens AxboeAdd 'per_job_logs' option
2015-05-08 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2015-05-08 Jens Axboerandom: document default seed value
2015-05-07 Jens AxboeUse PATH_MAX instead of _POSIX_HOST_NAME_MAX
2015-05-07 Jens AxboeMerge branch 'client-hostfile' of git://github.com...
2015-05-07 Ben Englandallow --client parameter to be pathname containing...
2015-04-23 Jens AxboeMerge branch 'io-threads'
2015-04-15 Jens AxboeFirst cut at supporting IO offload
2015-04-15 Dan EhrenbergCollect a block-wise histogram of trim and write errors
2015-03-17 Zev Weissinit: fix exit status with bogus arguments
2015-02-24 Jens AxboeMake 'loops' honor full write+verify loops
2015-02-18 Justin EnoAllow verify w/norandommap and bsrange
2015-01-05 Jens Axboeinit: fix potential mem leak on multiple trigger options
2015-01-04 Jens AxboeAvoid potential buffer overflow in make_filename()
2014-12-23 Jens Axboegettime: add basic init cpuclock test
2014-12-20 Jens AxboeFix default scrambling of buffers
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
next