aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-wbt.c
AgeCommit message (Expand)Author
2023-06-28Merge branch 'for-6.5/block-late' into block-6.5Jens Axboe
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-26blk-wbt: cleanup rwb_enabled() and wbt_disabled()Yu Kuai
2023-06-26blk-wbt: remove dead code to handle wbt enable/disable with io inflightYu Kuai
2023-05-23block/rq_qos: protect rq_qos apis with a new lockYu Kuai
2023-05-23blk-wbt: fix that wbt can't be disabled by defaultYu Kuai
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-wbt: open code wbt_queue_depth_changed in wbt_initChristoph Hellwig
2023-02-03blk-wbt: move private information from blk-wbt.h to blk-wbt.cChristoph Hellwig
2023-02-03blk-wbt: pass a gendisk to wbt_initChristoph Hellwig
2023-02-03blk-wbt: pass a gendisk to wbt_{enable,disable}_defaultChristoph Hellwig
2022-10-23blk-wbt: don't enable throttling if default elevator is bfqYu Kuai
2022-10-23blk-wbt: don't show valid wbt_lat_usec in sysfs while wbt is disabledYu Kuai
2022-10-23blk-wbt: make enable_state more accurateYu Kuai
2022-10-23blk-wbt: remove unnecessary check in wbt_enable_default()Yu Kuai
2022-10-09blk-wbt: fix that 'rwb->wc' is always set to 1 in wbt_init()Yu Kuai
2022-09-21blk-wbt: call rq_qos_add() after wb_normal is initializedYu Kuai
2022-07-20block: don't allow the same type rq_qos add more than onceJinke Han
2022-07-14block: Use the new blk_opf_t typeBart Van Assche
2022-07-14block: Use enum req_op where appropriateBart Van Assche
2021-10-19blk-wbt: prevent NULL pointer dereference in wb_timer_fnAndrea Righi
2021-08-23block: add an explicit ->disk backpointer to the request_queueChristoph Hellwig
2021-08-09block: move the bdi from the request_queue to the gendiskChristoph Hellwig
2021-06-21blk-wbt: make sure throttle is enabled properlyZhang Yi
2021-06-21blk-wbt: introduce a new disable state to prevent false positive by rwb_enabl...Zhang Yi
2021-06-18blk-wbt: remove outdated commentlijiazi
2021-01-26blk: wbt: remove unused parameter from wbt_should_throttleLei Chen
2020-11-30block: wbt: Remove unnecessary invoking of wbt_update_limits in wbt_initLei Chen
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-05-29blk-wbt: rename __wbt_update_limits to wbt_update_limitsGuoqing Jiang
2020-05-29blk-wbt: remove wbt_update_limitsGuoqing Jiang
2020-04-17blk-wbt: Use tracepoint_string() for wbt_step tracepoint string literalsTommi Rantala
2019-10-06blk-wbt: fix performance regression in wbt scale_up/scale_downHarshad Shirwadkar
2019-08-28block/rq_qos: implement rq_qos_ops->queue_depth_changed()Tejun Heo
2019-08-27block: add helper for checking if queue is registeredMing Lei
2019-04-30block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig
2019-01-24blk-wbt: Declare local functions staticBart Van Assche
2018-12-16blk-wbt: export internal state via debugfsMing Lei
2018-12-12block: deactivate blk_stat timer in wbt_disable_default()Ming Lei
2018-12-07block: convert wbt_wait() to use rq_qos_wait()Josef Bacik
2018-11-16block: add queue_is_mq() helperJens Axboe
2018-11-15block: add wbt_disable_default export for BFQJens Axboe
2018-11-15block: remove a few unused exportsChristoph Hellwig
2018-11-15block: remove the unused lock argument to rq_qos_throttleChristoph Hellwig
2018-11-07blk-wbt: kill check for legacy queue typeJens Axboe
2018-10-11blk-wbt: wake up all when we scale up, not downJosef Bacik
2018-08-27blk-wbt: remove dead codeJens Axboe
2018-08-27blk-wbt: improve waking of tasksJens Axboe