summaryrefslogtreecommitdiff
path: root/drivers/scsi/bfa
AgeCommit message (Expand)AuthorFilesLines
2024-02-27scsi: bfa: Fix function pointer type mismatch for state machinesArnd Bergmann13-435/+582
2024-02-27scsi: bfa: Fix function pointer type mismatch for hcb_qe->cbfnArnd Bergmann4-13/+19
2024-02-27scsi: bfa: Remove additional unnecessary struct declarationsSimone Weiß1-2/+0
2023-11-25scsi: bfa: Use the proper data type for BLIST flagsBart Van Assche1-1/+1
2023-08-22scsi: bfa: Replace one-element array with flexible-array member in struct fc_...Gustavo A. R. Silva2-2/+2
2023-05-17scsi: bfa: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh9-25/+25
2023-03-10scsi: bfa: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2-7/+0
2022-11-17scsi: bfa: Replace one-element array with flexible-array memberGustavo A. R. Silva1-1/+1
2022-11-08scsi: bfa: Rework bfad_reset_sdev_bflags()Bart Van Assche1-3/+5
2022-11-08scsi: bfa: Convert bfad_reset_sdev_bflags() from a macro into a functionBart Van Assche2-26/+27
2022-04-26scsi: bfa: Remove unneeded flush_workqueue()ran jianping1-1/+0
2022-04-26scsi: bfa: Remove redundant NULL checkHaowen Bai1-2/+1
2022-02-23scsi: bfa: Stop using the SCSI pointerBart Van Assche2-13/+30
2022-02-15Merge branch '5.17/scsi-fixes' into 5.18/scsi-stagingMartin K. Petersen1-6/+0
2022-02-01scsi: bfa: Replace snprintf() with sysfs_emit()Yang Guang1-13/+13
2022-01-25scsi: bfa: Remove useless DMA-32 fallback configurationChristophe JAILLET1-6/+0
2021-11-30scsi: bfa: Declare 'bfad_im_vport_attrs' staticBart Van Assche1-1/+1
2021-10-17scsi: bfa: Switch to attribute groupsBart Van Assche3-30/+46
2021-10-17scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche1-2/+2
2021-10-17scsi: bfa: Call scsi_done() directlyBart Van Assche1-5/+3
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