summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
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-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-22scsi: qla2xxx: Sync queue idx with queue_pair_map idxSaurav Kashyap1-2/+3
2021-09-22scsi: qla2xxx: Changes to support kdump kernelSaurav Kashyap1-0/+6
2021-09-22scsi: BusLogic: Fix missing pr_cont() useMaciej W. Rozycki1-2/+2
2021-09-22scsi: qedf: Fix error codes in qedf_alloc_global_queues()Dan Carpenter1-5/+5
2021-09-22scsi: qedi: Fix error codes in qedi_alloc_global_queues()Dan Carpenter1-7/+7
2021-09-22scsi: smartpqi: Fix an error code in pqi_get_raid_map()Dan Carpenter1-0/+1
2021-09-22scsi: fdomain: Fix error return code in fdomain_probe()Wei Li1-1/+3
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-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: qedi: Fix null ref during abort handlingMike Christie1-1/+1
2021-07-20scsi: iscsi: Fix shost->max_id useMike Christie4-6/+6
2021-07-20scsi: iscsi: Fix conn use after free during resetsMike Christie1-60/+55
2021-07-20scsi: iscsi: Add iscsi_cls_conn refcount helpersMike Christie2-5/+14
2021-07-20scsi: megaraid_sas: Handle missing interrupts while re-enabling IRQsChandrakanth Patil1-2/+7
2021-07-20scsi: megaraid_sas: Early detection of VD deletion through RaidMap updateKashyap Desai3-9/+92
2021-07-20scsi: megaraid_sas: Fix resource leak in case of probe failureChandrakanth Patil2-0/+14
2021-07-20scsi: scsi_dh_alua: Check for negative result valueHannes Reinecke1-4/+4
2021-07-20scsi: core: Cap scsi_host cmd_per_lun at can_queueJohn Garry1-0/+3
2021-07-20scsi: lpfc: Fix crash when lpfc_sli4_hba_setup() fails to initialize the SGLsJames Smart1-2/+3
2021-07-20scsi: lpfc: Fix "Unexpected timeout" error in direct attach topologyJames Smart1-0/+9
2021-07-20scsi: hisi_sas: Propagate errors in interrupt_init_v1_hw()Sergey Shtylyov1-6/+6
2021-07-20scsi: core: Fix bad pointer dereference when ehandler kthread is invalidTyrel Datwyler1-0/+1
2021-07-14scsi: core: Retry I/O for Notify (Enable Spinup) Required errorQuat Le1-0/+1
2021-07-14scsi: mpt3sas: Fix error return value in _scsih_expander_add()Zhen Lei1-1/+3
2021-07-14scsi: FlashPoint: Rename si_flags fieldRandy Dunlap1-16/+16
2021-07-07scsi: sr: Return appropriate error code when disk is ejectedManYi Li1-0/+2
2021-06-18scsi: scsi_devinfo: Add blacklist entry for HPE OPEN-VEwan D. Milne1-0/+1
2021-06-18scsi: qedf: Do not put host in qedf_vport_create() unconditionallyDaniel Wagner1-11/+9
2021-06-16scsi: core: Only put parent device if host state differs from SHOST_CREATEDMing Lei1-1/+1
2021-06-16scsi: core: Put .shost_dev in failure path if host state changes to RUNNINGMing Lei1-2/+6
2021-06-16scsi: core: Fix failure handling of scsi_add_host_with_dma()Ming Lei1-8/+6
2021-06-16scsi: core: Fix error handling of scsi_host_alloc()Ming Lei1-10/+13