summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* scsi: mvumi: Replace 1-element arrays with flexible array membersKees Cook2023-01-122-5/+5
* scsi: 3w-sas: Replace 1-element arrays with flexible array membersKees Cook2023-01-122-8/+8
* scsi: lpfc: Copyright updates for 14.2.0.10 patchesJustin Tee2023-01-1213-14/+14
* scsi: lpfc: Update lpfc version to 14.2.0.10Justin Tee2023-01-121-1/+1
* scsi: lpfc: Introduce new attention types for lpfc_sli4_async_fc_evt() handlerJustin Tee2023-01-123-16/+77
* scsi: lpfc: Reinitialize internal VMID data structures after FLOGI completionJustin Tee2023-01-123-0/+43
* scsi: lpfc: Fix use-after-free KFENCE violation during sysfs firmware writeJustin Tee2023-01-121-6/+13
* scsi: lpfc: Exit PRLI completion handling early if ndlp not in PRLI_ISSUE stateJustin Tee2023-01-121-2/+26
* scsi: lpfc: Remove duplicate ndlp kref decrement in lpfc_cleanup_rpis()Justin Tee2023-01-121-15/+0
* scsi: lpfc: Remove redundant clean up code in disable_vport()Justin Tee2023-01-121-12/+2
* scsi: lpfc: Set max DMA segment size to HBA supported SGE lengthJustin Tee2023-01-121-0/+7
* scsi: lpfc: Resolve miscellaneous variable set but not used compiler warningsJustin Tee2023-01-124-40/+31
* scsi: lpfc: Replace outdated strncpy() with strscpy()Justin Tee2023-01-121-10/+5
* scsi: lpfc: Fix space indentation in lpfc_xcvr_data_show()Justin Tee2023-01-121-27/+19
* scsi: qla2xxx: Update version to 10.02.08.200-kNilesh Javali2023-01-111-2/+2
* scsi: qla2xxx: Select qpair depending on which CPU post_cmd() gets calledShreyas Deodhar2023-01-116-3/+69
* scsi: qla2xxx: edif: Fix clang warningQuinn Tran2023-01-112-2/+17
* scsi: qla2xxx: edif: Reduce memory usage during low I/OQuinn Tran2023-01-114-1/+101
* scsi: qla2xxx: edif: Fix stall session after app startQuinn Tran2023-01-111-7/+49
* scsi: qla2xxx: edif: Fix performance dip due to lock contentionQuinn Tran2023-01-117-36/+170
* scsi: qla2xxx: Relocate/rename vp mapQuinn Tran2023-01-119-110/+113
* scsi: qla2xxx: Remove dead code (GNN ID)Quinn Tran2023-01-115-125/+1
* scsi: qla2xxx: Remove dead code (GPNID)Quinn Tran2023-01-116-313/+3
* scsi: qla2xxx: Remove dead codeQuinn Tran2023-01-115-73/+5
* scsi: libsas: Fix an error code in sas_ata_add_dev()Dan Carpenter2023-01-111-1/+1
* scsi: pm8001: Use sysfs_emit() in show function callbacksDeepak R Varma2023-01-111-25/+21
* scsi: qla2xxx: Update version to 10.02.08.100-kNilesh Javali2023-01-111-3/+3
* scsi: qla2xxx: Fix IOCB resource check warningNilesh Javali2023-01-111-1/+1
* scsi: qla2xxx: Remove increment of interface err cntSaurav Kashyap2023-01-111-2/+0
* scsi: qla2xxx: Fix erroneous link downQuinn Tran2023-01-111-2/+5
* scsi: qla2xxx: Remove unintended flag clearingQuinn Tran2023-01-111-1/+0
* scsi: qla2xxx: Fix stalled loginQuinn Tran2023-01-111-0/+6
* scsi: qla2xxx: Fix exchange oversubscription for management commandsQuinn Tran2023-01-114-3/+80
* scsi: qla2xxx: Fix exchange oversubscriptionQuinn Tran2023-01-117-36/+88
* scsi: qla2xxx: Fix DMA-API call trace on NVMe LS requestsArun Easi2023-01-111-18/+1
* scsi: qla2xxx: Fix link failure in NPIV environmentQuinn Tran2023-01-111-1/+1
* scsi: qla2xxx: Check if port is online before sending ELSShreyas Deodhar2023-01-111-4/+5
* Merge patch series "scsi: libsas: Some coding style fixes and cleanups"Martin K. Petersen2022-12-303-105/+114
|\
| * scsi: libsas: Factor out sas_ex_add_dev()Jason Yan2022-12-301-29/+39
| * scsi: libsas: Factor out sas_ata_add_dev()Jason Yan2022-12-302-52/+64
| * scsi: libsas: Remove useless dev_list delete in sas_ex_discover_end_dev()Jason Yan2022-12-301-3/+0
| * scsi: libsas: Change the coding style of sas_discover_sata()Jason Yan2022-12-301-6/+0
| * scsi: libsas: Move sas_get_ata_command_set() up to save the declarationJason Yan2022-12-301-15/+11
* | treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-251-2/+2
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-12-227-8/+137
|\ \
| * | scsi: qla2xxx: Fix crash when I/O abort times outArun Easi2022-12-011-4/+10
| * | scsi: sd: Convert SCSI errors to PR errorsMike Christie2022-12-011-1/+34
| * | scsi: core: Rename status_byte to sg_status_byteMike Christie2022-12-012-2/+2
| * | scsi: sd: sd_zbc: Trace zone append emulationJohannes Thumshirn2022-12-012-0/+90
| * | scsi: libfc: Include the correct headerChristophe JAILLET2022-12-011-1/+1