index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
blk-mq.c
Age
Commit message (
Expand
)
Author
2023-04-20
Revert "block: Merge bio before checking ->cached_rq"
Ming Lei
2023-04-04
blk-mq: directly poll requests
Keith Busch
2023-03-14
block: do not reverse request order when flushing plug list
Jan Kara
2023-03-03
Merge tag 'block-6.3-2023-03-03' of git://git.kernel.dk/linux
Linus Torvalds
2023-03-02
blk-mq: enforce op-specific segment limits in blk_insert_cloned_request
Uday Shankar
2023-02-20
Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linux
Linus Torvalds
2023-02-09
block: Merge bio before checking ->cached_rq
Xiao Ni
2023-02-06
blk-mq: use switch/case to improve readability in blk_mq_try_issue_list_directly
Kemeng Shi
2023-02-06
blk-mq: remove set of bd->last when get driver tag for next request fails
Kemeng Shi
2023-02-06
blk-mq: remove unnecessary error count and check in blk_mq_dispatch_rq_list
Kemeng Shi
2023-02-06
blk-mq: simplify flush check in blk_mq_dispatch_rq_list
Kemeng Shi
2023-02-06
blk-mq: use blk_mq_commit_rqs helper in blk_mq_try_issue_list_directly
Kemeng Shi
2023-02-06
blk-mq: remove unncessary error count and commit in blk_mq_plug_issue_direct
Kemeng Shi
2023-02-06
blk-mq: make blk_mq_commit_rqs a general function for all commits
Kemeng Shi
2023-02-06
blk-mq: remove unncessary from_schedule parameter in blk_mq_plug_issue_direct
Kemeng Shi
2023-02-06
blk-mq: remove unnecessary list_empty check in blk_mq_try_issue_list_directly
Kemeng Shi
2023-02-06
blk-mq: Fix potential io hung for shared sbitmap per tagset
Kemeng Shi
2023-02-06
blk-mq: wait on correct sbitmap_queue in blk_mq_mark_tag_wait
Kemeng Shi
2023-02-06
blk-mq: avoid sleep in blk_mq_alloc_request_hctx
Kemeng Shi
2023-01-31
block: Fix the blk_mq_destroy_queue() documentation
Bart Van Assche
2023-01-17
block: fix hctx checks for batch allocation
Pavel Begunkov
2023-01-04
block: handle bio_split_to_limits() NULL return
Jens Axboe
2022-12-13
Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linux
Linus Torvalds
2022-11-24
block: fix crash in 'blk_mq_elv_switch_none'
Ye Bin
2022-11-22
blk-mq: fix queue reference leak on blk_mq_alloc_disk_for_queue failure
Christoph Hellwig
2022-11-22
block: fix missing nr_hw_queues update in blk_mq_realloc_tag_set_tags
Shin'ichiro Kawasaki
2022-11-10
blk-mq: simplify blk_mq_realloc_tag_set_tags
Christoph Hellwig
2022-11-10
blk-mq: remove blk_mq_alloc_tag_set_tags
Christoph Hellwig
2022-11-02
blk-mq: use if-else instead of goto in blk_mq_alloc_cached_request()
Jinlong Chen
2022-11-02
blk-mq: improve error handling in blk_mq_alloc_rq_map()
Jinlong Chen
2022-11-02
blk-mq: add tagset quiesce interface
Chao Leng
2022-11-02
blk-mq: pass a tagset to blk_mq_wait_quiesce_done
Christoph Hellwig
2022-11-02
blk-mq: move the srcu_struct used for quiescing to the tagset
Christoph Hellwig
2022-11-02
blk-mq: skip non-mq queues in blk_mq_quiesce_queue
Christoph Hellwig
2022-11-01
block: split elevator_switch
Christoph Hellwig
2022-10-31
block: blk_add_rq_to_plug(): clear stale 'last' after flush
Al Viro
2022-10-31
blk-mq: Fix kmemleak in blk_mq_init_allocated_queue
Chen Jun
2022-10-31
blk-mq: remove redundant call to blk_freeze_queue_start in blk_mq_destroy_queue
Jinlong Chen
2022-10-31
blk-mq: move queue_is_mq out of blk_mq_cancel_work_sync
Jinlong Chen
2022-10-31
blk-mq: avoid double ->queue_rq() because of early timeout
David Jeffery
2022-10-28
blk-mq: Properly init requests from blk_mq_alloc_request_hctx()
John Garry
2022-10-25
blk-mq: move the call to blk_put_queue out of blk_mq_destroy_queue
Christoph Hellwig
2022-10-23
block: fix up elevator_type refcounting
Jinlong Chen
2022-10-23
block: add proper helpers for elevator_type module refcount management
Christoph Hellwig
2022-10-16
blk-mq: fix null pointer dereference in blk_mq_clear_rq_mapping()
Yu Kuai
2022-09-30
block: allow end_io based requests in the completion batch handling
Jens Axboe
2022-09-30
block: change request end_io handler to pass back a return value
Jens Axboe
2022-09-30
block: enable batched allocation for blk_mq_alloc_request()
Jens Axboe
2022-09-30
Merge branch 'for-6.1/io_uring' into for-6.1/passthrough
Jens Axboe
2022-09-30
Merge branch 'for-6.1/block' into for-6.1/passthrough
Jens Axboe
[next]