summaryrefslogtreecommitdiff
path: root/block/blk-mq-debugfs.c
AgeCommit message (Expand)Author
2025-03-13block: protect debugfs attribute method hctx_busy_showNilay Shroff
2025-03-13block: remove unnecessary goto labels in debugfs attribute read methodsNilay Shroff
2025-03-13block: protect debugfs attrs using elevator_lock instead of sysfs_lockNilay Shroff
2025-01-06block: simplify tag allocation policy selectionChristoph Hellwig
2025-01-06block: remove BLK_MQ_F_NO_SCHEDChristoph Hellwig
2024-12-23block: remove BLK_MQ_F_SHOULD_MERGEChristoph Hellwig
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