summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)Author
2024-05-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2024-05-22Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-05-22scsi: virtio: drop owner assignmentKrzysztof Kozlowski
2024-05-21Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-05-21Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2024-05-16scsi: vmw_pvscsi: Do not use PCI_IRQ_LEGACY instead of PCI_IRQ_LEGACYDamien Le Moal
2024-05-16scsi: pmcraid: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal
2024-05-16scsi: mpt3sas: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal
2024-05-16scsi: megaraid_sas: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal
2024-05-16scsi: ipr: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal
2024-05-16scsi: hpsa: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal
2024-05-16scsi: arcmsr: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal
2024-05-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2024-05-13Merge tag 'hardening-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-05-13Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada
2024-05-08scsi: mpi3mr: Sanitise num_physTomas Henzl
2024-05-06Merge patch series "Update lpfc to revision 14.4.0.2"Martin K. Petersen
2024-05-06scsi: lpfc: Copyright updates for 14.4.0.2 patchesJustin Tee
2024-05-06scsi: lpfc: Update lpfc version to 14.4.0.2Justin Tee
2024-05-06scsi: lpfc: Add support for 32 byte CDBsJustin Tee
2024-05-06scsi: lpfc: Change lpfc_hba hba_flag member into a bitmaskJustin Tee
2024-05-06scsi: lpfc: Introduce rrq_list_lock to protect active_rrq_listJustin Tee
2024-05-06scsi: lpfc: Clear deferred RSCN processing flag when driver is unloadingJustin Tee
2024-05-06scsi: lpfc: Update logging of protection type for T10 DIF I/OJustin Tee
2024-05-06scsi: lpfc: Change default logging level for unsolicited CT MIB commandsJustin Tee
2024-05-06Merge branch '6.9/s/lpfc2' into 6.10/s/lpfcMartin K. Petersen
2024-05-06scsi: iscsi: Remove unused list 'connlist_err'Dr. David Alan Gilbert
2024-05-06scsi: qla2xxx: Fix debugfs output for fw_resource_countHimanshu Madhani
2024-05-06scsi: qedf: Ensure the copied buf is NUL terminatedBui Quang Minh
2024-05-06scsi: bfa: Ensure the copied buf is NUL terminatedBui Quang Minh
2024-05-04scsi: Use device_show_string() helper for sysfs attributesLukas Wunner
2024-05-03use ->bd_mapping instead of ->bd_inode->i_mappingAl Viro
2024-04-25fix missing vmalloc.h includesKent Overstreet
2024-04-25scsi: qla2xxx: Avoid possible run-time warning with long model_numKees Cook
2024-04-25scsi: mpi3mr: Avoid possible run-time warning with long manufacturer stringsKees Cook
2024-04-24scsi: bnx2fc: Remove redundant assignment to variable 'i'Colin Ian King
2024-04-24scsi: qedi: Fix crash while reading debugfs attributeManish Rangankar
2024-04-24scsi: sd: Only print updates to permanent stream countJohn Garry
2024-04-24scsi: qedf: Make qedf_execute_tmf() non-preemptibleJohn Meneghini
2024-04-20scsi: hpsa: Fix allocation size for Scsi_Host private dataYuri Karpov
2024-04-20Merge patch series "scsi: libsas: Fix the failure of adding phy with zero-add...Martin K. Petersen
2024-04-20scsi: libsas: Fix the failure of adding phy with zero-address to portXingui Yang
2024-04-20scsi: libsas: Set port when ex_phy is added or deletedXingui Yang
2024-04-20scsi: libsas: Move sas_add_parent_port() to sas_expander.cXingui Yang
2024-04-20scsi: libsas: Add helper for port add ex_phyXingui Yang
2024-04-17block: Simplify blk_revalidate_disk_zones() interfaceDamien Le Moal
2024-04-17block: Remove BLK_STS_ZONE_RESOURCEDamien Le Moal