aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-mq-debugfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-10Merge tag 'block-5.11-2021-01-10' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2021-01-08blk-mq-debugfs: Add decode for BLK_MQ_F_TAG_HCTX_SHAREDJohn Garry1-0/+1
2021-01-01Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+0
2020-12-29block: add debugfs stanza for QUEUE_FLAG_NOWAITAndres Freund1-0/+1
2020-12-09scsi: block: Remove RQF_PREEMPT and BLK_MQ_REQ_PREEMPTBart Van Assche1-1/+0
2020-09-24bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig1-0/+1
2020-09-03blk-mq: Use pointers for blk_mq_tags bitmap tagsJohn Garry1-4/+4
2020-09-03blk-mq: Rename BLK_MQ_F_TAG_SHARED as BLK_MQ_F_TAG_QUEUE_SHAREDMing Lei1-1/+1
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+1
2020-07-01blk-mq: remove pointless call of list_entry_rq() in hctx_show_busy_rq()Hou Tao1-2/+1
2020-06-29blk-mq-debugfs: update blk_queue_flag_name[] accordingly for new flagsHou Tao1-0/+3
2020-06-24block: create the request_queue debugfs_dir on registrationLuis Chamberlain1-5/+0
2020-05-29blk-mq: drain I/O when all CPUs in a hctx are offlineMing Lei1-0/+2
2020-04-22block: remove RQF_COPY_USERChristoph Hellwig1-1/+0
2019-07-09Merge tag 'for-5.3/block-20190708' of git://git.kernel.dk/linux-blockLinus Torvalds1-29/+13
2019-07-06blk-mq: fix up placement of debugfs directory of queue filesGreg Kroah-Hartman1-0/+7
2019-06-20block: use blk_op_str() in blk-mq-debugfs.cChaitanya Kulkarni1-20/+4
2019-06-20block: code cleanup queue_poll_stat_show()Chaitanya Kulkarni1-5/+5
2019-06-20block: use right format specifier for opChaitanya Kulkarni1-1/+1
2019-06-20block: get rid of redundant elseChaitanya Kulkarni1-2/+2
2019-06-17block: use req_op() to maintain consistencyChaitanya Kulkarni1-1/+1
2019-06-15blk-mq/debugfs: Fix improper print qualifierPavel Begunkov1-1/+1
2019-06-13blk-mq: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-111/+34
2019-04-30block: switch all files cleared marked as GPLv2 to SPDX tagsChristoph Hellwig1-12/+1
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+0
2019-02-15Merge tag 'v5.0-rc6' into for-5.1/blockJens Axboe1-0/+3
2019-02-15block: kill BLK_MQ_F_SG_MERGEMing Lei1-1/+0
2019-02-15block: kill QUEUE_FLAG_NO_SG_MERGEMing Lei1-1/+0
2019-02-09block: kill QUEUE_FLAG_FLUSH_NQJens Axboe1-1/+0
2019-02-08Merge tag 'driver-core-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+3
2019-02-05scsi: block: remove bidi supportChristoph Hellwig1-1/+0
2019-01-31blk-mq: protect debugfs_create_files() from failuresGreg Kroah-Hartman1-0/+3
2019-01-24blk-mq: fix the cmd_flag_name arrayJianchao Wang1-1/+2
2018-12-17blk-mq: fix dispatch from sw queueMing Lei1-30/+39
2018-12-17blk-mq: export hctx->type in debugfs instead of sysfsMing Lei1-0/+16
2018-12-16blk-mq-debugfs: support rq_qosMing Lei1-0/+54
2018-11-15block: remove QUEUE_FLAG_BYPASS and ->bypassChristoph Hellwig1-1/+0
2018-11-08blk-mq-tag: change busy_iter_fn to return whether to continue or notJens Axboe1-2/+5
2018-11-07blk-mq: cache request hardware queue mappingJens Axboe1-3/+1
2018-11-07blk-mq: pass in request/bio flags to queue mappingJens Axboe1-1/+3
2018-11-07block: remove legacy rq taggingJens Axboe1-2/+0
2018-10-25block: add a report_zones methodChristoph Hellwig1-1/+0
2018-10-05blk-mq-debugfs: Also show requests that have not yet been startedBart Van Assche1-2/+1
2018-09-26block, scsi: Change the preempt-only flag into a counterBart Van Assche1-1/+9
2018-07-09blk-mq: dequeue request one by one from sw queue if hctx is busyMing Lei1-0/+9
2018-07-09block: Make struct request_queue smaller for CONFIG_BLK_DEV_ZONED=nBart Van Assche1-15/+0
2018-07-09block: Inline blk_queue_nr_zones()Bart Van Assche1-1/+1
2018-06-20blk-mq-debugfs: Off by one in blk_mq_rq_state_name()Dan Carpenter1-1/+1
2018-05-29blk-mq: Remove generation seqeunceKeith Busch1-1/+0
2018-04-10blk-mq: remove blk_mq_delay_queue()Ming Lei1-1/+0