summaryrefslogtreecommitdiff
path: root/drivers/scsi/bfa
AgeCommit message (Expand)AuthorFilesLines
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-5/+5
2025-02-04scsi: Constify struct pci_error_handlersChristophe JAILLET1-1/+1
2025-01-10Merge branch '6.13/scsi-fixes' into 6.14/scsi-stagingMartin K. Petersen2-554/+0
2024-12-04scsi: Convert SCSI drivers to .sdev_configure()Bart Van Assche1-3/+3
2024-12-04scsi: Rename .slave_alloc() and .slave_destroy()Bart Van Assche1-10/+10
2024-11-21scsi: bfa: Remove unused parsersDr. David Alan Gilbert2-151/+0
2024-11-21scsi: bfa: Remove unused structure buildersDr. David Alan Gilbert2-403/+0
2024-11-07scsi: bfa: Fix use-after-free in bfad_im_module_exit()Ye Bin1-2/+1
2024-10-16Merge patch series "scsi: bfa: Remove deadcode"Martin K. Petersen15-389/+0
2024-10-16scsi: bfa: Remove unused misc codeDr. David Alan Gilbert4-31/+0
2024-10-16scsi: bfa: Remove unused bfa_fcs codeDr. David Alan Gilbert4-212/+0
2024-10-16scsi: bfa: Remove unused bfa_ioc codeDr. David Alan Gilbert2-23/+0
2024-10-16scsi: bfa: Remove unused bfa_svc codeDr. David Alan Gilbert3-78/+0
2024-10-16scsi: bfa: Remove unused bfa_core codeDr. David Alan Gilbert2-45/+0
2024-10-04scsi: bfa: Fix cacography in bfi.h fileLiu Jing1-1/+1
2024-09-21Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2024-09-10treewide: correct the typo 'retun'WangYuli1-1/+1
2024-08-23scsi: bfa: Simplify an alloc_ordered_workqueue() invocationBart Van Assche2-5/+2
2024-08-23scsi: Expand all create*_workqueue() invocationsBart Van Assche1-1/+2
2024-05-22Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-21/+7
2024-05-07scsi: bfa: Ensure the copied buf is NUL terminatedBui Quang Minh1-2/+2
2024-05-04scsi: Use device_show_string() helper for sysfs attributesLukas Wunner1-21/+7
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