fio.git
2011-12-01 Jens AxboeOnly log the period mean if we have samples
2011-12-01 Jens AxboeAdd log_avg_msec option
2011-11-22 Zhu YanhaiUse the reentrant getmntent_r instead of getmntent
2011-11-22 Josh CarterFix initialization of lastrate when using ratemin
2011-11-17 Steven LangExpand continue_on_error to select which type of error...
2011-11-16 Steven LangFix parsing of ioengine strings
2011-11-09 Jens AxboeFio 1.99.12 fio-1.99.12
2011-11-09 Jens AxboeFix crash when attempting to dupe options
2011-11-09 Jens AxboeUpdate examples/netio to new option format
2011-11-09 Jens AxboeFio 1.99.11 fio-1.99.11
2011-11-09 Steven LangPrivate parameters for ioengines
2011-11-09 Steven LangImprove accuracy of rate= option
2011-11-07 Jens AxboeUsage typo
2011-11-07 Anton BlanchardFix big endian build
2011-10-28 Steven LangCleanup option keyword/environment substitution
2011-10-26 Jens AxboeFio 1.99.10 fio-1.99.10
2011-10-26 Steven LangFix segfault with verify_async
2011-10-25 Jens AxboeMake verify_dump off by default
2011-10-25 Steven LangAdd core for verify_dump option
2011-10-25 Jens Axboeserver: cleanup fio_server_parse_string()
2011-10-24 Jens Axboeserver: document fio_server_parse_string()
2011-10-24 Jens Axboeclient/server: IPv6 support
2011-10-22 Jens AxboeFix io_u->buf calculation overflow
2011-10-19 Keplar kramerFix clat latency terse output
2011-10-18 Jens AxboeFio 1.99.9 fio-1.99.9
2011-10-18 Jens AxboeTurn old debug printf() into a proper log_err()
2011-10-18 Jens AxboeFix klibc getopt_long_only() for optional arguments
2011-10-18 Bruce CranFix OSX build
2011-10-18 Bruce CranFix printf() being used instead of log_info()
2011-10-18 Jens AxboeFix error in disk util stats for terse output
2011-10-17 Jens AxboeUpdate command line usage help
2011-10-17 Jens AxboeAdd terse version 2 output format
2011-10-17 Jens AxboeFio 1.99.8 fio-1.99.8
2011-10-17 Jens AxboeFix possible use-after-free on client disconnect
2011-10-17 Jens Axboeclient: pass back server side error to client exit...
2011-10-16 Jens Axboeclient/server: send back nr_jobs and error exit code
2011-10-16 Jens AxboeFix problem with mixing is_backend and terse_output
2011-10-15 Jens AxboeFix fragmented package opcode mismatch
2011-10-15 Jens AxboeDon't request ETA until server has started jobs
2011-10-15 Jens AxboeFix strip blank space for empty string
2011-10-15 Jens AxboeFix off-by-one in fgets() size
2011-10-14 Jens AxboeFio 1.99.7 fio-1.99.7
2011-10-14 Jens AxboePretty up output a bit
2011-10-14 Jens AxboeMemory leak fixes
2011-10-14 Jens AxboeScale bw output to MB/sec if larger than 99999 KB/sec
2011-10-14 Jens AxboeAdd fio version to terse output
2011-10-13 Jens AxboeOnly print ts->description if set for non-terse output
2011-10-13 Jens AxboeMan page typo
2011-10-13 Jens AxboeUpdate man page
2011-10-13 Jens AxboeFio 1.99.6 fio-1.99.6
2011-10-13 Jens AxboeCheck string length of ts->description, not value
2011-10-13 Jens AxboeMove IEEE754 support code to lib/
2011-10-13 Jens AxboeAdd disk utilization to terse format output
2011-10-13 Jens AxboeAdd completion latency percentiles to terse output...
2011-10-13 Jens AxboeDon't output version for terse output
2011-10-13 Jens AxboeAdd IOPS to terse output
2011-10-13 Jens AxboeUpdate TODO
2011-10-13 Jens AxboeSilence uninitialized mem warning on disk_util send
2011-10-13 Jens AxboeBreak double loop on end-of-clat percentiles
2011-10-13 Jens Axboeclient/server: add support for passing disk_util structures
2011-10-13 Jens AxboeAdapt clat percentiles for min/max values
2011-10-13 Jens AxboeDisable clat percentiles if gtod_reduce=1 is set
2011-10-13 Jens AxboeEnable completion latency percentiles by default
2011-10-13 Jens AxboeRemove extra \n before printing run status
2011-10-12 Jens AxboeFio 1.99.5 fio-1.99.5
2011-10-12 Jens Axboeserver: fix bug in converting/storing clat percentiles
2011-10-12 Jens AxboeBe a bit more defensive in clat percentile calc and...
2011-10-12 Jens AxboePretty up clat percentile display so it's actually...
2011-10-12 Jens AxboeFix clat percentile display
2011-10-12 Jens AxboeCorrect Windows fio version
2011-10-12 Jens AxboeMerge branch 'master' into client-server
2011-10-12 Jens AxboeFix bad random offset generation for file map
2011-10-12 Jens AxboeFix off-by-one in jobs_eta allocation
2011-10-11 Jens Axboeclient: cleanup bit printing
2011-10-11 Jens Axboeserver: include 32/64-bit in probe
2011-10-11 Jens Axboeclient/server: fix ptr <-> uint64_t casting warnings...
2011-10-11 Jens Axboeclient: dec sum_stat_clients if one a client is disconn...
2011-10-11 Jens Axboeclient: display summed total of all clients when all...
2011-10-11 Jens Axboeserver: error handling fixes
2011-10-11 Jens Axboeserver: assume PID is dead on ESRCH
2011-10-11 Jens Axboeclient/server: track and handle command timeouts
2011-10-10 Jens AxboeFio 1.99.4 fio-1.99.4
2011-10-10 Jens Axboeserver: fread() - check <= 0 return value
2011-10-10 Jens Axboeclient: duplicate arguments to "empty" clients
2011-10-10 Jens Axboeserver: improve pidfile and log handling
2011-10-10 Jens Axboeserver: write pid file for backgrounded server to speci...
2011-10-10 Jens Axboeclient: properly assign client eta in flight
2011-10-10 Jens AxboeAbstract out and export summation of thread_stats
2011-10-10 Jens Axboeclient/server: few select speedups
2011-10-10 Jens Axboeclient: track pending ETA requests
2011-10-10 Jens Axboeinit: typo, remove -> remote.
2011-10-09 Jens Axboeclient/server: request ETA instead of having the server...
2011-10-09 Jens Axboeclient: sum running ETA of jobs
2011-10-09 Jens Axboeclient: fix jobs_eta conversion typo
2011-10-08 Jens AxboeUpdate TODO
2011-10-08 Jens AxboeAdd protocol support for an arbitrary number of command...
2011-10-08 Bruce CranFix Windows issue with socklen_t
2011-10-08 Bruce CranFix compile on FreeBSD
2011-10-07 Jens Axboeclient: used hostname passed back in probe as log prefix
2011-10-07 Jens AxboeFio 1.99.3 fio-1.99.3
next