summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
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-27scsi: core: Do not retry I/Os during depopulationIgor Pylypiv1-2/+7
2025-02-27scsi: core: Handle depopulation and restoration in progressDouglas Gilbert2-0/+5
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: 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-09scsi: hisi_sas: Remove redundant checks for automatic debugfs dumpYihang Li1-2/+2
2025-01-09scsi: hisi_sas: Fix a deadlock issue related to automatic dumpYihang Li1-2/+10
2025-01-09scsi: mpi3mr: Start controller indexing from 0Ranjan Kumar1-1/+1
2025-01-09scsi: mpi3mr: Use ida to manage mrioc IDGuixin Liu1-2/+10
2025-01-09scsi: hisi_sas: Create all dump files during debugfs initializationYihang Li1-22/+77
2025-01-09scsi: hisi_sas: Allocate DFX memory during dump triggerYihang Li2-49/+46
2025-01-09scsi: hisi_sas: Directly call register snapshot instead of using workqueueYihang Li3-14/+8
2025-01-02scsi: storvsc: Do not flag MAINTENANCE_IN return of SRB_STATUS_DATA_OVERRUN a...Cathy Avery1-1/+6
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: Call lpfc_sli4_queue_unset() in restart and rmmod pathsJustin Tee2-5/+38
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-09scsi: lpfc: Validate hdwq pointers before dereferencing in reset/errata pathsJustin Tee3-3/+24
2024-12-09scsi: sg: Enable runtime power managementBart Van Assche1-8/+1
2024-12-09scsi: qedi: Fix a possible memory leak in qedi_alloc_and_init_sb()Zhen Lei1-0/+1
2024-12-09scsi: qedf: Fix a possible memory leak in qedf_alloc_and_init_sb()Zhen Lei1-0/+1
2024-12-09scsi: bfa: Fix use-after-free in bfad_im_module_exit()Ye Bin1-2/+1
2024-12-09scsi: hisi_sas: Enable all PHYs that are not disabled by user during controll...Yihang Li1-1/+7
2024-11-14scsi: sd_zbc: Use kvzalloc() to allocate REPORT ZONES bufferJohannes Thumshirn1-2/+1
2024-11-08scsi: scsi_transport_fc: Allow setting rport state to current stateBenjamin Marzinski1-2/+2
2024-10-17scsi: Revert "scsi: sd: Do not repeat the starting disk message"Johan Hovold1-2/+3
2024-10-17scsi: wd33c93: Don't use stale scsi_pointer valueDaniel Palmer1-1/+1
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-17scsi: sd: Do not repeat the starting disk messageDamien Le Moal1-3/+2
2024-10-17scsi: Remove scsi device no_start_on_resume flagDamien Le Moal1-6/+3
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: aacraid: Rearrange order of struct aac_srb_unitKees Cook1-1/+1