summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2022-07-07dm raid: remove redundant "the" in parse_raid_params() commentJiang Jian-1/+1
2022-07-07dm cache: fix typo in 2 comment blocksSteven Lung-2/+2
2022-07-07dm verity: fix checkpatch close brace errorJeongHyeon Lee-4/+3
2022-07-07dm table: rename dm_target variable in dm_table_add_target()Mike Snitzer-28/+28
2022-07-07dm table: audit all dm_table_get_target() callersMike Snitzer-143/+97
2022-07-07dm table: remove dm_table_get_num_targets() wrapperMike Snitzer-29/+23
2022-07-07dm: add two stage requeue mechanismMing Lei-31/+130
2022-07-07dm: add dm_bio_rewind() API to DM coreMing Lei-1/+146
2022-06-29dm: improve BLK_STS_DM_REQUEUE and BLK_STS_AGAIN handlingMing Lei-25/+45
2022-06-29dm: refactor dm_md_mempool allocationChristoph Hellwig-71/+44
2022-06-29dm: unexport dm_get_reserved_rq_based_iosChristoph Hellwig-1/+0
2022-06-29block: simplify disk_set_independent_access_rangesChristoph Hellwig-44/+18
2022-06-29block: move ->ia_ranges from the request_queue to the gendiskChristoph Hellwig-15/+15
2022-06-29block: remove "select BLK_RQ_IO_DATA_LEN" from BLK_CGROUP_IOCOST dependencyYing Sun-1/+0
2022-06-28blk-mq: cleanup disk sysfs registrationChristoph Hellwig-26/+26
2022-06-28blk-mq: rename blk_mq_sysfs_{,un}registerChristoph Hellwig-6/+6
2022-06-28block: remove the extra gendisk reference in __blk_mq_register_devChristoph Hellwig-3/+1
2022-06-28block: use default groups to register the queue attributesChristoph Hellwig-6/+6
2022-06-28block: remove a superflous queue kobject referenceChristoph Hellwig-5/+1
2022-06-28block: simplify blktrace sysfs attribute creationChristoph Hellwig-32/+6
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig-90/+74
2022-06-28block: simplify disk shutdownChristoph Hellwig-113/+105
2022-06-28block: stop setting the nomerges flags in blk_cleanup_queueChristoph Hellwig-3/+0
2022-06-28block: remove QUEUE_FLAG_DEADChristoph Hellwig-10/+3
2022-06-28mtip32xx: fix device removalChristoph Hellwig-114/+44
2022-06-28mtip32xx: remove the device_status debugfs fileChristoph Hellwig-144/+1
2022-06-27blk-mq: blk_mq_tag_busy is no need to return a valueLiu Song-17/+11
2022-06-27block: Always initialize bio IO priority on submitJan Kara-0/+3
2022-06-27block: Initialize bio priority earlierJan Kara-2/+2
2022-06-27blk-ioprio: Convert from rqos policy to direct callJan Kara-45/+23
2022-06-27blk-ioprio: Remove unneeded fieldJan Kara-6/+3
2022-06-27block: Fix handling of tasks without ioprio in ioprio_get(2)Jan Kara-7/+23
2022-06-27block: Make ioprio_best() staticJan Kara-6/+1
2022-06-27block: Generalize get_current_ioprio() for any taskJan Kara-16/+36
2022-06-27block: Return effective IO priority from get_current_ioprio()Jan Kara-2/+9
2022-06-27block: fix default IO priority handling againJan Kara-3/+5
2022-06-27blk-mq: Don't disable preemption around __blk_mq_run_hw_queue().Sebastian Andrzej Siewior-5/+1
2022-06-27block: bfq: Fix kernel-doc headersBart Van Assche-2/+6
2022-06-27block: bfq: Remove an unused function definitionBart Van Assche-2/+0
2022-06-27bfq: Remove useless code in bfq_lookup_next_entityGuoYong Zheng-3/+0
2022-06-27block: move blk_queue_get_max_sectors to blk.hChristoph Hellwig-13/+13
2022-06-27block: fold blk_max_size_offset into get_max_io_sizeChristoph Hellwig-21/+7
2022-06-27block: cleanup variable naming in get_max_io_sizeChristoph Hellwig-10/+8
2022-06-27block: open code blk_max_size_offset in blk_rq_get_max_sectorsChristoph Hellwig-4/+5
2022-06-27dm: open code blk_max_size_offset in max_io_lenChristoph Hellwig-11/+6
2022-06-27block: factor out a chunk_size_left helperChristoph Hellwig-6/+13
2022-06-27block: Make blk_mq_get_sq_hctx() select the proper hardware queue typeBart Van Assche-1/+1
2022-06-27block: Rename a blk_mq_map_queue() argumentBart Van Assche-6/+6
2022-06-27blk-iocost: Simplify ioc_rqos_done()Bart Van Assche-1/+1
2022-06-27block: Directly use ida_alloc()/free()Bo Liu-3/+3