summaryrefslogtreecommitdiffstats
path: root/block/blk-wbt.c
Commit message (Expand)AuthorAge
* blk-wbt: export internal state via debugfsMing Lei2018-12-16
* block: deactivate blk_stat timer in wbt_disable_default()Ming Lei2018-12-12
* block: convert wbt_wait() to use rq_qos_wait()Josef Bacik2018-12-08
* block: add queue_is_mq() helperJens Axboe2018-11-16
* block: add wbt_disable_default export for BFQJens Axboe2018-11-15
* block: remove a few unused exportsChristoph Hellwig2018-11-15
* block: remove the unused lock argument to rq_qos_throttleChristoph Hellwig2018-11-15
* blk-wbt: kill check for legacy queue typeJens Axboe2018-11-07
* blk-wbt: wake up all when we scale up, not downJosef Bacik2018-10-11
* blk-wbt: remove dead codeJens Axboe2018-08-27
* blk-wbt: improve waking of tasksJens Axboe2018-08-27
* blk-wbt: abstract out end IO completion handlerJens Axboe2018-08-27
* blk-wbt: don't maintain inflight counts if disabledJens Axboe2018-08-23
* blk-wbt: fix has-sleeper queueing checkJens Axboe2018-08-22
* blk-wbt: use wq_has_sleeper() for wq active checkJens Axboe2018-08-22
* blk-wbt: move disable check into get_limit()Jens Axboe2018-08-22
* blk-wbt: fix IO hang in wbt_wait()Ming Lei2018-08-14
* blk-wbt: Avoid lock contention and thundering herd issue in wbt_waitAnchal Agarwal2018-08-07
* block: remove external dependency on wbt_flagsJosef Bacik2018-07-09
* blk-rq-qos: refactor out common elements of blk-wbtJosef Bacik2018-07-09
* block: get rid of struct blk_issue_statOmar Sandoval2018-05-09
* block: pass struct request instead of struct blk_issue_stat to wbtOmar Sandoval2018-05-09
* block: move some wbt helpers to blk-wbt.cOmar Sandoval2018-05-09
* blk-wbt: throttle discards like background writesJens Axboe2018-05-08
* blk-wbt: pass in enum wbt_flags to get_rq_wait()Jens Axboe2018-05-08
* blk-wbt: account any writing command as a writeJens Axboe2018-05-08
* blk-wbt: account flush requests correctlyJens Axboe2018-02-06
* blk-wbt: fix comments typoweiping zhang2017-11-24
* blk-wbt: move wbt_clear_stat to common place in wbt_doneweiping zhang2017-11-24
* blk-wbt: remove duplicated setting in wbt_initweiping zhang2017-11-24
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-14
|\
| * block,bfq: Disable writeback throttlingLuca Miccio2017-10-09
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-25
|/
* sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar2017-06-20
* sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-20
* blk-stat: kill blk_stat_rq_ddir()Jens Axboe2017-04-21
* block: Make writeback throttling defaults consistent for SQ devicesJan Kara2017-04-19
* block: Fix list corruption of blk stats callback listJan Kara2017-04-11
* blk-stat: convert to callback-based statistics reportingOmar Sandoval2017-03-21
* blk-stat: use READ and WRITE instead of BLK_STAT_{READ,WRITE}Omar Sandoval2017-03-21
* block: Use pointer to backing_dev_info from request_queueJan Kara2017-02-02
* block: Avoid that sparse complains about context imbalance in __wbt_wait()Bart Van Assche2017-01-02
* block: Make wbt_wait() definition consistent with declarationBart Van Assche2017-01-02
* blk-wbt: don't throttle discard or write zeroesChristoph Hellwig2016-12-09
* block: add support for REQ_OP_WRITE_ZEROESChaitanya Kulkarni2016-12-01
* blk-wbt: allow wbt to be enabled always through sysfsJens Axboe2016-11-28
* blk-wbt: cleanup disable-by-default for CFQJens Axboe2016-11-28
* blk-wbt: allow reset of default latency through sysfsJens Axboe2016-11-28
* blk-wbt: fix old-style function declarationArnd Bergmann2016-11-16
* blk-wbt: use BLK_STAT_{READ,WRITE} instead of 0/1Jens Axboe2016-11-11