summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/bfa
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-12/+12
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-18/+17
2026-02-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-2/+3
2026-01-23scsi: Change the return type of the .queuecommand() callbackBart Van Assche-2/+3
2026-01-04scsi: bfa: Update outdated commentJulia Lawall-1/+1
2025-11-24treewide: Drop pci_save_state() after pci_restore_state()Lukas Wunner-1/+0
2025-09-09scsi: bfa: Remove self-assignment codeQiang Liu-1/+0
2025-07-14scsi: bfa: Double-free fixjackysliu-0/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-5/+5
2025-02-03scsi: Constify struct pci_error_handlersChristophe JAILLET-1/+1
2025-01-10Merge branch '6.13/scsi-fixes' into 6.14/scsi-stagingMartin K. Petersen-554/+0
2024-12-04scsi: Convert SCSI drivers to .sdev_configure()Bart Van Assche-3/+3
2024-12-04scsi: Rename .slave_alloc() and .slave_destroy()Bart Van Assche-10/+10
2024-11-20scsi: bfa: Remove unused parsersDr. David Alan Gilbert-151/+0
2024-11-20scsi: bfa: Remove unused structure buildersDr. David Alan Gilbert-403/+0
2024-11-06scsi: bfa: Fix use-after-free in bfad_im_module_exit()Ye Bin-2/+1
2024-10-15Merge patch series "scsi: bfa: Remove deadcode"Martin K. Petersen-389/+0
2024-10-15scsi: bfa: Remove unused misc codeDr. David Alan Gilbert-31/+0
2024-10-15scsi: bfa: Remove unused bfa_fcs codeDr. David Alan Gilbert-212/+0
2024-10-15scsi: bfa: Remove unused bfa_ioc codeDr. David Alan Gilbert-23/+0
2024-10-15scsi: bfa: Remove unused bfa_svc codeDr. David Alan Gilbert-78/+0
2024-10-15scsi: bfa: Remove unused bfa_core codeDr. David Alan Gilbert-45/+0
2024-10-03scsi: bfa: Fix cacography in bfi.h fileLiu Jing-1/+1
2024-09-21Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...Linus Torvalds-1/+1
2024-09-09treewide: correct the typo 'retun'WangYuli-1/+1
2024-08-22scsi: bfa: Simplify an alloc_ordered_workqueue() invocationBart Van Assche-5/+2
2024-08-22scsi: Expand all create*_workqueue() invocationsBart Van Assche-1/+2
2024-05-22Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-21/+7
2024-05-06scsi: bfa: Ensure the copied buf is NUL terminatedBui Quang Minh-2/+2
2024-05-04scsi: Use device_show_string() helper for sysfs attributesLukas Wunner-21/+7
2024-02-26scsi: bfa: Fix function pointer type mismatch for state machinesArnd Bergmann-435/+582
2024-02-26scsi: bfa: Fix function pointer type mismatch for hcb_qe->cbfnArnd Bergmann-13/+19
2024-02-26scsi: bfa: Remove additional unnecessary struct declarationsSimone Weiß-2/+0
2023-11-24scsi: bfa: Use the proper data type for BLIST flagsBart Van Assche-1/+1
2023-08-21scsi: bfa: Replace one-element array with flexible-array member in struct fc_...Gustavo A. R. Silva-2/+2
2023-05-16scsi: bfa: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh-25/+25
2023-03-09scsi: bfa: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas-7/+0
2022-11-17scsi: bfa: Replace one-element array with flexible-array memberGustavo A. R. Silva-1/+1
2022-11-08scsi: bfa: Rework bfad_reset_sdev_bflags()Bart Van Assche-3/+5
2022-11-08scsi: bfa: Convert bfad_reset_sdev_bflags() from a macro into a functionBart Van Assche-26/+27
2022-04-25scsi: bfa: Remove unneeded flush_workqueue()ran jianping-1/+0
2022-04-25scsi: bfa: Remove redundant NULL checkHaowen Bai-2/+1
2022-02-22scsi: bfa: Stop using the SCSI pointerBart Van Assche-13/+30
2022-02-14Merge branch '5.17/scsi-fixes' into 5.18/scsi-stagingMartin K. Petersen-6/+0
2022-01-31scsi: bfa: Replace snprintf() with sysfs_emit()Yang Guang-13/+13
2022-01-24scsi: bfa: Remove useless DMA-32 fallback configurationChristophe JAILLET-6/+0
2021-11-29scsi: bfa: Declare 'bfad_im_vport_attrs' staticBart Van Assche-1/+1
2021-10-16scsi: bfa: Switch to attribute groupsBart Van Assche-30/+46
2021-10-16scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche-2/+2