summaryrefslogtreecommitdiffstats
path: root/block/blk-wbt.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* blk-wbt: Avoid lock contention and thundering herd issue in wbt_waitAnchal Agarwal2018-08-071-31/+24
* block: remove external dependency on wbt_flagsJosef Bacik2018-07-091-13/+39
* blk-rq-qos: refactor out common elements of blk-wbtJosef Bacik2018-07-091-182/+144
* block: get rid of struct blk_issue_statOmar Sandoval2018-05-091-7/+5
* block: pass struct request instead of struct blk_issue_stat to wbtOmar Sandoval2018-05-091-27/+26
* block: move some wbt helpers to blk-wbt.cOmar Sandoval2018-05-091-0/+20
* blk-wbt: throttle discards like background writesJens Axboe2018-05-081-17/+26
* blk-wbt: pass in enum wbt_flags to get_rq_wait()Jens Axboe2018-05-081-10/+15
* blk-wbt: account any writing command as a writeJens Axboe2018-05-081-1/+1
* blk-wbt: account flush requests correctlyJens Axboe2018-02-061-1/+9
* blk-wbt: fix comments typoweiping zhang2017-11-231-1/+1
* blk-wbt: move wbt_clear_stat to common place in wbt_doneweiping zhang2017-11-231-2/+1
* blk-wbt: remove duplicated setting in wbt_initweiping zhang2017-11-231-2/+0
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-141-1/+1
|\
| * block,bfq: Disable writeback throttlingLuca Miccio2017-10-091-1/+1
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
|/
* sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar2017-06-201-1/+1
* sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-1/+1
* blk-stat: kill blk_stat_rq_ddir()Jens Axboe2017-04-211-1/+6
* block: Make writeback throttling defaults consistent for SQ devicesJan Kara2017-04-191-0/+19
* block: Fix list corruption of blk stats callback listJan Kara2017-04-111-8/+4
* blk-stat: convert to callback-based statistics reportingOmar Sandoval2017-03-211-32/+19
* blk-stat: use READ and WRITE instead of BLK_STAT_{READ,WRITE}Omar Sandoval2017-03-211-6/+6
* block: Use pointer to backing_dev_info from request_queueJan Kara2017-02-021-4/+4
* block: Avoid that sparse complains about context imbalance in __wbt_wait()Bart Van Assche2017-01-021-5/+6
* block: Make wbt_wait() definition consistent with declarationBart Van Assche2017-01-021-1/+1
* blk-wbt: don't throttle discard or write zeroesChristoph Hellwig2016-12-091-3/+2
* block: add support for REQ_OP_WRITE_ZEROESChaitanya Kulkarni2016-12-011-2/+3
* blk-wbt: allow wbt to be enabled always through sysfsJens Axboe2016-11-281-1/+2
* blk-wbt: cleanup disable-by-default for CFQJens Axboe2016-11-281-2/+8
* blk-wbt: allow reset of default latency through sysfsJens Axboe2016-11-281-4/+13
* blk-wbt: fix old-style function declarationArnd Bergmann2016-11-161-1/+1
* blk-wbt: use BLK_STAT_{READ,WRITE} instead of 0/1Jens Axboe2016-11-111-6/+6