summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2024-02-23scsi: Revert "scsi: fcoe: Fix potential deadlock on &fip->ctlr_lock"Lee Duncan1-12/+8
2024-02-23scsi: isci: Fix an error code problem in isci_io_request_build()Su Hui1-1/+1
2024-02-23scsi: libfc: Fix up timeout error in fc_fcp_rec_error()Hannes Reinecke1-1/+1
2024-02-23scsi: libfc: Don't schedule abort twiceHannes Reinecke1-5/+11
2024-02-23scsi: lpfc: Fix possible file string name overflow when updating firmwareJustin Tee2-2/+3
2024-01-26scsi: hisi_sas: Replace with standard error code return valueYihang Li2-3/+3
2024-01-26scsi: fnic: Return error if vmalloc() failedArtem Chernyshev1-1/+2
2024-01-08scsi: bnx2fc: Fix skb double free in bnx2fc_rcv()Wei Yongjun1-6/+3
2023-12-13scsi: be2iscsi: Fix a memleak in beiscsi_init_wrb_handle()Dinghao Liu1-0/+1
2023-12-08scsi: qla2xxx: Fix system crash due to bad pointer accessQuinn Tran1-2/+10
2023-12-08scsi: qla2xxx: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-2/+2
2023-12-08scsi: qla2xxx: Simplify the code for aborting SCSI commandsBart Van Assche3-21/+14
2023-11-28scsi: megaraid_sas: Increase register read retry rount from 3 to 30 for selec...Chandrakanth patil1-2/+2
2023-11-28scsi: libfc: Fix potential NULL pointer dereference in fc_lport_ptp_setup()Wenchao Hao1-0/+6
2023-11-20scsi: ufs: core: Leave space for '\0' in utf8 desc stringDaniel Mentz1-1/+1
2023-11-08scsi: mpt3sas: Fix in error pathTomas Henzl1-1/+3
2023-10-10scsi: qla2xxx: Fix deletion race conditionQuinn Tran2-8/+20
2023-10-10scsi: qla2xxx: Fix update_fcport for current_topologyHimanshu Madhani1-1/+4
2023-09-23scsi: megaraid_sas: Fix deadlock on firmware crashdumpJunxiao Bi2-13/+10
2023-09-23scsi: qla2xxx: Remove unsupported ql2xenabledif optionManish Rangankar3-5/+8
2023-09-23scsi: qla2xxx: Turn off noisy message logQuinn Tran1-1/+1
2023-09-23scsi: qla2xxx: Fix erroneous link up failureQuinn Tran2-2/+7
2023-09-23scsi: qla2xxx: fix inconsistent TMF timeoutQuinn Tran1-1/+0
2023-09-23scsi: fcoe: Fix potential deadlock on &fip->ctlr_lockChengfeng Ye1-8/+12
2023-09-23scsi: core: Use 32-bit hostnum in scsi_host_lookup()Tony Battersby1-2/+2
2023-09-23scsi: qedf: Do not touch __user pointer in qedf_dbg_fp_int_cmd_read() directlyOleksandr Natalenko2-6/+17
2023-09-23scsi: qedf: Do not touch __user pointer in qedf_dbg_debug_cmd_read() directlyOleksandr Natalenko1-4/+3
2023-09-23scsi: qedf: Do not touch __user pointer in qedf_dbg_stop_io_on_error_cmd_read...Oleksandr Natalenko1-4/+3
2023-09-23scsi: qla4xxx: Add length check when parsing nlattrsLin Ma1-0/+15
2023-09-23scsi: be2iscsi: Add length check when parsing nlattrsLin Ma1-0/+4
2023-09-23scsi: iscsi: Add strlen() check in iscsi_if_set{_host}_param()Lin Ma1-0/+8
2023-09-23scsi: storvsc: Always set no_report_opcodesMichael Kelley1-0/+2
2023-09-23scsi: qedi: Fix potential deadlock on &qedi_percpu->p_work_lockChengfeng Ye1-2/+3
2023-08-30scsi: core: raid_class: Remove raid_component_add()Zhu Wang1-48/+0
2023-08-30scsi: snic: Fix double free in snic_tgt_create()Zhu Wang1-2/+1
2023-08-16scsi: core: Fix possible memory leak if device_add() failsZhu Wang1-0/+1
2023-08-16scsi: snic: Fix possible memory leak if device_add() failsZhu Wang1-0/+1
2023-08-16scsi: 53c700: Check that command slot is not NULLAlexandra Diupina1-1/+1
2023-08-16scsi: storvsc: Fix handling of virtual Fibre Channel timeoutsMichael Kelley1-4/+0
2023-08-16scsi: core: Fix legacy /proc parsing buffer overflowTony Battersby1-13/+17
2023-08-11scsi: qla2xxx: Array index may go out of boundNilesh Javali1-1/+2
2023-08-11scsi: qla2xxx: Fix inconsistent format argument type in qla_os.cYe Bin1-2/+2
2023-07-27scsi: qla2xxx: Remove unused nvme_ls_waitq wait queueManish Rangankar2-4/+0
2023-07-27scsi: qla2xxx: Pointer may be dereferencedShreyas Deodhar1-0/+2
2023-07-27scsi: qla2xxx: Correct the index of arrayBikash Hazarika1-1/+4
2023-07-27scsi: qla2xxx: Check valid rport returned by fc_bsg_to_rport()Nilesh Javali1-0/+4
2023-07-27scsi: qla2xxx: Fix potential NULL pointer dereferenceBikash Hazarika1-1/+2
2023-07-27scsi: qla2xxx: Wait for io return on terminate rportQuinn Tran1-0/+13
2023-07-27scsi: qla2xxx: Fix error code in qla2x00_start_sp()Dan Carpenter1-1/+1
2023-07-27scsi: 3w-xxxx: Add error handling for initialization failure in tw_probe()Yuchen Yang1-1/+3