summaryrefslogtreecommitdiffstats
path: root/block/blk-mq-debugfs.c
Commit message (Expand)AuthorAgeFilesLines
...
| * scsi: block: Remove RQF_PREEMPT and BLK_MQ_REQ_PREEMPTBart Van Assche2020-12-091-1/+0
* | block: add debugfs stanza for QUEUE_FLAG_NOWAITAndres Freund2020-12-291-0/+1
|/
* bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig2020-09-241-0/+1
* blk-mq: Use pointers for blk_mq_tags bitmap tagsJohn Garry2020-09-031-4/+4
* blk-mq: Rename BLK_MQ_F_TAG_SHARED as BLK_MQ_F_TAG_QUEUE_SHAREDMing Lei2020-09-031-1/+1
* Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-031-7/+1
|\
| * blk-mq: remove pointless call of list_entry_rq() in hctx_show_busy_rq()Hou Tao2020-07-011-2/+1
| * block: create the request_queue debugfs_dir on registrationLuis Chamberlain2020-06-241-5/+0
* | blk-mq-debugfs: update blk_queue_flag_name[] accordingly for new flagsHou Tao2020-06-291-0/+3
|/
* blk-mq: drain I/O when all CPUs in a hctx are offlineMing Lei2020-05-291-0/+2
* block: remove RQF_COPY_USERChristoph Hellwig2020-04-221-1/+0
* Merge tag 'for-5.3/block-20190708' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-091-29/+13
|\
| * block: use blk_op_str() in blk-mq-debugfs.cChaitanya Kulkarni2019-06-201-20/+4
| * block: code cleanup queue_poll_stat_show()Chaitanya Kulkarni2019-06-201-5/+5
| * block: use right format specifier for opChaitanya Kulkarni2019-06-201-1/+1
| * block: get rid of redundant elseChaitanya Kulkarni2019-06-201-2/+2
| * block: use req_op() to maintain consistencyChaitanya Kulkarni2019-06-171-1/+1
| * blk-mq/debugfs: Fix improper print qualifierPavel Begunkov2019-06-151-1/+1
* | blk-mq: fix up placement of debugfs directory of queue filesGreg Kroah-Hartman2019-07-061-0/+7
|/
* blk-mq: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-131-111/+34
* block: switch all files cleared marked as GPLv2 to SPDX tagsChristoph Hellwig2019-04-301-12/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-091-1/+0
|\
| * scsi: block: remove bidi supportChristoph Hellwig2019-02-051-1/+0
* | Merge tag 'v5.0-rc6' into for-5.1/blockJens Axboe2019-02-151-0/+3
|\ \
| * \ Merge tag 'driver-core-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-02-081-0/+3
| |\ \
| | * | blk-mq: protect debugfs_create_files() from failuresGreg Kroah-Hartman2019-01-311-0/+3
| | |/
* | | block: kill BLK_MQ_F_SG_MERGEMing Lei2019-02-151-1/+0
* | | block: kill QUEUE_FLAG_NO_SG_MERGEMing Lei2019-02-151-1/+0
* | | block: kill QUEUE_FLAG_FLUSH_NQJens Axboe2019-02-091-1/+0
|/ /
* / blk-mq: fix the cmd_flag_name arrayJianchao Wang2019-01-241-1/+2
|/
* blk-mq: fix dispatch from sw queueMing Lei2018-12-171-30/+39
* blk-mq: export hctx->type in debugfs instead of sysfsMing Lei2018-12-171-0/+16
* blk-mq-debugfs: support rq_qosMing Lei2018-12-161-0/+54
* block: remove QUEUE_FLAG_BYPASS and ->bypassChristoph Hellwig2018-11-151-1/+0
* blk-mq-tag: change busy_iter_fn to return whether to continue or notJens Axboe2018-11-081-2/+5
* blk-mq: cache request hardware queue mappingJens Axboe2018-11-071-3/+1
* blk-mq: pass in request/bio flags to queue mappingJens Axboe2018-11-071-1/+3
* block: remove legacy rq taggingJens Axboe2018-11-071-2/+0
* block: add a report_zones methodChristoph Hellwig2018-10-251-1/+0
* blk-mq-debugfs: Also show requests that have not yet been startedBart Van Assche2018-10-051-2/+1
* block, scsi: Change the preempt-only flag into a counterBart Van Assche2018-09-261-1/+9
* blk-mq: dequeue request one by one from sw queue if hctx is busyMing Lei2018-07-091-0/+9
* block: Make struct request_queue smaller for CONFIG_BLK_DEV_ZONED=nBart Van Assche2018-07-091-15/+0
* block: Inline blk_queue_nr_zones()Bart Van Assche2018-07-091-1/+1
* blk-mq-debugfs: Off by one in blk_mq_rq_state_name()Dan Carpenter2018-06-201-1/+1
* blk-mq: Remove generation seqeunceKeith Busch2018-05-291-1/+0
* blk-mq: remove blk_mq_delay_queue()Ming Lei2018-04-101-1/+0
* blk-mq-debugfs: Show more request state informationBart Van Assche2018-03-171-1/+15
* blk-mq-debugfs: Show zone locking informationBart Van Assche2018-02-281-0/+16
* blk-mq-debugfs: Reorder queue show and store methodsBart Van Assche2018-02-281-65/+65