summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
...
| * | | scsi: qla2xxx: Remove the unused variable wwnJiapeng Chong2023-02-081-2/+0
| * | | scsi: snic: Fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-081-2/+2
| * | | scsi: aacraid: Allocate cmd_priv with scsicmdKees Cook2023-02-081-2/+3
| * | | scsi: qla2xxx: Simplify if condition evaluationDeepak R Varma2023-01-231-2/+1
| * | | scsi: qla2xxx: Use a variable for repeated mem_size computationDeepak R Varma2023-01-231-7/+6
| * | | scsi: elx: libefc_sli: Use "/*" for non-kernel-doc commentRandy Dunlap2023-01-231-1/+1
| * | | scsi: qla2xxx: Make qla_trim_buf() and __qla_adjust_buf() staticTom Rix2023-01-181-2/+2
| * | | scsi: ipr: Replace kmap() with kmap_local_page()Fabio M. De Francesco2023-01-181-7/+2
| * | | scsi: ips: Replace kmap_atomic() with kmap_local_page()Fabio M. De Francesco2023-01-181-6/+5
| * | | scsi: mpt3sas: Demote log level for trace buffer allocation to infoPaul Menzel2023-01-181-1/+1
| * | | scsi: qla2xxx: Fix printk() format stringArnd Bergmann2023-01-181-1/+1
| * | | scsi: megaraid_sas: Add flexible array member for SGLsKees Cook2023-01-182-2/+5
| * | | Merge patch series "scsi: Add struct for args to execution functions"Martin K. Petersen2023-01-1818-192/+268
| |\ \ \
| | * | | scsi: cxlflash: Convert to scsi_execute_cmd()Mike Christie2023-01-182-32/+34
| | * | | scsi: virtio_scsi: Convert to scsi_execute_cmd()Mike Christie2023-01-131-2/+2
| | * | | scsi: sr: Convert to scsi_execute_cmd()Mike Christie2023-01-132-11/+17
| | * | | scsi: ses: Convert to scsi_execute_cmd()Mike Christie2023-01-131-4/+10
| | * | | scsi: zbc: Convert to scsi_execute_cmd()Mike Christie2023-01-131-3/+5
| | * | | scsi: sd: Convert to scsi_execute_cmd()Mike Christie2023-01-131-28/+55
| | * | | scsi: spi: Convert to scsi_execute_cmd()Mike Christie2023-01-131-16/+15
| | * | | scsi: core: Convert to scsi_execute_cmd()Mike Christie2023-01-134-26/+45
| | * | | scsi: scsi_dh: Convert to scsi_execute_cmd()Mike Christie2023-01-134-28/+45
| | * | | scsi: ch: Convert to scsi_execute_cmd()Mike Christie2023-01-131-15/+15
| | * | | scsi: core: Add struct for args to execution functionsMike Christie2023-01-131-27/+25
| * | | | 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