summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* scsi: jazz_esp: Only build if SCSI core is builtinRandy Dunlap2024-03-011-1/+1
* scsi: smartpqi: Fix disable_managed_interruptsDon Brace2024-03-011-1/+4
* scsi: core: Consult supported VPD page list prior to fetching pageMartin K. Petersen2024-03-011-2/+20
* scsi: sd: usb_storage: uas: Access media prior to querying device propertiesMartin K. Petersen2024-03-011-1/+25
* scsi: lpfc: Use unsigned type for num_sgeHannes Reinecke2024-03-011-6/+6
* scsi: smartpqi: Fix logical volume rescan race conditionMahesh Rajashekhara2024-03-012-8/+36
* scsi: smartpqi: Add new controller PCI IDsDavid Strahan2024-03-011-0/+40
* scsi: Revert "scsi: fcoe: Fix potential deadlock on &fip->ctlr_lock"Lee Duncan2024-02-231-12/+8
* scsi: storvsc: Fix ring buffer size calculationMichael Kelley2024-02-231-5/+7
* scsi: core: Move scsi_host_busy() out of host lock if it is for per-commandMing Lei2024-02-162-2/+5
* scsi: core: Move scsi_host_busy() out of host lock for waking up EH handlerMing Lei2024-02-053-6/+6
* scsi: isci: Fix an error code problem in isci_io_request_build()Su Hui2024-02-051-1/+1
* scsi: hisi_sas: Set .phy_attached before notifing phyup event HISI_PHYE_PHY_U...Yihang Li2024-02-051-5/+5
* scsi: lpfc: Move determination of vmid_flag after VMID reinitialization compl...Justin Tee2024-02-052-3/+4
* scsi: lpfc: Reinitialize an NPIV's VMID data structures after FDISCJustin Tee2024-02-051-0/+8
* scsi: libfc: Fix up timeout error in fc_fcp_rec_error()Hannes Reinecke2024-02-051-1/+1
* scsi: libfc: Don't schedule abort twiceHannes Reinecke2024-02-051-5/+11
* scsi: arcmsr: Support new PCI device IDs 1883 and 1886ching Huang2024-02-052-0/+10
* scsi: mpi3mr: Add PCI checks where SAS5116 diverges from SAS4116Sumit Saxena2024-02-052-2/+6
* scsi: mpi3mr: Add support for SAS5116 PCI IDsSumit Saxena2024-02-051-0/+8
* scsi: lpfc: Fix possible file string name overflow when updating firmwareJustin Tee2024-02-052-2/+3
* scsi: core: Kick the requeue list after inserting when flushingNiklas Cassel2024-01-311-3/+6
* scsi: mpi3mr: Block PEL Enable Command on Controller Reset and Unrecoverable ...Chandrakanth patil2024-01-251-0/+16
* scsi: mpi3mr: Clean up block devices post controller resetChandrakanth patil2024-01-251-2/+7
* scsi: mpi3mr: Refresh sdev queue depth after controller resetChandrakanth patil2024-01-251-2/+8
* scsi: hisi_sas: Correct the number of global debugfs registersYihang Li2024-01-251-1/+1
* scsi: hisi_sas: Rollback some operations if FLR failedYihang Li2024-01-251-0/+5
* scsi: hisi_sas: Check before using pointer variablesYihang Li2024-01-251-2/+5
* scsi: hisi_sas: Replace with standard error code return valueYihang Li2024-01-252-3/+3
* scsi: fnic: Return error if vmalloc() failedArtem Chernyshev2024-01-251-1/+2
* scsi: bfa: Use the proper data type for BLIST flagsBart Van Assche2024-01-251-1/+1
* scsi: core: Always send batch on reset or error handling commandAlexander Atanasov2024-01-011-0/+2
* Revert "scsi: aacraid: Reply queue mapping to CPUs based on IRQ affinity"Martin K. Petersen2024-01-014-43/+3
* scsi: bnx2fc: Fix skb double free in bnx2fc_rcv()Wei Yongjun2024-01-011-6/+3
* scsi: be2iscsi: Fix a memleak in beiscsi_init_wrb_handle()Dinghao Liu2023-12-131-0/+1
* scsi: sd: Fix sshdr use in sd_suspend_common()Mike Christie2023-12-131-30/+23
* scsi: sd: Fix system start for ATA devicesDamien Le Moal2023-12-081-1/+8
* scsi: qla2xxx: Fix system crash due to bad pointer accessQuinn Tran2023-11-281-2/+10
* scsi: megaraid_sas: Increase register read retry rount from 3 to 30 for selec...Chandrakanth patil2023-11-281-2/+2
* scsi: mpt3sas: Fix loop logicRanjan Kumar2023-11-281-2/+2
* scsi: libfc: Fix potential NULL pointer dereference in fc_lport_ptp_setup()Wenchao Hao2023-11-281-0/+6
* scsi: ibmvfc: Remove BUG_ON in the case of an empty event poolTyrel Datwyler2023-11-281-2/+122
* scsi: hisi_sas: Set debugfs_dir pointer to NULL after removing debugfsYihang Li2023-11-281-6/+7
* scsi: ibmvfc: Fix erroneous use of rtas_busy_delay with hcall return codeTyrel Datwyler2023-11-201-2/+1
* Merge tag 'ata-6.6-final' of git://git.kernel.org/pub/scm/linux/kernel/git/dl...Linus Torvalds2023-10-271-3/+36
|\
| * scsi: sd: Introduce manage_shutdown device flagDamien Le Moal2023-10-271-3/+36
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2023-10-202-2/+4
|\ \ | |/ |/|
| * scsi: qla2xxx: Fix double free of dsd_list during driver loadQuinn Tran2023-10-161-1/+1
| * scsi: mpt3sas: Fix in error pathTomas Henzl2023-10-161-1/+3
* | scsi: Do not rescan devices with a suspended queueDamien Le Moal2023-10-101-5/+6