summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2023-11-14Merge branch '6.7/scsi-staging' into 6.7/scsi-fixesMartin K. Petersen3-40/+34
2023-11-09scsi: sd: Fix sshdr use in sd_suspend_common()Mike Christie1-30/+23
2023-11-09scsi: scsi_debug: Delete some bogus error checkingDan Carpenter1-7/+0
2023-11-09scsi: scsi_debug: Fix some bugs in sdebug_error_write()Dan Carpenter1-1/+1
2023-11-09scsi: qla2xxx: Fix system crash due to bad pointer accessQuinn Tran1-2/+10
2023-11-03Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2-180/+16
2023-11-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds57-1032/+1900
2023-11-03Merge tag 'pci-v6.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+8
2023-11-02Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2-2/+0
2023-11-02Merge tag 'ata-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds1-6/+3
2023-10-31Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-6/+2
2023-10-28Merge tag 'ata-6.6-final' of git://git.kernel.org/pub/scm/linux/kernel/git/dl...Linus Torvalds1-3/+36
2023-10-27scsi: sd: Introduce manage_shutdown device flagDamien Le Moal1-3/+36
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: 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: 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: pmcraid: Fix kernel-doc commentYang Li1-1/+1
2023-10-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-2/+4
2023-10-17scsi: qla2xxx: Fix double free of dsd_list during driver loadQuinn Tran1-1/+1
2023-10-17scsi: mpt3sas: Fix in error pathTomas Henzl1-1/+3
2023-10-17scsi: core: Handle depopulation and restoration in progressDouglas Gilbert2-0/+5
2023-10-17Merge patch series "scsi: scsi_debug: Add error injection for single device"Martin K. Petersen1-5/+570
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-14Merge patch series "lpfc: Update lpfc to revision 14.2.0.15"Martin K. Petersen7-15/+48
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-13Merge patch series "megaraid_sas: Driver version update to 07.727.03.00-rc1"Martin K. Petersen3-4/+7
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-13Merge patch series "scsi: sshdr and retry fixes"Martin K. Petersen7-75/+82
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