summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2024-11-08scsi: scsi_transport_fc: Allow setting rport state to current stateBenjamin Marzinski1-2/+2
2024-11-08scsi: scsi_debug: Fix do_device_access() handling of unexpected SG copy lengthJohn Garry1-6/+4
2024-10-22scsi: mpi3mr: Validate SAS port assignmentsRanjan Kumar2-17/+29
2024-10-17scsi: fnic: Move flush_work initialization out of if blockMartin Wilck1-1/+1
2024-10-17scsi: wd33c93: Don't use stale scsi_pointer valueDaniel Palmer1-1/+1
2024-10-17scsi: lpfc: Revise TRACE_EVENT log flag severities from KERN_ERR to KERN_WARNINGJustin Tee2-71/+64
2024-10-17scsi: lpfc: Ensure DA_ID handling completion before deleting an NPIV instanceJustin Tee3-7/+55
2024-10-17scsi: lpfc: Add ELS_RSP cmd to the list of WQEs to flush in lpfc_els_flush_cmd()Justin Tee1-3/+4
2024-10-10scsi: NCR5380: Initialize buffer for MSG IN and STATUS transfersFinn Thain1-0/+4
2024-10-10scsi: lpfc: Update PRLO handling in direct attached topologyJustin Tee2-13/+36
2024-10-10scsi: lpfc: Fix unsolicited FLOGI kref imbalance when in direct attached topo...Justin Tee3-23/+46
2024-10-10scsi: lpfc: Validate hdwq pointers before dereferencing in reset/errata pathsJustin Tee3-3/+24
2024-10-10scsi: aacraid: Rearrange order of struct aac_srb_unitKees Cook1-1/+1
2024-10-10scsi: smartpqi: add new controller PCI IDsDavid Strahan1-0/+24
2024-10-10scsi: smartpqi: correct stream detectionMahesh Rajashekhara1-1/+1
2024-10-10scsi: smartpqi: Add new controller PCI IDsDavid Strahan1-0/+104
2024-10-10scsi: pm8001: Do not overwrite PCI queue mappingDaniel Wagner1-2/+4
2024-10-10scsi: 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-09-01Merge 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-22scsi: sd: Ignore command SYNCHRONIZE CACHE error if format in progressYihang Li1-5/+7
2024-08-22scsi: aacraid: Fix double-free on probe failureBen Hutchings1-0/+2
2024-08-22scsi: 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-16scsi: sd: Do not attempt to configure discard unless LBPME is setMartin K. Petersen1-0/+3
2024-08-12scsi: mpi3mr: Avoid MAX_PAGE_ORDER WARNING for buffer allocationsShin'ichiro Kawasaki1-3/+8
2024-08-12scsi: 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-03Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds3-4/+32
2024-08-02scsi: sd: Keep the discard mode stableLi Feng1-4/+2
2024-08-01scsi: sd: Move sd_read_cpr() out of the q->limits_lock regionShin'ichiro Kawasaki1-1/+8
2024-07-29Merge branch '6.11/scsi-queue' into 6.11/scsi-fixesMartin K. Petersen3-4/+32
2024-07-28minmax: scsi: fix mis-use of 'clamp()' in sr.cLinus Torvalds1-1/+1
2024-07-28minmax: 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-22scsi: mpt3sas: Avoid IOMMU page faults on REPORT ZONESDamien Le Moal1-2/+18
2024-07-22scsi: mpi3mr: Avoid IOMMU page faults on REPORT ZONESDamien Le Moal1-0/+11
2024-07-22scsi: 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-21Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2024-07-19Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+0