summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2025-12-03scsi: sg: Do not sleep in atomic contextBart Van Assche1-1/+9
2025-12-03scsi: lpfc: Define size of debugfs entry for xri rebalancingJustin Tee1-0/+3
2025-12-03scsi: lpfc: Check return status of lpfc_reset_flush_io_context during TGT_RESETJustin Tee1-4/+10
2025-12-03scsi: pm8001: Use int instead of u32 to store error codesQianfeng Rong1-1/+1
2025-10-29scsi: hpsa: Fix potential memory leak in hpsa_big_passthru_ioctl()Thorsten Blum1-9/+12
2025-10-29scsi: mvsas: Fix use-after-free bugs in mvs_work_queueDuoming Zhou1-1/+1
2025-10-29scsi: mvsas: Use sas_task_find_rq() for taggingJohn Garry4-23/+29
2025-10-29scsi: mvsas: Delete mvs_tag_init()John Garry3-10/+0
2025-10-29scsi: mpt3sas: Fix crash in transport port remove by using ioc_info()Ranjan Kumar1-5/+3
2025-10-29scsi: myrs: Fix dma_alloc_coherent() error checkThomas Fourier1-4/+4
2025-10-29scsi: pm80xx: Fix array-index-out-of-of-bounds on rmmodNiklas Cassel1-1/+8
2025-09-09scsi: lpfc: Fix buffer free/clear order in deferred receive pathJohn Evans1-4/+6
2025-09-04scsi: core: sysfs: Correct sysfs attributes access rightsDamien Le Moal1-2/+2
2025-08-28scsi: qla4xxx: Prevent a potential error pointer dereferenceDan Carpenter1-0/+2
2025-08-28scsi: lpfc: Remove redundant assignment to avoid memory leakJiasheng Jiang1-1/+0
2025-08-28scsi: aacraid: Stop using PCI_IRQ_AFFINITYJohn Garry1-2/+1
2025-08-28scsi: Fix sas_user_scan() to handle wildcard and multi-channel scansRanjan Kumar2-13/+49
2025-08-28scsi: mpt3sas: Correctly handle ATA device errorsDamien Le Moal1-0/+19
2025-08-28scsi: lpfc: Check for hdwq null ptr when cleaning up lpfc_vport structureJustin Tee1-0/+4
2025-08-28scsi: bfa: Double-free fixjackysliu1-0/+1
2025-08-28scsi: libiscsi: Initialize iscsi_conn->dd_data only if memory is allocatedShowrya M N1-1/+2
2025-08-28scsi: isci: Fix dma_unmap_sg() nents valueThomas Fourier1-1/+1
2025-08-28scsi: mvsas: Fix dma_unmap_sg() nents valueThomas Fourier1-2/+2
2025-08-28scsi: ibmvscsi_tgt: Fix dma_unmap_sg() nents valueThomas Fourier1-2/+4
2025-07-17scsi: ufs: core: Fix spelling of a sysfs attribute nameBart Van Assche1-2/+2
2025-07-17scsi: qla4xxx: Fix missing DMA mapping error in qla4xxx_alloc_pdu()Thomas Fourier1-0/+2
2025-06-27scsi: qedf: Use designated initializer for struct qed_fcoe_cb_opsKees Cook1-1/+1
2025-06-27scsi: storvsc: Increase the timeouts to storvsc_timeoutDexuan Cui1-4/+6
2025-06-27scsi: lpfc: Use memcpy() for BIOS versionDaniel Wagner1-2/+2
2025-06-27scsi: iscsi: Fix incorrect error path labels for flashnode operationsAlok Tiwari1-6/+5
2025-06-04scsi: st: Restore some drive settings after resetKai Mäkisara2-3/+23
2025-06-04scsi: lpfc: Handle duplicate D_IDs in ndlp search-by D_ID routineJustin Tee1-5/+12
2025-06-04scsi: mpt3sas: Send a diag reset if target reset failsShivasharan S1-2/+10
2025-06-04scsi: st: ERASE does not change tape locationKai Mäkisara1-1/+0
2025-06-04scsi: st: Tighten the page format heuristics with MODE SELECTKai Mäkisara1-1/+3
2025-05-02scsi: pm80xx: Set phy_attached to zero when device is goneIgor Pylypiv1-0/+1
2025-05-02scsi: iscsi: Fix missing scsi_host_put() in error pathMiaoqian Lin1-2/+5
2025-05-02scsi: st: Fix array overflow in st_setup()Kai Mäkisara1-1/+1
2025-04-10scsi: qla1280: Fix kernel oops when debug level > 2Magnus Lindholm1-1/+1
2025-03-13scsi: storvsc: Set correct data length for sending SCSI command without payloadLong Li1-0/+1
2025-03-13scsi: ufs: bsg: Delete bsg_dev when setting up bsg failsGuixin Liu1-0/+1
2025-03-13scsi: mpt3sas: Set ioc->manu_pg11.EEDPTagMode directly to 1Paul Menzel1-2/+1
2025-02-01scsi: iscsi: Fix redundant response for ISCSI_UEVENT_GET_HOST_STATS requestXiang Zhang1-1/+3
2025-02-01scsi: sg: Fix slab-use-after-free read in sg_release()Suraj Sonawane1-1/+1
2025-01-09scsi: mpt3sas: Diag-Reset when Doorbell-In-Use bit is set during driver load ...Ranjan Kumar1-1/+6
2025-01-09scsi: megaraid_sas: Fix for a potential deadlockTomas Henzl1-1/+4
2025-01-09scsi: 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: qla2xxx: Remove check req_sg_cnt should be equal to rsp_sg_cntSaurav Kashyap1-10/+0