summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/bfa (follow)
Commit message (Expand)AuthorAgeFilesLines
* scsi: bfa: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-251-6/+0
* scsi: bfa: Declare 'bfad_im_vport_attrs' staticBart Van Assche2021-11-301-1/+1
* scsi: bfa: Switch to attribute groupsBart Van Assche2021-10-173-30/+46
* scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche2021-10-171-2/+2
* scsi: bfa: Call scsi_done() directlyBart Van Assche2021-10-171-5/+3
* scsi: bfa: Fix inconsistent indentingJiapeng Chong2021-05-211-1/+1
* scsi: bfa: Fix typozuoqilin2021-05-211-1/+1
* scsi: bfa: Remove some unused variablesChristophe JAILLET2021-05-151-6/+0
* scsi: bfa: Remove unnecessary struct declarationsWan Jiabing2021-04-061-3/+0
* scsi: bfa: Fix a typo in two placesBhaskar Chowdhury2021-03-251-2/+2
* scsi: bfa: Fix warning comparing pointer to 0Jiapeng Chong2021-03-251-1/+1
* scsi: bfa: Move a large struct from the stack onto the heapLee Jones2021-03-161-6/+14
* scsi: bfa: Drop driver-defined SCSI status codesHannes Reinecke2021-01-233-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-241-0/+1
|\
| * scsi: bfa: Fix error return in bfad_pci_init()Jing Xiangfeng2020-10-081-0/+1
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-245-16/+16
|/
* scsi: bfa: Ensure a blank line precedes next function/headerLee Jones2020-07-251-0/+1
* scsi: bfa: Demote seemingly unintentional kerneldoc headerLee Jones2020-07-251-2/+2
* scsi: bfa: Demote seemingly unintentional kerneldoc headerLee Jones2020-07-251-1/+1
* scsi: bfa: Demote non-kerneldoc headers down to standard comment blocksLee Jones2020-07-251-15/+15
* scsi: bfa: Remove unused variable 'adisc'Lee Jones2020-07-251-3/+0
* scsi: bfa: Demote non-compliant kerneldoc headers to standard commentsLee Jones2020-07-251-3/+3
* scsi: bfa: Staticify non-external functionsLee Jones2020-07-251-3/+3
* scsi: bfa: Remove a few unused variables 'pgoff' and 't'Lee Jones2020-07-251-14/+6
* scsi: bfa: Demote seemingly unintentional kerneldoc headerLee Jones2020-07-251-1/+1
* scsi: bfa: Remove set but unused variable 'rp'Lee Jones2020-07-251-7/+1
* scsi: bfa: Staticify local functionsLee Jones2020-07-251-2/+2
* scsi: bfa: Staticify all local functionsLee Jones2020-07-251-111/+111
* scsi: bfa: Make bfad_iocmd_ioc_get_stats() staticJason Yan2020-05-121-1/+1
* scsi: bfa: Remove unneeded semicolon in bfa_fcs_rport.cJason Yan2020-04-251-2/+2
* scsi: bfa: Remove set but not used variable 'fchs'YueHaibing2020-04-251-3/+0
* scsi: bfa: Remove unneeded semicolon in bfa_fcs_lport_ns_sm_online()Jason Yan2020-04-251-1/+1
* scsi: bfa: bfad.c: make max_rport_logins staticJason Yan2020-04-151-1/+1
* scsi: bfa: bfad_attr.c: make two funcitons staticJason Yan2020-04-151-2/+2
* scsi: bfa: bfa_ioc_ct.c: make two funcitons staticJason Yan2020-04-151-2/+2
* scsi: bfa: bfa_fcs_lport.c: make bfa_fcport_get_loop_attr() staticJason Yan2020-04-151-1/+1
* scsi: bfa: bfa_fcpim.c: make two functions staticJason Yan2020-04-151-2/+2
* scsi: bfa: bfa_core.c: make bfa_isr_rspq() staticJason Yan2020-04-151-1/+1
* scsi: bfa: bfa_svc.c: make two functions staticJason Yan2020-04-151-2/+2
* scsi: bfa: Make restart_bfa staticYueHaibing2019-10-011-2/+1
* scsi: bfa: release allocated memory in case of errorNavid Emamdoost2019-10-011-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-091-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-104-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-121-6/+3