summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2024-03-228-71/+411
|\
| * scsi: scsi_debug: Maintain write statistics per group numberBart Van Assche2024-02-261-4/+45
| * scsi: scsi_debug: Implement GET STREAM STATUSBart Van Assche2024-02-261-0/+50
| * scsi: scsi_debug: Implement the IO Advice Hints Grouping mode pageBart Van Assche2024-02-261-3/+58
| * scsi: scsi_debug: Allocate the MODE SENSE response from the heapBart Van Assche2024-02-261-2/+7
| * scsi: scsi_debug: Rework subpage code error handlingBart Van Assche2024-02-261-34/+36
| * scsi: scsi_debug: Rework page code error handlingBart Van Assche2024-02-261-12/+12
| * scsi: scsi_debug: Support the block limits extension VPD pageBart Van Assche2024-02-261-0/+16
| * scsi: scsi_debug: Reduce code duplicationBart Van Assche2024-02-261-14/+2
| * scsi: sd: Translate data lifetime informationBart Van Assche2024-02-262-4/+98
| * scsi: scsi_proto: Add structures and constants related to I/O groups and streamsBart Van Assche2024-02-263-0/+63
| * scsi: core: Query the Block Limits Extension VPD pageBart Van Assche2024-02-264-0/+26
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2024-03-1675-1766/+2469
|\ \
| * | scsi: core: Constify the struct device_type usageRicardo B. Marliere2024-02-263-4/+4
| * | scsi: libfc: replace deprecated strncpy() with memcpy()Justin Stitt2024-02-261-6/+8
| * | scsi: lpfc: Replace deprecated strncpy() with strscpy()Justin Stitt2024-02-261-2/+2
| * | scsi: bfa: Fix function pointer type mismatch for state machinesArnd Bergmann2024-02-2613-435/+582
| * | scsi: bfa: Fix function pointer type mismatch for hcb_qe->cbfnArnd Bergmann2024-02-264-13/+19
| * | scsi: bfa: Remove additional unnecessary struct declarationsSimone Weiß2024-02-261-2/+0
| * | scsi: csiostor: Avoid function pointer castsArnd Bergmann2024-02-153-19/+20
| * | scsi: qla1280: Remove redundant assignment to variable 'mr'Colin Ian King2024-02-151-1/+0
| * | scsi: core: Make scsi_bus_type constRicardo B. Marliere2024-02-122-2/+2
| * | scsi: core: Really include kunit tests with SCSI_LIB_KUNIT_TESTLukas Bulwahn2024-02-121-1/+1
| * | scsi: scsi_debug: Make pseudo_lld_bus constRicardo B. Marliere2024-02-051-2/+2
| * | scsi: iscsi: Make iscsi_flashnode_bus constRicardo B. Marliere2024-02-051-2/+2
| * | scsi: fcoe: Make fcoe_bus_type constRicardo B. Marliere2024-02-051-2/+2
| * | Merge patch series "Update lpfc to revision 14.4.0.0"Martin K. Petersen2024-02-0517-873/+717
| |\ \
| | * | scsi: lpfc: Copyright updates for 14.4.0.0 patchesJustin Tee2024-02-0517-18/+18
| | * | scsi: lpfc: Update lpfc version to 14.4.0.0Justin Tee2024-02-051-1/+1
| | * | scsi: lpfc: Change lpfc_vport load_flag member into a bitmaskJustin Tee2024-02-0510-120/+108
| | * | scsi: lpfc: Change lpfc_vport fc_flag member into a bitmaskJustin Tee2024-02-0511-590/+425
| | * | scsi: lpfc: Protect vport fc_nodes list with an explicit spin lockJustin Tee2024-02-056-54/+53
| | * | scsi: lpfc: Change nlp state statistic counters into atomic_tJustin Tee2024-02-055-37/+50
| | * | scsi: lpfc: Remove shost_lock protection for fc_host_port shost APIsJustin Tee2024-02-051-16/+0
| | * | scsi: lpfc: Move handling of reset congestion statistics eventsJustin Tee2024-02-052-4/+7
| | * | scsi: lpfc: Save FPIN frequency statistics upon receipt of peer cgn notificat...Justin Tee2024-02-051-0/+3
| | * | scsi: lpfc: Add condition to delete ndlp object after sending BLS_RJT to an ABTSJustin Tee2024-02-051-2/+12
| | * | scsi: lpfc: Fix failure to delete vports when discovery is in progressJustin Tee2024-02-051-4/+4
| | * | scsi: lpfc: Remove NLP_RCV_PLOGI early return during RSCN processing for ndlpsJustin Tee2024-02-051-8/+0
| | * | scsi: lpfc: Allow lpfc_plogi_confirm_nport() logic to execute for Fabric nodesJustin Tee2024-02-051-17/+32
| | * | scsi: lpfc: Remove D_ID swap log message from trace event loggerJustin Tee2024-02-051-1/+1
| | * | scsi: lpfc: Use sg_dma_len() API to get struct scatterlist's lengthJustin Tee2024-02-051-4/+4
| | * | scsi: lpfc: Fix possible memory leak in lpfc_rcv_padisc()Justin Tee2024-02-051-2/+4
| | * | scsi: lpfc: Initialize status local variable in lpfc_sli4_repost_sgl_list()Justin Tee2024-02-051-1/+1
| | |/
| * | Merge patch series "scsi: Allow scsi_execute users to request retries"Martin K. Petersen2024-01-2911-253/+834
| |\ \
| | * | scsi: core: Add kunit tests for scsi_check_passthrough()Mike Christie2024-01-293-0/+343
| | * | scsi: sr: Have midlayer retry get_sectorsize() errorsMike Christie2024-01-291-18/+20
| | * | scsi: ses: Have midlayer retry scsi_execute_cmd() errorsMike Christie2024-01-291-20/+46
| | * | scsi: sd: Have midlayer retry read_capacity_10() errorsMike Christie2024-01-291-23/+39
| | * | scsi: sd: Have pr commands retry UAsMike Christie2024-01-291-0/+28