Age | Commit message (Expand) | Author |
2021-01-26 | blk: wbt: remove unused parameter from wbt_should_throttle | Lei Chen |
2020-11-30 | block: wbt: Remove unnecessary invoking of wbt_update_limits in wbt_init | Lei Chen |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2020-05-29 | blk-wbt: rename __wbt_update_limits to wbt_update_limits | Guoqing Jiang |
2020-05-29 | blk-wbt: remove wbt_update_limits | Guoqing Jiang |
2020-04-17 | blk-wbt: Use tracepoint_string() for wbt_step tracepoint string literals | Tommi Rantala |
2019-10-06 | blk-wbt: fix performance regression in wbt scale_up/scale_down | Harshad Shirwadkar |
2019-08-28 | block/rq_qos: implement rq_qos_ops->queue_depth_changed() | Tejun Heo |
2019-08-27 | block: add helper for checking if queue is registered | Ming Lei |
2019-04-30 | block: add SPDX tags to block layer files missing licensing information | Christoph Hellwig |
2019-01-24 | blk-wbt: Declare local functions static | Bart Van Assche |
2018-12-16 | blk-wbt: export internal state via debugfs | Ming Lei |
2018-12-12 | block: deactivate blk_stat timer in wbt_disable_default() | Ming Lei |
2018-12-07 | block: convert wbt_wait() to use rq_qos_wait() | Josef Bacik |
2018-11-16 | block: add queue_is_mq() helper | Jens Axboe |
2018-11-15 | block: add wbt_disable_default export for BFQ | Jens Axboe |
2018-11-15 | block: remove a few unused exports | Christoph Hellwig |
2018-11-15 | block: remove the unused lock argument to rq_qos_throttle | Christoph Hellwig |
2018-11-07 | blk-wbt: kill check for legacy queue type | Jens Axboe |
2018-10-11 | blk-wbt: wake up all when we scale up, not down | Josef Bacik |
2018-08-27 | blk-wbt: remove dead code | Jens Axboe |
2018-08-27 | blk-wbt: improve waking of tasks | Jens Axboe |
2018-08-27 | blk-wbt: abstract out end IO completion handler | Jens Axboe |
2018-08-23 | blk-wbt: don't maintain inflight counts if disabled | Jens Axboe |
2018-08-22 | blk-wbt: fix has-sleeper queueing check | Jens Axboe |
2018-08-22 | blk-wbt: use wq_has_sleeper() for wq active check | Jens Axboe |
2018-08-22 | blk-wbt: move disable check into get_limit() | Jens Axboe |
2018-08-14 | blk-wbt: fix IO hang in wbt_wait() | Ming Lei |
2018-08-07 | blk-wbt: Avoid lock contention and thundering herd issue in wbt_wait | Anchal Agarwal |
2018-07-09 | block: remove external dependency on wbt_flags | Josef Bacik |
2018-07-09 | blk-rq-qos: refactor out common elements of blk-wbt | Josef Bacik |
2018-05-09 | block: get rid of struct blk_issue_stat | Omar Sandoval |
2018-05-09 | block: pass struct request instead of struct blk_issue_stat to wbt | Omar Sandoval |
2018-05-09 | block: move some wbt helpers to blk-wbt.c | Omar Sandoval |
2018-05-08 | blk-wbt: throttle discards like background writes | Jens Axboe |
2018-05-08 | blk-wbt: pass in enum wbt_flags to get_rq_wait() | Jens Axboe |
2018-05-08 | blk-wbt: account any writing command as a write | Jens Axboe |
2018-02-06 | blk-wbt: account flush requests correctly | Jens Axboe |
2017-11-23 | blk-wbt: fix comments typo | weiping zhang |
2017-11-23 | blk-wbt: move wbt_clear_stat to common place in wbt_done | weiping zhang |
2017-11-23 | blk-wbt: remove duplicated setting in wbt_init | weiping zhang |
2017-11-14 | Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block | Linus Torvalds |
2017-10-25 | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ... | Mark Rutland |
2017-10-09 | block,bfq: Disable writeback throttling | Luca Miccio |
2017-06-20 | sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list naming | Ingo Molnar |
2017-06-20 | sched/wait: Rename wait_queue_t => wait_queue_entry_t | Ingo Molnar |
2017-04-21 | blk-stat: kill blk_stat_rq_ddir() | Jens Axboe |
2017-04-19 | block: Make writeback throttling defaults consistent for SQ devices | Jan Kara |
2017-04-11 | block: Fix list corruption of blk stats callback list | Jan Kara |
2017-03-21 | blk-stat: convert to callback-based statistics reporting | Omar Sandoval |