summaryrefslogtreecommitdiffstats
path: root/block/blk-rq-qos.h
Commit message (Expand)AuthorAgeFilesLines
* block: skip QUEUE_FLAG_STATS and rq-qos for passthrough ioKundan Kumar2023-12-011-1/+1
* blk-iolatency: s/blkcg_rq_qos/iolat_rq_qos/Tejun Heo2023-04-131-1/+1
* blk-rq-qos: store a gendisk instead of request_queue in struct rq_qosChristoph Hellwig2023-02-031-1/+1
* blk-rq-qos: constify rq_qos_opsChristoph Hellwig2023-02-031-2/+2
* blk-rq-qos: make rq_qos_add and rq_qos_del more usefulChristoph Hellwig2023-02-031-2/+3
* blk-rq-qos: move rq_qos_add and rq_qos_del out of lineChristoph Hellwig2023-02-031-59/+2
* block/blk-rq-qos: delete useless enmu RQ_QOS_IOPRIOLi Jinlin2022-09-211-1/+0
* block: don't allow the same type rq_qos add more than onceJinke Han2022-07-201-1/+10
* block: serialize all debugfs operations using q->debugfs_mutexChristoph Hellwig2022-06-171-1/+6
* block: fix rq-qos breakage from skipping rq_qos_done_bio()Tejun Heo2022-03-141-9/+11
* block: only mark bio as tracked if it really is trackedJens Axboe2021-10-181-2/+3
* block: Introduce the ioprio rq-qos policyBart Van Assche2021-06-211-0/+1
* block/blk-rq-qos: Move a function from a header file into a C fileBart Van Assche2021-06-211-13/+0
* block: fix race between adding/removing rq qos and normal IOMing Lei2021-06-161-0/+24
* blk-rq-qos: fix first node deletion of rq_qos_del()Tejun Heo2019-10-151-8/+5
* blk-wbt: fix performance regression in wbt scale_up/scale_downHarshad Shirwadkar2019-10-061-2/+2
* blkcg: implement blk-iocostTejun Heo2019-08-281-0/+3
* blkcg: s/RQ_QOS_CGROUP/RQ_QOS_LATENCY/Tejun Heo2019-08-281-4/+4
* block/rq_qos: implement rq_qos_ops->queue_depth_changed()Tejun Heo2019-08-281-0/+8
* block/rq_qos: add rq_qos_merge()Tejun Heo2019-08-281-0/+9
* block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig2019-04-301-0/+1
* block: fix blk-iolatency accounting underflowDennis Zhou2018-12-171-0/+5
* blk-mq-debugfs: support rq_qosMing Lei2018-12-161-0/+24
* block: add rq_qos_wait to rq_qosJosef Bacik2018-12-071-0/+6
* blk-rq-qos: inline check for q->rq_qos functionsJens Axboe2018-11-161-7/+52
* block: remove the unused lock argument to rq_qos_throttleChristoph Hellwig2018-11-151-2/+2
* blk-rq-qos: make depth comparisons unsignedJosef Bacik2018-07-221-1/+1
* rq-qos: introduce dio_bio callbackJosef Bacik2018-07-091-0/+2
* block: remove external dependency on wbt_flagsJosef Bacik2018-07-091-5/+6
* blk-rq-qos: refactor out common elements of blk-wbtJosef Bacik2018-07-091-0/+106