summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-22block/blk-rq-qos: Move a function from a header file into a C fileBart Van Assche2-13/+13
2021-06-22block/blk-cgroup: Swap the blk_throtl_init() and blk_iolatency_init() callsBart Van Assche1-5/+4
2021-06-22block/Kconfig: Make the BLK_WBT and BLK_WBT_MQ entries consecutiveBart Van Assche1-7/+7
2021-06-18blk-wbt: remove outdated commentlijiazi1-1/+0
2021-06-18blk-mq: fix an IS_ERR() vs NULL bugDan Carpenter1-1/+1
2021-06-18block: Remove unnecessary elevator operation checksDamien Le Moal2-7/+10
2021-06-18blk-mq: fix use-after-free in blk_mq_exit_schedMing Lei1-1/+3
2021-06-16docs/cgroup-v1/blkio: update for 5.x kernelsKir Kolyshkin1-15/+16
2021-06-16docs/cgroup-v1/blkio: stop abusing itemized listKir Kolyshkin1-63/+67
2021-06-16docs: block/bfq: describe per-device weightKir Kolyshkin1-11/+27
2021-06-16block: mark queue init done at the end of blk_register_queueMing Lei1-14/+15
2021-06-16block: fix race between adding/removing rq qos and normal IOMing Lei1-0/+24
2021-06-16loop: fix order of cleaning up the queue and freeing the tagsetChristoph Hellwig1-1/+1
2021-06-16mtd_blkdevs: initialze new->rq in add_mtd_blktrans_devChristoph Hellwig1-0/+1
2021-06-11z2ram: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig1-11/+4
2021-06-11ataflop: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig1-12/+4
2021-06-11amiflop: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig1-12/+4
2021-06-11scm_blk: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig1-15/+6
2021-06-11ubi: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig1-39/+29
2021-06-11xen-blkfront: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig1-57/+39
2021-06-11sx8: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig1-16/+7
2021-06-11rnbd: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig1-27/+8
2021-06-11rbd: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig1-34/+18
2021-06-11pd: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig1-18/+12
2021-06-11nullb: use blk_mq_alloc_diskChristoph Hellwig1-6/+5
2021-06-11nbd: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig1-32/+21
2021-06-11loop: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig1-13/+6
2021-06-11floppy: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig1-15/+5
2021-06-11aoe: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig2-23/+13
2021-06-11blk-mq: remove blk_mq_init_sq_queueChristoph Hellwig2-26/+0
2021-06-11gdrom: use blk_mq_alloc_diskChristoph Hellwig1-24/+21
2021-06-11sunvdc: use blk_mq_alloc_diskChristoph Hellwig1-34/+13
2021-06-11swim: use blk_mq_alloc_diskChristoph Hellwig1-20/+14
2021-06-11swim3: use blk_mq_alloc_diskChristoph Hellwig1-19/+14
2021-06-11ps3disk: use blk_mq_alloc_diskChristoph Hellwig1-22/+14
2021-06-11mtd_blkdevs: use blk_mq_alloc_diskChristoph Hellwig1-26/+22
2021-06-11mspro: use blk_mq_alloc_diskChristoph Hellwig1-15/+11
2021-06-11ms_block: use blk_mq_alloc_diskChristoph Hellwig1-15/+10
2021-06-11pf: use blk_mq_alloc_diskChristoph Hellwig1-11/+7
2021-06-11pcd: use blk_mq_alloc_diskChristoph Hellwig1-11/+8
2021-06-11virtio-blk: use blk_mq_alloc_diskChristoph Hellwig1-19/+7
2021-06-11blk-mq: add the blk_mq_alloc_disk APIsChristoph Hellwig2-0/+31
2021-06-11blk-mq: improve the blk_mq_init_allocated_queue interfaceChristoph Hellwig6-33/+21
2021-06-11blk-mq: factor out a blk_mq_alloc_sq_tag_set helperChristoph Hellwig2-14/+21
2021-06-09libnvdimm/pmem: Fix blk_cleanup_disk() usageDan Williams1-3/+3
2021-06-09rq-qos: fix missed wake-ups in rq_qos_throttle try twoJan Kara3-5/+10
2021-06-09block: return the correct bvec when checking for gapsLong Li1-8/+4
2021-06-03block: Update blk_update_request() documentationBart Van Assche1-8/+4
2021-06-03block: Do not pull requests from the scheduler when we cannot dispatch themJan Kara3-2/+14
2021-06-03null_blk: Fix null pointer dereference on nullb->disk on blk_cleanup_disk callColin Ian King1-1/+1