summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)Author
2023-11-28scsi: virtio_scsi: limit number of hw queues by nr_cpu_idsDongli Zhang
2023-11-28scsi: libfc: Fix potential NULL pointer dereference in fc_lport_ptp_setup()Wenchao Hao
2023-11-08scsi: mpt3sas: Fix in error pathTomas Henzl
2023-09-23scsi: qla2xxx: Turn off noisy message logQuinn Tran
2023-09-23scsi: qla2xxx: fix inconsistent TMF timeoutQuinn Tran
2023-09-23scsi: fcoe: Fix potential deadlock on &fip->ctlr_lockChengfeng Ye
2023-09-23scsi: core: Use 32-bit hostnum in scsi_host_lookup()Tony Battersby
2023-09-23scsi: qedf: Do not touch __user pointer in qedf_dbg_fp_int_cmd_read() directlyOleksandr Natalenko
2023-09-23scsi: qedf: Do not touch __user pointer in qedf_dbg_stop_io_on_error_cmd_read...Oleksandr Natalenko
2023-09-23scsi: qla4xxx: Add length check when parsing nlattrsLin Ma
2023-09-23scsi: be2iscsi: Add length check when parsing nlattrsLin Ma
2023-09-23scsi: iscsi: Add strlen() check in iscsi_if_set{_host}_param()Lin Ma
2023-09-23scsi: qedi: Fix potential deadlock on &qedi_percpu->p_work_lockChengfeng Ye
2023-08-30scsi: core: raid_class: Remove raid_component_add()Zhu Wang
2023-08-30scsi: snic: Fix double free in snic_tgt_create()Zhu Wang
2023-08-16scsi: core: Fix possible memory leak if device_add() failsZhu Wang
2023-08-16scsi: snic: Fix possible memory leak if device_add() failsZhu Wang
2023-08-16scsi: 53c700: Check that command slot is not NULLAlexandra Diupina
2023-08-16scsi: storvsc: Fix handling of virtual Fibre Channel timeoutsMichael Kelley
2023-08-16scsi: core: Fix legacy /proc parsing buffer overflowTony Battersby
2023-08-11scsi: qla2xxx: Pointer may be dereferencedShreyas Deodhar
2023-08-11scsi: qla2xxx: Check valid rport returned by fc_bsg_to_rport()Nilesh Javali
2023-08-11scsi: qla2xxx: Fix potential NULL pointer dereferenceBikash Hazarika
2023-08-11scsi: qla2xxx: Wait for io return on terminate rportQuinn Tran
2023-08-11scsi: 3w-xxxx: Add error handling for initialization failure in tw_probe()Yuchen Yang
2023-08-11treewide: Remove uninitialized_var() usageKees Cook
2023-06-09scsi: dpt_i2o: Do not process completions with invalid addressesBen Hutchings
2023-06-09scsi: dpt_i2o: Remove broken pass-through ioctl (I2OUSERCMD)Ben Hutchings
2023-06-09scsi: stex: Fix gcc 13 warningsBart Van Assche
2023-06-09scsi: core: Decrease scsi_device's iorequest_cnt if dispatch failedWenchao Hao
2023-05-17scsi: megaraid: Fix mega_cmd_done() CMDID_INT_CMDSDanila Chernetsov
2023-04-26scsi: core: Improve scsi_vpd_inquiry() checksDamien Le Moal
2023-04-26scsi: megaraid_sas: Fix fw_crash_buffer_show()Tomas Henzl
2023-04-05scsi: megaraid_sas: Fix crash after a double completionTomas Henzl
2023-04-05scsi: core: Add BLIST_SKIP_VPD_PAGES for SKhynix H28U74301AMRJoel Selvaraj
2023-04-05scsi: ufs: core: Add soft dependency on governor_simpleondemandAdrien Thierry
2023-04-05scsi: scsi_dh_alua: Fix memleak for 'qdata' in alua_activate()Yu Kuai
2023-03-11scsi: ipr: Work around fortify-string warningArnd Bergmann
2023-03-11scsi: ses: Fix slab-out-of-bounds in ses_intf_remove()Tomas Henzl
2023-03-11scsi: ses: Fix possible desc_ptr out-of-bounds accessesTomas Henzl
2023-03-11scsi: ses: Fix possible addl_desc_ptr out-of-bounds accessesTomas Henzl
2023-03-11scsi: ses: Fix slab-out-of-bounds in ses_enclosure_data_process()Tomas Henzl
2023-03-11scsi: ses: Don't attach if enclosure has no componentsJames Bottomley
2023-03-11scsi: qla2xxx: Fix erroneous link downQuinn Tran
2023-03-11scsi: qla2xxx: Fix link failure in NPIV environmentQuinn Tran
2023-03-11scsi: aic94xx: Add missing check for dma_map_single()Jiasheng Jiang
2023-02-22scsi: iscsi_tcp: Fix UAF during login when accessing the shost ipaddressMike Christie
2023-02-06scsi: qla2xxx: don't break the bsg-lib abstractionsChristoph Hellwig
2023-02-06scsi: hpsa: Fix allocation size for scsi_host_alloc()Alexey V. Vissarionov
2023-01-18scsi: snic: Fix possible UAF in snic_tgt_create()Gaosheng Cui