summaryrefslogtreecommitdiff
path: root/diskutil.c
AgeCommit message (Expand)Author
2015-03-06Fix segfault with client/server and minimal outputJens Axboe
2015-03-06Bump disk util stats from 32 to 64-bit valuesJens Axboe
2015-03-06Consolidate disk util, eta, and status check threadJens Axboe
2015-03-06flist: add flist_first_entry()Jens Axboe
2014-04-14disk util: fix bug in strncpy() conversionJens Axboe
2014-04-14diskutil: make it clear that parent != NULL for json outputJens Axboe
2014-04-11diskutil: separate out stats from nameJens Axboe
2014-04-11Fix potentially unterminated string after strncpy() callJens Axboe
2014-04-11Fix leak of directory handle in find_add_disk_slaves() error caseJens Axboe
2014-04-08diskutil: fix potential out-of-bounds array writeJens Axboe
2014-04-01Cleanup symbols that should be staticJens Axboe
2013-10-31Add json output for client/server modeCastor Fu
2013-01-29smalloc: alloc failure cleanupsJens Axboe
2013-01-29Fix crash with absurdly but not impossibly deeply nested device stacksKen Raeburn
2012-10-08Fix confusion between terse and json outputJens Axboe
2012-09-27Fix segfault race on exit for platforms that don't have disk util supportJens Axboe
2012-09-17Add a simple json encoder and use it to print fio output in json formatShaohua Li
2012-08-02mutex: make 0/1 FIO_MUTEX_LOCKED and FIO_MUTEX_UNLOCKEDJens Axboe
2012-08-02diskutil: ensure that we lock around disk_list accessJens Axboe
2012-08-01Revert "diskutil: ensure that we lock around disk_list access"Jens Axboe
2012-08-01diskutil: ensure that we lock around disk_list accessJens Axboe
2012-02-20Move Windows port to MinGWBruce Cran
2012-02-20Add OS_PATH_SEPARATOR for platforms which have different path separator chara...Bruce Cran
2012-02-10Slave aggregate output format fixJens Axboe
2012-02-10Fix missing ';' before slave disk utilization in terse outputJens Axboe
2012-02-03Avoid divide-by-zero for disk util on 0 msec runtimeJens Axboe
2011-10-18Fix error in disk util stats for terse outputJens Axboe
2011-10-13Add disk utilization to terse format outputJens Axboe
2011-10-13client/server: add support for passing disk_util structuresJens Axboe
2011-09-08Style fixupJens Axboe
2010-06-21Fix disk util for slavesJens Axboe
2010-06-21Do diskutil check earlierJens Axboe
2009-10-01Revert "Fix disk utilization for md/dm slaves"Jens Axboe
2009-10-01Fix disk utilization for md/dm slavesJens Axboe
2009-09-11Cleanup diskutil.cJens Axboe
2009-09-11Bug fix: handles disk device used multiple timesAlan D. Brunelle
2009-06-03Split off diskutil includeJens Axboe
2009-05-27Increase accuracy of disk utility percentageJens Axboe
2008-09-30Fix missing initialization of merge/io countsJens Axboe
2008-09-30Aggregate slave device stats into the stats for master.Shehjar Tikoo
2008-09-30Add support to display slave device stats for software RAIDs.Shehjar Tikoo
2008-06-06Linux sysfs change broke fio disk lookupJens Axboe
2008-06-02Rename list_* function and file to flist_ to avoid conflict with FreeBSDJens Axboe
2008-05-30Seperate status timer setup from disk util timerJens Axboe
2008-03-07Fix bad sscan() -> scanf() conversionJens Axboe
2008-03-06Style fixupsJens Axboe
2007-04-26Disk stat improvementsJens Axboe
2007-04-17Better checks for disk util initJens Axboe
2007-04-03Fix sysfs_root assignment with multiple identical devicesJens Axboe
2007-04-02Seperate disk util code out of fio.cJens Axboe