summaryrefslogtreecommitdiff
path: root/block/blk-mq.c
AgeCommit message (Expand)Author
10 daysblock: restore two stage elevator switch while running nr_hw_queue updateNilay Shroff
2025-07-15block: split blk_zone_update_request_bio into two functionsJohannes Thumshirn
2025-06-30block: Introduce bio_needs_zone_write_plugging()Damien Le Moal
2025-05-13Merge tag 'md-6.16-20250513' of https://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe
2025-05-12block: unfreeze queue if realloc tag set fails during nr_hw_queues updateNilay Shroff
2025-05-10block: clean up blk_mq_in_flight_rw()Yu Kuai
2025-05-10blk-mq: remove blk_mq_in_flight()Yu Kuai
2025-05-06block: move hctx cpuhp add/del out of queue freezingMing Lei
2025-05-06block: don't acquire ->elevator_lock in blk_mq_map_swqueue and blk_mq_realloc...Ming Lei
2025-05-06block: move hctx debugfs/sysfs registering out of freezing queueMing Lei
2025-05-06block: move elv_register[unregister]_queue out of elevator_lockMing Lei
2025-05-06block: simplify elevator reattachment for updating nr_hw_queuesMing Lei
2025-05-06block: look up the elevator type in elevator_switchChristoph Hellwig
2025-05-06block: prevent adding/deleting disk during updating nr_hw_queuesMing Lei
2025-05-06block: move blk_mq_add_queue_tag_set() after blk_mq_map_swqueue()Ming Lei
2025-05-05block: remove bounce buffering supportChristoph Hellwig
2025-05-02block: avoid hctx spinlock for plug with multiple queuesCaleb Sander Mateos
2025-05-02block: factor out blk_mq_dispatch_queue_requests() helperCaleb Sander Mateos
2025-05-02block: take rq_list instead of plug in dispatch functionsCaleb Sander Mateos
2025-04-21block: ensure that struct blk_mq_alloc_data is fully initializedJens Axboe
2025-04-21block: Simplify blk_mq_dispatch_rq_list() and its callersBart Van Assche
2025-04-03block: don't grab elevator lock during queue initializationMing Lei
2025-04-01block: remove unused nseg parameterNitesh Shetty
2025-03-12block: remove unused parameterGuixin Liu
2025-03-10block: make sure ->nr_integrity_segments is cloned in blk_rq_prep_cloneMing Lei
2025-03-10block: protect hctx attributes/params using q->elevator_lockNilay Shroff
2025-03-10block: introduce a dedicated lock for protecting queue elevator updatesNilay Shroff
2025-01-31block: force noio scope in blk_mq_freeze_queueChristoph Hellwig
2025-01-14blk-mq: Move more error handling into blk_mq_submit_bio()Bart Van Assche
2025-01-14block: Reorder the request allocation code in blk_mq_submit_bio()Bart Van Assche
2025-01-10block: don't update BLK_FEAT_POLL in __blk_mq_update_nr_hw_queuesChristoph Hellwig
2025-01-10block: check BLK_FEAT_POLL under q_usage_countChristoph Hellwig
2025-01-06block: simplify tag allocation policy selectionChristoph Hellwig
2025-01-04block: remove blk_rq_bio_prepChristoph Hellwig
2024-12-23block: track queue dying state automatically for modeling queue freeze lockdepMing Lei
2024-12-23block: track disk DEAD state automatically for modeling queue freeze lockdepMing Lei
2024-12-23block: remove unnecessary check in blk_unfreeze_check_owner()Ming Lei
2024-12-18block: avoid to reuse `hctx` not removed from cpuhp callback listMing Lei
2024-12-18block: Revert "block: Fix potential deadlock while freezing queue and acquiri...Ming Lei
2024-12-13block: Fix potential deadlock while freezing queue and acquiring sysfs_lockNilay Shroff
2024-12-13blk-mq: Clean up blk_mq_requeue_work()Bart Van Assche
2024-12-06blk-mq: move cpuhp callback registering out of q->sysfs_lockMing Lei
2024-12-06blk-mq: register cpuhp callback after hctx is added to xarray tableMing Lei
2024-11-25block: Remove extra part pointer NULLify in blk_rq_init()John Garry
2024-11-19block: blk-mq: fix uninit-value in blk_rq_prep_clone and refactorSuraj Sonawane
2024-11-13block: don't reorder requests in blk_add_rq_to_plugChristoph Hellwig
2024-11-13block: add a rq_list typeChristoph Hellwig
2024-11-12block: remove the ioprio field from struct requestChristoph Hellwig
2024-11-12block: remove the write_hint field from struct requestChristoph Hellwig
2024-11-07block: always verify unfreeze lock on the owner taskMing Lei