summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds2023-04-2640-1069/+920
|\
| * sed-opal: geometry feature reporting commandOndrej Kozina2023-04-191-1/+28
| * blk-mq: fix the blk_mq_add_to_requeue_list call in blk_kick_flushChristoph Hellwig2023-04-161-1/+1
| * block, bfq: Fix division by zero error on zero wsumColin Ian King2023-04-161-0/+2
| * block: store bdev->bd_disk->fops->submit_bio state in bdevJens Axboe2023-04-163-4/+8
| * Merge tag 'nvme-6.4-2023-04-14' of git://git.infradead.org/nvme into for-6.4/...Jens Axboe2023-04-143-50/+0
| |\
| | * blk-mq-rdma: remove queue mapping helper for rdma devicesSagi Grimberg2023-04-133-50/+0
| * | blk-mq: remove __blk_mq_run_hw_queueChristoph Hellwig2023-04-131-20/+9
| * | blk-mq: move the !async handling out of __blk_mq_delay_run_hw_queueChristoph Hellwig2023-04-131-27/+13
| * | 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