summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/bfa
AgeCommit message (Expand)AuthorLines
2020-07-24scsi: bfa: Ensure a blank line precedes next function/headerLee Jones-0/+1
2020-07-24scsi: bfa: Demote seemingly unintentional kerneldoc headerLee Jones-2/+2
2020-07-24scsi: bfa: Demote seemingly unintentional kerneldoc headerLee Jones-1/+1
2020-07-24scsi: bfa: Demote non-kerneldoc headers down to standard comment blocksLee Jones-15/+15
2020-07-24scsi: bfa: Remove unused variable 'adisc'Lee Jones-3/+0
2020-07-24scsi: bfa: Demote non-compliant kerneldoc headers to standard commentsLee Jones-3/+3
2020-07-24scsi: bfa: Staticify non-external functionsLee Jones-3/+3
2020-07-24scsi: bfa: Remove a few unused variables 'pgoff' and 't'Lee Jones-14/+6
2020-07-24scsi: bfa: Demote seemingly unintentional kerneldoc headerLee Jones-1/+1
2020-07-24scsi: bfa: Remove set but unused variable 'rp'Lee Jones-7/+1
2020-07-24scsi: bfa: Staticify local functionsLee Jones-2/+2
2020-07-24scsi: bfa: Staticify all local functionsLee Jones-111/+111
2020-05-11scsi: bfa: Make bfad_iocmd_ioc_get_stats() staticJason Yan-1/+1
2020-04-24scsi: bfa: Remove unneeded semicolon in bfa_fcs_rport.cJason Yan-2/+2
2020-04-24scsi: bfa: Remove set but not used variable 'fchs'YueHaibing-3/+0
2020-04-24scsi: bfa: Remove unneeded semicolon in bfa_fcs_lport_ns_sm_online()Jason Yan-1/+1
2020-04-14scsi: bfa: bfad.c: make max_rport_logins staticJason Yan-1/+1
2020-04-14scsi: bfa: bfad_attr.c: make two funcitons staticJason Yan-2/+2
2020-04-14scsi: bfa: bfa_ioc_ct.c: make two funcitons staticJason Yan-2/+2
2020-04-14scsi: bfa: bfa_fcs_lport.c: make bfa_fcport_get_loop_attr() staticJason Yan-1/+1
2020-04-14scsi: bfa: bfa_fcpim.c: make two functions staticJason Yan-2/+2
2020-04-14scsi: bfa: bfa_core.c: make bfa_isr_rspq() staticJason Yan-1/+1
2020-04-14scsi: bfa: bfa_svc.c: make two functions staticJason Yan-2/+2
2019-09-30scsi: bfa: Make restart_bfa staticYueHaibing-2/+1
2019-09-30scsi: bfa: release allocated memory in case of errorNavid Emamdoost-1/+3
2019-08-29scsi: bfa: remove redundant assignment to variable errorColin Ian King-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 292Thomas Gleixner-351/+39
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-3/+3
2019-04-08scsi: bfa: bfa_fcpim: Mark expected switch fall-throughsGustavo A. R. Silva-3/+3
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon-6/+1
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-42/+12
2019-03-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-5/+13
2019-02-25scsi: bfa: fix calls to dma_set_mask_and_coherent()Hannes Reinecke-5/+13
2019-01-29scsi: bfa: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-18/+0
2019-01-11scsi: bfa: bfa_ioc: Mark expected switch fall-throughsGustavo A. R. Silva-6/+3
2019-01-11scsi: bfa: bfa_fcs_rport: Mark expected switch fall-throughsGustavo A. R. Silva-12/+7
2019-01-11scsi: bfa: bfa_fcs_lport: Mark expected switch fall-throughsGustavo A. R. Silva-6/+2
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain-3/+3
2018-12-19scsi: bfa: clean up a couple of indentation issuesColin Ian King-2/+2
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig-2/+0
2018-11-15scsi: bfa: use dma_set_mask_and_coherentChristoph Hellwig-11/+7
2018-10-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-119/+2
2018-10-16scsi: bfa: Avoid implicit enum conversion in bfad_im_post_vendor_eventNathan Chancellor-2/+2
2018-10-16scsi: bfa: Remove unused functionsNathan Chancellor-117/+0
2018-10-02PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep-2/+0
2018-07-10scsi: bfa: remove ScsiResult macroJohannes Thumshirn-12/+8
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-3/+4
2018-03-15scsi: bfa: remove VLAStephen Kitt-1/+1
2018-01-31Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-180/+144
2018-01-10scsi: bfa: use ARRAY_SIZE for array sizing calculation on array __pciidsColin Ian King-1/+1