aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-wbt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-09block: get rid of struct blk_issue_statOmar Sandoval1-7/+5
2018-05-09block: pass struct request instead of struct blk_issue_stat to wbtOmar Sandoval1-27/+26
2018-05-09block: move some wbt helpers to blk-wbt.cOmar Sandoval1-0/+20
2018-05-08blk-wbt: throttle discards like background writesJens Axboe1-17/+26
2018-05-08blk-wbt: pass in enum wbt_flags to get_rq_wait()Jens Axboe1-10/+15
2018-05-08blk-wbt: account any writing command as a writeJens Axboe1-1/+1
2018-02-06blk-wbt: account flush requests correctlyJens Axboe1-1/+9
2017-11-23blk-wbt: fix comments typoweiping zhang1-1/+1
2017-11-23blk-wbt: move wbt_clear_stat to common place in wbt_doneweiping zhang1-2/+1
2017-11-23blk-wbt: remove duplicated setting in wbt_initweiping zhang1-2/+0
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-1/+1
2017-10-09block,bfq: Disable writeback throttlingLuca Miccio1-1/+1
2017-06-20sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar1-1/+1
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-1/+1
2017-04-21blk-stat: kill blk_stat_rq_ddir()Jens Axboe1-1/+6
2017-04-19block: Make writeback throttling defaults consistent for SQ devicesJan Kara1-0/+19
2017-04-11block: Fix list corruption of blk stats callback listJan Kara1-8/+4
2017-03-21blk-stat: convert to callback-based statistics reportingOmar Sandoval1-32/+19
2017-03-21blk-stat: use READ and WRITE instead of BLK_STAT_{READ,WRITE}Omar Sandoval1-6/+6
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