summaryrefslogtreecommitdiffstats
path: root/drivers/misc (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-01scsi: iscsi: Report unbind session event when the target has been removedWu Bo1-1/+3
2020-03-30scsi: lpfc: Change default SCSI LUN QD to 64Dick Kennedy1-2/+2
2020-03-30scsi: libfc: rport state move to PLOGI if all PRLI retry exhaustedJaved Hasan1-0/+2
2020-03-30scsi: libfc: If PRLI rejected, move rport to PLOGI stateJaved Hasan1-1/+7
2020-03-30scsi: bnx2fc: Update the driver version to 2.12.13Saurav Kashyap1-1/+1
2020-03-30scsi: bnx2fc: Fix SCSI command completion after cleanup is postedSaurav Kashyap1-0/+6
2020-03-30scsi: bnx2fc: Process the RQE with CQE in interrupt contextJaved Hasan4-54/+96
2020-03-30scsi: target: use the stack for XCOPY passthrough cmdsDavid Disseldorp2-58/+31
2020-03-30scsi: target: increase XCOPY I/O sizeDavid Disseldorp1-1/+1
2020-03-30scsi: target: avoid per-loop XCOPY buffer allocationsDavid Disseldorp2-66/+31
2020-03-30scsi: target: drop xcopy DISK BLOCK LENGTH debugDavid Disseldorp2-6/+0
2020-03-30scsi: target: use #define for xcopy descriptor lenDavid Disseldorp1-1/+1
2020-03-30scsi: ufs-mediatek: add error recovery for suspend and resumeStanley Chu1-2/+11
2020-03-30scsi: ufs: export ufshcd_link_recoveryStanley Chu2-1/+3
2020-03-30scsi: ufs: Clean up ufshcd_scale_clks() and clock scaling error out pathSubhash Jadavani1-21/+44
2020-03-30scsi: lpfc: Update lpfc version to 12.8.0.0James Smart1-1/+1
2020-03-30scsi: lpfc: Remove prototype FIPS/DSS options from SLI-3James Smart5-109/+8
2020-03-30scsi: lpfc: Make debugfs ktime stats generic for NVME and SCSIJames Smart7-110/+137
2020-03-30scsi: lpfc: Fix erroneous cpu limit of 128 on I/O statisticsJames Smart8-169/+215
2020-03-27scsi: lpfc: Fix crash in target side cable pulls hitting WAIT_FOR_UNREGJames Smart1-6/+8
2020-03-27scsi: lpfc: Fix update of wq consumer index in lpfc_sli4_wq_releaseJames Smart1-13/+4
2020-03-27scsi: lpfc: Fix crash after handling a pci errorJames Smart1-0/+5
2020-03-27scsi: lpfc: Fix scsi host template for SLI3 vportsJames Smart4-74/+54
2020-03-27scsi: lpfc: Fix lpfc overwrite of sg_cnt field in nvmefc_tgt_fcp_reqJames Smart1-3/+4
2020-03-27scsi: lpfc: Fix lockdep error - register non-static keyJames Smart2-7/+4
2020-03-27scsi: lpfc: Fix kasan slab-out-of-bounds error in lpfc_unreg_loginJames Smart1-0/+2
2020-03-27scsi: aic7xxx: aic97xx: Remove FreeBSD-specific codeAlex Dewar1-21/+1
2020-03-27scsi: ufs: Do not rely on prefetched dataCan Guo2-22/+15
2020-03-27scsi: dc395x: remove dc395x_bios_paramChristoph Hellwig1-34/+0
2020-03-27scsi: libiscsi: Fix error count for active sessionWu Bo1-1/+1
2020-03-27scsi: hpsa: correct race condition in offload enabledDon Brace1-23/+57
2020-03-27scsi: message: fusion: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-27scsi: qedi: Add PCI shutdown handler supportManish Rangankar5-2/+39
2020-03-27scsi: qedi: Add MFW error recovery processManish Rangankar2-22/+66
2020-03-27scsi: ufs: Enable block layer runtime PM for well-known logical unitsCan Guo1-2/+17
2020-03-27scsi: ufs-qcom: Override devfreq parametersAsutosh Das1-0/+25
2020-03-27scsi: ufshcd: Let vendor override devfreq parametersAsutosh Das2-1/+26
2020-03-27scsi: ufshcd: Update the set frequency to devfreqAsutosh Das1-1/+16
2020-03-27scsi: ufs: Resume ufs host before accessing ufs deviceNitin Rawat1-6/+22
2020-03-27scsi: ufs-mediatek: customize the delay for enabling hostStanley Chu2-9/+35
2020-03-27scsi: ufs: make HCE polling more compact to improve initialization latencyStanley Chu1-2/+2
2020-03-27scsi: ufs: allow custom delay prior to host enablingStanley Chu2-1/+3
2020-03-27scsi: ufs-mediatek: use common delay functionStanley Chu1-13/+2
2020-03-27scsi: ufs: introduce common and flexible delay functionStanley Chu2-0/+13
2020-03-27scsi: ufs: use an enum for host capabilitiesStanley Chu1-28/+37
2020-03-27scsi: ufs: fix uninitialized tx_lanes in ufshcd_disable_tx_lcc()Stanley Chu1-1/+1
2020-03-27scsi: iscsi: Report connection state in sysfsGabriel Krisman Bertazi3-2/+42
2020-03-27scsi: target: core: add task tag to trace eventsViacheslav Dubeyko1-3/+8
2020-03-27scsi: target: iscsi: calling iscsit_stop_session() inside iscsit_close_sessio...Maurizio Lombardi1-2/+1
2020-03-27scsi: target: fix hang when multiple threads try to destroy the same iscsi se...Maurizio Lombardi4-17/+30