summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2024-03-01scsi: smartpqi: Fix logical volume rescan race conditionMahesh Rajashekhara2-8/+36
2024-03-01scsi: smartpqi: Add new controller PCI IDsDavid Strahan1-0/+40
2024-02-23scsi: Revert "scsi: fcoe: Fix potential deadlock on &fip->ctlr_lock"Lee Duncan1-12/+8
2024-02-23scsi: storvsc: Fix ring buffer size calculationMichael Kelley1-5/+7
2024-02-16scsi: core: Move scsi_host_busy() out of host lock if it is for per-commandMing Lei2-2/+5
2024-02-05scsi: core: Move scsi_host_busy() out of host lock for waking up EH handlerMing Lei3-6/+6
2024-02-05scsi: isci: Fix an error code problem in isci_io_request_build()Su Hui1-1/+1
2024-02-05scsi: hisi_sas: Set .phy_attached before notifing phyup event HISI_PHYE_PHY_U...Yihang Li1-5/+5
2024-02-05scsi: lpfc: Move determination of vmid_flag after VMID reinitialization compl...Justin Tee2-3/+4
2024-02-05scsi: lpfc: Reinitialize an NPIV's VMID data structures after FDISCJustin Tee1-0/+8
2024-02-05scsi: libfc: Fix up timeout error in fc_fcp_rec_error()Hannes Reinecke1-1/+1
2024-02-05scsi: libfc: Don't schedule abort twiceHannes Reinecke1-5/+11
2024-02-05scsi: arcmsr: Support new PCI device IDs 1883 and 1886ching Huang2-0/+10
2024-02-05scsi: mpi3mr: Add PCI checks where SAS5116 diverges from SAS4116Sumit Saxena2-2/+6
2024-02-05scsi: mpi3mr: Add support for SAS5116 PCI IDsSumit Saxena1-0/+8
2024-02-05scsi: lpfc: Fix possible file string name overflow when updating firmwareJustin Tee2-2/+3
2024-02-01scsi: core: Kick the requeue list after inserting when flushingNiklas Cassel1-3/+6
2024-01-26scsi: mpi3mr: Block PEL Enable Command on Controller Reset and Unrecoverable ...Chandrakanth patil1-0/+16
2024-01-26scsi: mpi3mr: Clean up block devices post controller resetChandrakanth patil1-2/+7
2024-01-26scsi: mpi3mr: Refresh sdev queue depth after controller resetChandrakanth patil1-2/+8
2024-01-26scsi: hisi_sas: Correct the number of global debugfs registersYihang Li1-1/+1
2024-01-26scsi: hisi_sas: Rollback some operations if FLR failedYihang Li1-0/+5
2024-01-26scsi: hisi_sas: Check before using pointer variablesYihang Li1-2/+5
2024-01-26scsi: hisi_sas: Replace with standard error code return valueYihang Li2-3/+3
2024-01-26scsi: fnic: Return error if vmalloc() failedArtem Chernyshev1-1/+2
2024-01-26scsi: bfa: Use the proper data type for BLIST flagsBart Van Assche1-1/+1
2024-01-01scsi: core: Always send batch on reset or error handling commandAlexander Atanasov1-0/+2
2024-01-01Revert "scsi: aacraid: Reply queue mapping to CPUs based on IRQ affinity"Martin K. Petersen4-43/+3
2024-01-01scsi: bnx2fc: Fix skb double free in bnx2fc_rcv()Wei Yongjun1-6/+3
2023-12-13scsi: be2iscsi: Fix a memleak in beiscsi_init_wrb_handle()Dinghao Liu1-0/+1
2023-12-13scsi: sd: Fix sshdr use in sd_suspend_common()Mike Christie1-30/+23
2023-12-08scsi: sd: Fix system start for ATA devicesDamien Le Moal1-1/+8
2023-11-28scsi: qla2xxx: Fix system crash due to bad pointer accessQuinn Tran1-2/+10
2023-11-28scsi: megaraid_sas: Increase register read retry rount from 3 to 30 for selec...Chandrakanth patil1-2/+2
2023-11-28scsi: mpt3sas: Fix loop logicRanjan Kumar1-2/+2
2023-11-28scsi: libfc: Fix potential NULL pointer dereference in fc_lport_ptp_setup()Wenchao Hao1-0/+6
2023-11-28scsi: ibmvfc: Remove BUG_ON in the case of an empty event poolTyrel Datwyler1-2/+122
2023-11-28scsi: hisi_sas: Set debugfs_dir pointer to NULL after removing debugfsYihang Li1-6/+7
2023-11-20scsi: ibmvfc: Fix erroneous use of rtas_busy_delay with hcall return codeTyrel Datwyler1-2/+1
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-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-10scsi: Do not rescan devices with a suspended queueDamien Le Moal1-5/+6
2023-10-03Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds4-18/+54
2023-09-29Merge tag 'ata-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds3-20/+100
2023-09-28scsi: sd: Do not issue commands to suspended disks on shutdownDamien Le Moal2-4/+14
2023-09-28scsi: Do not attempt to rescan suspended devicesDamien Le Moal1-1/+17
2023-09-28scsi: sd: Differentiate system and runtime start/stop managementDamien Le Moal1-18/+72