index
:
kernel/git/torvalds/linux.git
master
Linux kernel source tree
Linus Torvalds
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
blk-mq.c
Age
Commit message (
Expand
)
Author
2026-06-16
Merge tag 'for-7.2/block-20260615' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2026-06-09
block: propagate in_flight to whole disk on partition I/O
Tang Yizhou
2026-05-28
block: export passthrough stats enabled
Keith Busch
2026-05-28
block: add a bio_endio_status helper
Christoph Hellwig
2026-05-26
blk-mq: reinsert cached request to the list
Keith Busch
2026-05-21
blk-mq: pop cached request if it is usable
Keith Busch
2026-05-12
block: recompute nr_integrity_segments in blk_insert_cloned_request
Casey Chen
2026-03-10
block: clear BIO_QOS flags in blk_steal_bios()
Chaitanya Kulkarni
2026-03-10
block: move bio queue-transition flag fixups into blk_steal_bios()
Chaitanya Kulkarni
2026-03-09
Merge branch 'for-7.1/block-integrity' into for-7.1/block
Jens Axboe
2026-03-09
block: factor out a bio_integrity_action helper
Christoph Hellwig
2026-03-06
Merge tag 'block-7.0-20260305' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2026-03-02
block: break pcpu_alloc_mutex dependency on freeze_lock
Nilay Shroff
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-12
Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2026-02-09
Merge tag 'kthread-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2026-02-09
Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2026-02-03
blk-mq: add a new queue sysfs attribute async_depth
Yu Kuai
2026-02-03
blk-mq: factor out a helper blk_mq_limit_depth()
Yu Kuai
2026-02-03
block: Protect against concurrent isolated cpuset change
Frederic Weisbecker
2026-01-22
blk-mq: use BLK_POLL_ONESHOT for synchronous poll completion
Ming Lei
2026-01-20
mm/block/fs: remove laptop_mode
Johannes Weiner
2026-01-20
block: pass io_comp_batch to rq_end_io_fn callback
Ming Lei
2026-01-07
blk-mq: avoid stall during boot due to synchronize_rcu_expedited
Mikulas Patocka
2025-12-30
blk-mq: skip CPU offline notify on unmapped hctx
Cong Zhang
2025-12-10
blk-mq: delete task running check in blk_hctx_poll()
Fengnan Chang
2025-12-09
block: Use RCU in blk_mq_[un]quiesce_tagset() instead of set->tag_list_lock
Mohamed Khalfella
2025-12-04
blk-mq: Abort suspend when wakeup events are pending
Cong Zhang
2025-11-28
blk-mq: fix potential uaf for 'queue_hw_ctx'
Fengnan Chang
2025-11-28
blk-mq: use array manage hctx map instead of xarray
Fengnan Chang
2025-11-18
block: plug attempts to batch allocate tags multiple times
Xue He
2025-11-13
block: move elevator tags into struct elevator_resources
Nilay Shroff
2025-11-13
block: unify elevator tags and type xarrays into struct elv_change_ctx
Nilay Shroff
2025-11-06
block: accumulate memory segment gaps per bio
Keith Busch
2025-10-15
blk-mq: fix stale tag depth for shared sched tags in blk_mq_update_nr_requests()
Yu Kuai
2025-09-23
blk-mq: fix null-ptr-deref in blk_mq_free_tags() from error path
Yu Kuai
2025-09-10
blk-mq: fix potential deadlock while nr_requests grown
Yu Kuai
2025-09-10
blk-mq: split bitmap grow and resize case in blk_mq_update_nr_requests()
Yu Kuai
2025-09-10
blk-mq: cleanup shared tags case in blk_mq_update_nr_requests()
Yu Kuai
2025-09-10
blk-mq: check invalid nr_requests in queue_requests_store()
Yu Kuai
2025-09-10
blk-mq: remove useless checkings in blk_mq_update_nr_requests()
Yu Kuai
2025-09-10
blk-mq: add QUEUE_FLAG_BIO_ISSUE_TIME
Yu Kuai
2025-09-10
block: initialize bio issue time in blk_mq_submit_bio()
Yu Kuai
2025-09-08
blk-mq: Replace tags->lock with SRCU for tag iterators
Ming Lei
2025-09-08
blk-mq: Defer freeing flush queue to SRCU callback
Ming Lei
2025-09-08
blk-mq: Defer freeing of tags page_list to SRCU callback
Ming Lei
2025-09-08
blk-mq: Pass tag_set to blk_mq_free_rq_map/tags
Ming Lei
2025-09-08
blk-mq: Move flush queue allocation into blk_mq_init_hctx()
Ming Lei
2025-09-05
blk-mq: fix elevator depth_updated method
Yu Kuai
[next]