aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2023-01-12scsi: hisi_sas: Use abort task set to reset SAS disks when discoveredXingui Yang1-1/+1
2023-01-12scsi: lpfc: Copyright updates for 14.2.0.10 patchesJustin Tee13-14/+14
2023-01-12scsi: lpfc: Update lpfc version to 14.2.0.10Justin Tee1-1/+1
2023-01-12scsi: lpfc: Introduce new attention types for lpfc_sli4_async_fc_evt() handlerJustin Tee3-16/+77
2023-01-12scsi: lpfc: Reinitialize internal VMID data structures after FLOGI completionJustin Tee3-0/+43
2023-01-12scsi: lpfc: Fix use-after-free KFENCE violation during sysfs firmware writeJustin Tee1-6/+13
2023-01-12scsi: lpfc: Exit PRLI completion handling early if ndlp not in PRLI_ISSUE stateJustin Tee1-2/+26
2023-01-12scsi: lpfc: Remove duplicate ndlp kref decrement in lpfc_cleanup_rpis()Justin Tee1-15/+0
2023-01-12scsi: lpfc: Remove redundant clean up code in disable_vport()Justin Tee1-12/+2
2023-01-12scsi: lpfc: Set max DMA segment size to HBA supported SGE lengthJustin Tee1-0/+7
2023-01-12scsi: lpfc: Resolve miscellaneous variable set but not used compiler warningsJustin Tee4-40/+31
2023-01-12scsi: lpfc: Replace outdated strncpy() with strscpy()Justin Tee1-10/+5
2023-01-12scsi: lpfc: Fix space indentation in lpfc_xcvr_data_show()Justin Tee1-27/+19
2023-01-11scsi: qla2xxx: Update version to 10.02.08.200-kNilesh Javali1-2/+2
2023-01-11scsi: qla2xxx: Select qpair depending on which CPU post_cmd() gets calledShreyas Deodhar6-3/+69
2023-01-11scsi: qla2xxx: edif: Fix clang warningQuinn Tran2-2/+17
2023-01-11scsi: qla2xxx: edif: Reduce memory usage during low I/OQuinn Tran4-1/+101
2023-01-11scsi: qla2xxx: edif: Fix stall session after app startQuinn Tran1-7/+49
2023-01-11scsi: qla2xxx: edif: Fix performance dip due to lock contentionQuinn Tran7-36/+170
2023-01-11scsi: qla2xxx: Relocate/rename vp mapQuinn Tran9-110/+113
2023-01-11scsi: qla2xxx: Remove dead code (GNN ID)Quinn Tran5-125/+1
2023-01-11scsi: qla2xxx: Remove dead code (GPNID)Quinn Tran6-313/+3
2023-01-11scsi: qla2xxx: Remove dead codeQuinn Tran5-73/+5
2023-01-11scsi: libsas: Fix an error code in sas_ata_add_dev()Dan Carpenter1-1/+1
2023-01-11scsi: pm8001: Use sysfs_emit() in show function callbacksDeepak R Varma1-25/+21
2023-01-11scsi: qla2xxx: Update version to 10.02.08.100-kNilesh Javali1-3/+3
2023-01-11scsi: qla2xxx: Fix IOCB resource check warningNilesh Javali1-1/+1
2023-01-11scsi: qla2xxx: Remove increment of interface err cntSaurav Kashyap1-2/+0
2023-01-11scsi: qla2xxx: Fix erroneous link downQuinn Tran1-2/+5
2023-01-11scsi: qla2xxx: Remove unintended flag clearingQuinn Tran1-1/+0
2023-01-11scsi: qla2xxx: Fix stalled loginQuinn Tran1-0/+6
2023-01-11scsi: qla2xxx: Fix exchange oversubscription for management commandsQuinn Tran4-3/+80
2023-01-11scsi: qla2xxx: Fix exchange oversubscriptionQuinn Tran7-36/+88
2023-01-11scsi: qla2xxx: Fix DMA-API call trace on NVMe LS requestsArun Easi1-18/+1
2023-01-11scsi: qla2xxx: Fix link failure in NPIV environmentQuinn Tran1-1/+1
2023-01-11scsi: qla2xxx: Check if port is online before sending ELSShreyas Deodhar1-4/+5
2023-01-07scsi: libsas: Grab the ATA port lock in sas_ata_device_link_abort()Xingui Yang1-0/+3
2023-01-07scsi: hisi_sas: Fix tag freeing for reserved tagsJason Yan1-1/+1
2023-01-04ata: libata: simplify qc_fill_rtf port operation interfaceDamien Le Moal2-8/+2
2023-01-04ata: scsi: rename flag ATA_QCFLAG_FAILED to ATA_QCFLAG_EHNiklas Cassel2-6/+6
2022-12-30Merge patch series "scsi: libsas: Some coding style fixes and cleanups"Martin K. Petersen3-105/+114
2022-12-30scsi: libsas: Factor out sas_ex_add_dev()Jason Yan1-29/+39
2022-12-30scsi: libsas: Factor out sas_ata_add_dev()Jason Yan2-52/+64
2022-12-30scsi: libsas: Remove useless dev_list delete in sas_ex_discover_end_dev()Jason Yan1-3/+0
2022-12-30scsi: libsas: Change the coding style of sas_discover_sata()Jason Yan1-6/+0
2022-12-30scsi: libsas: Move sas_get_ata_command_set() up to save the declarationJason Yan1-15/+11
2022-12-30Merge branch '6.2/mpt-mpi' into 6.2/scsi-fixesMartin K. Petersen2-4/+2
2022-12-30Merge branch '6.2/scsi-queue' into 6.2/scsi-fixesMartin K. Petersen5-8/+54
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)1-2/+2
2022-12-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds7-8/+137