aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-wbt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-02block: Use pointer to backing_dev_info from request_queueJan Kara1-4/+4
2017-01-02block: Avoid that sparse complains about context imbalance in __wbt_wait()Bart Van Assche1-5/+6
2017-01-02block: Make wbt_wait() definition consistent with declarationBart Van Assche1-1/+1
2016-12-09blk-wbt: don't throttle discard or write zeroesChristoph Hellwig1-3/+2
2016-12-01block: add support for REQ_OP_WRITE_ZEROESChaitanya Kulkarni1-2/+3
2016-11-28blk-wbt: allow wbt to be enabled always through sysfsJens Axboe1-1/+2
2016-11-28blk-wbt: cleanup disable-by-default for CFQJens Axboe1-2/+8
2016-11-28blk-wbt: allow reset of default latency through sysfsJens Axboe1-4/+13
2016-11-16blk-wbt: fix old-style function declarationArnd Bergmann1-1/+1
2016-11-11blk-wbt: use BLK_STAT_{READ,WRITE} instead of 0/1Jens Axboe1-6/+6
2016-11-11blk-wbt: remove stat opsJens Axboe1-10/+5
2016-11-11blk-wbt: store queue instead of bdiJens Axboe1-8/+12
2016-11-10blk-wbt: add general throttling mechanismJens Axboe1-0/+735