aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2020-11-04scsi: mpt3sas: Set valid PhysicalPort in SMPPassThroughSreekanth Reddy3-6/+72
2020-11-04scsi: mpt3sas: Update hba_port objects after host resetSreekanth Reddy1-0/+338
2020-11-04scsi: mpt3sas: Get sas_device objects using device's rphySreekanth Reddy3-6/+47
2020-11-04scsi: mpt3sas: Rename transport_del_phy_from_an_existing_port()Sreekanth Reddy2-12/+30
2020-11-04scsi: mpt3sas: Get device objects using sas_address & portIDSreekanth Reddy3-87/+178
2020-11-04scsi: mpt3sas: Update hba_port's sas_address & phy_maskSreekanth Reddy3-27/+126
2020-11-04scsi: mpt3sas: Rearrange _scsih_mark_responding_sas_device()Sreekanth Reddy1-58/+58
2020-11-04scsi: mpt3sas: Allocate memory for hba_port objectsSreekanth Reddy1-4/+69
2020-11-04scsi: mpt3sas: Define hba_port structureSreekanth Reddy1-1/+34
2020-11-02scsi: mpt3sas: Fix timeouts observed while reenabling IRQSreekanth Reddy1-0/+7
2020-11-02scsi: scsi_dh_alua: Avoid crash during alua_bus_detach()Hannes Reinecke1-4/+5
2020-10-31Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-16/+35
2020-10-29scsi: arcmsr: Ensure getting a free ccb is done under the spin_lockching Huang1-1/+3
2020-10-29scsi: arcmsr: Configure the default command timeout valueching Huang2-0/+17
2020-10-29scsi: ufs: qcom: Enable aggressive power collapse for ufs HBAAsutosh Das1-0/+1
2020-10-29scsi: ufs: Put HBA into LPM during clk gatingCan Guo2-2/+20
2020-10-29scsi: hpsa: Fix memory leak in hpsa_init_one()Keita Suzuki1-1/+3
2020-10-29scsi: libfc: Fix enum-conversion warningArnd Bergmann1-1/+1
2020-10-29scsi: libfc: Work around -Warray-bounds warningArnd Bergmann1-11/+19
2020-10-29scsi: libfc: Move scsi/fc_encode.h to libfcArnd Bergmann9-8/+704
2020-10-26scsi: doc: Fix some kernel-doc markupsMauro Carvalho Chehab5-8/+9
2020-10-26scsi: lpfc: Update lpfc version to 12.8.0.5James Smart1-1/+1
2020-10-26scsi: lpfc: Reject CT request for MIB commandsJames Smart3-39/+296
2020-10-26scsi: lpfc: Add FDMI Vendor MIB supportJames Smart9-6/+117
2020-10-26scsi: lpfc: Enlarge max_sectors in scsi host templatesJames Smart2-6/+3
2020-10-26scsi: lpfc: Fix duplicate wq_create_version checkJames Smart1-6/+0
2020-10-26scsi: lpfc: Removed unused macros in lpfc_attr.cJames Smart1-4/+0
2020-10-26scsi: lpfc: Re-fix use after free in lpfc_rq_buf_free()James Smart1-1/+1
2020-10-26scsi: lpfc: Fix scheduling call while in softirq context in lpfc_unreg_rpiJames Smart8-42/+136
2020-10-26scsi: lpfc: Fix invalid sleeping context in lpfc_sli4_nvmet_alloc()James Smart2-5/+9
2020-10-26scsi: qla2xxx: remove incorrect sparse #ifdefLinus Torvalds1-4/+0
2020-10-26scsi: Remove unneeded break statementsTom Rix17-31/+4
2020-10-26scsi: fc: Add mechanism to update FPIN signal statisticsShyam Sundar1-0/+5
2020-10-26scsi: fc: Parse FPIN packets and update statisticsShyam Sundar1-0/+293
2020-10-26scsi: fc: Add FPIN statistics to fc_host and fc_rport objectsShyam Sundar1-0/+117
2020-10-26scsi: hisi_sas: Stop using queue #0 always for v2 hwJohn Garry1-1/+1
2020-10-26scsi: ibmvscsi: Fix potential race after loss of transportTyrel Datwyler1-10/+26
2020-10-26scsi: qla2xxx: Return EBUSY on fcport deletionDaniel Wagner1-2/+4
2020-10-26scsi: core: Don't start concurrent async scan on same hostMing Lei1-3/+4
2020-10-24Merge tag 'block-5.10-2020-10-24' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+9
2020-10-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds27-582/+815
2020-10-16Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds2-13/+9
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds3-65/+87
2020-10-14Merge tag 'spdx-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds51-102/+51
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds132-1976/+3902
2020-10-14Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-7/+49
2020-10-13scsi: handle zone resources errorsDamien Le Moal1-0/+9
2020-10-13Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds9-101/+135
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds3-29/+24
2020-10-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-8/+1