summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
5 daysMerge tag 'kmalloc_obj-v7.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-33/+23
6 daystreewide: refresh kmalloc_obj() conversionsKees Cook3-33/+23
8 daysscsi: megaraid_sas: Limit NVMe request size to the PRP chain frameThomas Lamprecht1-1/+12
8 daysscsi: bsg: Fix TOCTOU in io_uring passthrough command setupRahul Chandelkar1-14/+25
8 daysscsi: bsg: Cap io_uring sense copy to max_response_lenYang Xiuwei1-4/+4
9 daysscsi: mpt3sas: Avoid out-of-bounds cpumask_of_node() call in _base_assign_rep...Ivy Lopez1-1/+4
9 daysscsi: mpi3mr: Fix use-after-free on tgt_dev->starget during target device ref...Laurence Oberman1-10/+35
10 daysMerge branch '7.3/scsi-queue' into 7.3/scsi-fixesMartin K. Petersen (Oracle)4-4/+13
12 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsiLinus Torvalds28-613/+584
13 daysscsi: sg: Report request-table problems when any status is setXu Rao1-4/+3
13 daysscsi: mpi3mr: Fix target device refcount leak in mpi3mr_sas_port_add()Milan P. Gandhi1-0/+2
13 daysscsi: mpi3mr: Fix NULL pointer dereference in mpi3mr_sas_port_add()Milan P. Gandhi1-0/+6
13 daysscsi: ibmvfc: Document protocol parameter of ibmvfc_alloc_target()Muhammad Falak R Wani1-0/+1
13 daysscsi: ibmvfc: Fix kernel-doc name for ibmvfc_scsi_relogin()Muhammad Falak R Wani1-1/+1
13 daysscsi: pm8001: Use rollback index when freeing MSI-X vectorsRunyu Xiao1-2/+2
13 daysscsi: fnic: Initialize the NVMe local port info before registeringLinmao Li1-1/+1
2026-08-26Merge tag 'hyperv-next-signed-20260826' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-43/+10
2026-08-23scsi: snic: Fix SCSI host leak on workqueue allocation failureChen Changcheng1-0/+1
2026-08-23scsi: leapraid: Standardize NCQ priority sysfs attributesDongdong Hao2-33/+58
2026-08-23scsi: leapraid: Serialize firmware log mmap with teardownLinmao Li1-3/+9
2026-08-23scsi: leapraid: Balance host references for firmware log VMAsLinmao Li1-1/+1
2026-08-23scsi: lpfc: Remove unnnecessary NULL checkDan Carpenter1-4/+2
2026-08-23scsi: qla2xxx: Fix an loop timeout testDan Carpenter1-1/+1
2026-08-23scsi: qla2xxx: Fix an error code in qla_get_tmf()Dan Carpenter1-1/+1
2026-08-23scsi: ibmvfc: Fix use of uninitialized rport in ibmvfc_do_work()Nathan Chancellor1-1/+1
2026-08-23scsi: core: Enable context analysis for hosts.oBart Van Assche1-0/+1
2026-08-24scsi: storvsc: Remove support for storvsc protocol of old Hyper-V hostsMichael Kelley1-43/+10
2026-08-23Merge tag 'pci-v7.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-8/+8
2026-08-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds83-2229/+29295
2026-08-19Merge tag 'ata-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/libata/l...Linus Torvalds1-46/+0
2026-08-13Merge patch series "scsi: lpfc: Remove all strlcat() uses"Martin K. Petersen (Oracle)6-507/+348
2026-08-13scsi: lpfc: Replace strlcat() with sysfs_emit_at() in the sysfs show functionsIan Bridges2-317/+219
2026-08-13scsi: lpfc: Replace strlcat() with seq_buf in the debugfs dump helpersIan Bridges1-113/+85
2026-08-13scsi: lpfc: Replace strlcat() with seq_buf in lpfc_rx_monitor_report()Ian Bridges1-19/+24
2026-08-13scsi: lpfc: Replace strlcat() with scnprintf() in lpfc_vport_symbolic_node_na...Ian Bridges1-24/+5
2026-08-13scsi: lpfc: Replace strlcat() with seq_buf in lpfc_info()Ian Bridges1-34/+15
2026-08-13Merge patch series "Enable context analysis in the SCSI core and UFS driver"Martin K. Petersen (Oracle)12-43/+79
2026-08-13scsi: core: Enable context analysisBart Van Assche2-0/+25
2026-08-13scsi: core: Protect host state changes with the host lockBart Van Assche9-22/+23
2026-08-13scsi: core: Add lock context annotationsBart Van Assche1-0/+5
2026-08-13scsi: core: Pass the SCSI host pointer directly to scanning functionsBart Van Assche1-21/+26
2026-08-13Merge patch series "libsas: rediscover improvements for linkrate/sas_addr"Martin K. Petersen (Oracle)2-18/+79
2026-08-13scsi: libsas: Add linkrate and sas_addr change detection in rediscoverXingui Yang1-14/+69
2026-08-13scsi: libsas: Add sas_ex_phy_to_dev() helperXingui Yang2-4/+10
2026-08-13scsi: mpt3sas: Avoid freeing unallocated PCIe SGL buffersChandrakanth Patil1-0/+2
2026-08-13scsi: qla2xxx: Fix size_t format specifier in qla29xx_process_rd_image()Nathan Chancellor1-1/+1
2026-08-12Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-5/+7
2026-08-10scsi: fnic: Fix built-in NVMe/FC buildKaran Tilak Kumar2-2/+2
2026-08-07scsi: fnic: Fix invalid comparison for errorRoman Demidov1-1/+1
2026-08-07scsi: core: Fill in DMA padding bytes in scsi_alloc_sgtables()Petr Vaganov1-0/+2