summaryrefslogtreecommitdiffstats
path: root/block/blk-stat.c
AgeCommit message (Expand)AuthorLines
2023-04-13blk-mq: include <linux/blk-mq.h> in block/blk-mq.hChristoph Hellwig-1/+0
2023-04-13blk-stat: fix QUEUE_FLAG_STATS clearChengming Zhou-2/+2
2023-03-20blk-mq: remove hybrid pollingKeith Busch-18/+0
2023-02-03block: don't call blk_throtl_stat_add for non-READ/WRITE commandsChristoph Hellwig-1/+2
2021-12-14block: make queue stat accounting a referenceJens Axboe-5/+16
2021-11-29block: only allocate poll_stats if there's a user of themJens Axboe-0/+18
2020-09-01blk-stat: make q->stats->lock irqsafeTejun Heo-6/+11
2019-10-07blk-stat: Optimise blk_stat_add()Pavel Begunkov-3/+4
2019-04-30block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig-0/+1
2018-11-15block: remove a few unused exportsChristoph Hellwig-4/+0
2018-09-27block: export blk_stat_enable_accounting()Omar Sandoval-0/+1
2018-07-09blk-stat: export helpers for modifying blk_rq_statJosef Bacik-8/+8
2018-05-09block: consolidate struct request timestamp fieldsOmar Sandoval-3/+2
2018-05-09block: get rid of struct blk_issue_statOmar Sandoval-5/+2
2018-03-08block: Protect queue flag changes with the queue lockBart Van Assche-3/+3
2018-03-08block: Use the queue_flag_*() functions instead of open-coding theseBart Van Assche-3/+3
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook-3/+3
2017-10-10blk-stat: delete useless codeShaohua Li-38/+7
2017-05-10blk-stat: don't use this_cpu_ptr() in a preemptable sectionJens Axboe-7/+10
2017-04-21blk-stat: kill blk_stat_rq_ddir()Jens Axboe-6/+0
2017-04-20blk-stat: convert blk-stat bucket callback to signedStephen Bates-2/+4
2017-03-28blk-throttle: add a mechanism to estimate IO latencyShaohua Li-1/+14
2017-03-21block: fix stacked driver stats init and freeJens Axboe-1/+2
2017-03-21blk-stat: convert to callback-based statistics reportingOmar Sandoval-164/+147
2017-03-21blk-stat: move BLK_RQ_STAT_BATCH definition to blk-stat.cOmar Sandoval-0/+2
2017-03-21blk-stat: use READ and WRITE instead of BLK_STAT_{READ,WRITE}Omar Sandoval-41/+39
2017-03-21blk-stat: fix blk_stat_sum() if all samples are batchedOmar Sandoval-2/+2
2016-12-09blk-stat: fix a few cases of missing batch flushingJens Axboe-0/+8
2016-12-02blk-stat: fix a typoShaohua Li-1/+1
2016-11-10block: add scalable completion tracking of requestsJens Axboe-0/+248