summaryrefslogtreecommitdiff
path: root/block/blk-mq-debugfs.c
Commit message (Expand)AuthorAgeFilesLines
* blk-mq: include <linux/blk-mq.h> in block/blk-mq.hChristoph Hellwig2023-04-131-1/+0
* blk-mq: remove blk-mq-tag.hChristoph Hellwig2023-04-131-1/+0
* blk-mq: remove hybrid pollingKeith Busch2023-03-201-26/+0
* blk-rq-qos: store a gendisk instead of request_queue in struct rq_qosChristoph Hellwig2023-02-031-6/+4
* Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds2022-10-071-2/+0
|\
| * block/blk-rq-qos: delete useless enmu RQ_QOS_IOPRIOLi Jinlin2022-09-211-2/+0
* | block: add missing request flags to debugfs codeJens Axboe2022-09-091-0/+2
|/
* block: Use the new blk_opf_t typeBart Van Assche2022-07-141-2/+2
* block: Use enum req_op where appropriateBart Van Assche2022-07-141-1/+1
* blk-mq: don't create hctx debugfs dir until q->debugfs_dir is createdMing Lei2022-07-121-0/+3
* blk-mq: Drop 'reserved' arg of busy_tag_iter_fnJohn Garry2022-07-061-1/+1
* block: remove QUEUE_FLAG_DEADChristoph Hellwig2022-06-281-5/+3
* block: remove per-disk debugfs files in blk_unregister_queueChristoph Hellwig2022-06-171-8/+0
* block: serialize all debugfs operations using q->debugfs_mutexChristoph Hellwig2022-06-171-5/+20
* block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig2022-04-171-1/+0
* block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-171-1/+0
* Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-261-24/+0
|\
| * block: remove the per-bio/request write hintChristoph Hellwig2022-03-071-24/+0
* | blk-mq: prepare for implementing hctx table via xarrayMing Lei2022-03-081-3/+3
|/
* blk-mq: check q->poll_stat in queue_poll_stat_showMing Lei2021-12-021-0/+3
* block: don't include blk-mq-sched.h in blk.hChristoph Hellwig2021-11-291-0/+1
* block: only allocate poll_stats if there's a user of themJens Axboe2021-11-291-1/+0
* Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-091-0/+1
|\
| * blk-mq: add RQF_ELV debug entryMing Lei2021-11-031-0/+1
* | Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux...Linus Torvalds2021-11-011-1/+0
|\ \ | |/ |/|
| * block: remove QUEUE_FLAG_SCSI_PASSTHROUGHChristoph Hellwig2021-10-221-1/+0
* | blk-mq-debugfs: Show active requests per queue for shared tagsJohn Garry2021-10-291-1/+1
|/
* block: remove some blk_mq_hw_ctx debugfs entriesJens Axboe2021-10-181-67/+0
* block: remove debugfs blk_mq_ctx dispatched/merged/completed attributesJens Axboe2021-10-181-54/+0
* block: rename REQ_HIPRI to REQ_POLLEDChristoph Hellwig2021-10-181-1/+1
* blk-mq: Stop using pointers for blk_mq_tags bitmap tagsJohn Garry2021-10-181-4/+4
* block: decode QUEUE_FLAG_HCTX_ACTIVE in debugfs outputJohannes Thumshirn2021-10-041-0/+1
* block: Introduce the ioprio rq-qos policyBart Van Assche2021-06-211-0/+2
* block/blk-rq-qos: Move a function from a header file into a C fileBart Van Assche2021-06-211-0/+13
* Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-04-281-0/+8
|\
| * blk-mq: Fix spurious debugfs directory creation during initializationSaravanan D2021-04-161-0/+8
* | block: remove the unused RQF_ALLOCED flagChristoph Hellwig2021-04-021-1/+0
|/
* block: Drop leftover references to RQF_SORTEDJean Delvare2021-03-011-1/+0
* Merge tag 'block-5.11-2021-01-10' of git://git.kernel.dk/linux-blockLinus Torvalds2021-01-101-0/+1
|\
| * blk-mq-debugfs: Add decode for BLK_MQ_F_TAG_HCTX_SHAREDJohn Garry2021-01-081-0/+1
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2021-01-011-1/+0
|\ \ | |/ |/|
| * scsi: block: Remove RQF_PREEMPT and BLK_MQ_REQ_PREEMPTBart Van Assche2020-12-091-1/+0
* | block: add debugfs stanza for QUEUE_FLAG_NOWAITAndres Freund2020-12-291-0/+1
|/
* bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig2020-09-241-0/+1
* blk-mq: Use pointers for blk_mq_tags bitmap tagsJohn Garry2020-09-031-4/+4
* blk-mq: Rename BLK_MQ_F_TAG_SHARED as BLK_MQ_F_TAG_QUEUE_SHAREDMing Lei2020-09-031-1/+1
* Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-031-7/+1
|\
| * blk-mq: remove pointless call of list_entry_rq() in hctx_show_busy_rq()Hou Tao2020-07-011-2/+1
| * block: create the request_queue debugfs_dir on registrationLuis Chamberlain2020-06-241-5/+0
* | blk-mq-debugfs: update blk_queue_flag_name[] accordingly for new flagsHou Tao2020-06-291-0/+3
|/