fio_generate_plots: cope with per_job_logs filenames
[fio.git] / init.c
2017-10-03 Jens AxboeMerge branch 'master' of https://github.com/dyniusz/fio
2017-09-21 Jens Axboeinit: typo in help output
2017-09-14 Jens AxboeMerge branch 'doc-patches' of https://github.com/vincen...
2017-09-14 Jens AxboeAdd support for doing total latency percentiles
2017-09-14 Jens Axboeinit: fixup_options() cleanup
2017-09-11 Jens AxboeMerge branch 'verify_trigger' of https://github.com...
2017-09-02 Jens AxboeMerge branch 'shifted_logging' of https://github.com...
2017-08-31 Tomohiro Kusumicleanup ioengine_load() (for the next commit)
2017-08-31 Tomohiro Kusumifix broken external ioengine option
2017-08-31 Jens AxboeMerge branch 'verify_warn' of https://github.com/sitsof...
2017-08-14 Jens AxboeMerge branch 'ci' of https://github.com/sitsofe/fio
2017-08-14 Jens AxboeMerge branch 'serialize_overlap' of https://github...
2017-08-14 Sitsofe Wheelerfio: add serialize_overlap option
2017-08-14 Sitsofe Wheelerverify: warn when verify pass won't be run
2017-08-14 Sitsofe Wheelerverify: make overwriting verified blocks warning more...
2017-07-27 Jens AxboeMerge branch 'minor_fixes' of https://github.com/sitsof...
2017-07-27 Sitsofe Wheelerfio: refactor fallocate defines
2017-07-27 Sitsofe Wheelerinit: force fallocate_mode to none when fallocate is...
2017-07-19 Ben WalkerCorrectly detect whether ioengine_load can exit early
2017-07-07 Jens Axboeinit: add comment as to how we seed read/write/trim...
2017-07-07 Jens Axboeio_u: sequence random buflen generation individually
2017-06-26 Sitsofe Wheelerinit: update --crctest help syntax
2017-06-23 Andreas Herrmannstat: Add iops stat and sample number information to...
2017-06-23 Andreas Herrmannstat: Print one-line iops stat
2017-06-23 Tomohiro Kusumiinit: don't use void* for pointer arithmetic (gcc)
2017-06-05 Jens AxboeMerge branch 'master' of https://github.com/cbwest3/fio
2017-06-05 Jens AxboeMerge branch 'size_perc' of https://github.com/sitsofe/fio
2017-06-02 Tomohiro Kusumiuse true/false for bool type
2017-05-24 Tomohiro KusumiDrop struct thread_data dependency from os headers
2017-05-03 Jens AxboeMerge branch 'wip-remove-disconnect' of https://github...
2017-04-26 Jens Axboegpu: kill a lot of useless ifdefs
2017-04-10 Jens AxboeMerge branch 'pull-2' of https://github.com/dmonakhov/fio
2017-04-07 Jens AxboeSplit poisson rate control into read/write/trim
2017-03-28 Tomohiro KusumiDrop redundant "ignore invalidate option" message from...
2017-03-28 Tomohiro KusumiFix return value of make_filename() when no filename_format
2017-03-21 Tomohiro KusumiReplace redundant TD_F_NOIO flag with td->io_ops_init
2017-03-20 Jens AxboeMerge branch 'wip-fix-bs-title' of https://github.com...
2017-03-20 Pan Liumake the bs info output clearer.
2017-03-14 Sitsofe Wheelerconfigure: add generic pshared mutex test
2017-03-10 Tomohiro KusumiHOWTO: Add some details for invalidate=
2017-03-10 Tomohiro KusumiDrop redundant td_rw(td) tests
2017-03-10 Tomohiro KusumiAdd runtime handlers for 97900ebf for FreeBSD/DragonFlyBSD
2017-02-22 Jens Axboeinit: use 'bool' for get_new_job()
2017-02-21 Jens Axboeinit: exit on failure to add all jobs
2017-02-07 Jens Axboeinit: don't crash server on failure to open output log
2017-01-26 Jens AxboeMerge branch 'shm_rm' of https://github.com/sitsofe/fio
2017-01-26 Jens AxboeMerge branch 'sphinx-doc' of https://github.com/termim/fio
2017-01-26 Sitsofe Wheelershm: have os remove shared memory if fio dies unexpectedly
2017-01-20 Jens AxboeMerge branch 'sphinx-doc' of https://github.com/termim/fio
2017-01-20 Jens AxboeMerge branch 'sphinx-doc' of https://github.com/termim/fio
2017-01-19 Tomohiro KusumiMove options_mem_dupe() to parse.c
2017-01-19 Tomohiro KusumiFix typo for "job" in plural
2017-01-18 Jens AxboeMerge branch 'sphinx-doc' of https://github.com/termim...
2017-01-18 Jens Axboeinit: fix double free of pid_file
2017-01-05 Jens Axboeinit: cleaner gcd()
2017-01-05 Jens Axboeverify: ensure that verify_interval is always a factor...
2017-01-05 Jens AxboeRemove '--runtime' command line option
2017-01-03 Tomohiro KusumiFix canonical name for runtime/timeout option
2017-01-03 Tomohiro KusumiSync README with fio usage output
2017-01-03 Robert ElliottImprove IEC binary and SI decimal prefix handling
2016-12-16 Jens AxboeMerge https://bitbucket.org/vincentfu/fio-steadystate...
2016-12-13 Jakub SitnickiChange misleading error message for invalid size= value
2016-12-13 Vincent FuMerge git://git.kernel.dk/fio into steady-state
2016-11-27 Sitsofe WheeerSilence compiler warnings
2016-11-22 Vincent Fusteadystate: reject job if steadystate options are...
2016-10-11 Omar SandovalUpdate bandwidth log documentation
2016-10-11 Omar Sandovaliolog: make write_*_log prefix optional
2016-10-11 Omar Sandovalinit: fix --bandwidth-log without argument
2016-09-27 Jens Axboefilehash: fix init/exit
2016-09-26 Jens Axboeinit: remove unused variable
2016-09-26 Jens Axboefilehash: move to separate allocation
2016-09-25 Jens Axboeinit: re-call sinit() if we change the smallc pool...
2016-09-25 Jens Axboesmalloc: fixup --alloc-size
2016-09-16 Jens AxboeFixup two compile warnings
2016-09-16 Jens AxboeMerge branch 'client-unique-log-names' of https://githu...
2016-09-15 Jens AxboeMerge branch 'master' of https://github.com/jan--f/fio
2016-09-12 Jens Axboeinit: pass in right pointer to def thread options free
2016-09-02 Jens AxboeMerge branch 'histogram-client-server' of https://githu...
2016-08-26 Karl CronburgClient / server code for handling histograms. The server:
2016-08-26 Jens Axboefile: fix numjobs > 1 and implied jobname as filename
2016-08-17 Jens Axboesteadystate: eliminate some steadystate_data members
2016-08-16 Jens AxboeMerge branch 'histogram-delta' of https://github.com...
2016-08-16 Jens AxboeVarious cleanups
2016-08-15 Jens AxboeFixup correct sparse warnings
2016-08-15 Jens Axboesteadystate: rename 'steadystate' to 'steadystate_enabled'
2016-08-15 Jens Axboesteadystate: cleanups
2016-08-15 Vincent FuClear up white space errors
2016-08-15 Vincent FuSplit helper thread debug logging away from steadystate...
2016-08-15 Vincent FuSteady state detection: enhance reporting of results...
2016-08-15 Vincent FuAllow fio to terminate jobs when steady state is attained
2016-08-15 Jens Axboefio: inherit IO engine flags to 'td'
2016-08-08 Tomohiro KusumiChange --output-format argument from optional to required
2016-08-08 Tomohiro KusumiUse char* for pid_file path
2016-08-07 Jens AxboeMerge branch 'histograms-PR' of https://github.com...
2016-08-06 Karl CronburgThis commit / feature adds completion latency histogram...
2016-08-02 Jens AxboeMerge branch 'wip-traceinfo' of https://github.com...
2016-07-27 Tomohiro KusumiRename exists_and_not_file() to exists_and_not_regfile()
2016-07-27 Tomohiro KusumiFix stat(2) related bugs introduced by changes made...
2016-07-27 Tomohiro KusumiFix typos in log_err() message
2016-07-13 Jens AxboeMerge branch 'fix_verify' of https://github.com/charles...
next