summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2025-05-22Drivers: hv: Allow vmbus_sendpacket_mpb_desc() to create multiple rangesMichael Kelley1-0/+1
2025-05-02scsi: pm80xx: Set phy_attached to zero when device is goneIgor Pylypiv1-0/+1
2025-05-02scsi: hisi_sas: Fix I/O errors caused by hardware port ID changesXingui Yang1-0/+20
2025-05-02scsi: Improve CDL controlDamien Le Moal1-12/+24
2025-05-02scsi: mpi3mr: Fix pending I/O counterRanjan Kumar1-1/+1
2025-05-02scsi: core: Clear flags for scsi_cmnd that did not completeAnastasia Kovaleva1-1/+5
2025-05-02block: remove the write_hint field from struct requestChristoph Hellwig1-3/+3
2025-04-25scsi: megaraid_sas: Block zero-length ATA VPD inquiryChandrakanth Patil2-3/+11
2025-04-25scsi: smartpqi: Use is_kdump_kernel() to check for kdumpMartin Wilck1-6/+7
2025-04-25scsi: replace blk_mq_pci_map_queues with blk_mq_map_hw_queuesDaniel Wagner12-21/+13
2025-04-25scsi: iscsi: Fix missing scsi_host_put() in error pathMiaoqian Lin1-2/+5
2025-04-25scsi: hisi_sas: Enable force phy when SATA disk directly connectedXingui Yang2-4/+19
2025-04-20scsi: st: Fix array overflow in st_setup()Kai Mäkisara1-1/+1
2025-04-20scsi: mpi3mr: Synchronous access b/w reset and tm thread for reply queueRanjan Kumar2-3/+66
2025-04-20scsi: mpi3mr: Avoid reply queue full conditionRanjan Kumar3-5/+63
2025-03-22scsi: qla1280: Fix kernel oops when debug level > 2Magnus Lindholm1-1/+1
2025-03-22scsi: core: Use GFP_NOIO to avoid circular locking dependencyRik van Riel1-1/+1
2025-03-07scsi: core: Clear driver private data when retrying requestYe Bin1-7/+7
2025-02-17scsi: core: Do not retry I/Os during depopulationIgor Pylypiv1-2/+7
2025-02-17scsi: storvsc: Set correct data length for sending SCSI command without payloadLong Li1-0/+1
2025-02-17scsi: qla2xxx: Move FCE Trace buffer allocation to user controlQuinn Tran4-31/+126
2025-02-17scsi: st: Don't set pos_unknown just after device recognitionKai Mäkisara2-0/+7
2025-02-08scsi: mpi3mr: Fix possible crash when setting up bsg failsGuixin Liu1-2/+6
2025-02-08scsi: mpt3sas: Set ioc->manu_pg11.EEDPTagMode directly to 1Paul Menzel1-2/+1
2025-02-01scsi: storvsc: Ratelimit warning logs to prevent VM denial of serviceEaswar Hariharan1-1/+7
2025-02-01scsi: iscsi: Fix redundant response for ISCSI_UEVENT_GET_HOST_STATS requestXiang Zhang1-1/+3
2025-01-02scsi: storvsc: Do not flag MAINTENANCE_IN return of SRB_STATUS_DATA_OVERRUN a...Cathy Avery1-1/+6
2025-01-02scsi: mpi3mr: Handling of fault code for insufficient powerRanjan Kumar1-0/+40
2025-01-02scsi: mpi3mr: Start controller indexing from 0Ranjan Kumar1-1/+1
2025-01-02scsi: mpi3mr: Fix corrupt config pages PHY state is switched in sysfsRanjan Kumar2-77/+13
2025-01-02scsi: mpi3mr: Synchronize access to ioctl data bufferRanjan Kumar1-11/+25
2025-01-02scsi: mpt3sas: Diag-Reset when Doorbell-In-Use bit is set during driver load ...Ranjan Kumar1-1/+6
2025-01-02scsi: megaraid_sas: Fix for a potential deadlockTomas Henzl1-1/+4
2025-01-02scsi: qla1280: Fix hw revision numbering for ISP1020/1040Magnus Lindholm1-6/+6
2024-12-14scsi: st: Add MTIOCGET and MTLOAD to ioctls allowed after device resetKai Mäkisara1-8/+21
2024-12-14scsi: st: Don't modify unknown block number in MTIOCGETKai Mäkisara1-1/+1
2024-12-14scsi: lpfc: Prevent NDLP reference count underflow in dev_loss_tmo callbackJustin Tee1-12/+24
2024-12-14scsi: lpfc: Check SLI_ACTIVE flag in FDMI cmpl before submitting follow up FDMIJustin Tee1-7/+14
2024-12-14scsi: lpfc: Call lpfc_sli4_queue_unset() in restart and rmmod pathsJustin Tee2-5/+38
2024-12-14scsi: hisi_sas: Create all dump files during debugfs initializationYihang Li1-22/+77
2024-12-14scsi: hisi_sas: Add cond_resched() for no forced preemption modelYihang Li1-0/+1
2024-12-14scsi: qla2xxx: Remove check req_sg_cnt should be equal to rsp_sg_cntSaurav Kashyap1-10/+0
2024-12-14scsi: qla2xxx: Fix use after free on unloadQuinn Tran1-7/+8
2024-12-14scsi: qla2xxx: Supported speed displayed incorrectly for VPortsAnil Gurumurthy1-0/+1
2024-12-14scsi: qla2xxx: Fix NVMe and NPIV connect issueQuinn Tran1-0/+1
2024-12-14scsi: qla2xxx: Fix abort in bsg timeoutQuinn Tran1-22/+92
2024-12-14scsi: scsi_debug: Fix hrtimer support for ndelayJohn Garry1-1/+1
2024-12-14scsi: sg: Fix slab-use-after-free read in sg_release()Suraj Sonawane1-1/+1
2024-12-05scsi: sg: Enable runtime power managementBart Van Assche1-8/+1
2024-12-05scsi: qedi: Fix a possible memory leak in qedi_alloc_and_init_sb()Zhen Lei1-0/+1