summaryrefslogtreecommitdiff
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
...
| | * scsi: qla2xxx: Update version to 10.02.07.600-kNilesh Javali2022-06-101-2/+2
| | * scsi: qla2xxx: edif: Fix slow session teardownQuinn Tran2022-06-101-14/+20
| | * scsi: qla2xxx: edif: Reduce N2N thrashing at app_start timeQuinn Tran2022-06-101-13/+34
| | * scsi: qla2xxx: edif: Fix no logout on delete for N2NQuinn Tran2022-06-101-0/+3
| | * scsi: qla2xxx: edif: Fix session thrashQuinn Tran2022-06-103-2/+14
| | * scsi: qla2xxx: edif: Tear down session if keys have been removedQuinn Tran2022-06-102-0/+6
| | * scsi: qla2xxx: edif: Fix no login after app startQuinn Tran2022-06-101-0/+1
| | * scsi: qla2xxx: edif: Reduce disruption due to multiple app startQuinn Tran2022-06-101-2/+2
| | * scsi: qla2xxx: edif: Send LOGO for unexpected IKE messageQuinn Tran2022-06-102-3/+18
| | * scsi: qla2xxx: edif: Fix I/O timeout due to over-subscriptionQuinn Tran2022-06-101-0/+7
| * | Merge branch 'fixes' into for-nextJames Bottomley2022-06-174-25/+93
| |\ \
| * \ \ Merge branch 'fixes' into for-nextJames Bottomley2022-06-131-2/+20
| |\ \ \
| * \ \ \ Merge branch 'misc' into for-nextJames Bottomley2022-06-1316-291/+541
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | scsi: core: iscsi: Directly use ida_alloc()/ida_free()keliu2022-06-072-5/+5
| | * | | scsi: qla2xxx: Update version to 10.02.07.500-kNilesh Javali2022-06-071-2/+2
| | * | | scsi: qla2xxx: edif: Fix n2n login retry for secure deviceQuinn Tran2022-06-071-0/+7
| | * | | scsi: qla2xxx: edif: Fix n2n discovery issue with secure targetQuinn Tran2022-06-071-0/+3
| | * | | scsi: qla2xxx: edif: Remove old doorbell interfaceQuinn Tran2022-06-073-81/+0
| | * | | scsi: qla2xxx: edif: Add retry for ELS passthroughQuinn Tran2022-06-072-16/+38
| | * | | scsi: qla2xxx: edif: Synchronize NPIV deletion with authentication applicationQuinn Tran2022-06-072-1/+7
| | * | | scsi: qla2xxx: edif: Fix potential stuck session in sa updateQuinn Tran2022-06-071-3/+14
| | * | | scsi: qla2xxx: edif: Add bsg interface to read doorbell eventsQuinn Tran2022-06-074-73/+195
| | * | | scsi: qla2xxx: edif: Wait for app to ack on sess downQuinn Tran2022-06-074-33/+74
| | * | | scsi: qla2xxx: edif: bsg refactorQuinn Tran2022-06-072-43/+79
| | * | | scsi: qla2xxx: edif: Reduce Initiator-Initiator thrashingQuinn Tran2022-06-075-37/+120
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/a...Stephen Rothwell2022-06-2811-5668/+24
|\ \ \ \ \
| * | | | | scsi: dpt_i2o: remove obsolete driverArnd Bergmann2022-06-2710-5655/+0
| * | | | | scsi: BusLogic remove bus_to_virtArnd Bergmann2022-06-272-13/+24
| |/ / / /
* | | | | Merge branch 'spdx-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Stephen Rothwell2022-06-2871-1038/+108
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_168.RULE (p...Thomas Gleixner2022-06-1030-480/+60
| * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_168.RULE (p...Thomas Gleixner2022-06-1041-558/+48
| | |/ / | |/| |
* | | | scsi: ibmvfc: Store vhost pointer during subcrq allocationTyrel Datwyler2022-06-162-2/+3
* | | | scsi: ibmvfc: Allocate/free queue resource only during probe/removeTyrel Datwyler2022-06-161-17/+62
* | | | scsi: storvsc: Correct reporting of Hyper-V I/O size limitsSaurabh Sengar2022-06-161-5/+22
* | | | scsi: iscsi: Exclude zero from the endpoint ID rangeSergey Gorenko2022-06-131-1/+6
| |_|/ |/| |
* | | scsi: scsi_debug: Fix zone transition to full conditionDamien Le Moal2022-06-101-2/+20
| |/ |/|
* | scsi: pmcraid: Fix missing resource cleanup in error caseChengguang Xu2022-06-071-1/+1
* | scsi: ipr: Fix missing/incorrect resource cleanup in error caseChengguang Xu2022-06-071-2/+2
* | scsi: mpt3sas: Fix out-of-bounds compiler warningHelge Deller2022-06-071-11/+12
* | scsi: lpfc: Update lpfc version to 14.2.0.4James Smart2022-06-071-1/+1
* | scsi: lpfc: Allow reduced polling rate for nvme_admin_async_event cmd completionJames Smart2022-06-072-2/+12
* | scsi: lpfc: Add more logging of cmd and cqe information for aborted NVMe cmdsJames Smart2022-06-071-8/+27
* | scsi: lpfc: Fix port stuck in bypassed state after LIP in PT2PT topologyJames Smart2022-06-071-1/+2
* | scsi: lpfc: Resolve NULL ptr dereference after an ELS LOGO is abortedJames Smart2022-06-071-12/+9
* | scsi: lpfc: Address NULL pointer dereference after starget_to_rport()James Smart2022-06-071-0/+6
* | scsi: lpfc: Resolve some cleanup issues following SLI path refactoringJames Smart2022-06-072-14/+13
* | scsi: lpfc: Resolve some cleanup issues following abort path refactoringJames Smart2022-06-072-5/+5
* | scsi: lpfc: Correct BDE type for XMIT_SEQ64_WQE in lpfc_ct_reject_event()James Smart2022-06-071-1/+1
* | scsi: vmw_pvscsi: Expand vcpuHint to 16 bitsWentao Wang2022-06-071-2/+2
* | scsi: sd: Fix interpretation of VPD B9h lengthTyler Erickson2022-06-071-1/+1
|/