summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2023-01-14scsi: snic: Fix possible UAF in snic_tgt_create()Gaosheng Cui1-0/+3
2023-01-14scsi: fcoe: Fix transport not deattached when fcoe_if_init() failsChen Zhongjin1-0/+1
2023-01-14scsi: ipr: Fix WARNING in ipr_init()Shang XiaoJing1-1/+9
2023-01-14scsi: scsi_debug: Fix possible name leak in sdebug_add_host_helper()Yang Yingliang1-1/+4
2023-01-14scsi: fcoe: Fix possible name leak when device_register() failsYang Yingliang1-9/+10
2023-01-14scsi: scsi_debug: Fix a warning in resp_report_zones()Harshit Mogalapalli1-1/+1
2023-01-14scsi: scsi_debug: Fix a warning in resp_verify()Harshit Mogalapalli1-1/+1
2023-01-14scsi: hpsa: Fix possible memory leak in hpsa_add_sas_device()Yang Yingliang1-1/+3
2023-01-14scsi: hpsa: Fix error handling in hpsa_add_sas_host()Yang Yingliang1-1/+2
2023-01-14scsi: mpt3sas: Fix possible resource leaks in mpt3sas_transport_port_add()Yang Yingliang1-0/+2
2023-01-14scsi: hpsa: Fix possible memory leak in hpsa_init_one()Yuan Can1-1/+1
2023-01-14scsi: scsi_debug: Fix a warning in resp_write_scat()Harshit Mogalapalli1-1/+1
2023-01-14scsi: core: Fix a race between scsi_done() and scsi_timeout()Bart Van Assche1-11/+3
2022-12-02scsi: storvsc: Fix handling of srb_status and capacity change eventsMichael Kelley1-35/+34
2022-12-02scsi: scsi_debug: Make the READ CAPACITY response compliant with ZBCBart Van Assche1-0/+7
2022-12-02scsi: ibmvfc: Avoid path failures during live migrationBrian King1-3/+11
2022-12-02scsi: scsi_transport_sas: Fix error handling in sas_phy_add()Yang Yingliang1-4/+9
2022-11-25scsi: scsi_debug: Fix possible UAF in sdebug_add_host_helper()Yuan Can1-1/+5
2022-11-10scsi: core: Restrict legal sdev_state transitions via sysfsUday Shankar1-0/+8
2022-11-03scsi: sd: Revert "scsi: sd: Remove a local variable"Yu Kuai1-1/+2
2022-11-03scsi: qla2xxx: Use transport-defined speed mask for supported_speedsManish Rangankar1-2/+26
2022-10-26scsi: 3w-9xxx: Avoid disabling device if failing to enable itLetu Ren1-1/+1
2022-10-26scsi: iscsi: iscsi_tcp: Fix null-ptr-deref while calling getpeername()Mike Christie2-21/+54
2022-10-26scsi: libsas: Fix use-after-free bug in smp_execute_task_sg()Duoming Zhou1-1/+1
2022-10-26scsi: qedf: Populate sysfs attributes for vportSaurav Kashyap1-0/+21
2022-10-15scsi: stex: Properly zero out the passthrough command structureLinus Torvalds1-8/+9
2022-10-15scsi: qedf: Fix a UAF bug in __qedf_probe()Letu Ren1-5/+0
2022-10-05scsi: hisi_sas: Revert "scsi: hisi_sas: Limit max hw sectors for v3 HW"Yu Kuai1-7/+0
2022-09-28scsi: mpt3sas: Fix return value check of dma_get_required_mask()Sreekanth Reddy1-1/+1
2022-09-28scsi: mpt3sas: Force PCIe scatterlist allocations to be within same 4 GB regionSuganath Prabu S2-47/+113
2022-09-15scsi: lpfc: Add missing destroy_workqueue() in error pathYang Yingliang1-1/+4
2022-09-15scsi: mpt3sas: Fix use-after-free warningSreekanth Reddy1-1/+1
2022-09-15scsi: megaraid_sas: Fix double kfree()Guixin Liu1-1/+0
2022-09-15scsi: qla2xxx: Disable ATIO interrupt coalesce for quad port ISP27XXTony Battersby1-8/+2
2022-08-31scsi: storvsc: Remove WQ_MEM_RECLAIM from storvsc_error_wqSaurabh Sengar1-1/+1
2022-08-31scsi: ufs: core: Enable link lost interruptKiwoong Kim1-5/+1
2022-08-25scsi: lpfc: Prevent buffer overflow crashes in debugfs with malformed user inputJames Smart1-10/+10
2022-08-21scsi: qla2xxx: Fix losing FCP-2 targets during port perturbation testsArun Easi1-1/+1
2022-08-21scsi: qla2xxx: Fix losing FCP-2 targets on long port disable with I/OsArun Easi1-4/+8
2022-08-21scsi: qla2xxx: Fix erroneous mailbox timeout after PCI error injectionQuinn Tran1-6/+6
2022-08-21scsi: qla2xxx: Turn off multi-queue for 8G adaptersQuinn Tran2-12/+8
2022-08-21scsi: qla2xxx: Fix discovery issues in FC-AL topologyArun Easi3-2/+35
2022-08-21scsi: smartpqi: Fix DMA direction for RAID requestsMahesh Rajashekhara1-2/+2
2022-08-21scsi: qla2xxx: Zero undefined mailbox IN registersBikash Hazarika1-0/+2
2022-08-21scsi: qla2xxx: Fix incorrect display of max frame sizeBikash Hazarika4-9/+7
2022-08-21scsi: sg: Allow waiting for commands to complete on removed deviceTony Battersby1-20/+33
2022-08-21scsi: Revert "scsi: qla2xxx: Fix disk failure to rediscover"Nilesh Javali2-8/+2
2022-08-03scsi: ufs: host: Hold reference returned by of_parse_phandle()Liang He1-2/+13
2022-07-21scsi: hisi_sas: Limit max hw sectors for v3 HWJohn Garry1-0/+7
2022-06-29scsi: scsi_debug: Fix zone transition to full conditionDamien Le Moal1-2/+20