summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2022-11-26scsi: ufs: ufs-mediatek: Modify the return valueChanWoo Lee
2022-11-26scsi: ufs: ufs-mediatek: Remove unneeded codeChanWoo Lee
2022-11-26scsi: device_handler: alua: Call scsi_device_put() from non-atomic contextBart Van Assche
2022-11-26scsi: device_handler: alua: Revert "Move a scsi_device_put() call out of alua...Bart Van Assche
2022-11-26scsi: snic: Fix possible UAF in snic_tgt_create()Gaosheng Cui
2022-11-26scsi: qla2xxx: Initialize vha->unknown_atio_[list, work] for NPIV hostsGleb Chesnokov
2022-11-26scsi: qla2xxx: Remove duplicate of vha->iocb_work initializationGleb Chesnokov
2022-11-26scsi: fcoe: Fix transport not deattached when fcoe_if_init() failsChen Zhongjin
2022-11-26scsi: sd: Use 16-byte SYNCHRONIZE CACHE on ZBC devicesShin'ichiro Kawasaki
2022-11-26scsi: ipr: Fix WARNING in ipr_init()Shang XiaoJing
2022-11-26scsi: scsi_debug: Fix possible name leak in sdebug_add_host_helper()Yang Yingliang
2022-11-26scsi: fcoe: Fix possible name leak when device_register() failsYang Yingliang
2022-11-25scsi: scsi_debug: Fix a warning in resp_report_zones()Harshit Mogalapalli
2022-11-25scsi: scsi_debug: Fix a warning in resp_verify()Harshit Mogalapalli
2022-11-25scsi: efct: Fix possible memleak in efct_device_init()Chen Zhongjin
2022-11-25scsi: ufs: core: Fix unnecessary operation for early returnChanWoo Lee
2022-11-25scsi: ufs: core: Switch 'check_for_bkops' to boolChanWoo Lee
2022-11-25scsi: ufs: core: Separate function name and messageChanWoo Lee
2022-11-25scsi: hpsa: Fix possible memory leak in hpsa_add_sas_device()Yang Yingliang
2022-11-25scsi: hpsa: Fix error handling in hpsa_add_sas_host()Yang Yingliang
2022-11-25scsi: mpt3sas: Fix possible resource leaks in mpt3sas_transport_port_add()Yang Yingliang
2022-11-24scsi: hpsa: Fix possible memory leak in hpsa_init_one()Yuan Can
2022-11-24scsi: core: Do not increase scsi_device's iorequest_cnt if dispatch failedWenchao Hao
2022-11-24scsi: core: Increase scsi_device's iodone_cnt in scsi_timeout()Wenchao Hao
2022-11-24scsi: iscsi: Rename iscsi_set_param() to iscsi_if_set_param()Wenchao Hao
2022-11-24scsi: target: core: Fix hard lockup when executing a compare-and-write commandMaurizio Lombardi
2022-11-24scsi: target: iscsi: Fix a race condition between login_work and the login th...Maurizio Lombardi
2022-11-24scsi: target: core: Change the way target_xcopy_do_work() sets restiction on ...Anastasia Kovaleva
2022-11-24scsi: target: core: Make hw_max_sectors store the sectors amount in blocksAnastasia Kovaleva
2022-11-24scsi: target: core: Send max transfer length in blocksAnastasia Kovaleva
2022-11-24scsi: lpfc: Remove linux/msi.h includeThomas Gleixner
2022-11-24scsi: lpfc: Update lpfc version to 14.2.0.9Justin Tee
2022-11-17scsi: lpfc: Fix crash involving race between FLOGI timeout and devloss handlerJustin Tee
2022-11-17scsi: lpfc: Fix MI capability display in cmf_info sysfs attributeJustin Tee
2022-11-17scsi: lpfc: Correct bandwidth logging during receipt of congestion sync WCQEJustin Tee
2022-11-17scsi: lpfc: Fix WQ|CQ|EQ resource checkJustin Tee
2022-11-17scsi: bfa: Replace one-element array with flexible-array memberGustavo A. R. Silva
2022-11-17scsi: libfc: Remove redundant variable ev_qualColin Ian King
2022-11-17scsi: lpfc: Use memset_startat() helperXiu Jianfeng
2022-11-17scsi: scsi_debug: Fix a warning in resp_write_scat()Harshit Mogalapalli
2022-11-17scsi: smartpqi: Change version to 2.1.20-035Don Brace
2022-11-17scsi: smartpqi: Initialize feature section infoDon Brace
2022-11-17scsi: smartpqi: Add controller cache flush during rmmodGilbert Wu
2022-11-17scsi: smartpqi: Correct device removal for multi-actuator devicesKumar Meiyappan
2022-11-17scsi: smartpqi: Change sysfs raid_level attribute to N/A for controllersKevin Barnett
2022-11-17scsi: smartpqi: Correct max LUN numberKevin Barnett
2022-11-17scsi: smartpqi: Add new controller PCI IDsMike McGowen
2022-11-17scsi: smartpqi: Convert to host_tagsetDon Brace
2022-11-17scsi: lpfc: Remove redundant pointer 'lp'Colin Ian King
2022-11-08scsi: target: Use kstrtobool() instead of strtobool()Christophe JAILLET