summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2020-02-13scsi: ufs: set load before setting voltage in regulatorsAsutosh Das1-5/+5
2020-02-13scsi: ufs: Flush exception event before suspendSayali Lokhande1-3/+18
2020-02-13scsi: ufs: Select INITIAL ADAPT type for HS Gear4Can Guo2-0/+21
2020-02-13scsi: ufs: introduce common function to disable host TX LCCStanley Chu6-7/+10
2020-02-13scsi: ufs: ufs-mediatek: fix TX LCC disabling timingStanley Chu1-3/+9
2020-02-11scsi: lpfc: Copyright updates for 12.6.0.4 patchesJames Smart10-10/+10
2020-02-11scsi: lpfc: Update lpfc version to 12.6.0.4James Smart1-1/+1
2020-02-11scsi: lpfc: Clean up hba max_lun_queue_depth checksJames Smart3-25/+4
2020-02-11scsi: lpfc: Remove handler for obsolete ELS - Read Port Status (RPS)James Smart3-209/+5
2020-02-11scsi: lpfc: Fix coverity errors in fmdi attribute handlingJames Smart2-88/+85
2020-02-11scsi: lpfc: Fix compiler warning on frame sizeJames Smart1-6/+14
2020-02-11scsi: lpfc: Fix release of hwq to clear the eq relationshipJames Smart1-0/+1
2020-02-11scsi: lpfc: Fix registration of ELS type support in fdmiJames Smart1-2/+0
2020-02-11scsi: lpfc: Fix broken Credit Recovery after driver loadJames Smart2-20/+40
2020-02-11scsi: lpfc: Fix lpfc_io_buf resource leak in lpfc_get_scsi_buf_s4 error pathJames Smart1-1/+3
2020-02-11scsi: lpfc: Fix RQ buffer leakage when no IOCBs availableJames Smart1-0/+4
2020-02-11scsi: qla2xxx: Check locking assumptions at runtime in qla2x00_abort_srb()Bart Van Assche1-0/+2
2020-02-11scsi: core: remove .for_blk_mqMing Lei1-1/+0
2020-02-11scsi: ufs: ufs-mediatek: gate ref-clk during Auto-Hibern8Stanley Chu2-11/+39
2020-02-11scsi: ufs: fix Auto-Hibern8 error detectionStanley Chu2-1/+8
2020-02-11scsi: ufs: ufs-mediatek: support linkoff state during suspendStanley Chu1-5/+7
2020-02-11scsi: ufs: ufs-mediatek: ensure UniPro is not powered down before linkupStanley Chu1-9/+10
2020-02-11scsi: megaraid_sas: fix indentation issueColin Ian King1-2/+2
2020-02-11scsi: iscsi: Perform connection failure entirely in kernel spaceBharath Ravi1-0/+68
2020-02-11scsi: tcm_qla2xxx: Make qlt_alloc_qfull_cmd() set cmd->se_cmd.map_tagBart Van Assche3-22/+33
2020-02-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds6-19/+29
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan4-40/+43
2020-01-30scsi: ufs: fix spelling mistake "initilized" -> "initialized"Colin Ian King1-1/+1
2020-01-30scsi: pm80xx: fix spelling mistake "to" -> "too"Colin Ian King1-1/+1
2020-01-30scsi: megaraid_sas: fixup MSIx interrupt setup during resumeHannes Reinecke1-11/+9
2020-01-30scsi: qla2xxx: Fix unbound NVME response lengthArun Easi3-6/+18
2020-01-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds97-1301/+2662
2020-01-28Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds20-27/+27
2020-01-27Merge tag 'for-5.6/block-2020-01-27' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2020-01-26Merge tag 'block-5.5-2020-01-26' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+5
2020-01-26Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-0/+3
2020-01-26block: allow partitions on host aware zone devicesChristoph Hellwig1-4/+5
2020-01-21scsi: fnic: do not queue commands during fwresetHannes Reinecke1-0/+3
2020-01-21scsi: hisi_sas: Rename hisi_sas_cq.pci_irq_maskJohn Garry3-3/+3
2020-01-21scsi: hisi_sas: Add prints for v3 hw interrupt converge and automatic affinityLuo Jiaxing1-0/+5
2020-01-21scsi: hisi_sas: Modify the file permissions of trigger_dump to write onlyLuo Jiaxing1-1/+1
2020-01-21scsi: hisi_sas: Replace magic number when handle channel interruptLuo Jiaxing1-5/+12
2020-01-21scsi: hisi_sas: replace spin_lock_irqsave/spin_unlock_restore with spin_lock/...Xiang Chen2-34/+26
2020-01-21scsi: hisi_sas: use threaded irq to process CQ interruptsXiang Chen4-45/+37
2020-01-21scsi: ufs: Use UFS device indicated maximum LU numberBean Huo3-6/+12
2020-01-21scsi: ufs: Add max_lu_supported in struct ufs_dev_infoBean Huo2-2/+41
2020-01-21scsi: ufs: Delete is_init_prefetch from struct ufs_hbaBean Huo2-6/+1
2020-01-21scsi: ufs: Inline two functions into their callersBean Huo1-13/+4
2020-01-21scsi: ufs: Move ufshcd_get_max_pwr_mode() to ufshcd_device_params_init()Bean Huo1-5/+7
2020-01-21scsi: ufs: Split ufshcd_probe_hba() based on its called flowBean Huo1-66/+101