summaryrefslogtreecommitdiff
path: root/block/blk-wbt.c
Commit message (Expand)AuthorAgeFilesLines
* blk-rq-qos: store a gendisk instead of request_queue in struct rq_qosChristoph Hellwig2023-02-031-9/+7
* blk-rq-qos: constify rq_qos_opsChristoph Hellwig2023-02-031-1/+1
* blk-rq-qos: make rq_qos_add and rq_qos_del more usefulChristoph Hellwig2023-02-031-4/+1
* blk-wbt: open code wbt_queue_depth_changed in wbt_initChristoph Hellwig2023-02-031-2/+2
* blk-wbt: move private information from blk-wbt.h to blk-wbt.cChristoph Hellwig2023-02-031-0/+77
* blk-wbt: pass a gendisk to wbt_initChristoph Hellwig2023-02-031-2/+3
* blk-wbt: pass a gendisk to wbt_{enable,disable}_defaultChristoph Hellwig2023-02-031-3/+4
* blk-wbt: don't enable throttling if default elevator is bfqYu Kuai2022-10-231-3/+8
* blk-wbt: don't show valid wbt_lat_usec in sysfs while wbt is disabledYu Kuai2022-10-231-0/+8
* blk-wbt: make enable_state more accurateYu Kuai2022-10-231-1/+6
* blk-wbt: remove unnecessary check in wbt_enable_default()Yu Kuai2022-10-231-1/+1
* blk-wbt: fix that 'rwb->wc' is always set to 1 in wbt_init()Yu Kuai2022-10-091-2/+1
* blk-wbt: call rq_qos_add() after wb_normal is initializedYu Kuai2022-09-211-5/+4
* block: don't allow the same type rq_qos add more than onceJinke Han2022-07-201-1/+11
* block: Use the new blk_opf_t typeBart Van Assche2022-07-141-8/+8
* block: Use enum req_op where appropriateBart Van Assche2022-07-141-1/+1
* blk-wbt: prevent NULL pointer dereference in wb_timer_fnAndrea Righi2021-10-191-0/+3
* block: add an explicit ->disk backpointer to the request_queueChristoph Hellwig2021-08-231-5/+5
* block: move the bdi from the request_queue to the gendiskChristoph Hellwig2021-08-091-5/+5
* blk-wbt: make sure throttle is enabled properlyZhang Yi2021-06-211-1/+5
* blk-wbt: introduce a new disable state to prevent false positive by rwb_enabl...Zhang Yi2021-06-211-2/+3
* blk-wbt: remove outdated commentlijiazi2021-06-181-1/+0
* blk: wbt: remove unused parameter from wbt_should_throttleLei Chen2021-01-261-2/+2
* block: wbt: Remove unnecessary invoking of wbt_update_limits in wbt_initLei Chen2020-11-301-1/+0
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* blk-wbt: rename __wbt_update_limits to wbt_update_limitsGuoqing Jiang2020-05-291-4/+4
* blk-wbt: remove wbt_update_limitsGuoqing Jiang2020-05-291-8/+0
* blk-wbt: Use tracepoint_string() for wbt_step tracepoint string literalsTommi Rantala2020-04-171-2/+2
* blk-wbt: fix performance regression in wbt scale_up/scale_downHarshad Shirwadkar2019-10-061-2/+4
* block/rq_qos: implement rq_qos_ops->queue_depth_changed()Tejun Heo2019-08-281-10/+8
* block: add helper for checking if queue is registeredMing Lei2019-08-271-1/+1
* block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig2019-04-301-0/+1
* blk-wbt: Declare local functions staticBart Van Assche2019-01-241-2/+2
* blk-wbt: export internal state via debugfsMing Lei2018-12-161-0/+91
* block: deactivate blk_stat timer in wbt_disable_default()Ming Lei2018-12-121-1/+3
* block: convert wbt_wait() to use rq_qos_wait()Josef Bacik2018-12-071-54/+11
* block: add queue_is_mq() helperJens Axboe2018-11-161-1/+1
* block: add wbt_disable_default export for BFQJens Axboe2018-11-151-0/+1
* block: remove a few unused exportsChristoph Hellwig2018-11-151-2/+0
* block: remove the unused lock argument to rq_qos_throttleChristoph Hellwig2018-11-151-12/+4
* blk-wbt: kill check for legacy queue typeJens Axboe2018-11-071-2/+1
* blk-wbt: wake up all when we scale up, not downJosef Bacik2018-10-111-1/+1
* blk-wbt: remove dead codeJens Axboe2018-08-271-5/+0
* blk-wbt: improve waking of tasksJens Axboe2018-08-271-7/+56
* blk-wbt: abstract out end IO completion handlerJens Axboe2018-08-271-7/+14
* blk-wbt: don't maintain inflight counts if disabledJens Axboe2018-08-231-0/+3
* blk-wbt: fix has-sleeper queueing checkJens Axboe2018-08-221-3/+5
* blk-wbt: use wq_has_sleeper() for wq active checkJens Axboe2018-08-221-4/+4
* blk-wbt: move disable check into get_limit()Jens Axboe2018-08-221-15/+7
* blk-wbt: fix IO hang in wbt_wait()Ming Lei2018-08-141-5/+1