index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
blk-mq.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-06
Merge tag 'block-7.0-20260305' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-15
/
+30
2026-03-02
block: break pcpu_alloc_mutex dependency on freeze_lock
Nilay Shroff
1
-15
/
+30
2026-02-22
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-2
/
+2
2026-02-12
Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-3
/
+0
2026-02-10
Merge tag 'kthread-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+5
2026-02-10
Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-29
/
+48
2026-02-03
blk-mq: add a new queue sysfs attribute async_depth
Yu Kuai
1
-0
/
+6
2026-02-03
blk-mq: factor out a helper blk_mq_limit_depth()
Yu Kuai
1
-25
/
+37
2026-02-03
block: Protect against concurrent isolated cpuset change
Frederic Weisbecker
1
-1
/
+5
2026-01-22
blk-mq: use BLK_POLL_ONESHOT for synchronous poll completion
Ming Lei
1
-1
/
+1
2026-01-21
mm/block/fs: remove laptop_mode
Johannes Weiner
1
-3
/
+0
2026-01-20
block: pass io_comp_batch to rq_end_io_fn callback
Ming Lei
1
-4
/
+5
2026-01-07
blk-mq: avoid stall during boot due to synchronize_rcu_expedited
Mikulas Patocka
1
-2
/
+1
2025-12-30
blk-mq: skip CPU offline notify on unmapped hctx
Cong Zhang
1
-1
/
+1
2025-12-10
blk-mq: delete task running check in blk_hctx_poll()
Fengnan Chang
1
-10
/
+2
2025-12-09
block: Use RCU in blk_mq_[un]quiesce_tagset() instead of set->tag_list_lock
Mohamed Khalfella
1
-9
/
+8
2025-12-04
blk-mq: Abort suspend when wakeup events are pending
Cong Zhang
1
-2
/
+16
2025-11-28
blk-mq: fix potential uaf for 'queue_hw_ctx'
Fengnan Chang
1
-1
/
+6
2025-11-28
blk-mq: use array manage hctx map instead of xarray
Fengnan Chang
1
-21
/
+37
2025-11-19
block: plug attempts to batch allocate tags multiple times
Xue He
1
-14
/
+19
2025-11-13
block: move elevator tags into struct elevator_resources
Nilay Shroff
1
-1
/
+1
2025-11-13
block: unify elevator tags and type xarrays into struct elv_change_ctx
Nilay Shroff
1
-21
/
+29
2025-11-07
block: accumulate memory segment gaps per bio
Keith Busch
1
-0
/
+6
2025-10-15
blk-mq: fix stale tag depth for shared sched tags in blk_mq_update_nr_requests()
Yu Kuai
1
-1
/
+1
2025-09-23
blk-mq: fix null-ptr-deref in blk_mq_free_tags() from error path
Yu Kuai
1
-2
/
+0
2025-09-10
blk-mq: fix potential deadlock while nr_requests grown
Yu Kuai
1
-13
/
+9
2025-09-10
blk-mq: split bitmap grow and resize case in blk_mq_update_nr_requests()
Yu Kuai
1
-12
/
+27
2025-09-10
blk-mq: cleanup shared tags case in blk_mq_update_nr_requests()
Yu Kuai
1
-21
/
+22
2025-09-10
blk-mq: check invalid nr_requests in queue_requests_store()
Yu Kuai
1
-6
/
+2
2025-09-10
blk-mq: remove useless checkings in blk_mq_update_nr_requests()
Yu Kuai
1
-8
/
+1
2025-09-10
blk-mq: add QUEUE_FLAG_BIO_ISSUE_TIME
Yu Kuai
1
-3
/
+5
2025-09-10
block: initialize bio issue time in blk_mq_submit_bio()
Yu Kuai
1
-0
/
+8
2025-09-08
blk-mq: Replace tags->lock with SRCU for tag iterators
Ming Lei
1
-20
/
+4
2025-09-08
blk-mq: Defer freeing flush queue to SRCU callback
Ming Lei
1
-1
/
+10
2025-09-08
blk-mq: Defer freeing of tags page_list to SRCU callback
Ming Lei
1
-13
/
+13
2025-09-08
blk-mq: Pass tag_set to blk_mq_free_rq_map/tags
Ming Lei
1
-5
/
+5
2025-09-08
blk-mq: Move flush queue allocation into blk_mq_init_hctx()
Ming Lei
1
-7
/
+13
2025-09-05
blk-mq: fix elevator depth_updated method
Yu Kuai
1
-11
/
+12
2025-08-21
blk-mq: fix lockdep warning in __blk_mq_update_nr_hw_queues
Ming Lei
1
-4
/
+9
2025-07-30
block: fix potential deadlock while running nr_hw_queue update
Nilay Shroff
1
-5
/
+11
2025-07-25
block: restore two stage elevator switch while running nr_hw_queue update
Nilay Shroff
1
-9
/
+75
2025-07-15
block: split blk_zone_update_request_bio into two functions
Johannes Thumshirn
1
-2
/
+4
2025-07-01
block: Introduce bio_needs_zone_write_plugging()
Damien Le Moal
1
-2
/
+4
2025-05-13
Merge tag 'md-6.16-20250513' of https://git.kernel.org/pub/scm/linux/kernel/g...
Jens Axboe
1
-16
/
+6
2025-05-12
block: unfreeze queue if realloc tag set fails during nr_hw_queues update
Nilay Shroff
1
-1
/
+4
2025-05-10
block: clean up blk_mq_in_flight_rw()
Yu Kuai
1
-6
/
+6
2025-05-10
blk-mq: remove blk_mq_in_flight()
Yu Kuai
1
-10
/
+0
2025-05-06
block: move hctx cpuhp add/del out of queue freezing
Ming Lei
1
-1
/
+4
2025-05-06
block: don't acquire ->elevator_lock in blk_mq_map_swqueue and blk_mq_realloc...
Ming Lei
1
-15
/
+4
[next]