summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
4 daysscsi: fnic: Move flush_work initialization out of if blockMartin Wilck1-1/+1
4 daysscsi: wd33c93: Don't use stale scsi_pointer valueDaniel Palmer1-1/+1
4 daysscsi: lpfc: Revise TRACE_EVENT log flag severities from KERN_ERR to KERN_WARNINGJustin Tee2-71/+64
4 daysscsi: lpfc: Ensure DA_ID handling completion before deleting an NPIV instanceJustin Tee3-7/+55
4 daysscsi: lpfc: Add ELS_RSP cmd to the list of WQEs to flush in lpfc_els_flush_cmd()Justin Tee1-3/+4
11 daysscsi: NCR5380: Initialize buffer for MSG IN and STATUS transfersFinn Thain1-0/+4
11 daysscsi: lpfc: Update PRLO handling in direct attached topologyJustin Tee2-13/+36
11 daysscsi: lpfc: Fix unsolicited FLOGI kref imbalance when in direct attached topo...Justin Tee3-23/+46
11 daysscsi: lpfc: Validate hdwq pointers before dereferencing in reset/errata pathsJustin Tee3-3/+24
11 daysscsi: aacraid: Rearrange order of struct aac_srb_unitKees Cook1-1/+1
11 daysscsi: smartpqi: add new controller PCI IDsDavid Strahan1-0/+24
11 daysscsi: smartpqi: correct stream detectionMahesh Rajashekhara1-1/+1
11 daysscsi: smartpqi: Add new controller PCI IDsDavid Strahan1-0/+104
11 daysscsi: pm8001: Do not overwrite PCI queue mappingDaniel Wagner1-2/+4
11 daysscsi: st: Fix input/output error on empty drive resetRafael Rocha1-2/+3
2024-10-04scsi: mac_scsi: Disallow bus errors during PDMA sendFinn Thain1-25/+19
2024-10-04scsi: mac_scsi: Refactor polling loopFinn Thain1-38/+42
2024-10-04scsi: mac_scsi: Revise printk(KERN_DEBUG ...) messagesFinn Thain1-20/+22
2024-10-04scsi: lpfc: Restrict support for 32 byte CDBs to specific HBAsJustin Tee3-4/+22
2024-10-04scsi: sd: Fix off-by-one error in sd_read_block_characteristics()Martin Wilck1-1/+1
2024-10-04scsi: elx: libefc: Fix potential use after free in efc_nport_vport_del()Dan Carpenter1-1/+1
2024-10-04scsi: NCR5380: Check for phase match during PDMA fixupFinn Thain1-39/+39
2024-10-04scsi: sd: Don't check if a write for REQ_ATOMICJohn Garry1-1/+1
2024-10-04scsi: smartpqi: revert propagate-the-multipath-failure-to-SML-quicklyGilbert Wu1-18/+2
2024-08-31Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds3-6/+10
2024-08-25Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-0/+3
2024-08-23scsi: sd: Ignore command SYNCHRONIZE CACHE error if format in progressYihang Li1-5/+7
2024-08-23scsi: aacraid: Fix double-free on probe failureBen Hutchings1-0/+2
2024-08-23scsi: lpfc: Fix overflow build issueSherry Yang1-1/+1
2024-08-17Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-3/+9
2024-08-17scsi: sd: Do not attempt to configure discard unless LBPME is setMartin K. Petersen1-0/+3
2024-08-13scsi: mpi3mr: Avoid MAX_PAGE_ORDER WARNING for buffer allocationsShin'ichiro Kawasaki1-3/+8
2024-08-13scsi: mpi3mr: Add missing spin_lock_init() for mrioc->trigger_lockShin'ichiro Kawasaki1-0/+1
2024-08-11Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-5/+10
2024-08-04Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds3-4/+32
2024-08-03scsi: sd: Keep the discard mode stableLi Feng1-4/+2
2024-08-02scsi: sd: Move sd_read_cpr() out of the q->limits_lock regionShin'ichiro Kawasaki1-1/+8
2024-07-30Merge branch '6.11/scsi-queue' into 6.11/scsi-fixesMartin K. Petersen3-4/+32
2024-07-29minmax: scsi: fix mis-use of 'clamp()' in sr.cLinus Torvalds1-1/+1
2024-07-29minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds1-5/+1
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-5/+5
2024-07-23scsi: mpt3sas: Avoid IOMMU page faults on REPORT ZONESDamien Le Moal1-2/+18
2024-07-23scsi: mpi3mr: Avoid IOMMU page faults on REPORT ZONESDamien Le Moal1-0/+11
2024-07-23scsi: Revert "scsi: sd: Do not repeat the starting disk message"Johan Hovold1-2/+3
2024-07-22Merge tag 'for-6.11/block-post-20240722' of git://git.kernel.dk/linuxLinus Torvalds1-1/+2
2024-07-22Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2024-07-20Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+0
2024-07-19Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-19/+13
2024-07-19Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds48-475/+2489
2024-07-17Merge tag 'ata-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...Linus Torvalds2-13/+11