summaryrefslogtreecommitdiff
path: root/block/blk-mq.c
AgeCommit message (Expand)Author
2026-03-06Merge tag 'block-7.0-20260305' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-03-02block: break pcpu_alloc_mutex dependency on freeze_lockNilay Shroff
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-02-09Merge tag 'kthread-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-02-09Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-02-03blk-mq: add a new queue sysfs attribute async_depthYu Kuai
2026-02-03blk-mq: factor out a helper blk_mq_limit_depth()Yu Kuai
2026-02-03block: Protect against concurrent isolated cpuset changeFrederic Weisbecker
2026-01-22blk-mq: use BLK_POLL_ONESHOT for synchronous poll completionMing Lei
2026-01-20mm/block/fs: remove laptop_modeJohannes Weiner
2026-01-20block: pass io_comp_batch to rq_end_io_fn callbackMing Lei
2026-01-07blk-mq: avoid stall during boot due to synchronize_rcu_expeditedMikulas Patocka
2025-12-30blk-mq: skip CPU offline notify on unmapped hctxCong Zhang
2025-12-10blk-mq: delete task running check in blk_hctx_poll()Fengnan Chang
2025-12-09block: Use RCU in blk_mq_[un]quiesce_tagset() instead of set->tag_list_lockMohamed Khalfella
2025-12-04blk-mq: Abort suspend when wakeup events are pendingCong Zhang
2025-11-28blk-mq: fix potential uaf for 'queue_hw_ctx'Fengnan Chang
2025-11-28blk-mq: use array manage hctx map instead of xarrayFengnan Chang
2025-11-18block: plug attempts to batch allocate tags multiple timesXue He
2025-11-13block: move elevator tags into struct elevator_resourcesNilay Shroff
2025-11-13block: unify elevator tags and type xarrays into struct elv_change_ctxNilay Shroff
2025-11-06block: accumulate memory segment gaps per bioKeith Busch
2025-10-15blk-mq: fix stale tag depth for shared sched tags in blk_mq_update_nr_requests()Yu Kuai
2025-09-23blk-mq: fix null-ptr-deref in blk_mq_free_tags() from error pathYu Kuai
2025-09-10blk-mq: fix potential deadlock while nr_requests grownYu Kuai
2025-09-10blk-mq: split bitmap grow and resize case in blk_mq_update_nr_requests()Yu Kuai
2025-09-10blk-mq: cleanup shared tags case in blk_mq_update_nr_requests()Yu Kuai
2025-09-10blk-mq: check invalid nr_requests in queue_requests_store()Yu Kuai
2025-09-10blk-mq: remove useless checkings in blk_mq_update_nr_requests()Yu Kuai
2025-09-10blk-mq: add QUEUE_FLAG_BIO_ISSUE_TIMEYu Kuai
2025-09-10block: initialize bio issue time in blk_mq_submit_bio()Yu Kuai
2025-09-08blk-mq: Replace tags->lock with SRCU for tag iteratorsMing Lei
2025-09-08blk-mq: Defer freeing flush queue to SRCU callbackMing Lei
2025-09-08blk-mq: Defer freeing of tags page_list to SRCU callbackMing Lei
2025-09-08blk-mq: Pass tag_set to blk_mq_free_rq_map/tagsMing Lei
2025-09-08blk-mq: Move flush queue allocation into blk_mq_init_hctx()Ming Lei
2025-09-05blk-mq: fix elevator depth_updated methodYu Kuai
2025-08-21blk-mq: fix lockdep warning in __blk_mq_update_nr_hw_queuesMing Lei
2025-07-30block: fix potential deadlock while running nr_hw_queue updateNilay Shroff
2025-07-25block: 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