summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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. Petersen37-333/+320
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-05scsi: mpi3mr: Clean up mpi3mr_print_ioc_info()Dan Carpenter1-23/+9
2021-10-05scsi: iscsi: Fix iscsi_task use after freeMike Christie1-6/+9
2021-10-05scsi: lpfc: Fix memory overwrite during FC-GS I/O abort handlingJames Smart1-4/+7
2021-10-05scsi: elx: efct: Delete stray unlock statementDan Carpenter1-2/+1
2021-10-05scsi: pm80xx: Fix misleading log statement in pm8001_mpi_get_nvmd_resp()Igor Pylypiv1-1/+1
2021-10-05scsi: pm80xx: Replace open coded check with dev_is_expander()Igor Pylypiv2-4/+2
2021-10-05scsi: target: tcmu: Use struct_size() helper in kmalloc()Gustavo A. R. Silva1-2/+1
2021-10-05scsi: target: usb: Replace enable attr with ops.enableDmitry Bogdanov1-25/+6
2021-10-05scsi: target: ibm_vscsi: Replace enable attr with ops.enableDmitry Bogdanov1-38/+4
2021-10-05scsi: target: srpt: Replace enable attr with ops.enableDmitry Bogdanov1-34/+4
2021-10-05scsi: target: sbp: Replace enable attr with ops.enableDmitry Bogdanov1-25/+5
2021-10-05scsi: target: qla2xxx: Replace enable attr with ops.enableDmitry Bogdanov1-61/+12
2021-10-05scsi: target: iscsi: Replace tpg enable attr with ops.enableDmitry Bogdanov1-59/+32
2021-10-05scsi: target: core: Add common tpg/enable attributeDmitry Bogdanov2-2/+77
2021-10-05scsi: megaraid_sas: Driver version update to 07.719.03.00-rc1Sumit Saxena1-2/+2
2021-10-05scsi: megaraid_sas: Add helper functions for irq_contextSumit Saxena1-6/+39
2021-10-05scsi: megaraid_sas: Fix concurrent access to ISR between IRQ polling and real...Sumit Saxena1-4/+7
2021-10-05scsi: advansys: Fix kernel pointer leakGuo Zhi1-2/+2
2021-10-05scsi: target: core: Make logs less verboseKonstantin Shelekhin1-4/+4
2021-10-05scsi: ufs: core: Do not exit ufshcd_err_handler() unless operational or deadAdrian Hunter1-4/+24
2021-10-05scsi: ufs: core: Do not exit ufshcd_reset_and_restore() unless operational or...Adrian Hunter1-13/+23
2021-10-05scsi: ufs: core: Stop clearing UNIT ATTENTIONSBart Van Assche2-197/+1
2021-10-05scsi: ufs: core: Retry START_STOP on UNIT_ATTENTIONJaegeuk Kim1-3/+9
2021-10-05scsi: ufs: core: Remove return statement in void functionBean Huo1-1/+0
2021-10-05scsi: ufs: core: Fix ufshcd_probe_hba() prototype to match the definitionBean Huo1-1/+1
2021-10-05scsi: ufs: core: Fix NULL pointer dereferenceBean Huo1-3/+0
2021-10-05scsi: ufs: core: Fix task management completionAdrian Hunter2-30/+23
2021-10-05scsi: acornscsi: Remove scsi_cmd_to_tag() referenceJohn Garry1-1/+1
2021-10-05scsi: core: Fix spelling in a source code commentBart Van Assche1-1/+1
2021-09-29scsi: sd: Fix sd_do_mode_sense() buffer length handlingDamien Le Moal1-0/+7
2021-09-29scsi: core: Fix scsi_mode_select() buffer length handlingDamien Le Moal1-8/+13
2021-09-29scsi: core: Fix scsi_mode_sense() buffer length handlingDamien Le Moal1-10/+15
2021-09-29scsi: core: Delete scsi_{get,free}_host_dev()John Garry1-57/+0
2021-09-29scsi: elx: efct: Switch from 'pci_' to 'dma_' APIChristophe JAILLET2-6/+4
2021-09-29scsi: ufs: ufs-qcom: Enter and exit hibern8 during clock scalingAsutosh Das1-1/+11
2021-09-29scsi: ufs: core: Export hibern8 entry and exit functionsAsutosh Das2-2/+3
2021-09-29scsi: lpfc: Add support for optional PLDV handlingJames Smart2-0/+18