aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* scsi: bfa: Convert bfad_reset_sdev_bflags() from a macro into a functionBart Van Assche2022-11-082-26/+27
* scsi: alua: Move a scsi_device_put() call out of alua_rtpg_select_sdev()Bart Van Assche2022-11-081-14/+24
* scsi: alua: Move a scsi_device_put() call out of alua_check_vpd()Bart Van Assche2022-11-081-8/+15
* scsi: ufs: core: Remove check_upiu_size() from ufshcd.hKeoseong Park2022-11-081-6/+0
* scsi: elx: libefc: Fix second parameter type in state callbacksNathan Chancellor2022-11-081-2/+4
* scsi: ufs: core: Introduce ufshcd_abort_all()Bart Van Assche2022-11-081-28/+34
* scsi: BusLogic: Remove variable 'adapter_count'Colin Ian King2022-11-081-4/+2
* scsi: message: fusion: Remove variable 'where'Colin Ian King2022-11-081-2/+0
* 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: MAINTAINERS: Make Xiang Chen HiSilicon SAS controller driver maintainerJohn Garry2022-10-271-1/+1
* 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-272-2/+34
* scsi: target: core: Check emulate_3pc for RECEIVE COPYDmitry Bogdanov2022-10-271-0/+6
* scsi: target: core: Add emulate_rsoc attributeDmitry Bogdanov2022-10-274-0/+36
* scsi: target: core: Dynamic opcode support in RSOCDmitry Bogdanov2022-10-272-5/+116
* scsi: target: core: Add list of opcodes for RSOCDmitry Bogdanov2022-10-272-0/+571
* scsi: target: core: Add support for RSOC commandDmitry Bogdanov2022-10-273-0/+219
* 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-222-1/+6
* 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-222-4/+7
* scsi: core: Change the return type of .eh_timed_out()Bart Van Assche2022-10-2215-59/+77
* 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: libsas: Add sas_task_find_rq()John Garry2022-10-221-0/+18
* 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