fio.git
2016-08-29 Jeff Furlongjesd219: fix alignment
2016-08-29 Jens AxboeFIO-VERSION-GEN: fix dirty repo tracking
2016-08-29 Jens Axboefilelock: bool conversion
2016-08-29 Jens Axboetrim: convert to bool
2016-08-26 Jens Axboebackend: check if we need to update rusage stats, if...
2016-08-26 Jens Axboefile: fio_files_done() can return bool
2016-08-26 Jens Axboefile: fix numjobs > 1 and implied jobname as filename
2016-08-25 Jens AxboeMerge branch 'epoch-histograms' of https://github.com...
2016-08-25 Karl CronburgGive job file to fiologparser_hist.py so that it can...
2016-08-22 Jens Axboestat: don't trust per_unit_log() if log is NULL
2016-08-20 Jens Axboeverify: use proper include for PATH_MAX
2016-08-18 Karl CronburgManual page for fiologparser_hist.py and Makefile updat...
2016-08-18 Jens AxboeMerge branch 'epoch' of https://github.com/cronburg/fio
2016-08-18 Karl CronburgOption for changing log files to use Unix epoch instead...
2016-08-18 Jens Axboeparse: fix void * pointer math complaint
2016-08-18 Jens AxboeAdd basic write/read-and-verify example job file
2016-08-18 Jens Axboefio: use the proper enum type for the shifted IO engine...
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
next