summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-6/+6
2024-05-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds96-1137/+1191
2024-05-14Merge tag 'hardening-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-13/+7
2024-05-13Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds4-353/+10
2024-05-09kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada1-6/+6
2024-05-09scsi: mpi3mr: Sanitise num_physTomas Henzl1-0/+10
2024-05-07Merge patch series "Update lpfc to revision 14.4.0.2"Martin K. Petersen15-413/+432
2024-05-07scsi: lpfc: Copyright updates for 14.4.0.2 patchesJustin Tee1-1/+1
2024-05-07scsi: lpfc: Update lpfc version to 14.4.0.2Justin Tee1-1/+1
2024-05-07scsi: lpfc: Add support for 32 byte CDBsJustin Tee5-38/+80
2024-05-07scsi: lpfc: Change lpfc_hba hba_flag member into a bitmaskJustin Tee12-331/+279
2024-05-07scsi: lpfc: Introduce rrq_list_lock to protect active_rrq_listJustin Tee5-8/+22
2024-05-07scsi: lpfc: Clear deferred RSCN processing flag when driver is unloadingJustin Tee2-30/+45
2024-05-07scsi: lpfc: Update logging of protection type for T10 DIF I/OJustin Tee1-1/+1
2024-05-07scsi: lpfc: Change default logging level for unsolicited CT MIB commandsJustin Tee1-8/+8
2024-05-07Merge branch '6.9/s/lpfc2' into 6.10/s/lpfcMartin K. Petersen16-185/+177
2024-05-07scsi: iscsi: Remove unused list 'connlist_err'Dr. David Alan Gilbert1-1/+0
2024-05-07scsi: qla2xxx: Fix debugfs output for fw_resource_countHimanshu Madhani1-1/+1
2024-05-07scsi: qedf: Ensure the copied buf is NUL terminatedBui Quang Minh1-1/+1
2024-05-07scsi: bfa: Ensure the copied buf is NUL terminatedBui Quang Minh1-2/+2
2024-04-25scsi: qla2xxx: Avoid possible run-time warning with long model_numKees Cook1-4/+2
2024-04-25scsi: mpi3mr: Avoid possible run-time warning with long manufacturer stringsKees Cook1-9/+5
2024-04-25scsi: bnx2fc: Remove redundant assignment to variable 'i'Colin Ian King1-3/+1
2024-04-25scsi: qedi: Fix crash while reading debugfs attributeManish Rangankar1-8/+4
2024-04-25scsi: sd: Only print updates to permanent stream countJohn Garry1-1/+3
2024-04-25scsi: qedf: Make qedf_execute_tmf() non-preemptibleJohn Meneghini1-3/+3
2024-04-20scsi: hpsa: Fix allocation size for Scsi_Host private dataYuri Karpov1-1/+1
2024-04-20Merge patch series "scsi: libsas: Fix the failure of adding phy with zero-add...Martin K. Petersen2-23/+30
2024-04-20scsi: libsas: Fix the failure of adding phy with zero-address to portXingui Yang1-2/+1
2024-04-20scsi: libsas: Set port when ex_phy is added or deletedXingui Yang1-2/+5
2024-04-20scsi: libsas: Move sas_add_parent_port() to sas_expander.cXingui Yang2-17/+17
2024-04-20scsi: libsas: Add helper for port add ex_phyXingui Yang1-3/+8
2024-04-17block: Simplify blk_revalidate_disk_zones() interfaceDamien Le Moal1-1/+1
2024-04-17block: Remove BLK_STS_ZONE_RESOURCEDamien Le Moal1-1/+0
2024-04-17scsi: sd: Use the block layer zone append emulationDamien Le Moal3-352/+10
2024-04-12Merge patch series "convert SCSI to atomic queue limits, part 1 (v3)"Martin K. Petersen28-201/+183
2024-04-12scsi: mpi3mr: Switch to using ->device_configureChristoph Hellwig2-3/+1
2024-04-12scsi: mpi3mr: Switch to using ->device_configureChristoph Hellwig1-43/+30
2024-04-12scsi: libata: Switch to using ->device_configureChristoph Hellwig6-12/+16
2024-04-12scsi: pmcraid: Switch to using ->device_configureChristoph Hellwig1-5/+6
2024-04-12scsi: ipr: Switch to using ->device_configureChristoph Hellwig1-4/+6
2024-04-12scsi: hptiop: Switch to using ->device_configureChristoph Hellwig1-4/+4
2024-04-12scsi: mpt3sas: Switch to using ->device_configureChristoph Hellwig1-10/+8
2024-04-12scsi: megaraid_sas: Switch to using ->device_configureChristoph Hellwig3-14/+20
2024-04-12scsi: core: Add a device_configure method to the host templateChristoph Hellwig1-21/+26
2024-04-12scsi: core: Use the atomic queue limits API in scsi_add_lun()Christoph Hellwig1-13/+15
2024-04-12scsi: core: Add a dma_alignment field to the host and host templateChristoph Hellwig4-13/+12
2024-04-12scsi: core: Add a no_highmem flag to struct Scsi_HostChristoph Hellwig4-25/+6
2024-04-12scsi: scsi_transport_fc: Add a max_bsg_segments field to struct fc_function_t...Christoph Hellwig2-4/+3
2024-04-12scsi: core: Initialize scsi midlayer limits before allocating the queueChristoph Hellwig4-26/+27