summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/bfa
Commit message (Expand)AuthorAgeFilesLines
* scsi: bfa: Remove unnecessary struct declarationsWan Jiabing2021-04-051-3/+0
* scsi: bfa: Fix a typo in two placesBhaskar Chowdhury2021-03-241-2/+2
* scsi: bfa: Fix warning comparing pointer to 0Jiapeng Chong2021-03-241-1/+1
* scsi: bfa: Move a large struct from the stack onto the heapLee Jones2021-03-151-6/+14
* scsi: bfa: Drop driver-defined SCSI status codesHannes Reinecke2021-01-223-17/+2
* scsi: bfa: Fix fall-through warnings for ClangGustavo A. R. Silva2020-12-022-3/+5
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-10-231-0/+1
|\
| * scsi: bfa: Fix error return in bfad_pci_init()Jing Xiangfeng2020-10-071-0/+1
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-235-16/+16
|/
* scsi: bfa: Ensure a blank line precedes next function/headerLee Jones2020-07-241-0/+1
* scsi: bfa: Demote seemingly unintentional kerneldoc headerLee Jones2020-07-241-2/+2
* scsi: bfa: Demote seemingly unintentional kerneldoc headerLee Jones2020-07-241-1/+1
* scsi: bfa: Demote non-kerneldoc headers down to standard comment blocksLee Jones2020-07-241-15/+15
* scsi: bfa: Remove unused variable 'adisc'Lee Jones2020-07-241-3/+0
* scsi: bfa: Demote non-compliant kerneldoc headers to standard commentsLee Jones2020-07-241-3/+3
* scsi: bfa: Staticify non-external functionsLee Jones2020-07-241-3/+3
* scsi: bfa: Remove a few unused variables 'pgoff' and 't'Lee Jones2020-07-241-14/+6
* scsi: bfa: Demote seemingly unintentional kerneldoc headerLee Jones2020-07-241-1/+1
* scsi: bfa: Remove set but unused variable 'rp'Lee Jones2020-07-241-7/+1
* scsi: bfa: Staticify local functionsLee Jones2020-07-241-2/+2
* scsi: bfa: Staticify all local functionsLee Jones2020-07-241-111/+111
* scsi: bfa: Make bfad_iocmd_ioc_get_stats() staticJason Yan2020-05-111-1/+1
* scsi: bfa: Remove unneeded semicolon in bfa_fcs_rport.cJason Yan2020-04-241-2/+2
* scsi: bfa: Remove set but not used variable 'fchs'YueHaibing2020-04-241-3/+0
* scsi: bfa: Remove unneeded semicolon in bfa_fcs_lport_ns_sm_online()Jason Yan2020-04-241-1/+1
* scsi: bfa: bfad.c: make max_rport_logins staticJason Yan2020-04-141-1/+1
* scsi: bfa: bfad_attr.c: make two funcitons staticJason Yan2020-04-141-2/+2
* scsi: bfa: bfa_ioc_ct.c: make two funcitons staticJason Yan2020-04-141-2/+2
* scsi: bfa: bfa_fcs_lport.c: make bfa_fcport_get_loop_attr() staticJason Yan2020-04-141-1/+1
* scsi: bfa: bfa_fcpim.c: make two functions staticJason Yan2020-04-141-2/+2
* scsi: bfa: bfa_core.c: make bfa_isr_rspq() staticJason Yan2020-04-141-1/+1
* scsi: bfa: bfa_svc.c: make two functions staticJason Yan2020-04-141-2/+2
* scsi: bfa: Make restart_bfa staticYueHaibing2019-09-301-2/+1
* scsi: bfa: release allocated memory in case of errorNavid Emamdoost2019-09-301-1/+3
* scsi: bfa: remove redundant assignment to variable errorColin Ian King2019-08-291-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 292Thomas Gleixner2019-06-0539-351/+39
* Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-05-071-3/+3
|\
| * scsi: bfa: bfa_fcpim: Mark expected switch fall-throughsGustavo A. R. Silva2019-04-081-3/+3
* | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-083-6/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-094-42/+12
|\
| * scsi: bfa: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-291-18/+0
| * scsi: bfa: bfa_ioc: Mark expected switch fall-throughsGustavo A. R. Silva2019-01-111-6/+3
| * scsi: bfa: bfa_fcs_rport: Mark expected switch fall-throughsGustavo A. R. Silva2019-01-111-12/+7
| * scsi: bfa: bfa_fcs_lport: Mark expected switch fall-throughsGustavo A. R. Silva2019-01-111-6/+2
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-03-021-5/+13
|\ \
| * | scsi: bfa: fix calls to dma_set_mask_and_coherent()Hannes Reinecke2019-02-251-5/+13
| |/
* / cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-3/+3
|/
* scsi: bfa: clean up a couple of indentation issuesColin Ian King2018-12-191-2/+2
* scsi: flip the default on use_clusteringChristoph Hellwig2018-12-181-2/+0
* scsi: bfa: use dma_set_mask_and_coherentChristoph Hellwig2018-11-151-11/+7