idletime: fix potential divide-by-zero
[fio.git] / diskutil.c
2014-04-11 Jens Axboediskutil: separate out stats from name
2014-04-11 Jens AxboeFix potentially unterminated string after strncpy(...
2014-04-11 Jens AxboeFix leak of directory handle in find_add_disk_slaves...
2014-04-09 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2014-04-09 Jens Axboediskutil: fix potential out-of-bounds array write
2014-04-02 Jens AxboeMerge branch 'erwan/clang' of https://github.com/enovan...
2014-04-02 Jens AxboeMerge branch 'erwan/nobasename' of https://github.com...
2014-04-02 Jens AxboeCleanup symbols that should be static
2013-10-31 Castor FuAdd json output for client/server mode
2013-01-31 Jens AxboeMerge branch 'master' into gfio
2013-01-29 Jens Axboesmalloc: alloc failure cleanups
2013-01-29 Ken RaeburnFix crash with absurdly but not impossibly deeply neste...
2012-10-11 Jens AxboeMerge branch 'master' into gfio
2012-10-08 Jens AxboeFix confusion between terse and json output
2012-09-27 Jens AxboeMerge branch 'gfio' of ssh://brick.kernel.dk/data/git...
2012-09-27 Jens AxboeMerge branch 'master' into gfio
2012-09-27 Jens AxboeFix segfault race on exit for platforms that don't...
2012-09-24 Jens AxboeMerge branch 'master' into gfio
2012-09-17 Shaohua LiAdd a simple json encoder and use it to print fio outpu...
2012-08-21 Jens AxboeMerge branch 'master' into gfio
2012-08-02 Jens Axboemutex: make 0/1 FIO_MUTEX_LOCKED and FIO_MUTEX_UNLOCKED
2012-08-02 Jens Axboediskutil: ensure that we lock around disk_list access
2012-08-01 Jens AxboeRevert "diskutil: ensure that we lock around disk_list...
2012-08-01 Jens AxboeMerge branch 'master' into gfio
2012-08-01 Jens Axboediskutil: ensure that we lock around disk_list access
2012-02-20 Bruce CranMove Windows port to MinGW
2012-02-20 Bruce CranAdd OS_PATH_SEPARATOR for platforms which have differen...
2012-02-10 Jens AxboeSlave aggregate output format fix
2012-02-10 Jens AxboeFix missing ';' before slave disk utilization in terse...
2012-02-06 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2012-02-03 Jens AxboeAvoid divide-by-zero for disk util on 0 msec runtime
2011-10-18 Jens AxboeFix error in disk util stats for terse output
2011-10-13 Jens AxboeAdd disk utilization to terse format output
2011-10-13 Jens Axboeclient/server: add support for passing disk_util structures
2011-09-08 Jens AxboeStyle fixup
2010-06-21 Jens AxboeFix disk util for slaves
2010-06-21 Jens AxboeDo diskutil check earlier
2009-10-01 Jens AxboeRevert "Fix disk utilization for md/dm slaves"
2009-10-01 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2009-10-01 Jens AxboeFix disk utilization for md/dm slaves
2009-09-11 Jens AxboeCleanup diskutil.c
2009-09-11 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2009-09-11 Alan D. BrunelleBug fix: handles disk device used multiple times
2009-06-03 Jens AxboeSplit off diskutil include
2009-05-27 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2009-05-27 Jens AxboeIncrease accuracy of disk utility percentage
2008-09-30 Jens AxboeFix missing initialization of merge/io counts
2008-09-30 Shehjar TikooAggregate slave device stats into the stats for
2008-09-30 Shehjar TikooAdd support to display slave device stats for software...
2008-06-06 Jens AxboeLinux sysfs change broke fio disk lookup
2008-06-02 Jens AxboeRename list_* function and file to flist_ to avoid...
2008-05-30 Jens AxboeSeperate status timer setup from disk util timer
2008-03-07 Jens AxboeFix bad sscan() -> scanf() conversion
2008-03-06 Jens AxboeStyle fixups
2007-04-26 Jens AxboeDisk stat improvements
2007-04-17 Jens AxboeBetter checks for disk util init
2007-04-03 Jens AxboeFix sysfs_root assignment with multiple identical devices
2007-04-02 Jens AxboeSeperate disk util code out of fio.c