aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2021-10-16scsi: 3w-9xxx: Call scsi_done() directlyBart Van Assche1-5/+2
2021-10-16scsi: core: Rename scsi_mq_done() into scsi_done() and export itBart Van Assche1-2/+3
2021-10-16scsi: core: Use a structure member to track the SCSI command submitterBart Van Assche3-11/+17
2021-10-16scsi: core: pm: Only runtime resume if necessaryBart Van Assche2-55/+20
2021-10-16scsi: sd: Rename sd_resume() into sd_resume_system()Bart Van Assche1-3/+8
2021-10-16scsi: core: pm: Rely on the device driver core for async power managementBart Van Assche7-54/+22
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-43/+41
2021-10-12scsi: hisi_sas: Disable SATA disk phy for severe I_T nexus reset failureLuo Jiaxing1-5/+24
2021-10-12scsi: libsas: Export sas_phy_enable()Luo Jiaxing1-1/+2
2021-10-12scsi: hisi_sas: Wait for phyup in hisi_sas_control_phy()Xiang Chen4-41/+39
2021-10-12scsi: hisi_sas: Initialise devices in .slave_alloc callbackXiang Chen5-6/+18
2021-10-12scsi: core: Put LLD module refcnt after SCSI device is releasedMing Lei2-1/+12
2021-10-12scsi: storvsc: Fix validation for unsolicited incoming packetsAndrea Parri (Microsoft)1-9/+23
2021-10-12scsi: ufs: core: Fix synchronization between scsi_unjam_host() and ufshcd_que...Adrian Hunter1-0/+12
2021-10-12scsi: ufs: mediatek: Support vops pre suspend to disable auto-hibern8Peter Wang7-9/+114
2021-10-12scsi: iscsi: Fix set_param() handlingMike Christie1-2/+0
2021-10-12scsi: core: Fix shost->cmd_per_lun calculation in scsi_add_host_with_dma()Dexuan Cui1-1/+2
2021-10-12scsi: csiostor: Uninitialized data in csio_ln_vnp_read_cbfn()Dan Carpenter1-1/+1
2021-10-12Merge branch '5.15/scsi-fixes' into 5.16/scsi-stagingMartin K. Petersen35-320/+299
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-7/+7
2021-10-05scsi: smartpqi: Update version to 2.1.12-055Don Brace1-3/+3
2021-10-05scsi: smartpqi: Add 3252-8i PCI idMike McGowen1-0/+4
2021-10-05scsi: smartpqi: Fix duplicate device nodes for tape changersKevin Barnett2-4/+20
2021-10-05scsi: smartpqi: Fix boot failure during LUN rebuildMike McGowen1-1/+1
2021-10-05scsi: smartpqi: Add extended report physical LUNsMike McGowen3-59/+147
2021-10-05scsi: smartpqi: Avoid failing I/Os for offline devicesMahesh Rajashekhara1-1/+8
2021-10-05scsi: smartpqi: Add TEST UNIT READY check for SANITIZE operationDon Brace1-0/+87
2021-10-05scsi: smartpqi: Update LUN reset handlerKevin Barnett1-39/+66
2021-10-05scsi: smartpqi: Capture controller reason codesMurthy Bhat4-20/+57
2021-10-05scsi: smartpqi: Add controller handshake during kdumpMahesh Rajashekhara3-2/+91
2021-10-05scsi: smartpqi: Update device removal managementDon Brace1-36/+28
2021-10-04scsi: mpi3mr: Clean up mpi3mr_print_ioc_info()Dan Carpenter1-23/+9
2021-10-04scsi: iscsi: Fix iscsi_task use after freeMike Christie1-6/+9
2021-10-04scsi: lpfc: Fix memory overwrite during FC-GS I/O abort handlingJames Smart1-4/+7
2021-10-04scsi: elx: efct: Delete stray unlock statementDan Carpenter1-2/+1
2021-10-04scsi: pm80xx: Fix misleading log statement in pm8001_mpi_get_nvmd_resp()Igor Pylypiv1-1/+1
2021-10-04scsi: pm80xx: Replace open coded check with dev_is_expander()Igor Pylypiv2-4/+2
2021-10-04scsi: target: ibm_vscsi: Replace enable attr with ops.enableDmitry Bogdanov1-38/+4
2021-10-04scsi: target: qla2xxx: Replace enable attr with ops.enableDmitry Bogdanov1-61/+12
2021-10-04scsi: megaraid_sas: Driver version update to 07.719.03.00-rc1Sumit Saxena1-2/+2
2021-10-04scsi: megaraid_sas: Add helper functions for irq_contextSumit Saxena1-6/+39
2021-10-04scsi: megaraid_sas: Fix concurrent access to ISR between IRQ polling and real...Sumit Saxena1-4/+7
2021-10-04scsi: advansys: Fix kernel pointer leakGuo Zhi1-2/+2
2021-10-04scsi: ufs: core: Do not exit ufshcd_err_handler() unless operational or deadAdrian Hunter1-4/+24
2021-10-04scsi: ufs: core: Do not exit ufshcd_reset_and_restore() unless operational or...Adrian Hunter1-13/+23
2021-10-04scsi: ufs: core: Stop clearing UNIT ATTENTIONSBart Van Assche2-197/+1
2021-10-04scsi: ufs: core: Retry START_STOP on UNIT_ATTENTIONJaegeuk Kim1-3/+9
2021-10-04scsi: ufs: core: Remove return statement in void functionBean Huo1-1/+0
2021-10-04scsi: ufs: core: Fix ufshcd_probe_hba() prototype to match the definitionBean Huo1-1/+1
2021-10-04scsi: ufs: core: Fix NULL pointer dereferenceBean Huo1-3/+0