fio.git
2011-10-01 Jens Axboeserver: ensure payload larger than max is broken into...
2011-10-01 Jens Axboeserver: quit client when job run is complete
2011-10-01 Jens Axboeclient: fix error in logging output
2011-10-01 Jens Axboeserver: serial is a 64-bit field
2011-10-01 Jens Axboeserver: switch to 16-bit crc
2011-10-01 Jens AxboeReinstate double logging if f_err != stderr
2011-10-01 Jens Axboecrc16: use void * as the argument
2011-10-01 Jens Axboeserver: debug fixes
2011-10-01 Jens AxboePass more arguments to fio_init_net_cmd()
2011-10-01 Jens AxboeUse length guarded sprintf functions
2011-09-30 Jens AxboeServer logging cleanup/functionality
2011-09-30 Jens AxboeStart of functional client
2011-09-30 Jens AxboeAdd start of client, start of real protocol
2011-09-30 Jens AxboeProperly log errors in server
2011-09-30 Jens AxboeClose listen socket when done
2011-09-30 Jens AxboeUse poll() for connect loop
2011-09-30 Jens AxboeHide things not appropriate behind is_backend
2011-09-29 Jens AxboeStart of client/server
2011-09-29 Jens AxboeInclude http:// git url location
2011-09-27 Jens AxboeScramble corruption fix
2011-09-21 Jens AxboeFix aiocb compile warnings on HPUX
2011-09-21 Jens AxboeSilence build warning on HPUX
2011-09-19 Jens AxboeScramble fix
2011-09-19 Jens AxboeAdd option for controlling buffer scrambling
2011-09-16 Jens AxboeScramble on a 512b boundary
2011-09-16 Jens AxboeScramble default write buffer contents slightly
2011-09-16 Jens AxboeFio 1.58 fio-1.58
2011-09-16 Zheng LiuFix sum_stat() bug in group_reporting
2011-09-14 Steven NoonanFix inconsistencies in with man page <param>=<value>
2011-09-13 Jens AxboeImprove wording on terse Total IO (KB) field
2011-09-12 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2011-09-09 Jens AxboeAdd terse version output format command line parameter
2011-09-08 Jens AxboeFix disk utilization for delayed jobs
2011-09-08 Jens AxboeStyle fixup
2011-09-07 Jens AxboeBetter parser fix
2011-09-07 Jens AxboeRevert "Fix parser bug with ranges"
2011-09-07 Jens AxboeFix parser bug with ranges
2011-09-01 Jens AxboeUse r/R/w/W instead of m/M for mixed workloads with...
2011-08-31 Jens AxboeOnly clear string pointer in parser for sub-value options
2011-08-31 Jens AxboeEnsure that buffer contents are random across jobs...
2011-08-31 Jens AxboeFix parser using uninitialized memory
2011-08-31 Jens AxboeAdd support for backwards holes
2011-08-31 Jens AxboeRemove duplicate code in parser
2011-08-31 Jens AxboeFix FIO_OPT_STR_STORE without posval
2011-08-31 Jens AxboeAdd sub-option support (sort-of) and convert libaio_use...
2011-08-31 Dan EhrenbergAdding userspace_libaio_reap option
2011-08-30 Jens AxboeFix bad latency reporting for rated IO jobs
2011-08-28 Nobuhiro IwamatsuFix compile on environment of SuperH
2011-08-25 Jens AxboeAdd 'null' perf test
2011-08-25 Jens AxboeMake SH port work for packagers that don't differentiat...
2011-08-25 Jens AxboeAdd possibility to make sequential IO "holed"
2011-08-16 Jens AxboeImprove Makefile for t/ test code
2011-08-16 Jens AxboeAdd simple stest smalloc tester
2011-08-16 Jens AxboeFixup bad style in plat code
2011-08-16 Eric Gourioustats: fix io_u_plat out-of-bound accesses (round 2)
2011-08-15 Jiri HorkyFix bug in smalloc size calculation
2011-08-15 Bart Van AsscheRDMA engine: Change wording of HOWTO section
2011-08-15 Jens AxboeFix off-by-one in io_u_plat[] array sizing
2011-08-12 Yu-ju Hongstats: Add a function to report completion latency...
2011-08-08 Jens Axboeman page typo
2011-08-08 Jens AxboeUpdate softrandommap in HOWTO
2011-08-08 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2011-08-08 Zhu YanhaiFix a typo in fio.1
2011-08-07 Bart Van AsscheRDMA I/O engine: Fix compiler warnings
2011-08-07 Bart Van AsscheRDMA engine: rewrite header comment block and man page...
2011-08-07 Bart Van AsscheRDMA engine spelling fix: change FIO_RDMA_MAX_IO_DPETH...
2011-08-05 Martin Steigerwaldfio_generate_plots with setable resolution
2011-08-03 Jens AxboeAdd 'wait_for_previous' as an alias for the 'stonewall...
2011-08-02 Yufei RenRDMA update
2011-08-01 ren yufeiRDMA IO engine
2011-07-30 Jens AxboeAdd proper include to silence build warning on NetBSD...
2011-07-30 Bruce CranAdd version number to --help output
2011-07-30 Yu-ju Hongstats: Fix computation of summed standard deviation
2011-07-23 Dave EngbergFix bsrange read,write value option pairs
2011-07-23 Jens AxboeFix --timeout as global parameter
2011-07-23 Dan EhrenbergLibaio engine support for iodepth_batch_complete=0
2011-07-23 Dan EhrenbergRespect iodepth_batch_complete=0 in main loop
2011-07-21 Paul DubsAddes Trace file format description
2011-07-21 Paul DubsAdded description for iops output
2011-07-19 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2011-07-19 Jens AxboeFix Solaris compile
2011-07-15 Jens AxboeMake string-set options behave more like bool options
2011-07-14 Jens AxboeFio 1.57 fio-1.57
2011-07-14 Bruce CranWindows affinity fix for thread based jobs
2011-07-14 Jens AxboeFix infinite loop on platforms with severely limited...
2011-07-14 Jens AxboeMake raw disk size detection work on OSX
2011-07-14 Jens AxboeFix compile warning on OSX
2011-07-14 Michael CallahanFix killing of threads that haven't started
2011-07-14 Bruce CranAdd CPU affinity support to Windows
2011-07-13 Michael PerzlFix AIX Makefile
2011-07-13 Michael PerzlFix AIX compile
2011-07-13 Jens AxboeFio 1.56 fio-1.56
2011-07-12 Jens Axboegettid() for NetBSD
2011-07-12 Jens AxboeAdd gettid() for FreeBSD/OSX/Solaris
2011-07-12 Jens AxboeAdd gettid() for proper thread affinity on Linux
2011-07-12 Jens AxboeFix compile on older systems that don't have fallocate...
2011-07-12 Jens AxboeAllow percentage setting for size=
2011-07-11 Jens AxboeHP-UX: add fdatasync()
2011-07-11 Jens AxboeHP-UX: has aio_fsync() and fallocate()
2011-07-11 Jens AxboeHP-UX disk query size
next