summaryrefslogtreecommitdiff
path: root/block/blk-stat.c
Commit message (Expand)AuthorAge
* block: Protect queue flag changes with the queue lockBart Van Assche2018-03-08
* block: Use the queue_flag_*() functions instead of open-coding theseBart Van Assche2018-03-08
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-21
* blk-stat: delete useless codeShaohua Li2017-10-10
* blk-stat: don't use this_cpu_ptr() in a preemptable sectionJens Axboe2017-05-10
* blk-stat: kill blk_stat_rq_ddir()Jens Axboe2017-04-21
* blk-stat: convert blk-stat bucket callback to signedStephen Bates2017-04-20
* blk-throttle: add a mechanism to estimate IO latencyShaohua Li2017-03-28
* block: fix stacked driver stats init and freeJens Axboe2017-03-21
* blk-stat: convert to callback-based statistics reportingOmar Sandoval2017-03-21
* blk-stat: move BLK_RQ_STAT_BATCH definition to blk-stat.cOmar Sandoval2017-03-21
* blk-stat: use READ and WRITE instead of BLK_STAT_{READ,WRITE}Omar Sandoval2017-03-21
* blk-stat: fix blk_stat_sum() if all samples are batchedOmar Sandoval2017-03-21
* blk-stat: fix a few cases of missing batch flushingJens Axboe2016-12-09
* blk-stat: fix a typoShaohua Li2016-12-02
* block: add scalable completion tracking of requestsJens Axboe2016-11-10