summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* scsi: ufs: Group UFS WB related flags in struct ufs_dev_infoBean Huo2021-01-204-26/+28
* scsi: ufs: Remove two WB related fields from struct ufs_dev_infoBean Huo2021-01-202-10/+6
* scsi: ufs: Update comment in the function ufshcd_wb_probe()Bean Huo2021-01-201-4/+3
* scsi: ufs: Add "wb_on" sysfs node to control WB on/offBean Huo2021-01-203-2/+49
* scsi: ufs: ufs-exynos: Use UFSHCD_QUIRK_ALIGN_SG_WITH_PAGE_SIZEKiwoong Kim2021-01-201-1/+2
* scsi: ufs: Introduce a quirk to allow only page-aligned sg entriesKiwoong Kim2021-01-202-0/+6
* scsi: ufs: Delete redundant if statement in ufshcd_intr()Bean Huo2021-01-201-2/+1
* scsi: ibmvfc: Fix spelling mistake "succeded" -> "succeeded"Colin Ian King2021-01-201-1/+1
* scsi: pm80xx: Switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-01-201-4/+5
* scsi: pm80xx: Clean up indentation of a code blockColin Ian King2021-01-201-19/+15
* Merge branch '5.11/scsi-fixes' into 5.12/scsi-queueMartin K. Petersen2021-01-2010-48/+142
|\
| * scsi: sd: Remove obsolete variable in sd_remove()Lukas Bulwahn2021-01-051-2/+0
| * scsi: sd: Suppress spurious errors when WRITE SAME is being disabledEwan D. Milne2021-01-051-1/+3
| * scsi: scsi_debug: Fix memleak in scsi_debug_init()Dinghao Liu2021-01-051-2/+3
| * scsi: mpt3sas: Fix spelling mistake in Kconfig "compatiblity" -> "compatibility"Colin Ian King2021-01-051-1/+1
| * scsi: qedi: Correct max length of CHAP secretNilesh Javali2021-01-051-2/+2
| * scsi: ufs: Correct the LUN used in eh_device_reset_handler() callbackCan Guo2021-01-051-7/+4
| * scsi: ufs: Relocate flush of exceptional eventKiwoong Kim2021-01-051-2/+2
| * scsi: ufs: Relax the condition of UFSHCI_QUIRK_SKIP_MANUAL_WB_FLUSH_CTRLStanley Chu2021-01-051-4/+2
| * scsi: ufs: Fix possible power drain during system suspendStanley Chu2021-01-051-1/+2
| * Merge branch '5.11/scsi-postmerge' into 5.11/scsi-fixesMartin K. Petersen2021-01-045-26/+123
| |\
| | * scsi: hisi_sas: Expose HW queues for v2 hwJohn Garry2020-12-213-13/+68
| | * Revert "Revert "scsi: megaraid_sas: Added support for shared host tagset for ...Martin K. Petersen2020-12-162-13/+55
* | | scsi: lpfc: Add support for eh_should_retry_cmd()Muneendra Kumar2021-01-141-0/+1
* | | scsi: scsi_transport_fc: Add store capability to rport port_state in sysfsMuneendra Kumar2021-01-141-2/+54
* | | scsi: scsi_transport_fc: Add a new rport state FC_PORTSTATE_MARGINALMuneendra Kumar2021-01-141-16/+46
* | | scsi: core: No retries on abort successMuneendra Kumar2021-01-141-2/+15
* | | scsi: core: Add a new error code DID_TRANSPORT_MARGINAL in scsi.hMuneendra Kumar2021-01-142-0/+7
* | | scsi: ibmvfc: Provide modules parameters for MQ settingsTyrel Datwyler2021-01-142-9/+67
* | | scsi: ibmvfc: Enable MQ and set reasonable defaultsTyrel Datwyler2021-01-141-3/+3
* | | scsi: ibmvfc: Purge SCSI channels after transport loss/resetTyrel Datwyler2021-01-141-0/+16
* | | scsi: ibmvfc: Send Cancel MAD down each hw SCSI channelTyrel Datwyler2021-01-142-12/+100
* | | scsi: ibmvfc: Add cancel mad initialization helperTyrel Datwyler2021-01-141-28/+40
* | | scsi: ibmvfc: Register Sub-CRQ handles with VIOS during channel setupTyrel Datwyler2021-01-141-1/+31
* | | scsi: ibmvfc: Send commands down HW Sub-CRQ when channelizedTyrel Datwyler2021-01-141-6/+33
* | | scsi: ibmvfc: Set and track hw queue in ibmvfc_event structTyrel Datwyler2021-01-142-0/+6
* | | scsi: ibmvfc: Advertise client support for using hardware channelsTyrel Datwyler2021-01-141-0/+4
* | | scsi: ibmvfc: Implement channel enquiry and setup commandsTyrel Datwyler2021-01-142-2/+136
* | | scsi: ibmvfc: Map/request irq and register Sub-CRQ interrupt handlerTyrel Datwyler2021-01-141-0/+25
* | | scsi: ibmvfc: Define Sub-CRQ interrupt handler routineTyrel Datwyler2021-01-141-0/+10
* | | scsi: ibmvfc: Add handlers to drain and complete Sub-CRQ responsesTyrel Datwyler2021-01-141-0/+86
* | | scsi: ibmvfc: Add Sub-CRQ IRQ enable/disable routineTyrel Datwyler2021-01-141-0/+20
* | | scsi: ibmvfc: Add alloc/dealloc routines for SCSI Sub-CRQ ChannelsTyrel Datwyler2021-01-142-0/+126
* | | scsi: ibmvfc: Add Subordinate CRQ definitionsTyrel Datwyler2021-01-141-0/+21
* | | scsi: ibmvfc: Define hcall wrapper for registering a Sub-CRQTyrel Datwyler2021-01-141-0/+14
* | | scsi: ibmvfc: Add size parameter to ibmvfc_init_event_pool()Tyrel Datwyler2021-01-141-9/+16
* | | scsi: ibmvfc: Init/free event pool during queue allocation/freeTyrel Datwyler2021-01-141-10/+8
* | | scsi: ibmvfc: Move event pool init/free routinesTyrel Datwyler2021-01-141-75/+76
* | | scsi: ibmvfc: Add vhost fields and defaults for MQ enablementTyrel Datwyler2021-01-142-0/+17
* | | scsi: ufs: Protect PM ops and err_handler from user access through sysfsCan Guo2021-01-143-33/+125