summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-24block: move bdev_disk_changedChristoph Hellwig3-55/+54
2021-06-24block: add the events* attributes to disk_attrsChristoph Hellwig3-19/+10
2021-06-24block: move the disk events code to a separate fileChristoph Hellwig4-493/+491
2021-06-24block: fix trace completion for chained bioEdward Hsieh1-7/+6
2021-06-22block/partitions/msdos: Fix typo inidicator -> indicatorThomas Bracht Laumann Jespersen1-1/+1
2021-06-22block, bfq: reset waker pointer with shared queuesPaolo Valente1-2/+4
2021-06-22block, bfq: check waker only for queues with no in-flight I/OPaolo Valente1-8/+13
2021-06-22block, bfq: avoid delayed merge of async queuesPaolo Valente1-1/+7
2021-06-22block, bfq: boost throughput by extending queue-merging timesPietro Pedroni1-3/+13
2021-06-22block, bfq: consider also creation time in delayed stable mergePaolo Valente1-1/+3
2021-06-22block, bfq: fix delayed stable merge checkLuca Mariotti1-1/+1
2021-06-22block, bfq: let also stably merged queues enjoy weight raisingPaolo Valente1-1/+14
2021-06-22blk-wbt: make sure throttle is enabled properlyZhang Yi1-1/+5
2021-06-22blk-wbt: introduce a new disable state to prevent false positive by rwb_enabl...Zhang Yi2-2/+4
2021-06-22block/mq-deadline: Prioritize high-priority requestsBart Van Assche1-5/+37
2021-06-22block/mq-deadline: Add cgroup supportBart Van Assche5-14/+308
2021-06-22block/mq-deadline: Track I/O statisticsBart Van Assche1-0/+100
2021-06-22block/mq-deadline: Add I/O priority supportBart Van Assche1-114/+228
2021-06-22block/mq-deadline: Micro-optimize the batching algorithmBart Van Assche1-6/+5
2021-06-22block/mq-deadline: Reserve 25% of scheduler tags for synchronous requestsBart Van Assche1-0/+55
2021-06-22block/mq-deadline: Improve the sysfs show and store macrosBart Van Assche1-37/+29
2021-06-22block/mq-deadline: Improve compile-time argument checkingBart Van Assche1-47/+49
2021-06-22block/mq-deadline: Rename dd_init_queue() and dd_exit_queue()Bart Van Assche1-4/+4
2021-06-22block/mq-deadline: Remove two local variablesBart Van Assche1-6/+2
2021-06-22block/mq-deadline: Add two lockdep_assert_held() statementsBart Van Assche1-0/+4
2021-06-22block/mq-deadline: Add several commentsBart Van Assche1-0/+18
2021-06-22block: Introduce the ioprio rq-qos policyBart Van Assche8-0/+354
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