summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/megaraid.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-11-09scsi: ufs: core: Expand MCQ queue slot to DeviceQueueDepth + 1Naomi Chu1-1/+1
2023-11-09scsi: qla2xxx: Fix system crash due to bad pointer accessQuinn Tran1-2/+10
2023-10-25scsi: ufs: core: Leave space for '\0' in utf8 desc stringDaniel Mentz1-1/+1
2023-10-25scsi: ufs: core: Conversion to bool not necessaryBragatheswaran Manickavel1-1/+1
2023-10-25scsi: ufs: core: Fix race between force complete and ISRAlice Chao1-2/+2
2023-10-25scsi: megaraid: Fix up debug message in megaraid_abort_and_reset()Hannes Reinecke1-4/+7
2023-10-25scsi: aic79xx: Fix up NULL command in ahd_done()Hannes Reinecke1-2/+4
2023-10-25scsi: message: fusion: Initialize return value in mptfc_bus_reset()Hannes Reinecke1-1/+1
2023-10-25scsi: mpt3sas: Fix loop logicRanjan Kumar1-2/+2
2023-10-25scsi: snic: Remove useless code in snic_dr_clean_pending_req()Su Hui1-10/+4
2023-10-25scsi: core: Add comment to target_destroy in scsi_host_templateWenchao Hao1-0/+3
2023-10-25scsi: core: Clean up scsi_dev_queue_ready()Wenchao Hao1-17/+15
2023-10-25scsi: pmcraid: Add missing scsi_device_put() in pmcraid_eh_target_reset_handl...Hannes Reinecke1-3/+6
2023-10-25scsi: target: core: Fix kernel-doc commentYang Li1-1/+1
2023-10-25scsi: pmcraid: Fix kernel-doc commentYang Li1-1/+1
2023-10-17scsi: core: Handle depopulation and restoration in progressDouglas Gilbert2-0/+5
2023-10-17scsi: ufs: core: Add support for parsing OPPManivannan Sadhasivam3-0/+117
2023-10-17scsi: ufs: core: Add OPP support for scaling clocks and regulatorsManivannan Sadhasivam2-33/+115
2023-10-17scsi: ufs: dt-bindings: common: Add OPP tableKrzysztof Kozlowski1-3/+32
2023-10-17scsi: scsi_debug: Add param to control sdev's allow_restartWenchao Hao1-0/+6
2023-10-17scsi: scsi_debug: Add debugfs interface to fail target resetWenchao Hao1-1/+113
2023-10-17scsi: scsi_debug: Add new error injection type: Reset LUN failedWenchao Hao1-0/+39
2023-10-17scsi: scsi_debug: Add new error injection type: Abort FailedWenchao Hao1-0/+40
2023-10-17scsi: scsi_debug: Set command result and sense data if error is injectedWenchao Hao1-0/+53
2023-10-17scsi: scsi_debug: Return failed value if error is injectedWenchao Hao1-0/+36
2023-10-17scsi: scsi_debug: Time out command if the error is injectedWenchao Hao1-0/+34
2023-10-17scsi: scsi_debug: Define grammar to remove added error injectionWenchao Hao1-0/+31
2023-10-17scsi: scsi_debug: Add interface to manage error injection for a single deviceWenchao Hao1-4/+210
2023-10-17scsi: scsi_debug: Create scsi_debug directory in the debugfs filesystemWenchao Hao1-0/+8
2023-10-13scsi: lpfc: Update lpfc version to 14.2.0.15Justin Tee1-1/+1
2023-10-13scsi: lpfc: Introduce LOG_NODE_VERBOSE messaging flagJustin Tee2-5/+5
2023-10-13scsi: lpfc: Validate ELS LS_ACC completion payloadJustin Tee1-0/+23
2023-10-13scsi: lpfc: Reject received PRLIs with only initiator fcn role for NPIV portsJustin Tee1-4/+14
2023-10-13scsi: lpfc: Treat IOERR_SLI_DOWN I/O completion status the same as pci offlineJustin Tee1-2/+4
2023-10-13scsi: lpfc: Remove unnecessary zero return code assignment in lpfc_sli4_hba_s...Justin Tee1-3/+1
2023-10-13scsi: megaraid_sas: Revision of Maintainer ListChandrakanth patil1-0/+1
2023-10-13scsi: megaraid_sas: Driver version update to 07.727.03.00-rc1Chandrakanth patil1-2/+2
2023-10-13scsi: megaraid_sas: Log message when controller reset is requested but not is...Chandrakanth patil1-0/+3
2023-10-13scsi: megaraid_sas: Increase register read retry rount from 3 to 30 for selec...Chandrakanth patil1-2/+2
2023-10-13scsi: sr: Fix sshdr use in sr_get_eventsMike Christie1-1/+2
2023-10-13scsi: sd: Fix sshdr use in cache_type_storeMike Christie1-4/+5
2023-10-13scsi: Fix sshdr use in scsi_cdl_enableMike Christie1-1/+1
2023-10-13scsi: Fix sshdr use in scsi_test_unit_readyMike Christie1-2/+2
2023-10-13scsi: sd: Fix scsi_mode_sense caller's sshdr useMike Christie1-2/+2
2023-10-13scsi: spi: Fix sshdr useMike Christie1-2/+2
2023-10-13scsi: rdac: Fix sshdr useMike Christie1-3/+6
2023-10-13scsi: rdac: Fix send_mode_select retry handlingMike Christie1-9/+9
2023-10-13scsi: hp_sw: Fix sshdr useMike Christie1-39/+40
2023-10-13scsi: sd: Fix sshdr use in sd_spinup_diskMike Christie1-11/+13
2023-10-13scsi: sd: Fix sshdr use in read_capacity_16Mike Christie1-4/+3