summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* scsi: block: Do not accept any requests while suspendedAlan Stern2020-12-093-8/+25
* scsi: block: Remove RQF_PREEMPT and BLK_MQ_REQ_PREEMPTBart Van Assche2020-12-095-14/+4
* 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: ide: Mark power management requests with RQF_PM instead of RQF_PREEMPTBart Van Assche2020-12-092-2/+2
* scsi: ide: Do not set the RQF_PREEMPT flag for sense requestsBart Van Assche2020-12-092-6/+0
* scsi: block: Introduce BLK_MQ_REQ_PMBart Van Assche2020-12-093-3/+8
* scsi: block: Fix a race in the runtime power management codeBart Van Assche2020-12-091-6/+9
* 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
* 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
* scsi: ufs: Fix -Wsometimes-uninitialized warningArnd Bergmann2020-12-081-1/+1
* scsi: NCR5380: Remove context checkAhmed S. Darwish2020-12-084-46/+53
* scsi: ufs: Adjust ufshcd_hold() during sending attribute requestsjintae jang2020-12-081-10/+7
* scsi: ufs: Print host regs in IRQ handler when AH8 error happensCan Guo2020-12-081-1/+2
* scsi: ufs: Fix a race condition between ufshcd_abort() and eh_work()Can Guo2020-12-082-15/+51
* scsi: ufs: Serialize eh_work with system PM events and async scanCan Guo2020-12-082-24/+41
* scsi: ufs: Remove pre-defined initial voltage values of device powerStanley Chu2020-12-081-19/+0