summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* scsi: libsas: Add sas_query_task()John Garry2022-02-195-25/+20
* scsi: libsas: Add sas_lu_reset()John Garry2022-02-195-9/+14
* scsi: libsas: Add sas_clear_task_set()John Garry2022-02-197-20/+14
* scsi: libsas: Add sas_abort_task_set()John Garry2022-02-199-31/+17
* scsi: libsas: Add TMF handler aborted callbackJohn Garry2022-02-196-0/+33
* scsi: libsas: Add TMF handler exec complete callbackJohn Garry2022-02-195-0/+22
* scsi: libsas: Add sas_execute_ssp_tmf()John Garry2022-02-191-0/+18
* scsi: libsas: Add sas_execute_tmf()John Garry2022-02-192-0/+108
* scsi: libsas: Add sas_task.tmfJohn Garry2022-02-194-37/+23
* scsi: libsas: Add struct sas_tmf_taskJohn Garry2022-02-1911-56/+49
* scsi: libsas: Move SMP task handlers to coreJohn Garry2022-02-193-22/+29
* scsi: hisi_sas: Delete unused I_T_NEXUS_RESET_PHYUP_TIMEOUTJohn Garry2022-02-191-2/+0
* scsi: libsas: Delete SAS_SG_ERRJohn Garry2022-02-193-6/+0
* scsi: libsas: Delete lldd_clear_aca callbackJohn Garry2022-02-1915-72/+0
* scsi: libsas: Use enum for response frame DATAPRES fieldJohn Garry2022-02-195-10/+22
* scsi: libsas: Handle non-TMF codes in sas_scsi_find_task()John Garry2022-02-191-2/+4
* Merge branch '5.17/scsi-fixes' into 5.18/scsi-stagingMartin K. Petersen2022-02-1524-120/+161
|\
| * scsi: lpfc: Reduce log messages seen after firmware downloadJames Smart2022-02-082-2/+8
| * scsi: lpfc: Remove NVMe support if kernel has NVME_FC disabledJames Smart2022-02-082-5/+12
| * scsi: hisi_sas: Fix setting of hisi_sas_slot.is_internalJohn Garry2022-01-311-8/+6
| * scsi: pm8001: Fix use-after-free for aborted SSP/STP sas_taskJohn Garry2022-01-311-2/+2
| * scsi: pm8001: Fix use-after-free for aborted TMF sas_taskJohn Garry2022-01-311-0/+5
| * scsi: pm8001: Fix warning for undescribed param in process_one_iomb()John Garry2022-01-311-0/+1
| * scsi: core: Reallocate device's budget map on queue depth changeMing Lei2022-01-311-5/+50
| * scsi: bnx2fc: Make bnx2fc_recv_frame() mp safeJohn Meneghini2022-01-311-8/+13
| * scsi: pm80xx: Fix double completion for SATA devicesAjish Koshy2022-01-312-44/+0
| * scsi: myrs: Fix crash in error caseTong Zhang2022-01-251-1/+2
| * scsi: 53c700: Remove redundant assignment to pointer SCpColin Ian King2022-01-251-1/+0
| * scsi: ufs: Treat link loss as fatal errorKiwoong Kim2022-01-251-1/+2
| * scsi: ufs: Use generic error code in ufshcd_set_dev_pwr_mode()Kiwoong Kim2022-01-251-3/+6
| * scsi: bfa: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-251-6/+0
| * scsi: hisi_sas: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-252-5/+0
| * scsi: 3w-sas: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-251-4/+0
| * scsi: bnx2fc: Flush destroy_work queue before calling bnx2fc_interface_put()John Meneghini2022-01-251-15/+5
| * scsi: zfcp: Fix failed recovery on gone remote port with non-NPIV FCP devicesSteffen Maier2022-01-251-1/+12
| * scsi: pm8001: Fix bogus FW crash for maxcpus=1John Garry2022-01-252-3/+19
| * scsi: qedf: Change context reset messages to ratelimitedSaurav Kashyap2022-01-251-2/+4
| * scsi: qedf: Fix refcount issue when LOGO is received during TMFSaurav Kashyap2022-01-251-0/+1
| * scsi: qedf: Add stag_work to all the vportsSaurav Kashyap2022-01-251-0/+1
| * scsi: ufs: ufshcd-pltfrm: Check the return value of devm_kstrdup()Xiaoke Wang2022-01-251-0/+7
| * scsi: target: iscsi: Make sure the np under each tpg is uniqueZouMingzhe2022-01-251-0/+3
| * scsi: elx: efct: Don't use GFP_KERNEL under spin lockYang Yingliang2022-01-251-6/+2
* | scsi: mpi3mr: Bump driver version to 8.0.0.68.0Sreekanth Reddy2022-02-111-2/+2
* | scsi: mpi3mr: Fix memory leaksSreekanth Reddy2022-02-111-1/+1
* | scsi: mpi3mr: Update the copyright yearSreekanth Reddy2022-02-114-4/+4
* | scsi: mpi3mr: Fix reporting of actual data transfer sizeSreekanth Reddy2022-02-111-0/+2
* | scsi: mpi3mr: Fix cmnd getting marked as in use foreverSreekanth Reddy2022-02-111-2/+14
* | scsi: mpi3mr: Fix hibernation issueSreekanth Reddy2022-02-111-1/+1
* | scsi: mpi3mr: Update MPI3 headersSreekanth Reddy2022-02-117-101/+116
* | scsi: mpi3mr: Fix printing of pending I/O countSreekanth Reddy2022-02-111-1/+1