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
/
block
/
blk-mq-debugfs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
blk-mq: include <linux/blk-mq.h> in block/blk-mq.h
Christoph Hellwig
2023-04-13
1
-1
/
+0
*
blk-mq: remove blk-mq-tag.h
Christoph Hellwig
2023-04-13
1
-1
/
+0
*
blk-mq: remove hybrid polling
Keith Busch
2023-03-20
1
-26
/
+0
*
blk-rq-qos: store a gendisk instead of request_queue in struct rq_qos
Christoph Hellwig
2023-02-03
1
-6
/
+4
*
Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linux
Linus Torvalds
2022-10-07
1
-2
/
+0
|
\
|
*
block/blk-rq-qos: delete useless enmu RQ_QOS_IOPRIO
Li Jinlin
2022-09-21
1
-2
/
+0
*
|
block: add missing request flags to debugfs code
Jens Axboe
2022-09-09
1
-0
/
+2
|
/
*
block: Use the new blk_opf_t type
Bart Van Assche
2022-07-14
1
-2
/
+2
*
block: Use enum req_op where appropriate
Bart Van Assche
2022-07-14
1
-1
/
+1
*
blk-mq: don't create hctx debugfs dir until q->debugfs_dir is created
Ming Lei
2022-07-12
1
-0
/
+3
*
blk-mq: Drop 'reserved' arg of busy_tag_iter_fn
John Garry
2022-07-06
1
-1
/
+1
*
block: remove QUEUE_FLAG_DEAD
Christoph Hellwig
2022-06-28
1
-5
/
+3
*
block: remove per-disk debugfs files in blk_unregister_queue
Christoph Hellwig
2022-06-17
1
-8
/
+0
*
block: serialize all debugfs operations using q->debugfs_mutex
Christoph Hellwig
2022-06-17
1
-5
/
+20
*
block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
Christoph Hellwig
2022-04-17
1
-1
/
+0
*
block: remove QUEUE_FLAG_DISCARD
Christoph Hellwig
2022-04-17
1
-1
/
+0
*
Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-03-26
1
-24
/
+0
|
\
|
*
block: remove the per-bio/request write hint
Christoph Hellwig
2022-03-07
1
-24
/
+0
*
|
blk-mq: prepare for implementing hctx table via xarray
Ming Lei
2022-03-08
1
-3
/
+3
|
/
*
blk-mq: check q->poll_stat in queue_poll_stat_show
Ming Lei
2021-12-02
1
-0
/
+3
*
block: don't include blk-mq-sched.h in blk.h
Christoph Hellwig
2021-11-29
1
-0
/
+1
*
block: only allocate poll_stats if there's a user of them
Jens Axboe
2021-11-29
1
-1
/
+0
*
Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-11-09
1
-0
/
+1
|
\
|
*
blk-mq: add RQF_ELV debug entry
Ming Lei
2021-11-03
1
-0
/
+1
*
|
Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux...
Linus Torvalds
2021-11-01
1
-1
/
+0
|
\
\
|
|
/
|
/
|
|
*
block: remove QUEUE_FLAG_SCSI_PASSTHROUGH
Christoph Hellwig
2021-10-22
1
-1
/
+0
*
|
blk-mq-debugfs: Show active requests per queue for shared tags
John Garry
2021-10-29
1
-1
/
+1
|
/
*
block: remove some blk_mq_hw_ctx debugfs entries
Jens Axboe
2021-10-18
1
-67
/
+0
*
block: remove debugfs blk_mq_ctx dispatched/merged/completed attributes
Jens Axboe
2021-10-18
1
-54
/
+0
*
block: rename REQ_HIPRI to REQ_POLLED
Christoph Hellwig
2021-10-18
1
-1
/
+1
*
blk-mq: Stop using pointers for blk_mq_tags bitmap tags
John Garry
2021-10-18
1
-4
/
+4
*
block: decode QUEUE_FLAG_HCTX_ACTIVE in debugfs output
Johannes Thumshirn
2021-10-04
1
-0
/
+1
*
block: Introduce the ioprio rq-qos policy
Bart Van Assche
2021-06-21
1
-0
/
+2
*
block/blk-rq-qos: Move a function from a header file into a C file
Bart Van Assche
2021-06-21
1
-0
/
+13
*
Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-04-28
1
-0
/
+8
|
\
|
*
blk-mq: Fix spurious debugfs directory creation during initialization
Saravanan D
2021-04-16
1
-0
/
+8
*
|
block: remove the unused RQF_ALLOCED flag
Christoph Hellwig
2021-04-02
1
-1
/
+0
|
/
*
block: Drop leftover references to RQF_SORTED
Jean Delvare
2021-03-01
1
-1
/
+0
*
Merge tag 'block-5.11-2021-01-10' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-01-10
1
-0
/
+1
|
\
|
*
blk-mq-debugfs: Add decode for BLK_MQ_F_TAG_HCTX_SHARED
John Garry
2021-01-08
1
-0
/
+1
*
|
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
2021-01-01
1
-1
/
+0
|
\
\
|
|
/
|
/
|
|
*
scsi: block: Remove RQF_PREEMPT and BLK_MQ_REQ_PREEMPT
Bart Van Assche
2020-12-09
1
-1
/
+0
*
|
block: add debugfs stanza for QUEUE_FLAG_NOWAIT
Andres Freund
2020-12-29
1
-0
/
+1
|
/
*
bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag
Christoph Hellwig
2020-09-24
1
-0
/
+1
*
blk-mq: Use pointers for blk_mq_tags bitmap tags
John Garry
2020-09-03
1
-4
/
+4
*
blk-mq: Rename BLK_MQ_F_TAG_SHARED as BLK_MQ_F_TAG_QUEUE_SHARED
Ming Lei
2020-09-03
1
-1
/
+1
*
Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-08-03
1
-7
/
+1
|
\
|
*
blk-mq: remove pointless call of list_entry_rq() in hctx_show_busy_rq()
Hou Tao
2020-07-01
1
-2
/
+1
|
*
block: create the request_queue debugfs_dir on registration
Luis Chamberlain
2020-06-24
1
-5
/
+0
*
|
blk-mq-debugfs: update blk_queue_flag_name[] accordingly for new flags
Hou Tao
2020-06-29
1
-0
/
+3
|
/
[next]