summaryrefslogtreecommitdiffstats
path: root/block/blk-mq-debugfs.c
Commit message (Expand)AuthorAgeFilesLines
* block: Catch possible entries missing from rqf_name[]John Garry2024-07-191-0/+1
* block: Simplify definition of RQF_NAME()John Garry2024-07-191-1/+1
* block: Catch possible entries missing from cmd_flag_name[]John Garry2024-07-191-0/+2
* block: Catch possible entries missing from alloc_policy_name[]John Garry2024-07-191-0/+1
* block: Catch possible entries missing from hctx_flag_name[]John Garry2024-07-191-0/+3
* block: Catch possible entries missing from hctx_state_name[]John Garry2024-07-191-0/+1
* block: Catch possible entries missing from blk_queue_flag_name[]John Garry2024-07-191-0/+2
* block: remove QUEUE_FLAG_STOPPEDChristoph Hellwig2024-07-191-1/+0
* block: Add missing entry to hctx_flag_name[]John Garry2024-07-191-2/+3
* block: Add zone write plugging entry to rqf_name[]John Garry2024-07-191-0/+1
* block: Add missing entries from cmd_flag_name[]John Garry2024-07-191-1/+6
* block: move the skip_tagset_quiesce flag to queue_limitsChristoph Hellwig2024-06-191-1/+0
* block: move the pci_p2pdma flag to queue_limitsChristoph Hellwig2024-06-191-1/+0
* block: move the zone_resetall flag to queue_limitsChristoph Hellwig2024-06-191-1/+0
* block: move the poll flag to queue_limitsChristoph Hellwig2024-06-191-1/+0
* block: move the dax flag to queue_limitsChristoph Hellwig2024-06-191-1/+0
* block: move the nowait flag to queue_limitsChristoph Hellwig2024-06-191-1/+0
* block: move the synchronous flag to queue_limitsChristoph Hellwig2024-06-191-1/+0
* block: move the stable_writes flag to queue_limitsChristoph Hellwig2024-06-191-1/+0
* block: move the io_stat flag setting to queue_limitsChristoph Hellwig2024-06-191-1/+0
* block: move the add_random flag to queue_limitsChristoph Hellwig2024-06-191-1/+0
* block: move the nonrot flag to queue_limitsChristoph Hellwig2024-06-191-1/+0
* block: move cache control settings out of queue->flagsChristoph Hellwig2024-06-191-2/+0
* block: Remove zone write lockingDamien Le Moal2024-04-171-1/+0
* block: Replace zone_wlock debugfs entry with zone_wplugs entryDamien Le Moal2024-04-171-1/+1
* blk-mq: Remove the hctx 'run' debugfs attributeBart Van Assche2024-01-171-18/+0
* blk-mq: remove RQF_MQ_INFLIGHTChengming Zhou2023-09-221-1/+0
* blk-mq: fix potential io hang by wrong 'wake_batch'Yu Kuai2023-06-121-1/+1
* blk-mq: don't use the requeue list to queue flush commandsChristoph Hellwig2023-05-191-1/+0
* blk-mq: make sure elevator callbacks aren't called for passthrough requestChristoph Hellwig2023-05-181-1/+2
* blk-mq: remove RQF_ELVPRIVChristoph Hellwig2023-05-181-1/+0
* block: Decode all flag names in the debugfs outputBart Van Assche2023-05-181-0/+3
* 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