summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)Author
2021-01-22scsi: hpsa: Do not set COMMAND_COMPLETEHannes Reinecke
2021-01-22scsi: aacraid: Avoid setting message byte on completionHannes Reinecke
2021-01-22scsi: qla4xxx: Use standard SAM status definitionsHannes Reinecke
2021-01-22scsi: dc395: Drop private SAM status code definitionsHannes Reinecke
2021-01-22scsi: nsp32: Fixup status handlingHannes Reinecke
2021-01-22scsi: acornscsi: Use standard definesHannes Reinecke
2021-01-22scsi: bfa: Drop driver-defined SCSI status codesHannes Reinecke
2021-01-22scsi: aic7xxx: aic79xx: Remove driver-defined SAM status definitionsHannes Reinecke
2021-01-22scsi: aic7xxx: aic79xx: Kill pointless forward declarationsHannes Reinecke
2021-01-22scsi: aic7xxx: aic79xx: Whitespace cleanupHannes Reinecke
2021-01-22scsi: atp870u: Whitespace cleanupHannes Reinecke
2021-01-22scsi: 3w-sas: Whitespace cleanupHannes Reinecke
2021-01-22scsi: 3w-9xxx: Whitespace cleanupHannes Reinecke
2021-01-22scsi: 3w-xxxx: Whitespace cleanupHannes Reinecke
2021-01-22scsi: Drop gdth driverHannes Reinecke
2021-01-20scsi: ufs: Clean up and refactor clk-scaling featureStanley Chu
2021-01-20scsi: ufs: Remove redundant null checking of devfreq instanceStanley Chu
2021-01-20scsi: ufs: Refactor cancelling clkscaling worksStanley Chu
2021-01-20Revert "Make sure clk scaling happens only when HBA is runtime ACTIVE"Can Guo
2021-01-20scsi: ufs: Refactor ufshcd_init/exit_clk_scaling/gating()Can Guo
2021-01-20scsi: ufs: Protect some contexts from unexpected clock scalingCan Guo
2021-01-20scsi: ufs: Group UFS WB related flags in struct ufs_dev_infoBean Huo
2021-01-20scsi: ufs: Remove two WB related fields from struct ufs_dev_infoBean Huo
2021-01-20scsi: ufs: Update comment in the function ufshcd_wb_probe()Bean Huo
2021-01-20scsi: ufs: Add "wb_on" sysfs node to control WB on/offBean Huo
2021-01-20scsi: ufs: ufs-exynos: Use UFSHCD_QUIRK_ALIGN_SG_WITH_PAGE_SIZEKiwoong Kim
2021-01-20scsi: ufs: Introduce a quirk to allow only page-aligned sg entriesKiwoong Kim
2021-01-20scsi: ufs: Delete redundant if statement in ufshcd_intr()Bean Huo
2021-01-20scsi: qla2xxx: Fix description for parameter ql2xenforce_iocb_limitEnzo Matsumiya
2021-01-20scsi: ibmvfc: Fix spelling mistake "succeded" -> "succeeded"Colin Ian King
2021-01-20scsi: pm80xx: Switch from 'pci_' to 'dma_' APIChristophe JAILLET
2021-01-20scsi: pm80xx: Clean up indentation of a code blockColin Ian King
2021-01-20Merge branch '5.11/scsi-fixes' into 5.12/scsi-queueMartin K. Petersen
2021-01-14scsi: lpfc: Add support for eh_should_retry_cmd()Muneendra Kumar
2021-01-14scsi: scsi_transport_fc: Add store capability to rport port_state in sysfsMuneendra Kumar
2021-01-14scsi: scsi_transport_fc: Add a new rport state FC_PORTSTATE_MARGINALMuneendra Kumar
2021-01-14scsi: core: No retries on abort successMuneendra Kumar
2021-01-14scsi: core: Add a new error code DID_TRANSPORT_MARGINAL in scsi.hMuneendra Kumar
2021-01-14scsi: ibmvfc: Provide modules parameters for MQ settingsTyrel Datwyler
2021-01-14scsi: ibmvfc: Enable MQ and set reasonable defaultsTyrel Datwyler
2021-01-14scsi: ibmvfc: Purge SCSI channels after transport loss/resetTyrel Datwyler
2021-01-14scsi: ibmvfc: Send Cancel MAD down each hw SCSI channelTyrel Datwyler
2021-01-14scsi: ibmvfc: Add cancel mad initialization helperTyrel Datwyler
2021-01-14scsi: ibmvfc: Register Sub-CRQ handles with VIOS during channel setupTyrel Datwyler
2021-01-14scsi: ibmvfc: Send commands down HW Sub-CRQ when channelizedTyrel Datwyler
2021-01-14scsi: ibmvfc: Set and track hw queue in ibmvfc_event structTyrel Datwyler
2021-01-14scsi: ibmvfc: Advertise client support for using hardware channelsTyrel Datwyler
2021-01-14scsi: ibmvfc: Implement channel enquiry and setup commandsTyrel Datwyler
2021-01-14scsi: ibmvfc: Map/request irq and register Sub-CRQ interrupt handlerTyrel Datwyler
2021-01-14scsi: ibmvfc: Define Sub-CRQ interrupt handler routineTyrel Datwyler