index
:
sugar/linux
mainline
Sugar's Linux Kernel Patch
Asai Neko
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
blk-mq.c
Age
Commit message (
Expand
)
Author
10 days
blk-mq: fix potential uaf for 'queue_hw_ctx'
Fengnan Chang
10 days
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
2025-08-21
blk-mq: fix lockdep warning in __blk_mq_update_nr_hw_queues
Ming Lei
2025-07-30
block: fix potential deadlock while running nr_hw_queue update
Nilay Shroff
2025-07-25
block: restore two stage elevator switch while running nr_hw_queue update
Nilay Shroff
2025-07-15
block: split blk_zone_update_request_bio into two functions
Johannes Thumshirn
2025-06-30
block: Introduce bio_needs_zone_write_plugging()
Damien Le Moal
2025-05-13
Merge tag 'md-6.16-20250513' of https://git.kernel.org/pub/scm/linux/kernel/g...
Jens Axboe
2025-05-12
block: unfreeze queue if realloc tag set fails during nr_hw_queues update
Nilay Shroff
2025-05-10
block: clean up blk_mq_in_flight_rw()
Yu Kuai
2025-05-10
blk-mq: remove blk_mq_in_flight()
Yu Kuai
2025-05-06
block: move hctx cpuhp add/del out of queue freezing
Ming Lei
2025-05-06
block: don't acquire ->elevator_lock in blk_mq_map_swqueue and blk_mq_realloc...
Ming Lei
2025-05-06
block: move hctx debugfs/sysfs registering out of freezing queue
Ming Lei
2025-05-06
block: move elv_register[unregister]_queue out of elevator_lock
Ming Lei
2025-05-06
block: simplify elevator reattachment for updating nr_hw_queues
Ming Lei
2025-05-06
block: look up the elevator type in elevator_switch
Christoph Hellwig
2025-05-06
block: prevent adding/deleting disk during updating nr_hw_queues
Ming Lei
2025-05-06
block: move blk_mq_add_queue_tag_set() after blk_mq_map_swqueue()
Ming Lei
2025-05-05
block: remove bounce buffering support
Christoph Hellwig
2025-05-02
block: avoid hctx spinlock for plug with multiple queues
Caleb Sander Mateos
2025-05-02
block: factor out blk_mq_dispatch_queue_requests() helper
Caleb Sander Mateos
2025-05-02
block: take rq_list instead of plug in dispatch functions
Caleb Sander Mateos
2025-04-21
block: ensure that struct blk_mq_alloc_data is fully initialized
Jens Axboe
2025-04-21
block: Simplify blk_mq_dispatch_rq_list() and its callers
Bart Van Assche
2025-04-03
block: don't grab elevator lock during queue initialization
Ming Lei
2025-04-01
block: remove unused nseg parameter
Nitesh Shetty
2025-03-12
block: remove unused parameter
Guixin Liu
2025-03-10
block: make sure ->nr_integrity_segments is cloned in blk_rq_prep_clone
Ming Lei
2025-03-10
block: protect hctx attributes/params using q->elevator_lock
Nilay Shroff
2025-03-10
block: introduce a dedicated lock for protecting queue elevator updates
Nilay Shroff
[next]