summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2023-02-09scsi: aacraid: Allocate cmd_priv with scsicmdKees Cook1-2/+3
2023-01-24scsi: qla2xxx: Simplify if condition evaluationDeepak R Varma1-2/+1
2023-01-24scsi: qla2xxx: Use a variable for repeated mem_size computationDeepak R Varma1-7/+6
2023-01-24scsi: elx: libefc_sli: Use "/*" for non-kernel-doc commentRandy Dunlap1-1/+1
2023-01-19scsi: qla2xxx: Make qla_trim_buf() and __qla_adjust_buf() staticTom Rix1-2/+2
2023-01-19scsi: ipr: Replace kmap() with kmap_local_page()Fabio M. De Francesco1-7/+2
2023-01-19scsi: ips: Replace kmap_atomic() with kmap_local_page()Fabio M. De Francesco1-6/+5
2023-01-19scsi: mpt3sas: Demote log level for trace buffer allocation to infoPaul Menzel1-1/+1
2023-01-19scsi: qla2xxx: Fix printk() format stringArnd Bergmann1-1/+1
2023-01-19scsi: megaraid_sas: Add flexible array member for SGLsKees Cook2-2/+5
2023-01-19Merge patch series "scsi: Add struct for args to execution functions"Martin K. Petersen18-192/+268
2023-01-19scsi: cxlflash: Convert to scsi_execute_cmd()Mike Christie2-32/+34
2023-01-14scsi: virtio_scsi: Convert to scsi_execute_cmd()Mike Christie1-2/+2
2023-01-14scsi: sr: Convert to scsi_execute_cmd()Mike Christie2-11/+17
2023-01-14scsi: ses: Convert to scsi_execute_cmd()Mike Christie1-4/+10
2023-01-14scsi: zbc: Convert to scsi_execute_cmd()Mike Christie1-3/+5
2023-01-14scsi: sd: Convert to scsi_execute_cmd()Mike Christie1-28/+55
2023-01-14scsi: spi: Convert to scsi_execute_cmd()Mike Christie1-16/+15
2023-01-14scsi: core: Convert to scsi_execute_cmd()Mike Christie4-26/+45
2023-01-14scsi: scsi_dh: Convert to scsi_execute_cmd()Mike Christie4-28/+45
2023-01-14scsi: ch: Convert to scsi_execute_cmd()Mike Christie1-15/+15
2023-01-14scsi: core: Add struct for args to execution functionsMike Christie1-27/+25
2023-01-12scsi: mvumi: Replace 1-element arrays with flexible array membersKees Cook2-5/+5
2023-01-12scsi: 3w-sas: Replace 1-element arrays with flexible array membersKees Cook2-8/+8
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-12scsi: qla2xxx: Update version to 10.02.08.200-kNilesh Javali1-2/+2
2023-01-12scsi: qla2xxx: Select qpair depending on which CPU post_cmd() gets calledShreyas Deodhar6-3/+69
2023-01-12scsi: qla2xxx: edif: Fix clang warningQuinn Tran2-2/+17
2023-01-12scsi: qla2xxx: edif: Reduce memory usage during low I/OQuinn Tran4-1/+101
2023-01-12scsi: qla2xxx: edif: Fix stall session after app startQuinn Tran1-7/+49
2023-01-12scsi: qla2xxx: edif: Fix performance dip due to lock contentionQuinn Tran7-36/+170
2023-01-12scsi: qla2xxx: Relocate/rename vp mapQuinn Tran9-110/+113
2023-01-12scsi: qla2xxx: Remove dead code (GNN ID)Quinn Tran5-125/+1
2023-01-12scsi: qla2xxx: Remove dead code (GPNID)Quinn Tran6-313/+3
2023-01-12scsi: qla2xxx: Remove dead codeQuinn Tran5-73/+5
2023-01-12scsi: libsas: Fix an error code in sas_ata_add_dev()Dan Carpenter1-1/+1
2023-01-12scsi: pm8001: Use sysfs_emit() in show function callbacksDeepak R Varma1-25/+21
2023-01-12scsi: qla2xxx: Update version to 10.02.08.100-kNilesh Javali1-3/+3
2023-01-12scsi: qla2xxx: Fix IOCB resource check warningNilesh Javali1-1/+1