summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2023-02-251-2/+12
|\
| * scsi: virtio_scsi: fix handling of kmalloc failureZheng Wang2023-02-201-2/+12
* | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-241-2/+2
|\ \
| * | driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-2/+2
* | | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-232-2/+2
|\ \ \
| * | | mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-092-2/+2
| |/ /
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-02-2272-1250/+1404
|\ \ \
| * | | scsi: aic94xx: Add missing check for dma_map_single()Jiasheng Jiang2023-02-081-0/+3
| * | | scsi: smartpqi: Replace one-element array with flexible-array memberGustavo A. R. Silva2023-02-082-2/+3
| * | | scsi: mpt3sas: Fix a memory leakTomas Henzl2023-02-081-0/+3
| * | | 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