summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/bfa
Commit message (Expand)AuthorAgeFilesLines
* scsi: bfa: Use the proper data type for BLIST flagsBart Van Assche2023-11-241-1/+1
* scsi: bfa: Replace one-element array with flexible-array member in struct fc_...Gustavo A. R. Silva2023-08-212-2/+2
* scsi: bfa: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh2023-05-169-25/+25
* scsi: bfa: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2023-03-092-7/+0
* scsi: bfa: Replace one-element array with flexible-array memberGustavo A. R. Silva2022-11-171-1/+1
* scsi: bfa: Rework bfad_reset_sdev_bflags()Bart Van Assche2022-11-081-3/+5
* scsi: bfa: Convert bfad_reset_sdev_bflags() from a macro into a functionBart Van Assche2022-11-082-26/+27
* scsi: bfa: Remove unneeded flush_workqueue()ran jianping2022-04-251-1/+0
* scsi: bfa: Remove redundant NULL checkHaowen Bai2022-04-251-2/+1
* scsi: bfa: Stop using the SCSI pointerBart Van Assche2022-02-222-13/+30
* Merge branch '5.17/scsi-fixes' into 5.18/scsi-stagingMartin K. Petersen2022-02-141-6/+0
|\
| * scsi: bfa: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-241-6/+0
* | scsi: bfa: Replace snprintf() with sysfs_emit()Yang Guang2022-01-311-13/+13
|/
* scsi: bfa: Declare 'bfad_im_vport_attrs' staticBart Van Assche2021-11-291-1/+1
* scsi: bfa: Switch to attribute groupsBart Van Assche2021-10-163-30/+46
* scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche2021-10-161-2/+2
* scsi: bfa: Call scsi_done() directlyBart Van Assche2021-10-161-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-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