summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)Author
2023-10-16scsi: scsi_debug: Add new error injection type: Abort FailedWenchao Hao
2023-10-16scsi: scsi_debug: Set command result and sense data if error is injectedWenchao Hao
2023-10-16scsi: scsi_debug: Return failed value if error is injectedWenchao Hao
2023-10-16scsi: scsi_debug: Time out command if the error is injectedWenchao Hao
2023-10-16scsi: scsi_debug: Define grammar to remove added error injectionWenchao Hao
2023-10-16scsi: scsi_debug: Add interface to manage error injection for a single deviceWenchao Hao
2023-10-16scsi: scsi_debug: Create scsi_debug directory in the debugfs filesystemWenchao Hao
2023-10-13Merge patch series "lpfc: Update lpfc to revision 14.2.0.15"Martin K. Petersen
2023-10-13scsi: lpfc: Update lpfc version to 14.2.0.15Justin Tee
2023-10-13scsi: lpfc: Introduce LOG_NODE_VERBOSE messaging flagJustin Tee
2023-10-13scsi: lpfc: Validate ELS LS_ACC completion payloadJustin Tee
2023-10-13scsi: lpfc: Reject received PRLIs with only initiator fcn role for NPIV portsJustin Tee
2023-10-13scsi: lpfc: Treat IOERR_SLI_DOWN I/O completion status the same as pci offlineJustin Tee
2023-10-13scsi: lpfc: Remove unnecessary zero return code assignment in lpfc_sli4_hba_s...Justin Tee
2023-10-13Merge patch series "megaraid_sas: Driver version update to 07.727.03.00-rc1"Martin K. Petersen
2023-10-13scsi: megaraid_sas: Driver version update to 07.727.03.00-rc1Chandrakanth patil
2023-10-13scsi: megaraid_sas: Log message when controller reset is requested but not is...Chandrakanth patil
2023-10-13scsi: megaraid_sas: Increase register read retry rount from 3 to 30 for selec...Chandrakanth patil
2023-10-13Merge patch series "scsi: sshdr and retry fixes"Martin K. Petersen
2023-10-13scsi: sr: Fix sshdr use in sr_get_eventsMike Christie
2023-10-13scsi: sd: Fix sshdr use in cache_type_storeMike Christie
2023-10-13scsi: Fix sshdr use in scsi_cdl_enableMike Christie
2023-10-13scsi: Fix sshdr use in scsi_test_unit_readyMike Christie
2023-10-13scsi: sd: Fix scsi_mode_sense caller's sshdr useMike Christie
2023-10-13scsi: spi: Fix sshdr useMike Christie
2023-10-13scsi: rdac: Fix sshdr useMike Christie
2023-10-13scsi: rdac: Fix send_mode_select retry handlingMike Christie
2023-10-13scsi: hp_sw: Fix sshdr useMike Christie
2023-10-13scsi: sd: Fix sshdr use in sd_spinup_diskMike Christie
2023-10-13scsi: sd: Fix sshdr use in read_capacity_16Mike Christie
2023-10-13Merge patch series "scsi: target: Allow userspace to config cmd submission"Martin K. Petersen
2023-10-13scsi: target: Have drivers report if they support direct submissionsMike Christie
2023-10-13Merge patch series "scsi: EH rework prep patches, part 1"Martin K. Petersen
2023-10-13scsi: mpi3mr: Split off bus_reset function from host_resetHannes Reinecke
2023-10-13scsi: pmcraid: Select device in pmcraid_eh_target_reset_handler()Hannes Reinecke
2023-10-13scsi: pmcraid: Select device in pmcraid_eh_bus_reset_handler()Hannes Reinecke
2023-10-13scsi: qla1280: Separate out host reset function from qla1280_error_action()Hannes Reinecke
2023-10-13scsi: sym53c8xx_2: Rework reset handlingHannes Reinecke
2023-10-13scsi: sym53c8xx_2: Split off bus reset from host resetHannes Reinecke
2023-10-13scsi: ips: Do not try to abort command from host resetHannes Reinecke
2023-10-13scsi: megaraid: Pass in NULL scb for host resetHannes Reinecke
2023-10-13scsi: ibmvfc: Open-code reset loop for target resetHannes Reinecke
2023-10-13scsi: aic79xx: Do not reference SCSI command when resetting deviceHannes Reinecke
2023-10-13scsi: aic79xx: Make BUILD_SCSIID() a functionHannes Reinecke
2023-10-13scsi: aic7xxx: Do not reference SCSI command when resetting deviceHannes Reinecke
2023-10-13scsi: aic7xxx: Make BUILD_SCSIID() a functionHannes Reinecke
2023-10-13scsi: bnx2fc: Do not rely on a SCSI command for LUN or target resetHannes Reinecke
2023-10-13scsi: qedf: Use FC rport as argument for qedf_initiate_tmf()Hannes Reinecke
2023-10-13scsi: ibmvfc: Use 'unsigned int' for single-bit bitfields in 'struct ibmvfc_h...Nathan Chancellor
2023-10-13scsi: libfc: Fix potential NULL pointer dereference in fc_lport_ptp_setup()Wenchao Hao