summaryrefslogtreecommitdiffstats
path: root/block/blk-wbt.h
Commit message (Expand)AuthorAgeFilesLines
* block: get rid of struct blk_issue_statOmar Sandoval2018-05-091-2/+2
* block: pass struct request instead of struct blk_issue_stat to wbtOmar Sandoval2018-05-091-9/+9
* block: move some wbt helpers to blk-wbt.cOmar Sandoval2018-05-091-25/+8
* blk-wbt: throttle discards like background writesJens Axboe2018-05-081-1/+3
* blk-wbt: pass in enum wbt_flags to get_rq_wait()Jens Axboe2018-05-081-1/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* block: Make writeback throttling defaults consistent for SQ devicesJan Kara2017-04-191-0/+4
* block: track request size in blk_issue_statShaohua Li2017-03-281-5/+5
* blk-stat: convert to callback-based statistics reportingOmar Sandoval2017-03-211-1/+1
* blk-wbt: allow wbt to be enabled always through sysfsJens Axboe2016-11-281-0/+11
* blk-wbt: cleanup disable-by-default for CFQJens Axboe2016-11-281-2/+2
* blk-wbt: allow reset of default latency through sysfsJens Axboe2016-11-281-0/+6
* blk-wbt: remove stat opsJens Axboe2016-11-111-11/+2
* blk-wbt: store queue instead of bdiJens Axboe2016-11-111-3/+1
* blk-wbt: add general throttling mechanismJens Axboe2016-11-101-0/+165