Make lib/mountcheck.c a stand-alone library
[fio.git] / init.c
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...
2016-07-13 Charlie Jacobsenverify: Reset verify_state before verification phase.
2016-05-20 Jens AxboeMerge branch 'master' of https://github.com/davidzengxh...
2016-05-17 Jens Axboeinit: cleanup random inits
2016-05-17 Jens AxboeAdd support for non-uniformly random file service type
2016-05-06 Jens AxboeMerge branch 'logging'
2016-05-06 Jens AxboeMerge branch 'libpmemblk' of https://github.com/bgbhpe/fio
2016-05-06 Jens AxboeImprove logging accuracy
2016-04-13 Jens Axboeclient: bool conversion
2016-03-18 Jens Axboeinit: seed repeatable jobs differently
2016-03-10 Jens AxboeUse 32-bit rand for parts that use rand_between()
2016-03-04 Jens AxboeAdd support for zones of random IO, with varying freque...
2016-02-13 Andrey KuzminAllow for the include file specification to be relative.
2016-01-21 Jens Axboeinit: fix compile for FIO_INC_DEBUG not being set
2016-01-21 Jens Axboeinit: increment stat count if parent == default thread
2015-12-29 Jens AxboeFix included getopt locations
2015-12-22 Andrey KuzminAdd support for waiting for other jobs by name
2015-12-15 Jens Axboestat: work around 'numjobs' oddity in dumping job output
2015-12-15 Jens AxboeFirst stab at adding job options to json output
2015-12-15 Jens AxboeRework 'dump_cmdline'
2015-12-10 Jens AxboeAdd exitall_on_error option
2015-12-07 Jens Axboeinit: have set_debug() check for NULL optarg
2015-12-01 Jens AxboeMove conditional lib files to oslib/
2015-11-23 Jens Axboeoptions: set 'refill_buffers' for compress_percentage...
2015-11-16 Jens AxboeFix group_id != groupid mixup
2015-11-09 Jens AxboeFixups for poisson rate
2015-11-09 Song LiuEnable request flow under Poisson process
2015-11-06 Vincent FuAdd latency bin output to the json output format
2015-10-27 Jens AxboeMerge branch 'mmap_shared' of git://github.com/lsgunth/fio
2015-10-27 Jens AxboeRe-instate --append-terse
2015-10-27 Jens AxboeEnable the use of multiple output formats
2015-10-25 Jens AxboeAdd support for multiple output formats
next