summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/bfa (follow)
Commit message (Expand)AuthorAgeFilesLines
* scsi: bfa: Remove unused parsersDr. David Alan Gilbert2024-11-212-151/+0
* scsi: bfa: Remove unused structure buildersDr. David Alan Gilbert2024-11-212-403/+0
* scsi: bfa: Fix use-after-free in bfad_im_module_exit()Ye Bin2024-11-071-2/+1
* Merge patch series "scsi: bfa: Remove deadcode"Martin K. Petersen2024-10-1515-389/+0
|\
| * scsi: bfa: Remove unused misc codeDr. David Alan Gilbert2024-10-154-31/+0
| * scsi: bfa: Remove unused bfa_fcs codeDr. David Alan Gilbert2024-10-154-212/+0
| * scsi: bfa: Remove unused bfa_ioc codeDr. David Alan Gilbert2024-10-152-23/+0
| * scsi: bfa: Remove unused bfa_svc codeDr. David Alan Gilbert2024-10-153-78/+0
| * scsi: bfa: Remove unused bfa_core codeDr. David Alan Gilbert2024-10-152-45/+0
* | scsi: bfa: Fix cacography in bfi.h fileLiu Jing2024-10-041-1/+1
|/
* 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