summaryrefslogtreecommitdiff
path: root/block/blk-rq-qos.h
AgeCommit message (Expand)Author
2023-12-01block: skip QUEUE_FLAG_STATS and rq-qos for passthrough ioKundan Kumar
2023-04-13blk-iolatency: s/blkcg_rq_qos/iolat_rq_qos/Tejun Heo
2023-02-03blk-rq-qos: store a gendisk instead of request_queue in struct rq_qosChristoph Hellwig
2023-02-03blk-rq-qos: constify rq_qos_opsChristoph Hellwig
2023-02-03blk-rq-qos: make rq_qos_add and rq_qos_del more usefulChristoph Hellwig
2023-02-03blk-rq-qos: move rq_qos_add and rq_qos_del out of lineChristoph Hellwig
2022-09-21block/blk-rq-qos: delete useless enmu RQ_QOS_IOPRIOLi Jinlin
2022-07-20block: don't allow the same type rq_qos add more than onceJinke Han
2022-06-17block: serialize all debugfs operations using q->debugfs_mutexChristoph Hellwig
2022-03-14block: fix rq-qos breakage from skipping rq_qos_done_bio()Tejun Heo
2021-10-18block: only mark bio as tracked if it really is trackedJens Axboe
2021-06-21block: Introduce the ioprio rq-qos policyBart Van Assche
2021-06-21block/blk-rq-qos: Move a function from a header file into a C fileBart Van Assche
2021-06-16block: fix race between adding/removing rq qos and normal IOMing Lei
2019-10-15blk-rq-qos: fix first node deletion of rq_qos_del()Tejun Heo
2019-10-06blk-wbt: fix performance regression in wbt scale_up/scale_downHarshad Shirwadkar
2019-08-28blkcg: implement blk-iocostTejun Heo
2019-08-28blkcg: s/RQ_QOS_CGROUP/RQ_QOS_LATENCY/Tejun Heo
2019-08-28block/rq_qos: implement rq_qos_ops->queue_depth_changed()Tejun Heo
2019-08-28block/rq_qos: add rq_qos_merge()Tejun Heo
2019-04-30block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig
2018-12-17block: fix blk-iolatency accounting underflowDennis Zhou
2018-12-16blk-mq-debugfs: support rq_qosMing Lei
2018-12-07block: add rq_qos_wait to rq_qosJosef Bacik
2018-11-16blk-rq-qos: inline check for q->rq_qos functionsJens Axboe
2018-11-15block: remove the unused lock argument to rq_qos_throttleChristoph Hellwig
2018-07-22blk-rq-qos: make depth comparisons unsignedJosef Bacik
2018-07-09rq-qos: introduce dio_bio callbackJosef Bacik
2018-07-09block: remove external dependency on wbt_flagsJosef Bacik
2018-07-09blk-rq-qos: refactor out common elements of blk-wbtJosef Bacik