summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorLines
2023-11-14Merge branch '6.7/scsi-staging' into 6.7/scsi-fixesMartin K. Petersen-40/+34
2023-11-08scsi: sd: Fix sshdr use in sd_suspend_common()Mike Christie-30/+23
2023-11-08scsi: scsi_debug: Delete some bogus error checkingDan Carpenter-7/+0
2023-11-08scsi: scsi_debug: Fix some bugs in sdebug_error_write()Dan Carpenter-1/+1
2023-11-08scsi: qla2xxx: Fix system crash due to bad pointer accessQuinn Tran-2/+10
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds-180/+16
2023-11-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-1032/+1900
2023-11-02Merge tag 'pci-v6.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-4/+8
2023-11-01Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-2/+0
2023-11-01Merge tag 'ata-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds-6/+3
2023-10-30Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-6/+2
2023-10-27Merge tag 'ata-6.6-final' of git://git.kernel.org/pub/scm/linux/kernel/git/dl...Linus Torvalds-3/+36
2023-10-27scsi: sd: Introduce manage_shutdown device flagDamien Le Moal-3/+36
2023-10-24scsi: megaraid: Fix up debug message in megaraid_abort_and_reset()Hannes Reinecke-4/+7
2023-10-24scsi: aic79xx: Fix up NULL command in ahd_done()Hannes Reinecke-2/+4
2023-10-24scsi: mpt3sas: Fix loop logicRanjan Kumar-2/+2
2023-10-24scsi: snic: Remove useless code in snic_dr_clean_pending_req()Su Hui-10/+4
2023-10-24scsi: core: Clean up scsi_dev_queue_ready()Wenchao Hao-17/+15
2023-10-24scsi: pmcraid: Add missing scsi_device_put() in pmcraid_eh_target_reset_handl...Hannes Reinecke-3/+6
2023-10-24scsi: pmcraid: Fix kernel-doc commentYang Li-1/+1
2023-10-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-2/+4
2023-10-16scsi: qla2xxx: Fix double free of dsd_list during driver loadQuinn Tran-1/+1
2023-10-16scsi: mpt3sas: Fix in error pathTomas Henzl-1/+3
2023-10-16scsi: core: Handle depopulation and restoration in progressDouglas Gilbert-0/+5
2023-10-16Merge patch series "scsi: scsi_debug: Add error injection for single device"Martin K. Petersen-5/+570
2023-10-16scsi: scsi_debug: Add param to control sdev's allow_restartWenchao Hao-0/+6
2023-10-16scsi: scsi_debug: Add debugfs interface to fail target resetWenchao Hao-1/+113
2023-10-16scsi: scsi_debug: Add new error injection type: Reset LUN failedWenchao Hao-0/+39
2023-10-16scsi: scsi_debug: Add new error injection type: Abort FailedWenchao Hao-0/+40
2023-10-16scsi: scsi_debug: Set command result and sense data if error is injectedWenchao Hao-0/+53
2023-10-16scsi: scsi_debug: Return failed value if error is injectedWenchao Hao-0/+36
2023-10-16scsi: scsi_debug: Time out command if the error is injectedWenchao Hao-0/+34
2023-10-16scsi: scsi_debug: Define grammar to remove added error injectionWenchao Hao-0/+31
2023-10-16scsi: scsi_debug: Add interface to manage error injection for a single deviceWenchao Hao-4/+210
2023-10-16scsi: scsi_debug: Create scsi_debug directory in the debugfs filesystemWenchao Hao-0/+8
2023-10-13Merge patch series "lpfc: Update lpfc to revision 14.2.0.15"Martin K. Petersen-15/+48
2023-10-13scsi: lpfc: Update lpfc version to 14.2.0.15Justin Tee-1/+1
2023-10-13scsi: lpfc: Introduce LOG_NODE_VERBOSE messaging flagJustin Tee-5/+5
2023-10-13scsi: lpfc: Validate ELS LS_ACC completion payloadJustin Tee-0/+23
2023-10-13scsi: lpfc: Reject received PRLIs with only initiator fcn role for NPIV portsJustin Tee-4/+14
2023-10-13scsi: lpfc: Treat IOERR_SLI_DOWN I/O completion status the same as pci offlineJustin Tee-2/+4
2023-10-13scsi: lpfc: Remove unnecessary zero return code assignment in lpfc_sli4_hba_s...Justin Tee-3/+1
2023-10-13Merge patch series "megaraid_sas: Driver version update to 07.727.03.00-rc1"Martin K. Petersen-4/+7
2023-10-13scsi: megaraid_sas: Driver version update to 07.727.03.00-rc1Chandrakanth patil-2/+2
2023-10-13scsi: megaraid_sas: Log message when controller reset is requested but not is...Chandrakanth patil-0/+3
2023-10-13scsi: megaraid_sas: Increase register read retry rount from 3 to 30 for selec...Chandrakanth patil-2/+2
2023-10-13Merge patch series "scsi: sshdr and retry fixes"Martin K. Petersen-75/+82
2023-10-13scsi: sr: Fix sshdr use in sr_get_eventsMike Christie-1/+2
2023-10-13scsi: sd: Fix sshdr use in cache_type_storeMike Christie-4/+5
2023-10-13scsi: Fix sshdr use in scsi_cdl_enableMike Christie-1/+1