| Commit message (Expand) | Author | Age | Files | Lines |
* | blk-mq: re-build queue map in case of kdump kernel | Ming Lei | 2018-12-08 | 1 | -2/+3 |
* | block: convert io-latency to use rq_qos_wait | Josef Bacik | 2018-12-08 | 1 | -23/+8 |
* | block: convert wbt_wait() to use rq_qos_wait() | Josef Bacik | 2018-12-08 | 1 | -54/+11 |
* | block: add rq_qos_wait to rq_qos | Josef Bacik | 2018-12-08 | 2 | -0/+92 |
* | blkcg: rename blkg_try_get() to blkg_tryget() | Dennis Zhou | 2018-12-08 | 3 | -4/+3 |
* | blkcg: change blkg reference counting to use percpu_ref | Dennis Zhou | 2018-12-08 | 1 | -2/+39 |
* | blkcg: remove bio_disassociate_task() | Dennis Zhou | 2018-12-08 | 1 | -10/+1 |
* | blkcg: remove additional reference to the css | Dennis Zhou | 2018-12-08 | 1 | -38/+28 |
* | blkcg: remove bio->bi_css and instead use bio->bi_blkg | Dennis Zhou | 2018-12-08 | 2 | -47/+14 |
* | blkcg: associate writeback bios with a blkg | Dennis Zhou | 2018-12-08 | 1 | -0/+18 |
* | blkcg: associate a blkg for pages being evicted by swap | Dennis Zhou | 2018-12-08 | 1 | -24/+38 |
* | blkcg: consolidate bio_issue_init() to be a part of core | Dennis Zhou | 2018-12-08 | 4 | -10/+2 |
* | blkcg: associate blkg when associating a device | Dennis Zhou | 2018-12-08 | 3 | -4/+2 |
* | dm: set the static flush bio device on demand | Dennis Zhou | 2018-12-08 | 1 | -0/+1 |
* | blkcg: introduce common blkg association logic | Dennis Zhou | 2018-12-08 | 3 | -20/+58 |
* | blkcg: convert blkg_lookup_create() to find closest blkg | Dennis Zhou | 2018-12-08 | 4 | -29/+29 |
* | blkcg: update blkg_lookup_create() to do locking | Dennis Zhou | 2018-12-08 | 2 | -4/+26 |
* | blkcg: fix ref count issue with bio_blkcg() using task_css | Dennis Zhou | 2018-12-08 | 4 | -6/+12 |
* | block: enable polling by default if a poll map is initalized | Christoph Hellwig | 2018-12-04 | 1 | -0/+2 |
* | block: only allow polling if a poll queue_map exists | Christoph Hellwig | 2018-12-04 | 1 | -1/+1 |
* | block: remove ->poll_fn | Christoph Hellwig | 2018-12-04 | 2 | -28/+19 |
* | block: move queues types to the block layer | Christoph Hellwig | 2018-12-04 | 2 | -10/+20 |
* | Merge tag 'v4.20-rc5' into for-4.21/block | Jens Axboe | 2018-12-04 | 1 | -1/+1 |
|\ |
|
| * | block: fix single range discard merge | Ming Lei | 2018-11-30 | 1 | -1/+1 |
* | | blk-mq: don't call ktime_get_ns() if we don't need it | Jens Axboe | 2018-12-03 | 1 | -2/+17 |
* | | block: add cmd_flags to print_req_error | Balbir Singh | 2018-12-01 | 1 | -4/+5 |
* | | sbitmap: optimize wakeup check | Jens Axboe | 2018-11-30 | 1 | -6/+5 |
* | | blk-mq: use plug for devices that implement ->commits_rqs() | Jens Axboe | 2018-11-29 | 1 | -1/+5 |
* | | blk-mq: use bd->last == true for list inserts | Jens Axboe | 2018-11-29 | 3 | -10/+10 |
* | | blk-mq: add mq_ops->commit_rqs() | Jens Axboe | 2018-11-29 | 1 | -0/+16 |
* | | block: improve logic around when to sort a plug list | Jens Axboe | 2018-11-29 | 2 | -5/+19 |
* | | blk-mq: Add a NULL check in blk_mq_free_map_and_requests() | Dan Carpenter | 2018-11-29 | 1 | -1/+1 |
* | | block: add io timeout to sysfs | Weiping Zhang | 2018-11-28 | 1 | -0/+27 |
* | | block: use rcu_work instead of call_rcu to avoid sleep in softirq | Yufen Yu | 2018-11-28 | 1 | -3/+5 |
* | | blk-mq: fix failure to decrement plug count on single rq removal | Jens Axboe | 2018-11-28 | 1 | -1/+3 |
* | | block: sum requests in the plug structure | Jens Axboe | 2018-11-26 | 3 | -39/+9 |
* | | blk-mq: Simplify request completion state | Keith Busch | 2018-11-26 | 1 | -3/+1 |
* | | blk-mq: Return true if request was completed | Keith Busch | 2018-11-26 | 1 | -2/+3 |
* | | blk-mq: never redirect polled IO completions | Jens Axboe | 2018-11-26 | 1 | -1/+6 |
* | | blk-mq: ensure mq_ops ->poll() is entered at least once | Jens Axboe | 2018-11-26 | 1 | -2/+2 |
* | | block: make blk_poll() take a parameter on whether to spin or not | Jens Axboe | 2018-11-26 | 2 | -6/+9 |
* | | blk-mq: remove 'tag' parameter from mq_ops->poll() | Jens Axboe | 2018-11-26 | 1 | -1/+1 |
* | | blk-mq: when polling for IO, look for any completion | Jens Axboe | 2018-11-26 | 2 | -37/+47 |
* | | blk-mq: not embed .mq_kobj and ctx->kobj into queue instance | Ming Lei | 2018-11-21 | 3 | -17/+62 |
* | | block: fix attempt to assign NULL io_context | Jens Axboe | 2018-11-21 | 1 | -1/+8 |
* | | block: Initialize BIO I/O priority early | Damien Le Moal | 2018-11-20 | 1 | -4/+1 |
* | | block: prevent merging of requests with different priorities | Damien Le Moal | 2018-11-20 | 2 | -5/+6 |
* | | block: Introduce get_current_ioprio() | Damien Le Moal | 2018-11-20 | 1 | -5/+1 |
* | | block: Remove bio->bi_ioc | Damien Le Moal | 2018-11-20 | 6 | -26/+6 |
* | | block: have ->poll_fn() return number of entries polled | Jens Axboe | 2018-11-19 | 1 | -9/+9 |