summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2023-04-20scsi: ses: Handle enclosure with just a primary component gracefullyJiri Kosina1-12/+8
2023-04-05scsi: megaraid_sas: Fix crash after a double completionTomas Henzl1-2/+2
2023-04-05scsi: core: Add BLIST_SKIP_VPD_PAGES for SKhynix H28U74301AMRJoel Selvaraj1-0/+1
2023-04-05scsi: lpfc: Avoid usage of list iterator variable after loopJakob Koschel1-4/+4
2023-04-05scsi: ufs: core: Add soft dependency on governor_simpleondemandAdrien Thierry1-0/+1
2023-04-05scsi: qla2xxx: Perform lockless command completion in abort pathNilesh Javali1-0/+11
2023-04-05scsi: scsi_dh_alua: Fix memleak for 'qdata' in alua_activate()Yu Kuai1-2/+4
2023-03-22scsi: core: Fix a procfs host directory removal regressionBart Van Assche1-3/+0
2023-03-22scsi: core: Fix a comment in function scsi_host_dev_release()Xiang Chen1-1/+1
2023-03-22scsi: mpt3sas: Fix NULL pointer access in mpt3sas_transport_port_add()Wenchao Hao1-2/+12
2023-03-17scsi: megaraid_sas: Update max supported LD IDs to 240Chandrakanth Patil2-1/+3
2023-03-17scsi: core: Remove the /proc/scsi/${proc_name} directory earlierBart Van Assche1-0/+2
2023-03-11scsi: ipr: Work around fortify-string warningArnd Bergmann1-20/+21
2023-03-11scsi: ses: Fix slab-out-of-bounds in ses_intf_remove()Tomas Henzl1-1/+2
2023-03-11scsi: ses: Fix possible desc_ptr out-of-bounds accessesTomas Henzl1-5/+9
2023-03-11scsi: ses: Fix possible addl_desc_ptr out-of-bounds accessesTomas Henzl1-9/+26
2023-03-11scsi: ses: Fix slab-out-of-bounds in ses_enclosure_data_process()Tomas Henzl1-2/+4
2023-03-11scsi: ses: Don't attach if enclosure has no componentsJames Bottomley1-0/+6
2023-03-11scsi: qla2xxx: Fix erroneous link downQuinn Tran1-2/+5
2023-03-11scsi: qla2xxx: Fix DMA-API call trace on NVMe LS requestsArun Easi1-18/+1
2023-03-11scsi: qla2xxx: Fix link failure in NPIV environmentQuinn Tran1-1/+1
2023-03-11scsi: aic94xx: Add missing check for dma_map_single()Jiasheng Jiang1-0/+3
2023-03-11Revert "scsi: core: run queue if SCSI device queue isn't ready and queue is i...Douglas Anderson1-6/+1
2023-02-22scsi: iscsi_tcp: Fix UAF during login when accessing the shost ipaddressMike Christie1-3/+6
2023-02-22scsi: Revert "scsi: core: map PQ=1, PDT=other values to SCSI_SCAN_TARGET_PRES...Martin K. Petersen1-4/+3
2023-02-06scsi: hpsa: Fix allocation size for scsi_host_alloc()Alexey V. Vissarionov1-1/+1
2023-02-06scsi: hisi_sas: Set a port invalid only if there are no devices attached when...Yihang Li1-1/+1
2023-01-18scsi: snic: Fix possible UAF in snic_tgt_create()Gaosheng Cui1-0/+3
2023-01-18scsi: fcoe: Fix transport not deattached when fcoe_if_init() failsChen Zhongjin1-0/+1
2023-01-18scsi: ipr: Fix WARNING in ipr_init()Shang XiaoJing1-1/+9
2023-01-18scsi: fcoe: Fix possible name leak when device_register() failsYang Yingliang1-9/+10
2023-01-18scsi: hpsa: Fix possible memory leak in hpsa_add_sas_device()Yang Yingliang1-1/+3
2023-01-18scsi: hpsa: Fix error handling in hpsa_add_sas_host()Yang Yingliang1-1/+2
2023-01-18scsi: mpt3sas: Fix possible resource leaks in mpt3sas_transport_port_add()Yang Yingliang1-0/+2
2023-01-18scsi: hpsa: Fix possible memory leak in hpsa_init_one()Yuan Can1-1/+1
2023-01-18scsi: scsi_debug: Fix a warning in resp_write_scat()Harshit Mogalapalli1-1/+1
2022-11-10scsi: core: Restrict legal sdev_state transitions via sysfsUday Shankar1-0/+8
2022-10-26scsi: 3w-9xxx: Avoid disabling device if failing to enable itLetu Ren1-1/+1
2022-10-26scsi: libsas: Fix use-after-free bug in smp_execute_task_sg()Duoming Zhou1-1/+1
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-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-05scsi: storvsc: Remove WQ_MEM_RECLAIM from storvsc_error_wqSaurabh Sengar1-1/+1
2022-08-25scsi: lpfc: Prevent buffer overflow crashes in debugfs with malformed user inputJames Smart1-10/+10
2022-08-25scsi: sg: Allow waiting for commands to complete on removed deviceTony Battersby1-23/+34
2022-08-25scsi: qla2xxx: Fix erroneous mailbox timeout after PCI error injectionQuinn Tran1-6/+6
2022-08-25scsi: qla2xxx: Turn off multi-queue for 8G adaptersQuinn Tran2-12/+8
2022-08-25scsi: qla2xxx: Fix discovery issues in FC-AL topologyArun Easi3-2/+35