Revert "Fix disk utilization for md/dm slaves"
[fio.git] / stat.c
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...
2007-02-06 Jens Axboe[PATCH] Simple support for networked IO
2007-02-05 Jens Axboe[PATCH] Add 'description' option
2007-01-17 Jens Axboe[PATCH] Add support for writing aggregate bandwidth log
2007-01-13 Jens Axboe[PATCH] The last io depth entry is actually >= 64,...
2007-01-13 Jens Axboe[PATCH] Include io depth distribution statistics
2007-01-11 Jens Axboe[PATCH] Change output dev= to stdev=
2007-01-11 Jens Axboe[PATCH] Change timeout to runtime and rearrange option...
2007-01-10 Jens Axboe[PATCH] Implement a better mean and standard deviation...
2007-01-10 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2007-01-10 Jens Axboe[PATCH] Fix standard deviation calculation
2007-01-08 Jens Axboe[PATCH] Add extra disk util name check
2007-01-03 Jens Axboe[PATCH] Fix deviation overflow
2007-01-03 Jens Axboe[PATCH] Fix division by zero in deviance calculation
2006-12-05 Jens Axboe[PATCH] Fix warnings from icc
2006-11-24 Jens Axboe[PATCH] Improve time accounting for a job
2006-11-24 Jens Axboe[PATCH] Time and seek optimizations
2006-11-07 Jens Axboe[PATCH] Warn on writable strings
2006-11-02 Jens Axboe[PATCH] String copy limiting fixes
2006-10-20 Jens Axboe[PATCH] Plug a few more leaks fio-1.7
2006-10-20 Jens Axboe[PATCH] Be nicer about cleaning up allocated memory
2006-10-20 Jens Axboe[PATCH] Add for_each_td()
2006-10-19 Jens Axboe[PATCH] Fix a bunch of bugs
2006-10-18 Jens Axboe[PATCH] First cut at supporting > 1 file per job
2006-07-17 Jens Axboe[PATCH] Use lstat() instead of stat() in sysfs lookup
2006-06-12 Jens Axboe[PATCH] Add option for terse parseable output
2006-06-12 Jens Axboe[PATCH] Don't hide submission latency numbers, even...
2006-06-08 Jens Axboe[PATCH] When logging to a file, stderr should go both...
2006-06-08 Jens Axboe[PATCH] Enable output logging to file instead of stdout
2006-06-07 Jens Axboe[PATCH] Final FreeBSD compile fixups
2006-06-07 Jens Axboe[PATCH] Add name=x option to name jobs
2006-06-07 Jens Axboe[PATCH] Shorten the file names, stupid to prefix everyt...