index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
blk-mq.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
blk-mq: introduce blk_mq_set_request_complete
Chao Leng
2021-02-10
1
-0
/
+12
*
Revert "blk-mq, elevator: Count requests per hctx to improve performance"
Jan Kara
2021-01-24
1
-4
/
+0
*
block: store a block_device pointer in struct bio
Christoph Hellwig
2021-01-24
1
-2
/
+2
*
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
2021-01-01
1
-2
/
+2
|
\
|
*
scsi: block: Remove RQF_PREEMPT and BLK_MQ_REQ_PREEMPT
Bart Van Assche
2020-12-09
1
-2
/
+0
|
*
scsi: block: Introduce BLK_MQ_REQ_PM
Bart Van Assche
2020-12-09
1
-0
/
+2
*
|
Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-12-16
1
-0
/
+12
|
\
\
|
*
|
block: move blk_rq_bio_prep() to linux/blk-mq.h
Chaitanya Kulkarni
2020-12-01
1
-0
/
+12
*
|
|
blk-mq: add new API of blk_mq_hctx_set_fq_lock_class
Ming Lei
2020-12-07
1
-0
/
+3
|
/
/
*
/
blk-mq: docs: add kernel-doc description for a new struct member
Mauro Carvalho Chehab
2020-10-28
1
-0
/
+2
|
/
*
blk-mq, elevator: Count requests per hctx to improve performance
Kashyap Desai
2020-09-03
1
-0
/
+4
*
blk-mq: Record active_queues_shared_sbitmap per tag_set for when using shared...
John Garry
2020-09-03
1
-0
/
+1
*
blk-mq: Facilitate a shared sbitmap per tagset
John Garry
2020-09-03
1
-0
/
+6
*
blk-mq: Rename BLK_MQ_F_TAG_SHARED as BLK_MQ_F_TAG_QUEUE_SHARED
Ming Lei
2020-09-03
1
-1
/
+1
*
block: Move blk_mq_bio_list_merge() into blk-merge.c
Baolin Wang
2020-09-01
1
-2
/
+0
*
block: Remove callback typedefs for blk_mq_ops
Daniel Wagner
2020-07-28
1
-32
/
+18
*
block: move ->make_request_fn to struct block_device_operations
Christoph Hellwig
2020-07-01
1
-1
/
+1
*
blk-mq: pass request queue into get/put budget callback
Ming Lei
2020-06-30
1
-2
/
+2
*
blk-mq: remove the BLK_MQ_REQ_INTERNAL flag
Christoph Hellwig
2020-06-29
1
-2
/
+0
*
blk-mq: add a new blk_mq_complete_request_remote API
Christoph Hellwig
2020-06-24
1
-0
/
+1
*
blk-mq: move failure injection out of blk_mq_complete_request
Christoph Hellwig
2020-06-24
1
-2
/
+10
*
blk-mq: drain I/O when all CPUs in a hctx are offline
Ming Lei
2020-05-29
1
-0
/
+10
*
blk-mq: blk-mq: provide forced completion method
Keith Busch
2020-05-29
1
-0
/
+1
*
block: bypass ->make_request_fn for blk-mq drivers
Christoph Hellwig
2020-04-25
1
-0
/
+2
*
blk-mq: Add blk_mq_delay_run_hw_queues() API call
Douglas Anderson
2020-04-20
1
-0
/
+1
*
blk-mq: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-04-18
1
-1
/
+1
*
block: add a blk_mq_init_queue_data helper
Christoph Hellwig
2020-03-27
1
-0
/
+2
*
blk-mq: Fix a comment in include/linux/blk-mq.h
Bart Van Assche
2020-03-10
1
-1
/
+4
*
blk-mq: Delete blk_mq_has_free_tags() and blk_mq_can_queue()
John Garry
2019-11-13
1
-1
/
+0
*
blk-mq: Make blk_mq_run_hw_queue() return void
John Garry
2019-11-01
1
-1
/
+1
*
blk-mq: fill header with kernel-doc
André Almeida
2019-10-25
1
-40
/
+185
*
blk-mq: Inline status checkers
Pavel Begunkov
2019-10-07
1
-2
/
+18
*
block: Document all members of blk_mq_tag_set and bkl_mq_queue_map
Bart Van Assche
2019-10-07
1
-11
/
+43
*
block: Delay default elevator initialization
Damien Le Moal
2019-09-05
1
-1
/
+2
*
block: Remove blk_mq_register_dev()
Bart Van Assche
2019-08-27
1
-1
/
+0
*
blk-mq: add callback of .cleanup_rq
Ming Lei
2019-08-04
1
-0
/
+13
*
blk-mq: remove blk_mq_complete_request_sync
Ming Lei
2019-08-04
1
-1
/
+0
*
blk-mq: introduce blk_mq_tagset_wait_completed_request()
Ming Lei
2019-08-04
1
-0
/
+1
*
blk-mq: introduce blk_mq_request_completed()
Ming Lei
2019-08-04
1
-0
/
+1
*
block: remove the bi_phys_segments field in struct bio
Christoph Hellwig
2019-06-20
1
-1
/
+1
*
blk-mq: always free hctx after request queue is freed
Ming Lei
2019-05-04
1
-0
/
+2
*
blk-mq: introduce blk_mq_complete_request_sync()
Ming Lei
2019-04-10
1
-0
/
+1
*
block: Unexport blk_mq_add_to_requeue_list()
Bart Van Assche
2019-03-20
1
-2
/
+0
*
blk-mq: remove unused 'nr_expired' from blk_mq_hw_ctx
Dongli Zhang
2019-03-19
1
-1
/
+0
*
block: kill BLK_MQ_F_SG_MERGE
Ming Lei
2019-02-15
1
-1
/
+0
*
block: make request_to_qc_t public
Sagi Grimberg
2018-12-18
1
-0
/
+10
*
blk-mq: change blk_mq_queue_busy() to blk_mq_queue_inflight()
Jens Axboe
2018-12-17
1
-1
/
+1
*
block: move queues types to the block layer
Christoph Hellwig
2018-12-04
1
-9
/
+6
*
blk-mq: add mq_ops->commit_rqs()
Jens Axboe
2018-11-29
1
-0
/
+10
*
blk-mq: Simplify request completion state
Keith Busch
2018-11-26
1
-14
/
+0
[next]