summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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
2022-11-08scsi: alua: Move a scsi_device_put() call out of alua_check_vpd()Bart Van Assche1-8/+15
2022-11-08scsi: elx: libefc: Fix second parameter type in state callbacksNathan Chancellor1-2/+4
2022-11-08scsi: ufs: core: Introduce ufshcd_abort_all()Bart Van Assche1-28/+34
2022-11-08scsi: BusLogic: Remove variable 'adapter_count'Colin Ian King1-4/+2
2022-11-08scsi: message: fusion: Remove variable 'where'Colin Ian King1-2/+0
2022-11-08scsi: NCR5380: Fix repeated words in commentJilin Yuan1-1/+1
2022-11-08scsi: ufs: core: Refactor ufshcd_hba_enable()Keoseong Park1-7/+11
2022-10-27scsi: pm8001: Drop !task check in pm8001_abort_task()John Garry1-1/+1
2022-10-27scsi: ufs: core: Use is_visible to control UFS unit descriptor sysfs nodesBean Huo1-0/+18
2022-10-27scsi: ufs: core: Clean up ufshcd_slave_alloc()Bean Huo1-97/+53
2022-10-27scsi: ufs: core: Revert "WB is only available on LUN #0 to #7"Bean Huo3-8/+3
2022-10-27scsi: pcmcia: nsp_cs: Remove unused variable iColin Ian King1-3/+1
2022-10-27scsi: ufs: core: Print events for WLUN suspend and resume failuresPeter Wang1-0/+3
2022-10-27scsi: target: core: Dynamically set DPO and FUA in usage_bitsDmitry Bogdanov1-2/+32
2022-10-27scsi: target: core: Check emulate_3pc for RECEIVE COPYDmitry Bogdanov1-0/+6
2022-10-27scsi: target: core: Add emulate_rsoc attributeDmitry Bogdanov3-0/+33
2022-10-27scsi: target: core: Dynamic opcode support in RSOCDmitry Bogdanov1-5/+115
2022-10-27scsi: target: core: Add list of opcodes for RSOCDmitry Bogdanov1-0/+568
2022-10-27scsi: target: core: Add support for RSOC commandDmitry Bogdanov1-0/+200
2022-10-22scsi: ufs: Fix a deadlock between PM and the SCSI error handlerBart Van Assche1-0/+24
2022-10-22scsi: ufs: Introduce the function ufshcd_execute_start_stop()Bart Van Assche1-5/+34
2022-10-22scsi: ufs: Track system suspend / resume activityBart Van Assche1-0/+2
2022-10-22scsi: ufs: Try harder to change the power modeBart Van Assche1-3/+5
2022-10-22scsi: ufs: Reduce the START STOP UNIT timeoutBart Van Assche1-8/+1
2022-10-22scsi: ufs: Use 'else' in ufshcd_set_dev_pwr_mode()Bart Van Assche1-3/+2
2022-10-22scsi: ufs: Remove an outdated commentBart Van Assche1-1/+0
2022-10-22scsi: core: Support failing requests while recoveringBart Van Assche1-3/+5
2022-10-22scsi: core: Change the return type of .eh_timed_out()Bart Van Assche10-53/+56
2022-10-22scsi: core: Fix a race between scsi_done() and scsi_timeout()Bart Van Assche1-11/+3
2022-10-22scsi: lpfc: Update lpfc version to 14.2.0.8Justin Tee1-1/+1
2022-10-22scsi: lpfc: Create a sysfs entry called lpfc_xcvr_data for transceiver infoJustin Tee4-2/+252
2022-10-22scsi: lpfc: Log when congestion management limits are in effectJustin Tee1-0/+12
2022-10-22scsi: lpfc: Fix hard lockup when reading the rx_monitor from debugfsJustin Tee1-3/+3
2022-10-22scsi: lpfc: Set sli4_param's cmf option to zero when CMF is turned offJustin Tee1-0/+1
2022-10-22scsi: qedf: Remove set but unused variable 'page'Jiapeng Chong1-3/+0
2022-10-22scsi: pm80xx: Remove unused reset_in_progress flag logicIgor Pylypiv2-5/+0
2022-10-22scsi: mvsas: Use sas_task_find_rq() for taggingJohn Garry4-23/+29
2022-10-22scsi: mvsas: Delete mvs_tag_init()John Garry3-10/+0
2022-10-22scsi: pm8001: Use sas_task_find_rq() for taggingJohn Garry4-31/+24
2022-10-22scsi: pm8001: Remove pm8001_tag_init()Igor Pylypiv3-10/+0
2022-10-22scsi: hisi_sas: Put reserved tags in lower region of tagsetJohn Garry1-7/+7
2022-10-22scsi: hisi_sas: Use sas_task_find_rq()John Garry1-18/+8
2022-10-22scsi: target: Remove the unused function transport_lba_64_ext()Jiapeng Chong1-8/+0