summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2021-11-18scsi: dc395: Fix error case unwindingTong Zhang1-0/+1
2021-11-18scsi: qla2xxx: Fix unmap of already freed sglDmitry Bogdanov1-9/+5
2021-11-18scsi: qla2xxx: Return -ENOMEM if kzalloc() failsZheyu Ma1-1/+1
2021-11-18scsi: qla2xxx: Fix use after free in eh_abort pathQuinn Tran1-3/+5
2021-11-18scsi: qla2xxx: Fix kernel crash when accessing port_speed sysfs fileArun Easi1-2/+22
2021-11-18scsi: core: Remove command size deduction from scsi_setup_scsi_cmnd()Tadeusz Struk1-2/+0
2021-11-06scsi: core: Put LLD module refcnt after SCSI device is releasedMing Lei2-1/+12
2021-11-02scsi: ufs: ufs-exynos: Correct timeout value setting registersChanho Park1-3/+3
2021-10-27scsi: core: Fix shost->cmd_per_lun calculation in scsi_add_host_with_dma()Dexuan Cui1-1/+2
2021-10-27scsi: qla2xxx: Fix a memory leak in an error path of qla2x00_process_els()Joy Gu1-1/+1
2021-10-27scsi: iscsi: Fix set_param() handlingMike Christie1-2/+0
2021-10-17scsi: virtio_scsi: Fix spelling mistake "Unsupport" -> "Unsupported"Colin Ian King1-2/+2
2021-10-17scsi: ses: Fix unsigned comparison with less than zeroJiapeng Chong1-1/+1
2021-10-09scsi: ses: Retry failed Send/Receive Diagnostic commandsWen Xiong1-4/+18
2021-10-09scsi: sd: Free scsi_disk device via put_device()Ming Lei1-4/+5
2021-10-06scsi: csiostor: Add module softdep on cxgb4Rahul Lakkireddy1-0/+1
2021-10-06scsi: ufs: Fix illegal offset in UPIU event traceJonathan Hsu1-2/+1
2021-10-06scsi: qla2xxx: Changes to support kdump kernel for NVMe BFSSaurav Kashyap3-23/+20
2021-09-30scsi: lpfc: Use correct scnprintf() limitDan Carpenter1-1/+2
2021-09-30scsi: qla2xxx: Restore initiator in dual modeDmitry Bogdanov1-1/+2
2021-09-30scsi: iscsi: Adjust iface sysfs attr detectionBaokun Li1-4/+4
2021-09-30scsi: sd_zbc: Ensure buffer size is aligned to SECTOR_SIZENaohiro Aota1-3/+3
2021-09-18scsi: qla2xxx: Sync queue idx with queue_pair_map idxSaurav Kashyap1-2/+3
2021-09-18scsi: qla2xxx: Changes to support kdump kernelSaurav Kashyap1-0/+6
2021-09-18scsi: BusLogic: Fix missing pr_cont() useMaciej W. Rozycki1-2/+2
2021-09-18scsi: ufs: ufs-exynos: Fix static checker warningAlim Akhtar2-3/+3
2021-09-18scsi: qedf: Fix error codes in qedf_alloc_global_queues()Dan Carpenter1-5/+5
2021-09-18scsi: qedi: Fix error codes in qedi_alloc_global_queues()Dan Carpenter1-7/+7
2021-09-18scsi: smartpqi: Fix an error code in pqi_get_raid_map()Dan Carpenter1-0/+1
2021-09-18scsi: fdomain: Fix error return code in fdomain_probe()Wei Li1-1/+3
2021-09-18scsi: ufs: Fix memory corruption by ufshcd_read_desc_param()Bart Van Assche1-3/+5
2021-09-18scsi: BusLogic: Use %X for u32 sized integer rather than %lXColin Ian King1-1/+1
2021-09-03scsi: core: Fix hang of freezing queue between blocking and running deviceLi Jinlin1-3/+6
2021-08-26scsi: core: Fix capacity set to zero after offlinining devicelijinlin1-3/+6
2021-08-26scsi: core: Avoid printing an error if target_alloc() returns -ENXIOSreekanth Reddy1-1/+2
2021-08-26scsi: scsi_dh_rdac: Avoid crash during rdac_bus_attach()Ye Bin1-2/+2
2021-08-26scsi: megaraid_mm: Fix end of loop tests for list_for_each_entry()Harshvardhan Jha1-6/+15
2021-08-26scsi: pm80xx: Fix TMF task completion race conditionIgor Pylypiv1-17/+15
2021-08-18scsi: lpfc: Move initialization of phba->poll_list earlier to avoid crashEwan D. Milne1-1/+2
2021-08-12scsi: sr: Return correct event when media event code is 3Li Manyi1-1/+1
2021-07-28scsi: iscsi: Fix iface sysfs attr detectionMike Christie1-56/+34
2021-07-25scsi: qedf: Add check to synchronize abort and flushJaved Hasan1-1/+21
2021-07-25scsi: libfc: Fix array index out of bound exceptionJaved Hasan1-5/+8
2021-07-25scsi: libsas: Add LUN number check in .slave_alloc callbackYufen Yu8-0/+16
2021-07-25scsi: aic7xxx: Fix unintentional sign extension issue on left shift of u8Colin Ian King1-1/+1
2021-07-20scsi: scsi_dh_alua: Fix signedness bug in alua_rtpg()Dan Carpenter1-1/+2
2021-07-20scsi: be2iscsi: Fix an error handling path in beiscsi_dev_probe()Christophe JAILLET1-0/+1
2021-07-20scsi: storvsc: Correctly handle multiple flags in srb_statusMichael Kelley1-28/+33
2021-07-20scsi: qedi: Fix cleanup session block/unblock useMike Christie2-2/+16
2021-07-20scsi: qedi: Fix TMF session block/unblock useMike Christie1-6/+1