summaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '5.11/scsi-postmerge' into 5.11/scsi-fixesMartin K. Petersen2021-01-045-26/+123
|\
| * scsi: hisi_sas: Expose HW queues for v2 hwJohn Garry2020-12-223-13/+68
| * Revert "Revert "scsi: megaraid_sas: Added support for shared host tagset for ...Martin K. Petersen2020-12-172-13/+55
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2021-01-0111-51/+164
|\ \
| * | scsi: cxgb4i: Fix TLS dependencyRandy Dunlap2020-12-091-0/+1
| * | scsi: ufs: Un-inline ufshcd_vops_device_reset functionStanley Chu2020-12-092-19/+27
| * | scsi: ufs: Re-enable WriteBooster after device resetStanley Chu2020-12-091-1/+6
| * | scsi: ufs-mediatek: Use correct path to fix compile errorZhen Lei2020-12-091-1/+1
| * | scsi: mpt3sas: Signedness bug in _base_get_diag_triggers()Dan Carpenter2020-12-091-1/+1
| * | scsi: core: Only process PM requests if rpm_status != RPM_ACTIVEBart Van Assche2020-12-091-13/+14
| * | scsi: scsi_transport_spi: Set RQF_PM for domain validation commandsBart Van Assche2020-12-091-8/+19
| * | scsi: ufs-pci: Enable UFSHCD_CAP_RPM_AUTOSUSPEND for Intel controllersAdrian Hunter2020-12-091-0/+2
| * | scsi: ufs-pci: Fix recovery from hibernate exit errors for Intel controllersAdrian Hunter2020-12-091-0/+17
| * | scsi: ufs-pci: Ensure UFS device is in PowerDown mode for suspend-to-disk ->p...Adrian Hunter2020-12-091-2/+32
| * | scsi: ufs-pci: Fix restore from S4 for Intel controllersAdrian Hunter2020-12-091-0/+20
| * | scsi: ufs-mediatek: Keep VCC always-on for specific devicesStanley Chu2020-12-092-0/+22
| * | scsi: ufs: Allow regulators being always-onStanley Chu2020-12-092-1/+2
| * | scsi: ufs: Clear UAC for RPMB after ufshcd resetsRandall Huang2020-12-091-9/+5
| * | scsi: ufs: Fix wrong print message in dev_err()Bean Huo2020-12-091-1/+1
| * | scsi: ufs: Remove unused macro definition POWER_DESC_MAX_SIZEBean Huo2020-12-091-1/+0
* | | Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-12-172-4/+5
|\ \ \
| * | | ocxl: Update the Process Element EntryChristophe Lombard2020-12-031-2/+4
| * | | powerpc/ps3: make system bus's remove and shutdown callbacks return voidUwe Kleine-König2020-12-031-2/+1
* | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-12-16160-7618/+11746
|\ \ \ \ | | |/ / | |/| |
| * | | scsi: mpt3sas: Update driver version to 36.100.00.00Suganath Prabu S2020-12-091-3/+3
| * | | scsi: mpt3sas: Handle trigger page after firmware updateSuganath Prabu S2020-12-091-1/+49
| * | | scsi: mpt3sas: Add persistent MPI trigger pageSuganath Prabu S2020-12-093-1/+224
| * | | scsi: mpt3sas: Add persistent SCSI sense trigger pageSuganath Prabu S2020-12-093-0/+222
| * | | scsi: mpt3sas: Add persistent Event trigger pageSuganath Prabu S2020-12-093-0/+226
| * | | scsi: mpt3sas: Add persistent Master trigger pageSuganath Prabu S2020-12-093-0/+203
| * | | scsi: mpt3sas: Add persistent trigger pages supportSuganath Prabu S2020-12-094-0/+303
| * | | scsi: mpt3sas: Sync time periodically between driver and firmwareSuganath Prabu S2020-12-092-3/+104
| * | | scsi: qla2xxx: Update version to 10.02.00.104-kNilesh Javali2020-12-091-2/+2
| * | | scsi: qla2xxx: Fix device loss on 4G and older HBAsArun Easi2020-12-091-0/+3
| * | | scsi: qla2xxx: If fcport is undergoing deletion complete I/O with retrySaurav Kashyap2020-12-091-4/+4
| * | | scsi: qla2xxx: Fix the call trace for flush workqueueSaurav Kashyap2020-12-091-1/+1
| * | | scsi: qla2xxx: Fix flash update in 28XX adapters on big endian machinesArun Easi2020-12-091-5/+5
| * | | scsi: qla2xxx: Handle aborts correctly for port undergoing deletionSaurav Kashyap2020-12-091-1/+1
| * | | scsi: qla2xxx: Fix N2N and NVMe connect retry failureQuinn Tran2020-12-092-22/+52
| * | | scsi: qla2xxx: Fix FW initialization error on big endian machinesArun Easi2020-12-091-3/+3
| * | | scsi: qla2xxx: Fix crash during driver load on big endian machinesArun Easi2020-12-092-5/+6
| * | | scsi: qla2xxx: Fix compilation issue in PPC systemsArun Easi2020-12-092-3/+3
| * | | scsi: qla2xxx: Don't check for fw_started while posting NVMe commandSaurav Kashyap2020-12-091-8/+4
| * | | scsi: qla2xxx: Tear down session if FW say it is downQuinn Tran2020-12-091-1/+27
| * | | scsi: qla2xxx: Limit interrupt vectors to number of CPUsQuinn Tran2020-12-091-2/+4
| * | | scsi: qla2xxx: Change post del message from debug level to log levelSaurav Kashyap2020-12-092-5/+5
| * | | scsi: qla2xxx: Return EBUSY on fcport deletionDaniel Wagner2020-12-091-2/+4
| * | | scsi: qla4xxx: Remove redundant assignment to variable rvalColin Ian King2020-12-091-1/+1
| * | | scsi: qla2xxx: Remove trailing semicolon in macro definitionTom Rix2020-12-081-2/+1
| * | | scsi: fnic: Fix error return code in fnic_probe()Zhang Changzhong2020-12-081-0/+1