summaryrefslogtreecommitdiff
path: root/block/blk-mq.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-15blk-mq: add missing call to srcu_barrier() in blk_mq_free_tag_set()Marek Szyprowski1-0/+1
2026-06-26blk-mq: bound blk_hctx_poll() to one jiffyAnuj Gupta1-1/+2
2026-06-16Merge tag 'for-7.2/block-20260615' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-38/+5
2026-06-09block: propagate in_flight to whole disk on partition I/OTang Yizhou1-3/+2
2026-05-28block: export passthrough stats enabledKeith Busch1-31/+1
2026-05-28block: add a bio_endio_status helperChristoph Hellwig1-4/+2
2026-05-26blk-mq: reinsert cached request to the listKeith Busch1-1/+1
2026-05-21blk-mq: pop cached request if it is usableKeith Busch1-25/+9
2026-05-12block: recompute nr_integrity_segments in blk_insert_cloned_requestCasey Chen1-0/+19
2026-03-10block: clear BIO_QOS flags in blk_steal_bios()Chaitanya Kulkarni1-0/+2
2026-03-10block: move bio queue-transition flag fixups into blk_steal_bios()Chaitanya Kulkarni1-0/+17
2026-03-09Merge branch 'for-7.1/block-integrity' into for-7.1/blockJens Axboe1-2/+4
2026-03-09block: factor out a bio_integrity_action helperChristoph Hellwig1-2/+4
2026-03-06Merge tag 'block-7.0-20260305' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-15/+30
2026-03-02block: break pcpu_alloc_mutex dependency on freeze_lockNilay Shroff1-15/+30
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+0
2026-02-09Merge tag 'kthread-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+5
2026-02-09Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-29/+48
2026-02-03blk-mq: add a new queue sysfs attribute async_depthYu Kuai1-0/+6
2026-02-03blk-mq: factor out a helper blk_mq_limit_depth()Yu Kuai1-25/+37
2026-02-03block: Protect against concurrent isolated cpuset changeFrederic Weisbecker1-1/+5
2026-01-22blk-mq: use BLK_POLL_ONESHOT for synchronous poll completionMing Lei1-1/+1
2026-01-20mm/block/fs: remove laptop_modeJohannes Weiner1-3/+0
2026-01-20block: pass io_comp_batch to rq_end_io_fn callbackMing Lei1-4/+5
2026-01-07blk-mq: avoid stall during boot due to synchronize_rcu_expeditedMikulas Patocka1-2/+1
2025-12-30blk-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