summaryrefslogtreecommitdiffstats
path: root/block
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
* 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-051-0/+153
* 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: open code __blk_account_io_done()Chaitanya Kulkarni2023-03-271-13/+9
* block: open code __blk_account_io_start()Chaitanya Kulkarni2023-03-271-20/+16
* blk-mq: remove hybrid pollingKeith Busch2023-03-205-273/+7
* blk-crypto: drop the NULL check from blk_crypto_put_keyslot()Eric Biggers2023-03-161-10/+4
* blk-mq: return actual keyslot error in blk_insert_cloned_request()Eric Biggers2023-03-161-2/+3
* blk-crypto: remove blk_crypto_insert_cloned_request()Eric Biggers2023-03-162-16/+1
* blk-crypto: make blk_crypto_evict_key() more robustEric Biggers2023-03-162-33/+41
* blk-crypto: make blk_crypto_evict_key() return voidEric Biggers2023-03-161-11/+9
* blk-mq: release crypto keyslot before reporting I/O completeEric Biggers2023-03-164-17/+49
* block, bfq: fix uaf for 'stable_merge_bfqq'Yu Kuai2023-03-081-9/+9
* block: fix wrong mode for blkdev_put() from disk_scan_partitions()Yu Kuai2023-03-071-1/+1
* Merge tag 'block-6.3-2023-03-03' of git://git.kernel.dk/linuxLinus Torvalds2023-03-0310-45/+77
|\
| * blk-mq: enforce op-specific segment limits in blk_insert_cloned_requestUday Shankar2023-03-023-10/+11