index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
blk-mq.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-23
blk-mq: fix stale tag depth for shared sched tags in blk_mq_update_nr_requests()
Yu Kuai
1
-1
/
+1
2025-10-15
blk-mq: fix potential deadlock while nr_requests grown
Yu Kuai
1
-13
/
+9
2025-10-15
blk-mq: split bitmap grow and resize case in blk_mq_update_nr_requests()
Yu Kuai
1
-12
/
+27
2025-10-15
blk-mq: cleanup shared tags case in blk_mq_update_nr_requests()
Yu Kuai
1
-21
/
+22
2025-10-15
blk-mq: check invalid nr_requests in queue_requests_store()
Yu Kuai
1
-6
/
+2
2025-10-15
blk-mq: remove useless checkings in blk_mq_update_nr_requests()
Yu Kuai
1
-8
/
+1
2025-10-15
block: initialize bio issue time in blk_mq_submit_bio()
Yu Kuai
1
-0
/
+8
2025-10-15
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-06-30
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/git/mdraid/linux into for-6.16/block
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_hw_ctxs
Ming Lei
1
-15
/
+4
2025-05-06
block: move hctx debugfs/sysfs registering out of freezing queue
Ming Lei
1
-8
/
+7
2025-05-06
block: move elv_register[unregister]_queue out of elevator_lock
Ming Lei
1
-2
/
+1
2025-05-06
block: simplify elevator reattachment for updating nr_hw_queues
Ming Lei
1
-89
/
+1
2025-05-06
block: look up the elevator type in elevator_switch
Christoph Hellwig
1
-1
/
+1
2025-05-06
block: prevent adding/deleting disk during updating nr_hw_queues
Ming Lei
1
-0
/
+4
2025-05-06
block: move blk_mq_add_queue_tag_set() after blk_mq_map_swqueue()
Ming Lei
1
-1
/
+1
2025-05-05
block: remove bounce buffering support
Christoph Hellwig
1
-2
/
+0
2025-05-02
block: avoid hctx spinlock for plug with multiple queues
Caleb Sander Mateos
1
-1
/
+48
2025-05-02
block: factor out blk_mq_dispatch_queue_requests() helper
Caleb Sander Mateos
1
-21
/
+22
2025-05-02
block: take rq_list instead of plug in dispatch functions
Caleb Sander Mateos
1
-14
/
+12
2025-04-21
block: ensure that struct blk_mq_alloc_data is fully initialized
Jens Axboe
1
-1
/
+21
2025-04-21
block: Simplify blk_mq_dispatch_rq_list() and its callers
Bart Van Assche
1
-9
/
+7
2025-04-03
block: don't grab elevator lock during queue initialization
Ming Lei
1
-7
/
+17
2025-04-01
block: remove unused nseg parameter
Nitesh Shetty
1
-3
/
+2
2025-03-12
block: remove unused parameter
Guixin Liu
1
-1
/
+1
2025-03-10
block: make sure ->nr_integrity_segments is cloned in blk_rq_prep_clone
Ming Lei
1
-0
/
+1
2025-03-10
block: protect hctx attributes/params using q->elevator_lock
Nilay Shroff
1
-0
/
+4
2025-03-10
block: introduce a dedicated lock for protecting queue elevator updates
Nilay Shroff
1
-8
/
+7
2025-01-31
block: force noio scope in blk_mq_freeze_queue
Christoph Hellwig
1
-8
/
+13
2025-01-14
blk-mq: Move more error handling into blk_mq_submit_bio()
Bart Van Assche
1
-7
/
+7
2025-01-14
block: Reorder the request allocation code in blk_mq_submit_bio()
Bart Van Assche
1
-3
/
+3
2025-01-10
block: don't update BLK_FEAT_POLL in __blk_mq_update_nr_hw_queues
Christoph Hellwig
1
-21
/
+5
2025-01-10
block: check BLK_FEAT_POLL under q_usage_count
Christoph Hellwig
1
-2
/
+10
2025-01-06
block: simplify tag allocation policy selection
Christoph Hellwig
1
-2
/
+1
2025-01-04
block: remove blk_rq_bio_prep
Christoph Hellwig
1
-1
/
+3
2024-12-23
block: track queue dying state automatically for modeling queue freeze lockdep
Ming Lei
1
-2
/
+3
2024-12-23
block: track disk DEAD state automatically for modeling queue freeze lockdep
Ming Lei
1
-2
/
+5
2024-12-23
block: remove unnecessary check in blk_unfreeze_check_owner()
Ming Lei
1
-2
/
+0
2024-12-18
block: avoid to reuse `hctx` not removed from cpuhp callback list
Ming Lei
1
-1
/
+10
2024-12-18
block: Revert "block: Fix potential deadlock while freezing queue and acquiring sysfs_lock"
Ming Lei
1
-18
/
+11
2024-12-13
block: Fix potential deadlock while freezing queue and acquiring sysfs_lock
Nilay Shroff
1
-11
/
+18
[next]