summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* scsi: NCR5380: Fix repeated words in commentJilin Yuan2022-11-081-1/+1
* scsi: ufs: core: Refactor ufshcd_hba_enable()Keoseong Park2022-11-081-7/+11
* scsi: pm8001: Drop !task check in pm8001_abort_task()John Garry2022-10-271-1/+1
* scsi: ufs: core: Use is_visible to control UFS unit descriptor sysfs nodesBean Huo2022-10-271-0/+18
* scsi: ufs: core: Clean up ufshcd_slave_alloc()Bean Huo2022-10-271-97/+53
* scsi: ufs: core: Revert "WB is only available on LUN #0 to #7"Bean Huo2022-10-273-8/+3
* scsi: pcmcia: nsp_cs: Remove unused variable iColin Ian King2022-10-271-3/+1
* scsi: ufs: core: Print events for WLUN suspend and resume failuresPeter Wang2022-10-271-0/+3
* scsi: target: core: Dynamically set DPO and FUA in usage_bitsDmitry Bogdanov2022-10-271-2/+32
* scsi: target: core: Check emulate_3pc for RECEIVE COPYDmitry Bogdanov2022-10-271-0/+6
* scsi: target: core: Add emulate_rsoc attributeDmitry Bogdanov2022-10-273-0/+33
* scsi: target: core: Dynamic opcode support in RSOCDmitry Bogdanov2022-10-271-5/+115
* scsi: target: core: Add list of opcodes for RSOCDmitry Bogdanov2022-10-271-0/+568
* scsi: target: core: Add support for RSOC commandDmitry Bogdanov2022-10-271-0/+200
* scsi: ufs: Fix a deadlock between PM and the SCSI error handlerBart Van Assche2022-10-221-0/+24
* scsi: ufs: Introduce the function ufshcd_execute_start_stop()Bart Van Assche2022-10-221-5/+34
* scsi: ufs: Track system suspend / resume activityBart Van Assche2022-10-221-0/+2
* scsi: ufs: Try harder to change the power modeBart Van Assche2022-10-221-3/+5
* scsi: ufs: Reduce the START STOP UNIT timeoutBart Van Assche2022-10-221-8/+1
* scsi: ufs: Use 'else' in ufshcd_set_dev_pwr_mode()Bart Van Assche2022-10-221-3/+2
* scsi: ufs: Remove an outdated commentBart Van Assche2022-10-221-1/+0
* scsi: core: Support failing requests while recoveringBart Van Assche2022-10-221-3/+5
* scsi: core: Change the return type of .eh_timed_out()Bart Van Assche2022-10-2210-53/+56
* scsi: core: Fix a race between scsi_done() and scsi_timeout()Bart Van Assche2022-10-221-11/+3
* scsi: lpfc: Update lpfc version to 14.2.0.8Justin Tee2022-10-221-1/+1
* scsi: lpfc: Create a sysfs entry called lpfc_xcvr_data for transceiver infoJustin Tee2022-10-224-2/+252
* scsi: lpfc: Log when congestion management limits are in effectJustin Tee2022-10-221-0/+12
* scsi: lpfc: Fix hard lockup when reading the rx_monitor from debugfsJustin Tee2022-10-221-3/+3
* scsi: lpfc: Set sli4_param's cmf option to zero when CMF is turned offJustin Tee2022-10-221-0/+1
* scsi: qedf: Remove set but unused variable 'page'Jiapeng Chong2022-10-221-3/+0
* scsi: pm80xx: Remove unused reset_in_progress flag logicIgor Pylypiv2022-10-222-5/+0
* scsi: mvsas: Use sas_task_find_rq() for taggingJohn Garry2022-10-224-23/+29
* scsi: mvsas: Delete mvs_tag_init()John Garry2022-10-223-10/+0
* scsi: pm8001: Use sas_task_find_rq() for taggingJohn Garry2022-10-224-31/+24
* scsi: pm8001: Remove pm8001_tag_init()Igor Pylypiv2022-10-223-10/+0
* scsi: hisi_sas: Put reserved tags in lower region of tagsetJohn Garry2022-10-221-7/+7
* scsi: hisi_sas: Use sas_task_find_rq()John Garry2022-10-221-18/+8
* scsi: target: Remove the unused function transport_lba_64_ext()Jiapeng Chong2022-10-221-8/+0
* scsi: libsas: Use sas_phy_match_port_addr() instead of open coding itJason Yan2022-10-181-2/+1
* scsi: libsas: Use sas_phy_addr_match() instead of open coding itJason Yan2022-10-181-2/+1
* scsi: libsas: Use sas_phy_match_dev_addr() instead of open coding itJason Yan2022-10-181-12/+6
* scsi: hisi_sas: Use sas_find_attathed_phy_id() instead of open coding itJason Yan2022-10-181-11/+3
* scsi: mvsas: Use sas_find_attached_phy_id() instead of open coding itJason Yan2022-10-181-12/+5
* scsi: pm8001: Use sas_find_attached_phy_id() instead of open coding itJason Yan2022-10-181-12/+6
* scsi: libsas: Introduce sas_find_attached_phy_id() helperJason Yan2022-10-181-0/+16
* scsi: libsas: Introduce SAS address comparison helpersJason Yan2022-10-181-0/+17
* scsi: core: Release SCSI devices synchronouslyBart Van Assche2022-10-182-20/+4
* scsi: core: Remove the put_device() call from scsi_device_get()Bart Van Assche2022-10-181-5/+5
* scsi: ufs: Simplify ufshcd_set_dev_pwr_mode()Bart Van Assche2022-10-181-7/+2
* scsi: core: Rework scsi_single_lun_run()Bart Van Assche2022-10-181-17/+15