aboutsummaryrefslogtreecommitdiff
path: root/block/blk-mq-debugfs.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-17block: Remove zone write lockingGravatar Damien Le Moal 1-1/+0
2024-04-17block: Replace zone_wlock debugfs entry with zone_wplugs entryGravatar Damien Le Moal 1-1/+1
2024-01-17blk-mq: Remove the hctx 'run' debugfs attributeGravatar Bart Van Assche 1-18/+0
2023-09-22blk-mq: remove RQF_MQ_INFLIGHTGravatar Chengming Zhou 1-1/+0
2023-06-12blk-mq: fix potential io hang by wrong 'wake_batch'Gravatar Yu Kuai 1-1/+1
2023-05-19blk-mq: don't use the requeue list to queue flush commandsGravatar Christoph Hellwig 1-1/+0
2023-05-18blk-mq: make sure elevator callbacks aren't called for passthrough requestGravatar Christoph Hellwig 1-1/+2
2023-05-18blk-mq: remove RQF_ELVPRIVGravatar Christoph Hellwig 1-1/+0
2023-05-18block: Decode all flag names in the debugfs outputGravatar Bart Van Assche 1-0/+3
2023-04-13blk-mq: include <linux/blk-mq.h> in block/blk-mq.hGravatar Christoph Hellwig 1-1/+0
2023-04-13blk-mq: remove blk-mq-tag.hGravatar Christoph Hellwig 1-1/+0
2023-03-20blk-mq: remove hybrid pollingGravatar Keith Busch 1-26/+0
2023-02-03blk-rq-qos: store a gendisk instead of request_queue in struct rq_qosGravatar Christoph Hellwig 1-6/+4
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-2/+0
2022-09-21block/blk-rq-qos: delete useless enmu RQ_QOS_IOPRIOGravatar Li Jinlin 1-2/+0
2022-09-09block: add missing request flags to debugfs codeGravatar Jens Axboe 1-0/+2
2022-07-14block: Use the new blk_opf_t typeGravatar Bart Van Assche 1-2/+2
2022-07-14block: Use enum req_op where appropriateGravatar Bart Van Assche 1-1/+1
2022-07-12blk-mq: don't create hctx debugfs dir until q->debugfs_dir is createdGravatar Ming Lei 1-0/+3
2022-07-06blk-mq: Drop 'reserved' arg of busy_tag_iter_fnGravatar John Garry 1-1/+1
2022-06-28block: remove QUEUE_FLAG_DEADGravatar Christoph Hellwig 1-5/+3
2022-06-17block: remove per-disk debugfs files in blk_unregister_queueGravatar Christoph Hellwig 1-8/+0
2022-06-17block: serialize all debugfs operations using q->debugfs_mutexGravatar Christoph Hellwig 1-5/+20
2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDGravatar Christoph Hellwig 1-1/+0
2022-04-17block: remove QUEUE_FLAG_DISCARDGravatar Christoph Hellwig 1-1/+0
2022-03-26Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-24/+0
2022-03-08blk-mq: prepare for implementing hctx table via xarrayGravatar Ming Lei 1-3/+3
2022-03-07block: remove the per-bio/request write hintGravatar Christoph Hellwig 1-24/+0
2021-12-02blk-mq: check q->poll_stat in queue_poll_stat_showGravatar Ming Lei 1-0/+3
2021-11-29block: don't include blk-mq-sched.h in blk.hGravatar Christoph Hellwig 1-0/+1
2021-11-29block: only allocate poll_stats if there's a user of themGravatar Jens Axboe 1-1/+0
2021-11-09Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+1
2021-11-03blk-mq: add RQF_ELV debug entryGravatar Ming Lei 1-0/+1
2021-11-01Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux...Gravatar Linus Torvalds 1-1/+0
2021-10-29blk-mq-debugfs: Show active requests per queue for shared tagsGravatar John Garry 1-1/+1
2021-10-22block: remove QUEUE_FLAG_SCSI_PASSTHROUGHGravatar Christoph Hellwig 1-1/+0
2021-10-18block: remove some blk_mq_hw_ctx debugfs entriesGravatar Jens Axboe 1-67/+0
2021-10-18block: remove debugfs blk_mq_ctx dispatched/merged/completed attributesGravatar Jens Axboe 1-54/+0
2021-10-18block: rename REQ_HIPRI to REQ_POLLEDGravatar Christoph Hellwig 1-1/+1
2021-10-18blk-mq: Stop using pointers for blk_mq_tags bitmap tagsGravatar John Garry 1-4/+4
2021-10-04block: decode QUEUE_FLAG_HCTX_ACTIVE in debugfs outputGravatar Johannes Thumshirn 1-0/+1
2021-06-21block: Introduce the ioprio rq-qos policyGravatar Bart Van Assche 1-0/+2
2021-06-21block/blk-rq-qos: Move a function from a header file into a C fileGravatar Bart Van Assche 1-0/+13
2021-04-28Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+8
2021-04-16blk-mq: Fix spurious debugfs directory creation during initializationGravatar Saravanan D 1-0/+8
2021-04-02block: remove the unused RQF_ALLOCED flagGravatar Christoph Hellwig 1-1/+0
2021-03-01block: Drop leftover references to RQF_SORTEDGravatar Jean Delvare 1-1/+0
2021-01-10Merge tag 'block-5.11-2021-01-10' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+1
2021-01-08blk-mq-debugfs: Add decode for BLK_MQ_F_TAG_HCTX_SHAREDGravatar John Garry 1-0/+1
2021-01-01Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Gravatar Linus Torvalds 1-1/+0