fio.git
2016-12-07 Vincent Fusteadystate: add line for output-format=normal
2016-12-06 Vincent Fusteadystate: get rid of ->ss_pct and encode this inform...
2016-12-06 Vincent Fusteadystate: rename __FIO_SS_LAST to __FIO_SS_DATA
2016-12-06 Vincent Fusteadystate: update man page
2016-12-06 Vincent Fusteadystate: add example job file
2016-11-22 Vincent Fusteadystate: reject job if steadystate options are...
2016-11-22 Vincent Fusteadystate: bug fixes
2016-08-17 Jens Axboesteadystate: kill ->last_in_group and ->ramp_time_over
2016-08-17 Jens Axboesteadystate: kill off ->attained
2016-08-17 Jens Axboesteadystate: eliminate some steadystate_data members
2016-08-15 Jens Axboesteadystate: rename 'steadystate' to 'steadystate_enabled'
2016-08-15 Jens Axboesteadystate: more cleanups
2016-08-15 Jens Axboesteadystate: cleanups
2016-08-15 Jens Axboesteadystate: move into its own header
2016-08-15 Jens AxboeTODO: man page missing
2016-08-15 Jens Axboesteady-state: convert options across the wire
2016-08-15 Jens AxboeAdd local TODO for steady-state work
2016-08-15 Vincent FuClear up white space errors
2016-08-15 Vincent FuUpdate test script for new JSON steadystate['criterion...
2016-08-15 Vincent FuSplit helper thread debug logging away from steadystate...
2016-08-15 Vincent FuFix bug where measurements were not printed in the...
2016-08-15 Vincent FuJSON output, code formatting changes
2016-08-15 Vincent FuSteady state detection: enhance reporting of results...
2016-08-15 Vincent FuChange steadystate reporting:
2016-08-15 Vincent FuAdd locking around reads of td->io_blocks and io_byes.
2016-08-15 Vincent FuFix typo, restore unintended HOWTO deletion
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-15 Jens Axboefio: move thread_options
2016-08-15 Jens Axboeoptions: remove dependency of 'o' being first in 'td'
2016-08-15 Jens AxboeOnly enable atomic io_u flag setting/clearing if we...
2016-08-08 Jens Axboeiolog: silence warning on pointer cast on 32-bit compiles
2016-08-08 Tomohiro KusumiCheck if sysfs ioscheduler entry is "none"
2016-08-08 Tomohiro KusumiUse a pointer to const char* for I/O engine name (in...
2016-08-08 Tomohiro KusumiAdd missing FIO_NET_CMD entry to fio_server_ops[]
2016-08-08 Tomohiro KusumiMake local const string array static
2016-08-08 Tomohiro KusumiChange --output-format argument from optional to required
2016-08-08 Tomohiro KusumiUse char* for pid_file path
2016-08-08 Jens AxboeFix spelling error
2016-08-08 mrturtledevAdd 'unlink_each_loop' option
2016-08-08 Jens Axboeioengines: fixup td_io_unlink_file() error propagation
2016-08-08 Jens Axboeiolog: hist_sum() should return unsigned long
2016-08-07 Jens Axboestat: fixups to histogram logging
2016-08-07 Jens Axboeiolog: style updates
2016-08-07 Jens Axboeserver: bump protocol version
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-05 Jens AxboeRevert "filesetup: ensure that we catch a file flagged...
2016-08-03 Jens Axboetravis: don't enable rbd
2016-08-03 Jens Axboetravis: add rbd/zlib
2016-08-03 Jens Axboefilesetup: ensure that we catch a file flagged for...
2016-08-03 Jens Axboeiolog: prevent early entry from skewing entire logging run
2016-08-03 Jan Fajerskifix typo in HOWTO
2016-08-03 Jan Fajerskifix typo in HOWTO
2016-08-02 Jens Axboeengines/rbd: fix compile without blkin support
2016-08-02 Jens AxboeMerge branch 'wip-traceinfo' of https://github.com...
2016-08-02 Jens AxboeRevert "filesetup: ensure that we align file starting...
2016-08-01 Jens Axboebackend: do_verify() cleanup
2016-07-29 Jens Axboebackend: do_dry_run(): get_io_u() can return an error...
2016-07-29 Tomohiro KusumiUse larger local buffer for I/O engine name
2016-07-29 Tomohiro KusumiNull terminate before (or after) strncpy(3)
2016-07-29 Tomohiro KusumiMake switch_ioscheduler() return 0 if FIO_HAVE_IOSCHED_...
2016-07-29 Tomohiro KusumiUse in-place path separator "/" for Linux specific...
2016-07-29 Jens Axboegettime: remove unneeded 'ret' in {utime,mtime}_since()
2016-07-29 YukiKitaFix overflow caused by signed long division by unsigned...
2016-07-28 Jevon QiaoFix memory leak in _fio_rbd_connect()
2016-07-28 Jevon QiaoFix segmentation fault while specifying clustername...
2016-07-27 Jens Axboeexamples/backwards-read.fio: add size
2016-07-27 Tomohiro KusumiChange arch_i386 to arch_x86
2016-07-27 Tomohiro KusumiAdd missing archs in fio_arch_strings[]
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 KusumiDon't malloc/memcpy ioengine_ops on td initialization
2016-07-27 Tomohiro KusumiAdd missing --cmdhelp type string for FIO_OPT_UNSUPPORTED
2016-07-27 Tomohiro KusumiUse correct I/O engine name "cpuio" instead of "cpu"
2016-07-27 Tomohiro KusumiIgnore exit_io_done= option if no I/O threads are confi...
2016-07-27 Tomohiro KusumiMention cpuio never finishes without real I/O in docume...
2016-07-27 Tomohiro KusumiMention default values for readwrite=/ioengine=/mem...
2016-07-27 Tomohiro KusumiUse sizeof(char*) instead of sizeof(void*)
2016-07-27 Tomohiro KusumiUse default CPU_COUNT() function in DragonFlyBSD
2016-07-27 Tomohiro KusumiFix typos in log_err() message
2016-07-27 Tomohiro KusumiMake return value type of fio_getaffinity() consistent
2016-07-27 Jevon QiaoFix memory leak in _fio_setup_rbd_data()
2016-07-26 Jens AxboeAdd sample job file showing how to read backwards
2016-07-26 Jens AxboeRevert "Revert "fio: Simplify forking of processes""
2016-07-25 vears91Add support for blkin tracing in rbd engine
2016-07-22 Jens AxboeFio 2.13 fio-2.13
2016-07-22 Jens Axboelog: fix averaged latency logging
2016-07-22 Jens Axboelog: fix missing entries
2016-07-22 YukiKitaFix "exitall_on_error" option
2016-07-20 Karl Cronburgdrifting in output of interval-averaged values was...
2016-07-19 Tomohiro KusumiAdd missing header inclusion for Android from 1c764dbe
2016-07-19 Tomohiro KusumiAdd os/os-linux-syscall.h to separate syscall NR from...
2016-07-19 Tomohiro KusumiChange ARCH_X86_64_h to ARCH_X86_64_H
2016-07-19 Tomohiro KusumiAdd ioprio_set() support for DragonFlyBSD
2016-07-19 Tomohiro KusumiMake I/O priority option generic for non-Linux environm...
2016-07-19 Tomohiro KusumiMake I/O priority option generic for non-Linux environm...
2016-07-19 Tomohiro KusumiAdd CPU affinity support for DragonFlyBSD
2016-07-19 Tomohiro KusumiFix wrong cpuio option name in documentation
2016-07-17 Sitsofe Wheelerplot: indicate that the pattern is a glob
next