summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
4 daysMerge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds8-17/+82
8 daysMerge tag 'hardening-v6.10-rc2-take2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-10/+6
10 daysscsi: mpt3sas: Avoid possible run-time warning with long manufacturer stringsKees Cook2-10/+6
12 daysMerge branch '6.10/scsi-queue' into 6.10/scsi-fixesMartin K. Petersen8-17/+82
13 dayssd: also set max_user_sectors when setting max_sectorsChristoph Hellwig1-1/+3
2024-05-24scsi: core: Handle devices which return an unusually large VPD page countMartin K. Petersen1-0/+7
2024-05-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+0
2024-05-22Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-55/+16
2024-05-22scsi: virtio: drop owner assignmentKrzysztof Kozlowski1-1/+0
2024-05-21Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-8/+8
2024-05-21Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+2
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-6/+6
2024-05-16scsi: vmw_pvscsi: Do not use PCI_IRQ_LEGACY instead of PCI_IRQ_LEGACYDamien Le Moal1-1/+1
2024-05-16scsi: pmcraid: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal1-1/+1
2024-05-16scsi: mpt3sas: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal1-1/+1
2024-05-16scsi: megaraid_sas: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal1-2/+2
2024-05-16scsi: ipr: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal1-1/+1
2024-05-16scsi: hpsa: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal1-1/+1
2024-05-16scsi: arcmsr: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal1-1/+1
2024-05-15scsi: mpt3sas: Add missing kerneldoc parameter descriptionsDeming Wang1-2/+2
2024-05-15scsi: qedf: Set qed_slowpath_params to zero before useSaurav Kashyap1-0/+1
2024-05-15scsi: qedf: Wait for stag work during unloadSaurav Kashyap2-3/+28
2024-05-15scsi: qedf: Don't process stag work during unload and recoverySaurav Kashyap1-0/+16
2024-05-15scsi: sr: Fix unintentional arithmetic wraparoundJustin Stitt2-2/+5
2024-05-15scsi: core: alua: I/O errors for ALUA state transitionsMartin Wilck1-9/+22
2024-05-15scsi: mpi3mr: Use proper format specifier in mpi3mr_sas_port_add()Nathan Chancellor1-1/+1
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-05-04scsi: Use device_show_string() helper for sysfs attributesLukas Wunner5-55/+16
2024-05-03use ->bd_mapping instead of ->bd_inode->i_mappingAl Viro1-1/+1
2024-04-26fix missing vmalloc.h includesKent Overstreet1-0/+2
2024-04-25scsi: qla2xxx: Avoid possible run-time warning with long model_numKees Cook1-4/+2