summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-05-22scsi: fas216: Use fallthrough pseudo-keywordWei Ming Chen1-1/+1
2021-05-22scsi: ufs: core: Clean up whitespaceKeoseong Park1-1/+1
2021-05-22scsi: core: Remove leading spaces in KconfigJuerg Haefliger1-1/+1
2021-05-22scsi: target: tcmu: Fix boolreturn.cocci warningskernel test robot1-1/+1
2021-05-22scsi: ufs: Use designated initializers in ufs_pm_lvl_states[]Bart Van Assche2-14/+14
2021-05-22scsi: hisi_sas: Propagate errors in interrupt_init_v1_hw()Sergey Shtylyov1-6/+6
2021-05-22scsi: bfa: Fix inconsistent indentingJiapeng Chong1-1/+1
2021-05-22scsi: bfa: Fix typozuoqilin1-1/+1
2021-05-21scsi: pmcraid: Fix typoszuoqilin1-2/+2
2021-05-21scsi: scsi_transport_fc: Remove double FC_FPORT_DELETED in mask creationDaniel Wagner1-1/+1
2021-05-21scsi: arcmsr: Update driver version to v1.50.00.05-20210429ching Huang1-1/+1
2021-05-21scsi: arcmsr: Fix doorbell status being updated late on ARC-1886ching Huang1-2/+9
2021-05-21scsi: qedf: Use vzalloc() instead of vmalloc()/memset(0)Yang Yingliang1-2/+1
2021-05-21scsi: ufs: ufs-exynos: Move definitions from .h to .cBart Van Assche2-27/+26
2021-05-16scsi: 3w-9xxx: Fix endianness issues in command packetsSamuel Holland2-86/+81
2021-05-16scsi: 3w-9xxx: Reduce scope of structure packingSamuel Holland1-8/+10
2021-05-16scsi: 3w-9xxx: Use flexible array members to avoid struct paddingSamuel Holland2-8/+12
2021-05-16scsi: be2iscsi: Remove redundant initializationNigel Christian1-2/+0
2021-05-16scsi: ufs: core: Remove redundant parenthesisKeoseong Park1-4/+4
2021-05-16scsi: ufs: core: Remove usfhcd_is_*_pm() macrosBart Van Assche3-9/+5
2021-05-15scsi: bfa: Remove some unused variablesChristophe JAILLET1-6/+0
2021-05-15scsi: target: core: Add the VERSION DESCRIPTOR fields to the INQUIRY dataKonstantin Shelekhin1-1/+33
2021-05-15scsi: target: core: Bump INQUIRY VERSION to SPC-4Konstantin Shelekhin1-1/+1
2021-05-15scsi: target: core: Add configurable IEEE Company ID attributeSergey Samoylenko3-7/+62
2021-05-15scsi: target: core: Unify NAA identifier generationSergey Samoylenko3-40/+26
2021-05-15scsi: target: sbp_target: Remove redundant assignment to pg_sizeJiapeng Chong1-1/+0
2021-05-15scsi: message: fusion: Remove redundant assignment to rcJiapeng Chong1-2/+0
2021-05-15scsi: ibmvfc: Reinit target retriesBrian King1-1/+6
2021-05-15scsi: ibmvfc: Avoid move login if fast fail is enabledBrian King2-11/+29
2021-05-15scsi: ibmvfc: Handle move login failureBrian King2-9/+9
2021-05-15scsi: target: tcmu: Rename TCM_DEV_BIT_PLUGGED to TCMU_DEV_BIT_PLUGGEDBodo Stroesser1-4/+4
2021-05-15scsi: core: Fix a comment in function scsi_host_dev_release()Xiang Chen1-1/+1
2021-05-15scsi: qedf: Drop unnecessary NULL checks after container_of()Guenter Roeck2-9/+0
2021-05-15scsi: target: iscsi: Drop unnecessary container_of()Guenter Roeck1-7/+0
2021-05-15scsi: scsi_debug: Drop if with an always false conditionUwe Kleine-König1-5/+0
2021-05-15scsi: snic: Fix an error messageChristophe JAILLET1-4/+1
2021-05-15scsi: target: cxgbit: Unmap DMA buffer before calling target_execute_cmd()Varun Prakash2-12/+28
2021-05-15scsi: ufs: core: Introduce HBA performance monitor sysfs nodesCan Guo3-0/+320
2021-05-11scsi: aacraid: Replace one-element array with flexible-array memberGustavo A. R. Silva2-6/+6
2021-05-11scsi: ufs: sysfs: Resume the proper SCSI deviceAsutosh Das1-12/+12
2021-05-11scsi: ufs: core: Enable power management for wlunAsutosh Das12-255/+553
2021-05-10scsi: qla4xxx: Simplify conditionalWan Jiabing1-2/+1
2021-05-10scsi: arcmsr: Update driver version to v1.50.00.04-20210414ching Huang1-1/+1
2021-05-10scsi: arcmsr: Fix the wrong CDB payload report to IOPching Huang1-2/+6
2021-05-10scsi: megaraid_sas: Use DEFINE_SPINLOCK() for spinlockShixin Liu1-3/+1
2021-05-10scsi: megaraid_mbox: Remove redundant initialization of pointer mboxColin Ian King1-2/+0
2021-05-10scsi: lpfc: Remove redundant assignment to pointer temp_hdrColin Ian King1-1/+0
2021-05-10scsi: 3w-9xxx: Move * operator to clean up code style warningColin Ian King1-1/+1
2021-05-10scsi: message: fusion: Documentation cleanupRandy Dunlap1-56/+63
2021-05-10scsi: mpt3sas: Documentation cleanupRandy Dunlap1-49/+50