| Commit message (Expand) | Author | Age | Files | Lines |
* | blk-wbt: Avoid lock contention and thundering herd issue in wbt_wait | Anchal Agarwal | 2018-08-07 | 1 | -31/+24 |
* | block: remove external dependency on wbt_flags | Josef Bacik | 2018-07-09 | 1 | -13/+39 |
* | blk-rq-qos: refactor out common elements of blk-wbt | Josef Bacik | 2018-07-09 | 1 | -182/+144 |
* | block: get rid of struct blk_issue_stat | Omar Sandoval | 2018-05-09 | 1 | -7/+5 |
* | block: pass struct request instead of struct blk_issue_stat to wbt | Omar Sandoval | 2018-05-09 | 1 | -27/+26 |
* | block: move some wbt helpers to blk-wbt.c | Omar Sandoval | 2018-05-09 | 1 | -0/+20 |
* | blk-wbt: throttle discards like background writes | Jens Axboe | 2018-05-08 | 1 | -17/+26 |
* | blk-wbt: pass in enum wbt_flags to get_rq_wait() | Jens Axboe | 2018-05-08 | 1 | -10/+15 |
* | blk-wbt: account any writing command as a write | Jens Axboe | 2018-05-08 | 1 | -1/+1 |
* | blk-wbt: account flush requests correctly | Jens Axboe | 2018-02-06 | 1 | -1/+9 |
* | blk-wbt: fix comments typo | weiping zhang | 2017-11-24 | 1 | -1/+1 |
* | blk-wbt: move wbt_clear_stat to common place in wbt_done | weiping zhang | 2017-11-24 | 1 | -2/+1 |
* | blk-wbt: remove duplicated setting in wbt_init | weiping zhang | 2017-11-24 | 1 | -2/+0 |
* | Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 2017-11-15 | 1 | -1/+1 |
|\ |
|
| * | block,bfq: Disable writeback throttling | Luca Miccio | 2017-10-09 | 1 | -1/+1 |
* | | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ... | Mark Rutland | 2017-10-25 | 1 | -1/+1 |
|/ |
|
* | sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list naming | Ingo Molnar | 2017-06-20 | 1 | -1/+1 |
* | sched/wait: Rename wait_queue_t => wait_queue_entry_t | Ingo Molnar | 2017-06-20 | 1 | -1/+1 |
* | blk-stat: kill blk_stat_rq_ddir() | Jens Axboe | 2017-04-21 | 1 | -1/+6 |
* | block: Make writeback throttling defaults consistent for SQ devices | Jan Kara | 2017-04-19 | 1 | -0/+19 |
* | block: Fix list corruption of blk stats callback list | Jan Kara | 2017-04-11 | 1 | -8/+4 |
* | blk-stat: convert to callback-based statistics reporting | Omar Sandoval | 2017-03-21 | 1 | -32/+19 |
* | blk-stat: use READ and WRITE instead of BLK_STAT_{READ,WRITE} | Omar Sandoval | 2017-03-21 | 1 | -6/+6 |
* | block: Use pointer to backing_dev_info from request_queue | Jan Kara | 2017-02-02 | 1 | -4/+4 |
* | block: Avoid that sparse complains about context imbalance in __wbt_wait() | Bart Van Assche | 2017-01-02 | 1 | -5/+6 |
* | block: Make wbt_wait() definition consistent with declaration | Bart Van Assche | 2017-01-02 | 1 | -1/+1 |
* | blk-wbt: don't throttle discard or write zeroes | Christoph Hellwig | 2016-12-09 | 1 | -3/+2 |
* | block: add support for REQ_OP_WRITE_ZEROES | Chaitanya Kulkarni | 2016-12-01 | 1 | -2/+3 |
* | blk-wbt: allow wbt to be enabled always through sysfs | Jens Axboe | 2016-11-28 | 1 | -1/+2 |
* | blk-wbt: cleanup disable-by-default for CFQ | Jens Axboe | 2016-11-28 | 1 | -2/+8 |
* | blk-wbt: allow reset of default latency through sysfs | Jens Axboe | 2016-11-28 | 1 | -4/+13 |
* | blk-wbt: fix old-style function declaration | Arnd Bergmann | 2016-11-16 | 1 | -1/+1 |
* | blk-wbt: use BLK_STAT_{READ,WRITE} instead of 0/1 | Jens Axboe | 2016-11-12 | 1 | -6/+6 |
* | blk-wbt: remove stat ops | Jens Axboe | 2016-11-12 | 1 | -10/+5 |
* | blk-wbt: store queue instead of bdi | Jens Axboe | 2016-11-12 | 1 | -8/+12 |
* | blk-wbt: add general throttling mechanism | Jens Axboe | 2016-11-10 | 1 | -0/+735 |