summaryrefslogtreecommitdiff
path: root/block/blk-mq-debugfs.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-19block: Catch possible entries missing from rqf_name[]John Garry1-0/+1
2024-07-19block: Simplify definition of RQF_NAME()John Garry1-1/+1
2024-07-19block: Catch possible entries missing from cmd_flag_name[]John Garry1-0/+2
2024-07-19block: Catch possible entries missing from alloc_policy_name[]John Garry1-0/+1
2024-07-19block: Catch possible entries missing from hctx_flag_name[]John Garry1-0/+3
2024-07-19block: Catch possible entries missing from hctx_state_name[]John Garry1-0/+1
2024-07-19block: Catch possible entries missing from blk_queue_flag_name[]John Garry1-0/+2
2024-07-19block: remove QUEUE_FLAG_STOPPEDChristoph Hellwig1-1/+0
2024-07-19block: Add missing entry to hctx_flag_name[]John Garry1-2/+3
2024-07-19block: Add zone write plugging entry to rqf_name[]John Garry1-0/+1
2024-07-19block: Add missing entries from cmd_flag_name[]John Garry1-1/+6
2024-06-19block: move the skip_tagset_quiesce flag to queue_limitsChristoph Hellwig1-1/+0
2024-06-19block: move the pci_p2pdma flag to queue_limitsChristoph Hellwig1-1/+0
2024-06-19block: move the zone_resetall flag to queue_limitsChristoph Hellwig1-1/+0
2024-06-19block: move the poll flag to queue_limitsChristoph Hellwig1-1/+0
2024-06-19block: move the dax flag to queue_limitsChristoph Hellwig1-1/+0
2024-06-19block: move the nowait flag to queue_limitsChristoph Hellwig1-1/+0
2024-06-19block: move the synchronous flag to queue_limitsChristoph Hellwig1-1/+0
2024-06-19block: move the stable_writes flag to queue_limitsChristoph Hellwig1-1/+0
2024-06-19block: move the io_stat flag setting to queue_limitsChristoph Hellwig1-1/+0
2024-06-19block: move the add_random flag to queue_limitsChristoph Hellwig1-1/+0
2024-06-19block: move the nonrot flag to queue_limitsChristoph Hellwig1-1/+0
2024-06-19block: move cache control settings out of queue->flagsChristoph Hellwig1-2/+0
2024-04-17block: Remove zone write lockingDamien Le Moal1-1/+0
2024-04-17block: Replace zone_wlock debugfs entry with zone_wplugs entryDamien Le Moal1-1/+1
2024-01-18blk-mq: Remove the hctx 'run' debugfs attributeBart Van Assche1-18/+0
2023-09-22blk-mq: remove RQF_MQ_INFLIGHTChengming Zhou1-1/+0
2023-06-12blk-mq: fix potential io hang by wrong 'wake_batch'Yu Kuai1-1/+1
2023-05-20blk-mq: don't use the requeue list to queue flush commandsChristoph Hellwig1-1/+0
2023-05-19blk-mq: make sure elevator callbacks aren't called for passthrough requestChristoph Hellwig1-1/+2
2023-05-19blk-mq: remove RQF_ELVPRIVChristoph Hellwig1-1/+0
2023-05-19block: Decode all flag names in the debugfs outputBart Van Assche1-0/+3
2023-04-13blk-mq: include <linux/blk-mq.h> in block/blk-mq.hChristoph Hellwig1-1/+0
2023-04-13blk-mq: remove blk-mq-tag.hChristoph Hellwig1-1/+0
2023-03-21blk-mq: remove hybrid pollingKeith Busch1-26/+0
2023-02-03blk-rq-qos: store a gendisk instead of request_queue in struct rq_qosChristoph Hellwig1-6/+4
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds1-2/+0
2022-09-22block/blk-rq-qos: delete useless enmu RQ_QOS_IOPRIOLi Jinlin1-2/+0
2022-09-09block: add missing request flags to debugfs codeJens Axboe1-0/+2
2022-07-14block: Use the new blk_opf_t typeBart Van Assche1-2/+2
2022-07-14block: Use enum req_op where appropriateBart Van Assche1-1/+1
2022-07-12blk-mq: don't create hctx debugfs dir until q->debugfs_dir is createdMing Lei1-0/+3
2022-07-06blk-mq: Drop 'reserved' arg of busy_tag_iter_fnJohn Garry1-1/+1
2022-06-28block: remove QUEUE_FLAG_DEADChristoph Hellwig1-5/+3
2022-06-17block: remove per-disk debugfs files in blk_unregister_queueChristoph Hellwig1-8/+0
2022-06-17block: serialize all debugfs operations using q->debugfs_mutexChristoph Hellwig1-5/+20
2022-04-18block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig1-1/+0
2022-04-18block: remove QUEUE_FLAG_DISCARDChristoph Hellwig1-1/+0
2022-03-26Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds1-24/+0
2022-03-09blk-mq: prepare for implementing hctx table via xarrayMing Lei1-3/+3