aboutsummaryrefslogtreecommitdiff
path: root/block/blk-wbt.c
AgeCommit message (Expand)Author
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
2018-08-27blk-wbt: abstract out end IO completion handlerJens Axboe
2018-08-23blk-wbt: don't maintain inflight counts if disabledJens Axboe
2018-08-22blk-wbt: fix has-sleeper queueing checkJens Axboe
2018-08-22blk-wbt: use wq_has_sleeper() for wq active checkJens Axboe
2018-08-22blk-wbt: move disable check into get_limit()Jens Axboe
2018-08-14blk-wbt: fix IO hang in wbt_wait()Ming Lei
2018-08-07blk-wbt: Avoid lock contention and thundering herd issue in wbt_waitAnchal Agarwal
2018-07-09block: remove external dependency on wbt_flagsJosef Bacik
2018-07-09blk-rq-qos: refactor out common elements of blk-wbtJosef Bacik
2018-05-09block: get rid of struct blk_issue_statOmar Sandoval
2018-05-09block: pass struct request instead of struct blk_issue_stat to wbtOmar Sandoval
2018-05-09block: move some wbt helpers to blk-wbt.cOmar Sandoval
2018-05-08blk-wbt: throttle discards like background writesJens Axboe
2018-05-08blk-wbt: pass in enum wbt_flags to get_rq_wait()Jens Axboe
2018-05-08blk-wbt: account any writing command as a writeJens Axboe
2018-02-06blk-wbt: account flush requests correctlyJens Axboe
2017-11-23blk-wbt: fix comments typoweiping zhang
2017-11-23blk-wbt: move wbt_clear_stat to common place in wbt_doneweiping zhang
2017-11-23blk-wbt: remove duplicated setting in wbt_initweiping zhang
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-10-09block,bfq: Disable writeback throttlingLuca Miccio
2017-06-20sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar
2017-04-21blk-stat: kill blk_stat_rq_ddir()Jens Axboe
2017-04-19block: Make writeback throttling defaults consistent for SQ devicesJan Kara
2017-04-11block: Fix list corruption of blk stats callback listJan Kara
2017-03-21blk-stat: convert to callback-based statistics reportingOmar Sandoval
2017-03-21blk-stat: use READ and WRITE instead of BLK_STAT_{READ,WRITE}Omar Sandoval
2017-02-02block: Use pointer to backing_dev_info from request_queueJan Kara
2017-01-02block: Avoid that sparse complains about context imbalance in __wbt_wait()Bart Van Assche
2017-01-02block: Make wbt_wait() definition consistent with declarationBart Van Assche
2016-12-09blk-wbt: don't throttle discard or write zeroesChristoph Hellwig
2016-12-01block: add support for REQ_OP_WRITE_ZEROESChaitanya Kulkarni
2016-11-28blk-wbt: allow wbt to be enabled always through sysfsJens Axboe
2016-11-28blk-wbt: cleanup disable-by-default for CFQJens Axboe
2016-11-28blk-wbt: allow reset of default latency through sysfsJens Axboe
2016-11-16blk-wbt: fix old-style function declarationArnd Bergmann
2016-11-11blk-wbt: use BLK_STAT_{READ,WRITE} instead of 0/1Jens Axboe