fio.git
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
2011-10-07 Jens AxboeMakefile: use -O3 by default
2011-10-07 Jens AxboeFix warning when clang is used as the compiler
2011-10-07 Jens AxboeMakefile: move -rdynamic to linking flag
2011-10-07 Jens Axboeclient: pretty up probe output
2011-10-07 Jens Axboeserver: properly configure port without argument
2011-10-07 Jens Axboeclient: don't clear client->addr after it's been set
2011-10-07 Jens Axboeserver: ensure to set proper port
2011-10-07 Jens AxboePass arch/os in probe
2011-10-07 Jens Axboeclient: fix mem leak
2011-10-07 Jens AxboePoll server idle loop any time the main status thread...
2011-10-07 Jens AxboeFio 1.99.2 fio-1.99.2
2011-10-07 Jens Axboeserver: increase default max pdu length to 1024
2011-10-07 Jens Axboeclient: remove leftover debug printf()
2011-10-07 Jens AxboeSplit version into separate include fio
2011-10-07 Jens AxboeRemember to clear client cookie
2011-10-07 Jens Axboeserver: fix bad interpretation of local socket binding
2011-10-07 Jens AxboeUnify client/server argument
2011-10-06 Jens Axboeserver: fix += -> + typo
2011-10-06 Jens AxboeUpdate TODO
2011-10-06 Jens AxboeRemember to close sockets on error
2011-10-06 Jens AxboeAdd support for client/server connection over unix...
2011-10-06 Jens Axboenet: support for unix domain sockets
2011-10-06 Jens Axboeclient: add hashes for fd/name lookups
2011-10-06 Jens AxboeAdd jhash (Jenkins hash) and use that for file names
2011-10-06 Jens AxboeCorrectly handle multiple clients for various command...
2011-10-06 Jens AxboeOnly print usage() on error
2011-10-05 Jens AxboeFio 1.99.1 fio-1.99.1
2011-10-05 Jens Axboeserver: quit on !block and backend exit
next