summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-11-26scsi: fcoe: Fix transport not deattached when fcoe_if_init() failsChen Zhongjin1-0/+1
2022-11-26scsi: sd: Use 16-byte SYNCHRONIZE CACHE on ZBC devicesShin'ichiro Kawasaki3-5/+15
2022-11-26scsi: ipr: Fix WARNING in ipr_init()Shang XiaoJing1-1/+9
2022-11-26scsi: scsi_debug: Fix possible name leak in sdebug_add_host_helper()Yang Yingliang1-1/+4
2022-11-26scsi: fcoe: Fix possible name leak when device_register() failsYang Yingliang1-9/+10
2022-11-25scsi: scsi_debug: Fix a warning in resp_report_zones()Harshit Mogalapalli1-1/+1
2022-11-25scsi: scsi_debug: Fix a warning in resp_verify()Harshit Mogalapalli1-1/+1
2022-11-25scsi: efct: Fix possible memleak in efct_device_init()Chen Zhongjin1-0/+1
2022-11-25scsi: ufs: core: Fix unnecessary operation for early returnChanWoo Lee1-5/+5
2022-11-25scsi: ufs: core: Switch 'check_for_bkops' to boolChanWoo Lee1-2/+2
2022-11-25scsi: ufs: core: Separate function name and messageChanWoo Lee2-6/+6
2022-11-25scsi: hpsa: Fix possible memory leak in hpsa_add_sas_device()Yang Yingliang1-1/+3
2022-11-25scsi: hpsa: Fix error handling in hpsa_add_sas_host()Yang Yingliang1-1/+2
2022-11-25scsi: mpt3sas: Fix possible resource leaks in mpt3sas_transport_port_add()Yang Yingliang1-0/+2
2022-11-24scsi: hpsa: Fix possible memory leak in hpsa_init_one()Yuan Can1-1/+1
2022-11-24scsi: core: Do not increase scsi_device's iorequest_cnt if dispatch failedWenchao Hao1-2/+1
2022-11-24scsi: core: Increase scsi_device's iodone_cnt in scsi_timeout()Wenchao Hao1-0/+1
2022-11-24scsi: iscsi: Rename iscsi_set_param() to iscsi_if_set_param()Wenchao Hao1-2/+2
2022-11-24scsi: target: core: Fix hard lockup when executing a compare-and-write commandMaurizio Lombardi1-6/+16
2022-11-24scsi: target: iscsi: Fix a race condition between login_work and the login th...Maurizio Lombardi1-2/+10
2022-11-24scsi: target: core: Change the way target_xcopy_do_work() sets restiction on ...Anastasia Kovaleva2-45/+54
2022-11-24scsi: target: core: Make hw_max_sectors store the sectors amount in blocksAnastasia Kovaleva1-1/+3
2022-11-24scsi: target: core: Send max transfer length in blocksAnastasia Kovaleva4-5/+5
2022-11-24scsi: lpfc: Remove linux/msi.h includeThomas Gleixner1-1/+0
2022-11-24scsi: lpfc: Update lpfc version to 14.2.0.9Justin Tee1-1/+1
2022-11-17scsi: lpfc: Fix crash involving race between FLOGI timeout and devloss handlerJustin Tee2-15/+57
2022-11-17scsi: lpfc: Fix MI capability display in cmf_info sysfs attributeJustin Tee3-1/+5
2022-11-17scsi: lpfc: Correct bandwidth logging during receipt of congestion sync WCQEJustin Tee1-0/+6
2022-11-17scsi: lpfc: Fix WQ|CQ|EQ resource checkJustin Tee1-7/+5
2022-11-17scsi: bfa: Replace one-element array with flexible-array memberGustavo A. R. Silva1-1/+1
2022-11-17scsi: libfc: Remove redundant variable ev_qualColin Ian King1-3/+0
2022-11-17scsi: lpfc: Use memset_startat() helperXiu Jianfeng1-4/+2
2022-11-17scsi: scsi_debug: Fix a warning in resp_write_scat()Harshit Mogalapalli1-1/+1
2022-11-17scsi: smartpqi: Change version to 2.1.20-035Don Brace1-3/+3
2022-11-17scsi: smartpqi: Initialize feature section infoDon Brace1-1/+1
2022-11-17scsi: smartpqi: Add controller cache flush during rmmodGilbert Wu1-0/+8
2022-11-17scsi: smartpqi: Correct device removal for multi-actuator devicesKumar Meiyappan2-10/+25
2022-11-17scsi: smartpqi: Change sysfs raid_level attribute to N/A for controllersKevin Barnett1-1/+1
2022-11-17scsi: smartpqi: Correct max LUN numberKevin Barnett1-1/+0
2022-11-17scsi: smartpqi: Add new controller PCI IDsMike McGowen1-0/+44
2022-11-17scsi: smartpqi: Convert to host_tagsetDon Brace2-28/+43
2022-11-17scsi: lpfc: Remove redundant pointer 'lp'Colin Ian King1-5/+0
2022-11-08scsi: target: Use kstrtobool() instead of strtobool()Christophe JAILLET2-15/+17
2022-11-08scsi: target: core: Remove unused variable 'unit_serial_len'Colin Ian King1-6/+2
2022-11-08scsi: csiostor: Remove unused variable 'n'Colin Ian King1-2/+1
2022-11-08scsi: qla2xxx: Remove unused variable 'found_devs'Colin Ian King1-4/+0
2022-11-08scsi: qla2xxx: Fix set-but-not-used variable warningsBart Van Assche4-21/+15
2022-11-08scsi: bfa: Rework bfad_reset_sdev_bflags()Bart Van Assche1-3/+5
2022-11-08scsi: bfa: Convert bfad_reset_sdev_bflags() from a macro into a functionBart Van Assche2-26/+27
2022-11-08scsi: alua: Move a scsi_device_put() call out of alua_rtpg_select_sdev()Bart Van Assche1-14/+24