Update TODO
[fio.git] / stat.c
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 AxboeRemove extra \n before printing run status
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 AxboeMerge branch 'master' into client-server
2011-10-11 Jens Axboeclient: display summed total of all clients when all...
2011-10-10 Jens AxboeAbstract out and export summation of thread_stats
2011-10-05 Jens AxboeAdd support for write_iops_log
2011-10-05 Jens AxboeMerge branch 'master' into client-server
2011-10-05 Jens AxboeChange network transmitted doubles to fio_fp64_t IEEE...
2011-10-04 Jens AxboeStyle fixup
2011-10-03 Jens Axboeserver: transmit status as structures, not text
2011-10-03 Jens AxboeAllocate thread_stat name arrays statically
2011-10-03 Jens AxboeMove getrusage() out of thread_stat
2011-10-03 Jens AxboeMove stat_io_bytes/time to thread_data
2011-10-03 Jens Axboeserver: start conversion of data structures to network...
2011-09-16 Zheng LiuFix sum_stat() bug in group_reporting
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 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-07-30 Yu-ju Hongstats: Fix computation of summed standard deviation
2011-07-09 Bruce CranFix integer overflow in calculating large IOPS on 32...
2011-01-19 Jens AxboeGet rid of shadow declarations
2010-12-14 Signed-off-by Stev... fix ramp_in
2010-09-23 David NellansAdd some comments around the terse output
2010-09-01 Jens AxboeAdd verify trim support
2010-08-25 Jens AxboeAdd support for replaying blktrace trim/discard
2010-06-30 Jens AxboeUpdate documentation on new terse format and add versio...
2010-06-25 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2010-06-25 Jens AxboeRevert "fix 1000 vs kb_base confusion in show_run_stats."
2010-06-24 Jens AxboeAdd total latency log
2010-06-23 YAMAMOTO Takashifix 1000 vs kb_base confusion in show_run_stats.
2010-02-24 Jens AxboeUse log_info() more consistently
2009-09-11 Jens AxboeSilence the style/whitespace police
2009-07-27 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2009-07-17 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2009-07-17 Jens AxboeAdd kb_base option to specify the base unit of a kilobyte
2009-07-17 Jens AxboeGet rid of KiB vs KB distinction
2009-06-15 Jens AxboeFix typo on continue_on_error patch
2009-06-15 Radha RamachandranAdd a 'continue_on_error' option to fio
2009-06-03 Jens AxboeAdd iops rate to ETA display
2009-06-03 Jens AxboeSplit off diskutil include
2009-05-18 Jens AxboeInclude transfer size in the clat/slat measurements
2009-04-20 Jens AxboeFix throughput reporting
2008-05-30 Jens AxboeMake it work on opensolaris
2008-05-22 Jens AxboeAdd logging for queue submit and complet counts
2008-03-06 Jens AxboeStyle fixups
2007-10-25 Jens AxboeMore cpu engine fixes
2007-09-07 Jens AxboeAdd display of major and minor faults
2007-08-16 Jens Axboeclat/slat display improvements
2007-07-23 Jens AxboeMissing carriage return in latency print
2007-07-19 Jens AxboeDefault stdev to 0.0, not -1.0
2007-06-19 Jens AxboeAdaptive io latency distrobution "histogram"
2007-06-19 Jens AxboeCleanup msec <-> usec lat conversion
2007-06-18 Jens AxboeMake completion and submission latency use appropriate...
2007-04-17 Jens AxboeLog and dump short ios
2007-04-02 Jens AxboeSeperate disk util code out of fio.c
2007-04-02 Jens AxboeFix disk utilization and ioscheduler switch on raw...
2007-03-29 Jens AxboeSave a division, if delta is non-zero.
2007-03-29 Jens AxboeIncrease latency histogram resolution
2007-03-15 Jens AxboeMove thread options into a seperate structure
2007-03-15 Jens AxboeUse log_info() throughout
2007-03-13 Jens AxboeImprove handling of nr_files != open_files
2007-03-13 Jens AxboeInit stat for all files, not just current range
2007-03-13 Jens AxboeMake disk_util() account for all files
2007-03-13 Jens Axboe[PATCH] disk_util: Allow an engine to turn off disk_uti...
2007-03-12 Jens AxboeGroup reporting fixes
2007-03-12 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2007-03-12 Jens AxboeShow IOPS as well as bw numbers
2007-03-08 Jens AxboeUse DDIR_WRITE symbolic value instead of a hard coded 2
2007-03-08 Jens AxboeA few more stat fixes and cleanups
2007-03-08 Jens AxboeFixup reporting for !runtime data directions
2007-03-06 Jens AxboeMove description text
2007-03-06 Jens AxboeTerse output change
2007-03-06 Jens AxboeShow how many jobs are in a group
2007-03-06 Jens AxboeUpdate terse output
2007-03-06 Jens Axboestat.c: Superflous n
2007-03-06 Jens AxboeBe sure to pick up any group error with group_reporting
2007-03-06 Jens AxboeStat summation fixup
2007-03-06 Jens Axboetd vs ts typo
2007-03-06 Jens AxboeAdd group reporting
2007-03-06 Jens AxboeOne step closer to group reporting
2007-03-02 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2007-03-02 Jens AxboeSpelling fixes
2007-03-01 Jens AxboeOnly check FIO_DISKLESSIO in stat.c
2007-03-01 Joel Becker[PATCH] ioengine flags: Replace FIO_NETIO with real...
2007-02-26 Jens AxboeSpeedup init_disk_util() when dealing with many jobs
2007-02-23 Jens AxboeStreamline thread_data data direction setting and checking
2007-02-21 Jens AxboeChange IO latency histogram to be in power-of-10
2007-02-20 Jens AxboeFirst step for group reporting
2007-02-17 Jens Axboe[PATCH] IO completion time histograms
2007-02-14 Jens Axboe[PATCH] Exabytes
2007-02-11 Jens Axboe[PATCH] Sign warning
2007-02-10 Jens Axboe[PATCH] Allow thread/group dump regardless of error...
2007-02-10 Jens Axboe[PATCH] Pretty up stat output
2007-02-07 Jens Axboe[PATCH] Don't create files for engines that don't need...
next