summaryrefslogtreecommitdiff
path: root/drivers/scsi/bfa
AgeCommit message (Expand)AuthorFilesLines
2022-04-13scsi: bfa: Replace snprintf() with sysfs_emit()Yang Guang1-13/+13
2021-05-22scsi: bfa: Fix inconsistent indentingJiapeng Chong1-1/+1
2021-05-22scsi: bfa: Fix typozuoqilin1-1/+1
2021-05-15scsi: bfa: Remove some unused variablesChristophe JAILLET1-6/+0
2021-04-06scsi: bfa: Remove unnecessary struct declarationsWan Jiabing1-3/+0
2021-03-25scsi: bfa: Fix a typo in two placesBhaskar Chowdhury1-2/+2
2021-03-25scsi: bfa: Fix warning comparing pointer to 0Jiapeng Chong1-1/+1
2021-03-16scsi: bfa: Move a large struct from the stack onto the heapLee Jones1-6/+14
2021-01-23scsi: bfa: Drop driver-defined SCSI status codesHannes Reinecke3-17/+2
2020-12-02scsi: bfa: Fix fall-through warnings for ClangGustavo A. R. Silva2-3/+5
2020-10-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+1
2020-10-08scsi: bfa: Fix error return in bfad_pci_init()Jing Xiangfeng1-0/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva5-16/+16
2020-07-25scsi: bfa: Ensure a blank line precedes next function/headerLee Jones1-0/+1
2020-07-25scsi: bfa: Demote seemingly unintentional kerneldoc headerLee Jones1-2/+2
2020-07-25scsi: bfa: Demote seemingly unintentional kerneldoc headerLee Jones1-1/+1
2020-07-25scsi: bfa: Demote non-kerneldoc headers down to standard comment blocksLee Jones1-15/+15
2020-07-25scsi: bfa: Remove unused variable 'adisc'Lee Jones1-3/+0
2020-07-25scsi: bfa: Demote non-compliant kerneldoc headers to standard commentsLee Jones1-3/+3
2020-07-25scsi: bfa: Staticify non-external functionsLee Jones1-3/+3
2020-07-25scsi: bfa: Remove a few unused variables 'pgoff' and 't'Lee Jones1-14/+6
2020-07-25scsi: bfa: Demote seemingly unintentional kerneldoc headerLee Jones1-1/+1
2020-07-25scsi: bfa: Remove set but unused variable 'rp'Lee Jones1-7/+1
2020-07-25scsi: bfa: Staticify local functionsLee Jones1-2/+2
2020-07-25scsi: bfa: Staticify all local functionsLee Jones1-111/+111
2020-05-12scsi: bfa: Make bfad_iocmd_ioc_get_stats() staticJason Yan1-1/+1
2020-04-25scsi: bfa: Remove unneeded semicolon in bfa_fcs_rport.cJason Yan1-2/+2
2020-04-25scsi: bfa: Remove set but not used variable 'fchs'YueHaibing1-3/+0
2020-04-25scsi: bfa: Remove unneeded semicolon in bfa_fcs_lport_ns_sm_online()Jason Yan1-1/+1
2020-04-15scsi: bfa: bfad.c: make max_rport_logins staticJason Yan1-1/+1
2020-04-15scsi: bfa: bfad_attr.c: make two funcitons staticJason Yan1-2/+2
2020-04-15scsi: bfa: bfa_ioc_ct.c: make two funcitons staticJason Yan1-2/+2
2020-04-15scsi: bfa: bfa_fcs_lport.c: make bfa_fcport_get_loop_attr() staticJason Yan1-1/+1
2020-04-15scsi: bfa: bfa_fcpim.c: make two functions staticJason Yan1-2/+2
2020-04-15scsi: bfa: bfa_core.c: make bfa_isr_rspq() staticJason Yan1-1/+1
2020-04-15scsi: bfa: bfa_svc.c: make two functions staticJason Yan1-2/+2
2019-10-01scsi: bfa: Make restart_bfa staticYueHaibing1-2/+1
2019-10-01scsi: bfa: release allocated memory in case of errorNavid Emamdoost1-1/+3
2019-08-30scsi: bfa: remove redundant assignment to variable errorColin Ian King1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 292Thomas Gleixner39-351/+39
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-3/+3
2019-04-09scsi: bfa: bfa_fcpim: Mark expected switch fall-throughsGustavo A. R. Silva1-3/+3
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon3-6/+1
2019-03-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-42/+12
2019-03-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-5/+13
2019-02-26scsi: bfa: fix calls to dma_set_mask_and_coherent()Hannes Reinecke1-5/+13
2019-01-29scsi: bfa: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-18/+0
2019-01-12scsi: bfa: bfa_ioc: Mark expected switch fall-throughsGustavo A. R. Silva1-6/+3
2019-01-12scsi: bfa: bfa_fcs_rport: Mark expected switch fall-throughsGustavo A. R. Silva1-12/+7
2019-01-12scsi: bfa: bfa_fcs_lport: Mark expected switch fall-throughsGustavo A. R. Silva1-6/+2