summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-07-15scsi: lpfc: NVMe remote port devloss_tmo from llddJames Smart1-0/+5
2020-07-15scsi: cxgb4i: Remove an unnecessary NULL check for 'cconn' pointerVarun Prakash1-1/+1
2020-07-15scsi: lpfc: Quieten some printksAnton Blanchard1-4/+4
2020-07-15scsi: qla4xxx: Provide a missing function param description and fix formattingLee Jones1-3/+4
2020-07-15scsi: aacraid: Fix a bunch of function doc formatting errorsLee Jones1-14/+3
2020-07-15scsi: aic94xx: Repair kerneldoc formatting error and remove extra paramLee Jones1-2/+1
2020-07-15scsi: pm8001: Demote obvious misuse of kerneldoc and update othersLee Jones1-15/+15
2020-07-15scsi: aic94xx: Demote seemingly unintentional kerneldoc headerLee Jones1-1/+1
2020-07-15scsi: aacraid: Fix a couple of small kerneldoc issuesLee Jones1-2/+1
2020-07-15scsi: aacraid: Provide suggested curly braces around empty body of if()Lee Jones1-1/+2
2020-07-15scsi: qedf: Demote obvious misuse of kerneldoc to standard comment blocksLee Jones1-10/+8
2020-07-15scsi: aic7xxx: Fix 'amount_xferred' set but not used issueLee Jones1-0/+2
2020-07-15scsi: aic7xxx: Remove unused variable 'targ'Lee Jones1-2/+0
2020-07-15scsi: aic7xxx: Remove unused variable 'ahc'Lee Jones1-4/+0
2020-07-15scsi: aic7xxx: Remove unused variable 'tinfo'Lee Jones1-5/+0
2020-07-15scsi: bnx2fc: Demote obvious misuse of kerneldoc to standard comment blocksLee Jones1-4/+3
2020-07-15scsi: qedf: Remove a whole host of unused variablesLee Jones1-26/+4
2020-07-15scsi: arcmsr: Remove some set but unused variablesLee Jones1-13/+8
2020-07-15scsi: bnx2fc: Fix a couple of bitrotted function documentation headersLee Jones1-3/+3
2020-07-15scsi: libfc: Provide missing and repair existing function documentationLee Jones1-4/+7
2020-07-15scsi: libfc: Fix a couple of misdocumented function parametersLee Jones1-2/+2
2020-07-15scsi: libfc: Repair function parameter documentationLee Jones1-2/+5
2020-07-15scsi: qedf: Remove set but not checked variable 'tmp'Lee Jones1-3/+2
2020-07-15scsi: qedf: Demote obvious misuse of kerneldoc to standard comment blocksLee Jones1-3/+2
2020-07-15scsi: bnx2fc: Repair a range of kerneldoc issuesLee Jones1-10/+8
2020-07-15scsi: fcoe: Correct some kernel-doc issuesLee Jones1-1/+3
2020-07-15scsi: fcoe: Fix a myriad of documentation issuesLee Jones1-14/+14
2020-07-15scsi: fcoe: Fix various kernel-doc infringementsLee Jones1-6/+4
2020-07-15scsi: libfc: trivial: Fix spelling mistake of 'discovery'Lee Jones1-1/+1
2020-07-15scsi: libfc: Supply some missing kerneldoc struct/function attributes/paramsLee Jones1-1/+6
2020-07-13scsi: scsi_debug: Update documentation url and bump versionDouglas Gilbert1-3/+3
2020-07-13scsi: scsi_debug: every_nth triggered error injectionDouglas Gilbert1-130/+101
2020-07-13scsi: scsi_debug: Support hostwide tagsJohn Garry1-12/+68
2020-07-13scsi: scsi_debug: Add check for sdebug_max_queue during module initJohn Garry1-0/+6
2020-07-13scsi: hisi_sas: Remove one kerneldoc commentJohn Garry1-1/+1
2020-07-13scsi: hisi_sas: Directly trigger SCSI error handling for completion errorsLuo Jiaxing3-3/+9
2020-07-13scsi: ufs-mediatek: Add inline encryption supportStanley Chu2-0/+23
2020-07-13scsi: cxgb4i: Clean up a debug printkDan Carpenter1-2/+1
2020-07-13scsi: virtio_scsi: Remove unnecessary condition checkXianting Tian1-8/+4
2020-07-13scsi: cxgb4i: Fix dereference of pointer tdata before it is null checkedColin Ian King1-2/+4
2020-07-13scsi: target: Remove unused variable 'tpg'Wei Yongjun1-2/+0
2020-07-13scsi: ufs: Fix and simplify setup_xfer_req variant operationStanley Chu1-4/+5
2020-07-13scsi: ufs: Simplify completion timestamp for SCSI and query commandsStanley Chu1-2/+1
2020-07-08scsi: target: cxgbit: Remove tx flow control codeVarun Prakash3-23/+4
2020-07-08scsi: target: cxgbit: Check connection state before issuing hardware commandVarun Prakash1-8/+24
2020-07-08scsi: cxgb4i: Add support for iSCSI segmentation offloadVarun Prakash4-231/+726
2020-07-08scsi: storvsc: Add validation for untrusted Hyper-V valuesAndres Beltran1-0/+11
2020-07-08scsi: lpfc: Fix less-than-zero comparison of unsigned valueDick Kennedy1-5/+3
2020-07-08scsi: lpfc: Fix interrupt assignments when multiple vectors are supported on ...Dick Kennedy1-6/+16
2020-07-08scsi: ufs: Add inline encryption support to UFSSatya Tangirala3-7/+76