summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
...
| * | scsi: scsi_debug: Fix a warning in resp_write_scat()Harshit Mogalapalli2022-11-171-1/+1
| * | scsi: smartpqi: Change version to 2.1.20-035Don Brace2022-11-171-3/+3
| * | scsi: smartpqi: Initialize feature section infoDon Brace2022-11-171-1/+1
| * | scsi: smartpqi: Add controller cache flush during rmmodGilbert Wu2022-11-171-0/+8
| * | scsi: smartpqi: Correct device removal for multi-actuator devicesKumar Meiyappan2022-11-172-10/+25
| * | scsi: smartpqi: Change sysfs raid_level attribute to N/A for controllersKevin Barnett2022-11-171-1/+1
| * | scsi: smartpqi: Correct max LUN numberKevin Barnett2022-11-171-1/+0
| * | scsi: smartpqi: Add new controller PCI IDsMike McGowen2022-11-171-0/+44
| * | scsi: smartpqi: Convert to host_tagsetDon Brace2022-11-172-28/+43
| * | scsi: lpfc: Remove redundant pointer 'lp'Colin Ian King2022-11-171-5/+0
| * | scsi: csiostor: Remove unused variable 'n'Colin Ian King2022-11-081-2/+1
| * | scsi: qla2xxx: Remove unused variable 'found_devs'Colin Ian King2022-11-081-4/+0
| * | scsi: qla2xxx: Fix set-but-not-used variable warningsBart Van Assche2022-11-084-21/+15
| * | scsi: bfa: Rework bfad_reset_sdev_bflags()Bart Van Assche2022-11-081-3/+5
| * | 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: elx: libefc: Fix second parameter type in state callbacksNathan Chancellor2022-11-081-2/+4
| * | scsi: BusLogic: Remove variable 'adapter_count'Colin Ian King2022-11-081-4/+2
| * | scsi: NCR5380: Fix repeated words in commentJilin Yuan2022-11-081-1/+1
| * | scsi: pm8001: Drop !task check in pm8001_abort_task()John Garry2022-10-271-1/+1
| * | scsi: pcmcia: nsp_cs: Remove unused variable iColin Ian King2022-10-271-3/+1
| * | 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-229-49/+52
| * | 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: 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: core: Rework scsi_single_lun_run()Bart Van Assche2022-10-181-17/+15
| * | scsi: core: Introduce a new list for SCSI proc directory entriesBart Van Assche2022-10-182-23/+102