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