summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2019-11-06scsi: fnic: fix use after freePan Bian1-1/+2
2019-11-01scsi: core: scsi_trace: Use get_unaligned_be*()Bart Van Assche1-78/+31
2019-11-01scsi: csiostor: Return value not required for csio_dfs_destroySaurav Girepunje1-3/+1
2019-11-01scsi: csiostor: Fix NULL check before debugfs_remove_recursiveSaurav Girepunje1-2/+1
2019-11-01scsi: pm8001: Fix Use plain integer as NULL pointerSaurav Girepunje1-1/+1
2019-11-01scsi: core: avoid host-wide host_busy counter for scsi_mqMing Lei4-26/+42
2019-10-31scsi: ufs: Use enum dev_cmd_type where appropriateBart Van Assche1-2/+2
2019-10-31scsi: ufs: Fix kernel-doc warningsBart Van Assche2-1/+2
2019-10-31scsi: ufs: delete redundant function ufshcd_def_desc_sizes()Bean Huo1-14/+1
2019-10-28scsi: lpfc: Make lpfc_debugfs_ras_log_data staticYueHaibing1-2/+2
2019-10-28scsi: lpfc: Fix NULL check before mempool_destroy is not neededSaurav Girepunje1-2/+1
2019-10-28scsi: lpfc: fix spelling error in MAGIC_NUMER_xxxJames Smart2-4/+4
2019-10-28scsi: lpfc: fix build error of lpfc_debugfs.c for vfree/vmallocJames Smart1-0/+1
2019-10-24scsi: hisi_sas: Record the phy down event in debugfsLuo Jiaxing3-0/+66
2019-10-24scsi: hisi_sas: Delete the debugfs folder of hisi_sas when the probe failsLuo Jiaxing2-0/+2
2019-10-24scsi: hisi_sas: Add ability to have multiple debugfs dumpsLuo Jiaxing2-34/+47
2019-10-24scsi: hisi_sas: Add module parameter for debugfs dump countLuo Jiaxing2-3/+14
2019-10-24scsi: hisi_sas: Allocate memory for multiple dumps of debugfsLuo Jiaxing2-56/+73
2019-10-24scsi: hisi_sas: Add debugfs file structure for ITCT cacheLuo Jiaxing2-9/+13
2019-10-24scsi: hisi_sas: Add debugfs file structure for IOST cacheLuo Jiaxing2-9/+13
2019-10-24scsi: hisi_sas: Add debugfs file structure for ITCTLuo Jiaxing2-12/+17
2019-10-24scsi: hisi_sas: Add debugfs file structure for IOSTLuo Jiaxing2-11/+16
2019-10-24scsi: hisi_sas: Add debugfs file structure for portLuo Jiaxing2-10/+18
2019-10-24scsi: hisi_sas: Add debugfs file structure for registersLuo Jiaxing2-34/+35
2019-10-24scsi: hisi_sas: Add debugfs file structure for DQLuo Jiaxing2-11/+18
2019-10-24scsi: hisi_sas: Add debugfs file structure for CQLuo Jiaxing2-14/+22
2019-10-24scsi: hisi_sas: Add timestamp for a debugfs dumpLuo Jiaxing2-0/+10
2019-10-24scsi: hisi_sas: Replace in_softirq() check in hisi_sas_task_exec()Xiang Chen1-1/+7
2019-10-24scsi: hisi_sas: use wait_for_completion_timeout() when clearing ITCTXiang Chen5-12/+33
2019-10-24scsi: hisi_sas: Set the BIST init value before enabling BISTXiang Chen1-5/+5
2019-10-24scsi: hisi_sas: Don't create debugfs dump folder twiceXiang Chen1-3/+0
2019-10-24scsi: Fix various misspellings of "connect"Geert Uytterhoeven7-8/+8
2019-10-24scsi: isci: Spelling s/configruation/configuration/Geert Uytterhoeven1-1/+1
2019-10-24scsi: mpt3sas: change allocation optionTomas Henzl1-1/+1
2019-10-24scsi: esas2r: unlock on error in esas2r_nvram_read_direct()Dan Carpenter1-0/+1
2019-10-24scsi: cxgb4i: remove set but not used variable 'ppmax'YueHaibing1-2/+0
2019-10-24scsi: csiostor: Don't enable IRQs too earlyDan Carpenter1-6/+9
2019-10-24scsi: lpfc: lpfc_nvmet: Fix Use plain integer as NULL pointerSaurav Girepunje1-2/+2
2019-10-24scsi: lpfc: lpfc_attr: Fix Use plain integer as NULL pointerSaurav Girepunje1-1/+1
2019-10-24scsi: lpfc: Update lpfc version to 12.6.0.0James Smart1-1/+1
2019-10-24scsi: lpfc: Add additional discovery log messagesJames Smart3-9/+62
2019-10-24scsi: lpfc: Add FC-AL support to lpe32000 modelsJames Smart6-1/+142
2019-10-24scsi: lpfc: Add FA-WWN Async Event reportingJames Smart2-0/+11
2019-10-24scsi: lpfc: Add log macros to allow print by serverity or verbosity settingJames Smart1-0/+17
2019-10-24scsi: lpfc: Make FW logging dynamically configurableJames Smart5-10/+204
2019-10-24scsi: lpfc: Revise interrupt coalescing for missing scenariosJames Smart4-32/+24
2019-10-24scsi: lpfc: Remove lock contention target write pathJames Smart5-54/+14
2019-10-24scsi: lpfc: Slight fast-path performance optimizationsJames Smart2-9/+10
2019-10-24scsi: lpfc: fix coverity error of dereference after null checkJames Smart1-2/+2
2019-10-24scsi: lpfc: Fix hardlockup in lpfc_abort_handlerJames Smart1-2/+3