summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/bfa (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-09-211-1/+1
|\
| * treewide: correct the typo 'retun'WangYuli2024-09-101-1/+1
* | scsi: bfa: Simplify an alloc_ordered_workqueue() invocationBart Van Assche2024-08-232-5/+2
* | scsi: Expand all create*_workqueue() invocationsBart Van Assche2024-08-231-1/+2
|/
* Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-05-221-21/+7
|\
| * scsi: Use device_show_string() helper for sysfs attributesLukas Wunner2024-05-041-21/+7
* | scsi: bfa: Ensure the copied buf is NUL terminatedBui Quang Minh2024-05-071-2/+2
|/
* scsi: bfa: Fix function pointer type mismatch for state machinesArnd Bergmann2024-02-2713-435/+582
* scsi: bfa: Fix function pointer type mismatch for hcb_qe->cbfnArnd Bergmann2024-02-274-13/+19
* scsi: bfa: Remove additional unnecessary struct declarationsSimone Weiß2024-02-271-2/+0
* scsi: bfa: Use the proper data type for BLIST flagsBart Van Assche2023-11-251-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-179-25/+25
* scsi: bfa: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2023-03-102-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-261-1/+0
* scsi: bfa: Remove redundant NULL checkHaowen Bai2022-04-261-2/+1
* scsi: bfa: Stop using the SCSI pointerBart Van Assche2022-02-232-13/+30
* Merge branch '5.17/scsi-fixes' into 5.18/scsi-stagingMartin K. Petersen2022-02-151-6/+0
|\
| * scsi: bfa: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-251-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-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