Bart Van Assche (4):
RDMA engine spelling fix: change FIO_RDMA_MAX_IO_DPETH into FIO_RDMA_MAX_IO_DEPTH
RDMA engine: rewrite header comment block and man page section
RDMA I/O engine: Fix compiler warnings
RDMA engine: Change wording of HOWTO section
Bruce Cran (1):
Add version number to --help output
Dan Ehrenberg (3):
Respect iodepth_batch_complete=0 in main loop
Libaio engine support for iodepth_batch_complete=0
Adding userspace_libaio_reap option
Dave Engberg (1):
Fix bsrange read,write value option pairs
Eric Gouriou (1):
stats: fix io_u_plat out-of-bound accesses (round 2)
Jens Axboe (34):
Make string-set options behave more like bool options
Fix Solaris compile
Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio
Fix --timeout as global parameter
Add proper include to silence build warning on NetBSD/FreeBSD
Add 'wait_for_previous' as an alias for the 'stonewall' option
Merge branch 'master' of ssh://router/data/git/fio
Update softrandommap in HOWTO
man page typo
Fix off-by-one in io_u_plat[] array sizing
Fixup bad style in plat code
Add simple stest smalloc tester
Improve Makefile for t/ test code
Add possibility to make sequential IO "holed"
Make SH port work for packagers that don't differentiate between SH4 and SH4A
Add 'null' perf test
Fix bad latency reporting for rated IO jobs
Add sub-option support (sort-of) and convert libaio_userspace_reap
Fix FIO_OPT_STR_STORE without posval
Remove duplicate code in parser
Add support for backwards holes
Fix parser using uninitialized memory
Ensure that buffer contents are random across jobs as well
Only clear string pointer in parser for sub-value options
Use r/R/w/W instead of m/M for mixed workloads with 100% reads or writes
Fix parser bug with ranges
Revert "Fix parser bug with ranges"
Better parser fix
Style fixup
Fix disk utilization for delayed jobs
Add terse version output format command line parameter
Merge branch 'master' of ssh://router/data/git/fio
Improve wording on terse Total IO (KB) field
Fio 1.58
Jiri Horky (1):
Fix bug in smalloc size calculation
Martin Steigerwald (1):
fio_generate_plots with setable resolution
Nobuhiro Iwamatsu (1):
Fix compile on environment of SuperH
Paul Dubs (2):
Added description for iops output
Addes Trace file format description
Steven Noonan (1):
Fix inconsistencies in with man page =
Yu-ju Hong (2):
stats: Fix computation of summed standard deviation
stats: Add a function to report completion latency percentiles
Yufei Ren (1):
RDMA update
Zheng Liu (1):
Fix sum_stat() bug in group_reporting
Zhu Yanhai (1):
Fix a typo in fio.1
ren yufei (1):
RDMA IO engine