summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | scsi: mpi3mr: Fix deadlock while canceling the fw eventSreekanth Reddy2022-02-113-21/+91
* | scsi: Remove unused member cmd_pool for structure scsi_host_templateXiang Chen2022-02-111-3/+0
* | scsi: libsas: Remove unused parameter for function sas_ata_eh()Xiang Chen2022-02-113-7/+4
* | scsi: libsas: Remove duplicated setting for task->task_state_flagsXiang Chen2022-02-111-1/+0
* | scsi: libsas: Use void for sas_discover_event() return codeXiang Chen2022-02-112-5/+3
* | scsi: message: fusion: Use GFP_KERNELJulia Lawall2022-02-111-1/+1
* | scsi: smartpqi: Fix unused variable pqi_pm_ops for clangDon Brace2022-02-111-0/+4
* | scsi: libsas: Drop SAS_TASK_AT_INITIATORJohn Garry2022-02-1112-55/+9
* | scsi: isci: Drop SAS_TASK_AT_INITIATOR check in isci_task_abort_task()John Garry2022-02-113-16/+14
* | scsi: qla2xxx: Remove unused qla_sess_op_cmd_list from scsi_qla_host_tGleb Chesnokov2022-02-113-22/+0
* | scsi: pm8001: Clean up inconsistent indentingYang Li2022-02-111-30/+31
* | scsi: ibmvscsis: Silence -Warray-bounds warningKees Cook2022-02-112-12/+14
* | scsi: qla2xxx: Add qla2x00_async_done() for async routinesSaurav Kashyap2022-02-111-1/+16