summaryrefslogtreecommitdiffstats
path: root/block/blk-wbt.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* blk-wbt: remove stat opsJens Axboe2016-11-111-10/+5
* blk-wbt: store queue instead of bdiJens Axboe2016-11-111-8/+12
* blk-wbt: add general throttling mechanismJens Axboe2016-11-101-0/+735
OpenPOWER on IntegriCloud