summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-04-05scsi: smartpqi: Update RAID bypass handlingKevin Barnett2-157/+19
2021-04-05scsi: smartpqi: Update suspend/resume and shutdownKevin Barnett2-60/+64
2021-04-05scsi: smartpqi: Synchronize device resets with mutexKevin Barnett2-36/+13
2021-04-05scsi: smartpqi: Update soft reset management for OFAKevin Barnett1-33/+53
2021-04-05scsi: smartpqi: Update event handlerKevin Barnett2-6/+7
2021-04-05scsi: smartpqi: Add support for wwidKevin Barnett2-2/+27
2021-04-05scsi: smartpqi: Remove timeouts from internal cmdsKevin Barnett2-100/+46
2021-04-05scsi: smartpqi: Disable WRITE SAME for HBA NVMe disksKevin Barnett1-2/+5
2021-04-05scsi: smartpqi: Add host level stream detection enableDon Brace1-0/+32
2021-04-05scsi: smartpqi: Add stream detectionDon Brace2-6/+90
2021-04-05scsi: smartpqi: Align code with oob driverKevin Barnett4-231/+156
2021-04-05scsi: smartpqi: Add support for long firmware versionKevin Barnett2-12/+39
2021-04-05scsi: smartpqi: Add support for BMIC sense feature cmd and feature bitsKevin Barnett2-19/+388
2021-04-05scsi: smartpqi: Add support for RAID1 writesDon Brace2-82/+183
2021-04-05scsi: smartpqi: Add support for RAID5 and RAID6 writesDon Brace2-6/+268
2021-04-05scsi: smartpqi: Refactor scatterlist codeDon Brace1-59/+42
2021-04-05scsi: smartpqi: Refactor aio submission codeDon Brace2-246/+360
2021-04-05scsi: smartpqi: Add support for new product idsKevin Barnett4-1/+23
2021-04-05scsi: smartpqi: Correct request leakage during reset operationsMurthy Bhat1-0/+4
2021-04-05scsi: smartpqi: Use host-wide tag spaceDon Brace1-0/+1
2021-04-05Merge branch '5.12/scsi-fixes' into 5.13/scsi-stagingMartin K. Petersen18-102/+166
2021-04-01scsi: message: mptlan: Replace one-element array with flexible-array memberGustavo A. R. Silva2-8/+5
2021-04-01scsi: message: fusion: Replace one-element array with flexible-array memberGustavo A. R. Silva1-1/+1
2021-04-01scsi: lpfc: Fix gcc -Wstringop-overread warningArnd Bergmann1-4/+2
2021-04-01scsi: mvsas: Avoid -Wempty-body warningArnd Bergmann1-1/+1
2021-04-01scsi: message: fusion: Avoid -Wempty-body warningsArnd Bergmann1-3/+4
2021-04-01scsi: aic94xx: Avoid -Wempty-body warningArnd Bergmann1-1/+1
2021-03-29scsi: myrs: Make symbols DAC960_{GEM/BA/LP}_privdata staticShixin Liu1-3/+3
2021-03-29scsi: myrb: Make symbols DAC960_{LA/PG/PD/P}_privdata staticShixin Liu1-4/+4
2021-03-29scsi: advansys: Fix spelling of 'is'ganjisheng1-1/+1
2021-03-29scsi: a100u2w: Remove unused variable biosaddrColin Ian King1-3/+0
2021-03-29scsi: qedi: Remove redundant assignment to variable errColin Ian King1-3/+1
2021-03-29scsi: core: Remove duplicate declarationsWan Jiabing1-2/+0
2021-03-29scsi: core: Fix comment typodudengke1-1/+1
2021-03-29scsi: fnic: Remove bogus ratelimit messagesLee Duncan1-6/+8
2021-03-29scsi: qla2xxx: Update version to 10.02.00.106-kNilesh Javali1-2/+2
2021-03-29scsi: qla2xxx: Do logout even if fabric scan retries got exhaustedQuinn Tran1-0/+4
2021-03-29scsi: qla2xxx: Update default AER debug maskQuinn Tran1-1/+1
2021-03-29scsi: qla2xxx: Fix mailbox recovery during PCIe errorQuinn Tran1-9/+30
2021-03-29scsi: qla2xxx: Fix crash in PCIe error handlingQuinn Tran10-105/+265
2021-03-29scsi: qla2xxx: Fix RISC RESET completion pollingQuinn Tran1-6/+59
2021-03-29scsi: qla2xxx: Fix crash in qla2xxx_mqueuecommand()Arun Easi1-7/+0
2021-03-29scsi: qla2xxx: Fix use after free in bsgQuinn Tran1-1/+2
2021-03-29scsi: qla2xxx: Consolidate zio threshold setting for both FCP & NVMeQuinn Tran2-21/+14
2021-03-29scsi: qla2xxx: Fix stuck sessionQuinn Tran2-1/+7
2021-03-29scsi: qla2xxx: Add H:C:T info in the log message for fc portsArun Easi1-4/+5
2021-03-29scsi: qla2xxx: Fix IOPS drop seen in some adaptersArun Easi1-0/+19
2021-03-29scsi: iscsi: Fix race condition between login and sync threadGulam Mohamed1-1/+13
2021-03-24scsi: target: pscsi: Clean up after failure in pscsi_map_sg()Martin Wilck1-0/+8
2021-03-24scsi: target: pscsi: Avoid OOM in pscsi_map_sg()Martin Wilck1-1/+0