fio.git
2016-08-18 Karl CronburgOption for changing log files to use Unix epoch instead...
2016-08-16 Jens AxboeFix backwards reads with --size smaller than the file...
2016-08-16 Jens Axboehistogram: style and list fixups
2016-08-16 Jens AxboeMerge branch 'histogram-delta' of https://github.com...
2016-08-16 Karl CronburgMake histogram samples non-cumulative by tracking a...
2016-08-16 Jens AxboeVarious cleanups
2016-08-16 Jens Axboegfio: fix auto-start of backend
2016-08-15 Jens Axboegfio: fix link error
2016-08-15 Jens Axboeparse: remove dead code
2016-08-15 Jens Axboeparse: get rid of __td_var()
2016-08-15 Jens AxboeFixup correct sparse warnings
2016-08-15 Jens AxboeOption updates
2016-08-15 Jens Axboeoptions: pass in right pointer to options free
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
2016-07-17 Sitsofe Wheelerplot: add gnuplot 5 support
2016-07-14 Jens Axboepthread: bump min stack size
2016-07-14 Tomohiro KusumiAdd os_trim() support for FreeBSD
2016-07-14 Tomohiro KusumiAdd os_trim() support for DragonFlyBSD
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-07-11 Casey Bodleyworkqueue: rename private to priv for compiling as c++
2016-07-11 Jens Axboeiolog: flush_log() can be bool
2016-07-06 Karl Cronburgsamples being added to the pending log were silently...
2016-07-05 Jens Axboegfio: call g_thread_init() for <= 2.31.0
2016-06-29 Jens AxboeHOWTO: remove old use cases for the net IO engine
2016-06-28 Vincent Fuhelper_thread: remove impossible branch
2016-06-28 Vincent FuRemove hard-coded precision for printing JSON float...
2016-06-13 Jens AxboeFio 2.12 fio-2.12
next