Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-22block/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-22block: Introduce the ioprio rq-qos policyBart Van Assche
2021-06-22block/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-29blkcg: implement blk-iocostTejun Heo
2019-08-29blkcg: s/RQ_QOS_CGROUP/RQ_QOS_LATENCY/Tejun Heo
2019-08-29block/rq_qos: implement rq_qos_ops->queue_depth_changed()Tejun Heo
2019-08-29block/rq_qos: add rq_qos_merge()Tejun Heo
2019-05-01block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig
2018-12-17block: fix blk-iolatency accounting underflowDennis Zhou
2018-12-17blk-mq-debugfs: support rq_qosMing Lei
2018-12-08block: 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