summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)Author
2024-02-05scsi: lpfc: Add condition to delete ndlp object after sending BLS_RJT to an ABTSJustin Tee
2024-02-05scsi: lpfc: Fix failure to delete vports when discovery is in progressJustin Tee
2024-02-05scsi: lpfc: Remove NLP_RCV_PLOGI early return during RSCN processing for ndlpsJustin Tee
2024-02-05scsi: lpfc: Allow lpfc_plogi_confirm_nport() logic to execute for Fabric nodesJustin Tee
2024-02-05scsi: lpfc: Remove D_ID swap log message from trace event loggerJustin Tee
2024-02-05scsi: lpfc: Use sg_dma_len() API to get struct scatterlist's lengthJustin Tee
2024-02-05scsi: lpfc: Fix possible memory leak in lpfc_rcv_padisc()Justin Tee
2024-02-05scsi: lpfc: Initialize status local variable in lpfc_sli4_repost_sgl_list()Justin Tee
2024-02-05scsi: lpfc: Use unsigned type for num_sgeHannes Reinecke
2024-02-05scsi: core: Move scsi_host_busy() out of host lock if it is for per-commandMing Lei
2024-01-29Merge patch series "scsi: Allow scsi_execute users to request retries"Martin K. Petersen
2024-01-29scsi: core: Add kunit tests for scsi_check_passthrough()Mike Christie
2024-01-29scsi: sr: Have midlayer retry get_sectorsize() errorsMike Christie
2024-01-29scsi: ses: Have midlayer retry scsi_execute_cmd() errorsMike Christie
2024-01-29scsi: sd: Have midlayer retry read_capacity_10() errorsMike Christie
2024-01-29scsi: sd: Have pr commands retry UAsMike Christie
2024-01-29scsi: core: Have SCSI midlayer retry scsi_report_lun_scan() errorsMike Christie
2024-01-29scsi: core: Have midlayer retry scsi_mode_sense() UAsMike Christie
2024-01-29scsi: ch: Have midlayer retry ch_do_scsi() UAsMike Christie
2024-01-29scsi: ch: Remove unit_attentionMike Christie
2024-01-29scsi: sd: Have midlayer retry sd_sync_cache() errorsMike Christie
2024-01-29scsi: spi: Have midlayer retry spi_execute() UAsMike Christie
2024-01-29scsi: device_handler: rdac: Have midlayer retry send_mode_select() errorsMike Christie
2024-01-29scsi: device_handler: hp_sw: Have midlayer retry scsi_execute_cmd() errorsMike Christie
2024-01-29scsi: sd: Have midlayer retry sd_spinup_disk() errorsMike Christie
2024-01-29scsi: sd: Use separate buf for START_STOP in sd_spinup_disk()Mike Christie
2024-01-29scsi: core: Retry INQUIRY after timeoutMike Christie
2024-01-29scsi: core: Have midlayer retry scsi_probe_lun() errorsMike Christie
2024-01-29scsi: core: Allow passthrough to request midlayer retriesMike Christie
2024-01-29scsi: pm8001: Convert snprintf() to sysfs_emit()Li Zhijian
2024-01-29scsi: isci: Convert snprintf() to sysfs_emit()Li Zhijian
2024-01-29scsi: ibmvscsi_tgt: Convert snprintf() to sysfs_emit()Li Zhijian
2024-01-29scsi: ibmvscsi: Convert snprintf() to sysfs_emit()Li Zhijian
2024-01-29scsi: fnic: Convert snprintf() to sysfs_emit()Li Zhijian
2024-01-29scsi: aacraid: aachba: Replace snprintf() with the safer scnprintf() variantLee Jones
2024-01-29scsi: 53c700: Remove snprintf() from sysfs call-backs and replace with sysfs_...Lee Jones
2024-01-29scsi: 3w-xxxx: Remove snprintf() from sysfs call-backs and replace with sysfs...Lee Jones
2024-01-29scsi: 3w-sas: Remove snprintf() from sysfs call-backs and replace with sysfs_...Lee Jones
2024-01-29scsi: 3w-9xxx: Remove snprintf() from sysfs call-backs and replace with sysfs...Lee Jones
2024-01-24scsi: mpt3sas: Update driver version to 48.100.00.00Ranjan Kumar
2024-01-24scsi: mpt3sas: Reload SBR without rebooting HBARanjan Kumar
2024-01-24Merge patch series "scsi: hisi_sas: Minor fixes and cleanups"Martin K. Petersen
2024-01-24scsi: hisi_sas: Remove hisi_hba->timer for v3 hwXiang Chen
2024-01-24scsi: hisi_sas: Check whether debugfs is enabled before removing or releasing itYihang Li
2024-01-24scsi: hisi_sas: Remove redundant checks for automatic debugfs dumpYihang Li
2024-01-24scsi: hisi_sas: Fix a deadlock issue related to automatic dumpYihang Li
2024-01-23scsi: fnic: Clean up some inconsistent indentingJiapeng Chong
2024-01-23scsi: mpi3mr: Use ida to manage mrioc IDGuixin Liu
2024-01-23scsi: ibmvscsi_tgt: Replace deprecated strncpy() with strscpy()Justin Stitt
2024-01-23scsi: megaraid: Remove redundant assignment to variable 'retval'Colin Ian King