aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi_debugfs.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-24scsi: core: Report error list information in debugfsGravatar Bart Van Assche 1-3/+23
2022-03-01scsi: core: Remove struct scsi_requestGravatar Christoph Hellwig 1-1/+1
2022-03-01scsi: core: Remove the cmd field from struct scsi_requestGravatar Christoph Hellwig 1-3/+1
2021-11-29scsi: core: Show SCMD_LAST in text formGravatar Bart Van Assche 1-0/+1
2021-04-06scsi: remove the unchecked_isa_dma flagGravatar Christoph Hellwig 1-1/+0
2019-07-30scsi: scsi_debugfs: Use for_each_set_bit to simplify codeGravatar Andy Shevchenko 1-3/+2
2018-04-20scsi: devinfo: use const_ilog2 for array indicesGravatar Martin Wilck 1-1/+1
2018-01-08scsi: sd: Remove zone write lockingGravatar Damien Le Moal 1-1/+0
2018-01-08scsi: scsi-mq-debugfs: Show more informationGravatar Bart Van Assche 1-3/+38
2017-12-11scsi: core: Fix a scsi_show_rq() NULL pointer dereferenceGravatar Bart Van Assche 1-2/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-08-31scsi: Show .retries and .jiffies_at_alloc in debugfsGravatar Bart Van Assche 1-1/+3
2017-04-26scsi: Implement blk_mq_ops.show_rq()Gravatar Bart Van Assche 1-0/+13