aboutsummaryrefslogtreecommitdiff
path: root/block/blk-mq.c
AgeCommit message (Expand)AuthorFilesLines
6 daysblk-mq: avoid stall during boot due to synchronize_rcu_expeditedMikulas Patocka1-2/+1
14 daysblk-mq: skip CPU offline notify on unmapped hctxCong Zhang1-1/+1
2025-12-10blk-mq: delete task running check in blk_hctx_poll()Fengnan Chang1-10/+2
2025-12-09block: Use RCU in blk_mq_[un]quiesce_tagset() instead of set->tag_list_lockMohamed Khalfella1-9/+8
2025-12-04blk-mq: Abort suspend when wakeup events are pendingCong Zhang1-2/+16
2025-11-28blk-mq: fix potential uaf for 'queue_hw_ctx'Fengnan Chang1-1/+6
2025-11-28blk-mq: use array manage hctx map instead of xarrayFengnan Chang1-21/+37
2025-11-18block: plug attempts to batch allocate tags multiple timesXue He1-14/+19
2025-11-13block: move elevator tags into struct elevator_resourcesNilay Shroff1-1/+1
2025-11-13block: unify elevator tags and type xarrays into struct elv_change_ctxNilay Shroff1-21/+29
2025-11-06block: accumulate memory segment gaps per bioKeith Busch1-0/+6
2025-10-15blk-mq: fix stale tag depth for shared sched tags in blk_mq_update_nr_requests()Yu Kuai1-1/+1
2025-09-23blk-mq: fix null-ptr-deref in blk_mq_free_tags() from error pathYu Kuai1-2/+0
2025-09-10blk-mq: fix potential deadlock while nr_requests grownYu Kuai1-13/+9
2025-09-10blk-mq: split bitmap grow and resize case in blk_mq_update_nr_requests()Yu Kuai1-12/+27
2025-09-10blk-mq: cleanup shared tags case in blk_mq_update_nr_requests()Yu Kuai1-21/+22
2025-09-10blk-mq: check invalid nr_requests in queue_requests_store()Yu Kuai1-6/+2
2025-09-10blk-mq: remove useless checkings in blk_mq_update_nr_requests()Yu Kuai1-8/+1
2025-09-10blk-mq: add QUEUE_FLAG_BIO_ISSUE_TIMEYu Kuai1-3/+5
2025-09-10block: initialize bio issue time in blk_mq_submit_bio()Yu Kuai1-0/+8
2025-09-08blk-mq: Replace tags->lock with SRCU for tag iteratorsMing Lei1-20/+4
2025-09-08blk-mq: Defer freeing flush queue to SRCU callbackMing Lei1-1/+10
2025-09-08blk-mq: Defer freeing of tags page_list to SRCU callbackMing Lei1-13/+13
2025-09-08blk-mq: Pass tag_set to blk_mq_free_rq_map/tagsMing Lei1-5/+5
2025-09-08blk-mq: Move flush queue allocation into blk_mq_init_hctx()Ming Lei1-7/+13
2025-09-05blk-mq: fix elevator depth_updated methodYu Kuai1-11/+12
2025-08-21blk-mq: fix lockdep warning in __blk_mq_update_nr_hw_queuesMing Lei1-4/+9
2025-07-30block: fix potential deadlock while running nr_hw_queue updateNilay Shroff1-5/+11
2025-07-25block: restore two stage elevator switch while running nr_hw_queue updateNilay Shroff1-9/+75
2025-07-15block: split blk_zone_update_request_bio into two functionsJohannes Thumshirn1-2/+4
2025-06-30block: Introduce bio_needs_zone_write_plugging()Damien Le Moal1-2/+4
2025-05-13Merge tag 'md-6.16-20250513' of https://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe1-16/+6
2025-05-12block: unfreeze queue if realloc tag set fails during nr_hw_queues updateNilay Shroff1-1/+4
2025-05-10block: clean up blk_mq_in_flight_rw()Yu Kuai1-6/+6
2025-05-10blk-mq: remove blk_mq_in_flight()Yu Kuai1-10/+0
2025-05-06block: move hctx cpuhp add/del out of queue freezingMing Lei1-1/+4
2025-05-06block: don't acquire ->elevator_lock in blk_mq_map_swqueue and blk_mq_realloc...Ming Lei1-15/+4
2025-05-06block: move hctx debugfs/sysfs registering out of freezing queueMing Lei1-8/+7
2025-05-06block: move elv_register[unregister]_queue out of elevator_lockMing Lei1-2/+1
2025-05-06block: simplify elevator reattachment for updating nr_hw_queuesMing Lei1-89/+1
2025-05-06block: look up the elevator type in elevator_switchChristoph Hellwig1-1/+1
2025-05-06block: prevent adding/deleting disk during updating nr_hw_queuesMing Lei1-0/+4
2025-05-06block: move blk_mq_add_queue_tag_set() after blk_mq_map_swqueue()Ming Lei1-1/+1
2025-05-05block: remove bounce buffering supportChristoph Hellwig1-2/+0
2025-05-02block: avoid hctx spinlock for plug with multiple queuesCaleb Sander Mateos1-1/+48
2025-05-02block: factor out blk_mq_dispatch_queue_requests() helperCaleb Sander Mateos1-21/+22
2025-05-02block: take rq_list instead of plug in dispatch functionsCaleb Sander Mateos1-14/+12
2025-04-21block: ensure that struct blk_mq_alloc_data is fully initializedJens Axboe1-1/+21
2025-04-21block: Simplify blk_mq_dispatch_rq_list() and its callersBart Van Assche1-9/+7
2025-04-03block: don't grab elevator lock during queue initializationMing Lei1-7/+17