summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* blk-mq: move the blk_mq_hctx_stopped check in __blk_mq_delay_run_hw_queueChristoph Hellwig2023-04-131-3/+2
* blk-mq: remove the blk_mq_hctx_stopped check in blk_mq_run_work_fnChristoph Hellwig2023-04-131-9/+2
* blk-mq: cleanup __blk_mq_sched_dispatch_requestsChristoph Hellwig2023-04-131-17/+14
* blk-mq: pass a flags argument to blk_mq_add_to_requeue_listChristoph Hellwig2023-04-133-6/+6
* blk-mq: pass a flags argument to elevator_type->insert_requestsChristoph Hellwig2023-04-135-18/+21
* blk-mq: pass a flags argument to blk_mq_request_bypass_insertChristoph Hellwig2023-04-133-11/+11
* blk-mq: pass a flags argument to blk_mq_insert_requestChristoph Hellwig2023-04-132-13/+17
* blk-mq: don't kick the requeue_list in blk_mq_add_to_requeue_listChristoph Hellwig2023-04-133-10/+12
* blk-mq: don't run the hw_queue from blk_mq_request_bypass_insertChristoph Hellwig2023-04-133-16/+15
* blk-mq: don't run the hw_queue from blk_mq_insert_requestChristoph Hellwig2023-04-131-24/+32
* blk-mq: fold __blk_mq_try_issue_directly into its two callersChristoph Hellwig2023-04-131-41/+31
* blk-mq: factor out a blk_mq_get_budget_and_tag helperChristoph Hellwig2023-04-131-10/+16
* blk-mq: refactor the DONTPREP/SOFTBARRIER andling in blk_mq_requeue_workChristoph Hellwig2023-04-131-10/+11
* blk-mq: refactor passthrough vs flush handling in blk_mq_insert_requestChristoph Hellwig2023-04-131-32/+18
* blk-mq: remove blk_flush_queue_rqChristoph Hellwig2023-04-131-7/+2
* blk-mq: fold __blk_mq_insert_req_list into blk_mq_insert_requestChristoph Hellwig2023-04-131-18/+7
* blk-mq: fold __blk_mq_insert_request into blk_mq_insert_requestChristoph Hellwig2023-04-132-14/+2
* blk-mq: move blk_mq_sched_insert_request to blk-mq.cChristoph Hellwig2023-04-134-83/+82
* blk-mq: fold blk_mq_sched_insert_requests into blk_mq_dispatch_plug_listChristoph Hellwig2023-04-135-34/+14
* blk-mq: move more logic into blk_mq_insert_requestsChristoph Hellwig2023-04-133-20/+21
* blk-mq: include <linux/blk-mq.h> in block/blk-mq.hChristoph Hellwig2023-04-1315-14/+1
* blk-mq: remove blk-mq-tag.hChristoph Hellwig2023-04-1313-85/+60
* blk-mq: don't plug for head insertions in blk_execute_rq_nowaitChristoph Hellwig2023-04-131-1/+1
* blk-throttle: only enable blk-stat when BLK_DEV_THROTTLING_LOWChengming Zhou2023-04-131-1/+2
* blk-stat: fix QUEUE_FLAG_STATS clearChengming Zhou2023-04-131-2/+2
* blk-iolatency: Make initialization lazyTejun Heo2023-04-133-15/+28
* blk-iolatency: s/blkcg_rq_qos/iolat_rq_qos/Tejun Heo2023-04-132-2/+2
* blkcg: Restructure blkg_conf_prep() and friendsTejun Heo2023-04-136-78/+127
* blkcg: Drop unnecessary RCU read [un]locks from blkg_conf_prep/finish()Tejun Heo2023-04-131-9/+4
* s390/dasd: fix hanging blockdevice after request requeueStefan Haberland2023-04-111-1/+1
* s390/dasd: add autoquiesce event for start IO errorStefan Haberland2023-04-111-0/+2
* s390/dasd: add aq_timeouts autoquiesce triggerStefan Haberland2023-04-114-0/+60
* s390/dasd: add aq_requeue sysfs attributeStefan Haberland2023-04-111-0/+36
* s390/dasd: add aq_mask sysfs attributeStefan Haberland2023-04-112-7/+59
* s390/dasd: add autoquiesce featureStefan Haberland2023-04-114-17/+48
* s390/dasd: remove unused DASD EER definesStefan Haberland2023-04-111-11/+1
* blk-cgroup: delete cpd_init_fn of blkcg_policyChengming Zhou2023-04-063-13/+2
* blk-cgroup: delete cpd_bind_fn of blkcg_policyChengming Zhou2023-04-062-22/+0
* block, bfq: remove BFQ_WEIGHT_LEGACY_DFLChengming Zhou2023-04-062-4/+1
* sed-opal: Add command to read locking range parameters.Ondrej Kozina2023-04-053-0/+165
* sed-opal: add helper to get multiple columns at once.Ondrej Kozina2023-04-051-8/+14
* sed-opal: allow user authority to get locking range attributes.Ondrej Kozina2023-04-052-0/+25
* sed-opal: add helper for adding user authorities in ACE.Ondrej Kozina2023-04-052-20/+77
* sed-opal: do not add same authority twice in boolean ace.Ondrej Kozina2023-04-051-16/+0
* block: ublk_drv: cleanup 'struct ublk_map_data'Ming Lei2023-04-021-15/+12
* block: ublk_drv: clean up several helpersMing Lei2023-04-021-13/+5
* block: ublk_drv: add two helpers to clean up map/unmap requestMing Lei2023-04-021-5/+14
* block: ublk_drv: don't consider flush request in map/unmap ioMing Lei2023-04-021-7/+3
* block: ublk_drv: add common exit handlingMing Lei2023-04-021-6/+9
* drbd: Pass a peer device to the resync and online verify functionsChristoph Böhmwalder2023-04-016-108/+126