aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/block/blk-stat.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-10blk-stat: don't use this_cpu_ptr() in a preemptable sectionJens Axboe1-7/+10
2017-04-21blk-stat: kill blk_stat_rq_ddir()Jens Axboe1-6/+0
2017-04-20blk-stat: convert blk-stat bucket callback to signedStephen Bates1-2/+4
2017-03-28blk-throttle: add a mechanism to estimate IO latencyShaohua Li1-1/+14
2017-03-21block: fix stacked driver stats init and freeJens Axboe1-1/+2
2017-03-21blk-stat: convert to callback-based statistics reportingOmar Sandoval1-164/+147
2017-03-21blk-stat: move BLK_RQ_STAT_BATCH definition to blk-stat.cOmar Sandoval1-0/+2
2017-03-21blk-stat: use READ and WRITE instead of BLK_STAT_{READ,WRITE}Omar Sandoval1-41/+39
2017-03-21blk-stat: fix blk_stat_sum() if all samples are batchedOmar Sandoval1-2/+2
2016-12-09blk-stat: fix a few cases of missing batch flushingJens Axboe1-0/+8
2016-12-02blk-stat: fix a typoShaohua Li1-1/+1
2016-11-10block: add scalable completion tracking of requestsJens Axboe1-0/+248