aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2023-03-16scsi: scsi_debug: Get command abort feature working againJohn Garry1-9/+8
2023-03-16scsi: scsi_debug: Drop sdebug_dev_info.num_in_qJohn Garry1-47/+16
2023-03-16scsi: scsi_debug: Drop check for num_in_q exceeding queue depthJohn Garry1-9/+2
2023-03-16scsi: scsi_debug: Drop scsi_debug_host_reset() device NULL pointer checkJohn Garry1-1/+1
2023-03-16scsi: scsi_debug: Drop scsi_debug_bus_reset() NULL pointer checksJohn Garry1-18/+8
2023-03-16scsi: scsi_debug: Drop scsi_debug_target_reset() NULL pointer checksJohn Garry1-21/+10
2023-03-16scsi: scsi_debug: Drop scsi_debug_device_reset() NULL pointer checksJohn Garry1-9/+8
2023-03-16scsi: scsi_debug: Drop scsi_debug_abort() NULL pointer checksJohn Garry1-7/+7
2023-03-16scsi: scsi_debug: Stop setting devip->sdbg_host twiceJohn Garry1-1/+0
2023-03-16scsi: scsi_debug: Don't hold driver host struct pointer in host->hostdata[]John Garry1-13/+11
2023-03-16scsi: fnic: Switch to use %ptTsAndy Shevchenko1-12/+5
2023-03-16scsi: be2iscsi: Make some variables staticTom Rix1-9/+9
2023-03-16scsi: scsi_dh_alua: Fix memleak for 'qdata' in alua_activate()Yu Kuai1-2/+4
2023-03-16scsi: qla2xxx: Synchronize the IOCB count to be in orderQuinn Tran1-1/+2
2023-03-16scsi: qla2xxx: Perform lockless command completion in abort pathNilesh Javali1-0/+11
2023-03-16scsi: core: Add BLIST_SKIP_VPD_PAGES for SKhynix H28U74301AMRJoel Selvaraj1-0/+1
2023-03-10Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds17-39/+105
2023-03-09Merge patch series "PCI/AER: Remove redundant Device Control Error Reporting ...Martin K. Petersen18-168/+27
2023-03-09scsi: qla4xxx: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2-5/+0
2023-03-09scsi: qla2xxx: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2-7/+0
2023-03-09scsi: mpt3sas: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2-6/+0
2023-03-09scsi: lpfc: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas4-127/+27
2023-03-09scsi: hpsa: Remove unnecessary pci_disable_pcie_error_reporting() commentBjorn Helgaas1-1/+0
2023-03-09scsi: csiostor: Remove unnecessary aer.h includeBjorn Helgaas1-1/+0
2023-03-09scsi: bfa: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2-7/+0
2023-03-09scsi: be2iscsi: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2-10/+0
2023-03-09scsi: arcmsr: Remove unnecessary aer.h includeBjorn Helgaas1-1/+0
2023-03-09scsi: aacraid: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas1-3/+0
2023-03-09Merge patch series "Add poll support for hisi_sas v3 hw"Martin K. Petersen3-36/+167
2023-03-09scsi: hisi_sas: Add device attribute experimental_iopoll_q_cnt for v3 hwXiang Chen1-0/+13
2023-03-09scsi: hisi_sas: Sync complete queue for poll queueXiang Chen3-22/+61
2023-03-09scsi: hisi_sas: Add poll support for v3 hwXiang Chen3-10/+82
2023-03-09scsi: hisi_sas: Add function complete_v3_hw()Xiang Chen1-5/+12
2023-03-09Merge patch series "lpfc: Update lpfc to revision 14.2.0.11"Martin K. Petersen13-58/+134
2023-03-09scsi: lpfc: Copyright updates for 14.2.0.11 patchesJustin Tee5-5/+5
2023-03-09scsi: lpfc: Update lpfc version to 14.2.0.11Justin Tee1-1/+1
2023-03-09scsi: lpfc: Revise lpfc_error_lost_link() reason code evaluation logicJustin Tee5-21/+46
2023-03-09scsi: lpfc: Skip waiting for register ready bits when in unrecoverable stateJustin Tee5-5/+49
2023-03-09scsi: lpfc: Correct used_rpi count when devloss tmo fires with no recoveryJustin Tee1-11/+13
2023-03-09scsi: lpfc: Defer issuing new PLOGI if received RSCN before completing REG_LOGINJustin Tee2-5/+6
2023-03-09scsi: lpfc: Record LOGO state with discovery engine even if abortedJustin Tee1-3/+4
2023-03-09scsi: lpfc: Fix lockdep warning for rx_monitor lock when unloading driverJustin Tee1-2/+2
2023-03-09scsi: lpfc: Reorder freeing of various DMA buffers and their list removalJustin Tee3-4/+4
2023-03-09scsi: lpfc: Prevent lpfc_debugfs_lockstat_write() buffer overflowJustin Tee1-2/+5
2023-03-09scsi: be2iscsi: Remove unused variable internal_page_offsetJiapeng Chong1-2/+0
2023-03-09scsi: core: Fix a procfs host directory removal regressionBart Van Assche1-3/+0
2023-03-09scsi: core: Add BLIST_NO_VPD_SIZE for some VDASDLee Duncan3-1/+8
2023-03-07scsi: mpi3mr: Fix expander node leak in mpi3mr_remove()Tomas Henzl3-4/+10
2023-03-07scsi: mpi3mr: Fix memory leaks in mpi3mr_init_ioc()Tomas Henzl1-18/+23
2023-03-07scsi: mpi3mr: Fix sas_hba.phy memory leak in mpi3mr_remove()Tomas Henzl1-0/+6