summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block/blk-cgroup: Swap the blk_throtl_init() and blk_iolatency_init() callsBart Van Assche2021-06-211-5/+4
* block/Kconfig: Make the BLK_WBT and BLK_WBT_MQ entries consecutiveBart Van Assche2021-06-211-7/+7
* blk-wbt: remove outdated commentlijiazi2021-06-181-1/+0
* blk-mq: fix an IS_ERR() vs NULL bugDan Carpenter2021-06-181-1/+1
* block: Remove unnecessary elevator operation checksDamien Le Moal2021-06-182-7/+10
* blk-mq: fix use-after-free in blk_mq_exit_schedMing Lei2021-06-181-1/+3
* docs/cgroup-v1/blkio: update for 5.x kernelsKir Kolyshkin2021-06-161-15/+16
* docs/cgroup-v1/blkio: stop abusing itemized listKir Kolyshkin2021-06-161-63/+67
* docs: block/bfq: describe per-device weightKir Kolyshkin2021-06-161-11/+27
* block: mark queue init done at the end of blk_register_queueMing Lei2021-06-161-14/+15
* block: fix race between adding/removing rq qos and normal IOMing Lei2021-06-161-0/+24
* loop: fix order of cleaning up the queue and freeing the tagsetChristoph Hellwig2021-06-161-1/+1
* mtd_blkdevs: initialze new->rq in add_mtd_blktrans_devChristoph Hellwig2021-06-161-0/+1
* z2ram: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig2021-06-111-11/+4
* ataflop: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig2021-06-111-12/+4
* amiflop: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig2021-06-111-12/+4
* scm_blk: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig2021-06-111-15/+6
* ubi: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig2021-06-111-39/+29
* xen-blkfront: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig2021-06-111-57/+39
* sx8: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig2021-06-111-16/+7
* rnbd: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig2021-06-111-27/+8
* rbd: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig2021-06-111-34/+18
* pd: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig2021-06-111-18/+12
* nullb: use blk_mq_alloc_diskChristoph Hellwig2021-06-111-6/+5
* nbd: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig2021-06-111-32/+21
* loop: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig2021-06-111-13/+6
* floppy: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig2021-06-111-15/+5
* aoe: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig2021-06-112-23/+13
* blk-mq: remove blk_mq_init_sq_queueChristoph Hellwig2021-06-112-26/+0
* gdrom: use blk_mq_alloc_diskChristoph Hellwig2021-06-111-24/+21
* sunvdc: use blk_mq_alloc_diskChristoph Hellwig2021-06-111-34/+13
* swim: use blk_mq_alloc_diskChristoph Hellwig2021-06-111-20/+14
* swim3: use blk_mq_alloc_diskChristoph Hellwig2021-06-111-19/+14
* ps3disk: use blk_mq_alloc_diskChristoph Hellwig2021-06-111-22/+14
* mtd_blkdevs: use blk_mq_alloc_diskChristoph Hellwig2021-06-111-26/+22
* mspro: use blk_mq_alloc_diskChristoph Hellwig2021-06-111-15/+11
* ms_block: use blk_mq_alloc_diskChristoph Hellwig2021-06-111-15/+10
* pf: use blk_mq_alloc_diskChristoph Hellwig2021-06-111-11/+7
* pcd: use blk_mq_alloc_diskChristoph Hellwig2021-06-111-11/+8
* virtio-blk: use blk_mq_alloc_diskChristoph Hellwig2021-06-111-19/+7
* blk-mq: add the blk_mq_alloc_disk APIsChristoph Hellwig2021-06-112-0/+31
* blk-mq: improve the blk_mq_init_allocated_queue interfaceChristoph Hellwig2021-06-116-33/+21
* blk-mq: factor out a blk_mq_alloc_sq_tag_set helperChristoph Hellwig2021-06-112-14/+21
* libnvdimm/pmem: Fix blk_cleanup_disk() usageDan Williams2021-06-091-3/+3
* rq-qos: fix missed wake-ups in rq_qos_throttle try twoJan Kara2021-06-083-5/+10
* block: return the correct bvec when checking for gapsLong Li2021-06-081-8/+4
* block: Update blk_update_request() documentationBart Van Assche2021-06-031-8/+4
* block: Do not pull requests from the scheduler when we cannot dispatch themJan Kara2021-06-033-2/+14
* null_blk: Fix null pointer dereference on nullb->disk on blk_cleanup_disk callColin Ian King2021-06-031-1/+1
* block: remove bdget_diskChristoph Hellwig2021-06-013-44/+17