Age | Commit message (Expand) | Author | Files | Lines |
2023-04-13 | blk-iolatency: s/blkcg_rq_qos/iolat_rq_qos/ | Tejun Heo | 1 | -1/+1 |
2023-02-03 | blk-rq-qos: store a gendisk instead of request_queue in struct rq_qos | Christoph Hellwig | 1 | -1/+1 |
2023-02-03 | blk-rq-qos: constify rq_qos_ops | Christoph Hellwig | 1 | -2/+2 |
2023-02-03 | blk-rq-qos: make rq_qos_add and rq_qos_del more useful | Christoph Hellwig | 1 | -2/+3 |
2023-02-03 | blk-rq-qos: move rq_qos_add and rq_qos_del out of line | Christoph Hellwig | 1 | -59/+2 |
2022-09-22 | block/blk-rq-qos: delete useless enmu RQ_QOS_IOPRIO | Li Jinlin | 1 | -1/+0 |
2022-07-20 | block: don't allow the same type rq_qos add more than once | Jinke Han | 1 | -1/+10 |
2022-06-17 | block: serialize all debugfs operations using q->debugfs_mutex | Christoph Hellwig | 1 | -1/+6 |
2022-03-14 | block: fix rq-qos breakage from skipping rq_qos_done_bio() | Tejun Heo | 1 | -9/+11 |
2021-10-18 | block: only mark bio as tracked if it really is tracked | Jens Axboe | 1 | -2/+3 |
2021-06-22 | block: Introduce the ioprio rq-qos policy | Bart Van Assche | 1 | -0/+1 |
2021-06-22 | block/blk-rq-qos: Move a function from a header file into a C file | Bart Van Assche | 1 | -13/+0 |
2021-06-16 | block: fix race between adding/removing rq qos and normal IO | Ming Lei | 1 | -0/+24 |
2019-10-15 | blk-rq-qos: fix first node deletion of rq_qos_del() | Tejun Heo | 1 | -8/+5 |
2019-10-06 | blk-wbt: fix performance regression in wbt scale_up/scale_down | Harshad Shirwadkar | 1 | -2/+2 |
2019-08-29 | blkcg: implement blk-iocost | Tejun Heo | 1 | -0/+3 |
2019-08-29 | blkcg: s/RQ_QOS_CGROUP/RQ_QOS_LATENCY/ | Tejun Heo | 1 | -4/+4 |
2019-08-29 | block/rq_qos: implement rq_qos_ops->queue_depth_changed() | Tejun Heo | 1 | -0/+8 |
2019-08-29 | block/rq_qos: add rq_qos_merge() | Tejun Heo | 1 | -0/+9 |
2019-05-01 | block: add SPDX tags to block layer files missing licensing information | Christoph Hellwig | 1 | -0/+1 |
2018-12-17 | block: fix blk-iolatency accounting underflow | Dennis Zhou | 1 | -0/+5 |
2018-12-17 | blk-mq-debugfs: support rq_qos | Ming Lei | 1 | -0/+24 |
2018-12-08 | block: add rq_qos_wait to rq_qos | Josef Bacik | 1 | -0/+6 |
2018-11-16 | blk-rq-qos: inline check for q->rq_qos functions | Jens Axboe | 1 | -7/+52 |
2018-11-15 | block: remove the unused lock argument to rq_qos_throttle | Christoph Hellwig | 1 | -2/+2 |
2018-07-22 | blk-rq-qos: make depth comparisons unsigned | Josef Bacik | 1 | -1/+1 |
2018-07-09 | rq-qos: introduce dio_bio callback | Josef Bacik | 1 | -0/+2 |
2018-07-09 | block: remove external dependency on wbt_flags | Josef Bacik | 1 | -5/+6 |
2018-07-09 | blk-rq-qos: refactor out common elements of blk-wbt | Josef Bacik | 1 | -0/+106 |