aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/ibmvscsi/ibmvfc.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-19scsi: ibmvfc: Fix OOB access in ibmvfc_discover_targets_done()Tyllis Xu1-1/+2
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-1/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-6/+5
2026-01-23scsi: Change the return type of the .queuecommand() callbackBart Van Assche1-1/+2
2025-06-17sysfs: treewide: switch back to bin_attribute::read()/write()Thomas Weißschuh1-1/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-2/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-8/+8
2025-01-02Merge patch series "scsi: Constify 'struct bin_attribute'"Martin K. Petersen1-3/+3
2025-01-02scsi: ibmvfc: Constify 'struct bin_attribute'Thomas Weißschuh1-3/+3
2024-12-04scsi: Convert SCSI drivers to .sdev_configure()Bart Van Assche1-3/+5
2024-12-04scsi: Rename .slave_alloc() and .slave_destroy()Bart Van Assche1-3/+3
2024-09-12scsi: ibmvfc: Add max_sectors module parameterBrian King1-3/+18
2024-04-11scsi: scsi_transport_fc: Add a max_bsg_segments field to struct fc_function_t...Christoph Hellwig1-4/+1
2024-01-29scsi: ibmvscsi: Convert snprintf() to sysfs_emit()Li Zhijian1-12/+10
2023-12-05scsi: ibmvfc: Replace deprecated strncpy() with strscpy()Justin Stitt1-5/+7
2023-10-13Merge patch series "scsi: EH rework prep patches, part 1"Martin K. Petersen1-19/+23
2023-10-13scsi: ibmvfc: Open-code reset loop for target resetHannes Reinecke1-19/+23
2023-09-21scsi: ibmvfc: Make discovery buffer per protocol channel groupTyrel Datwyler1-17/+30
2023-09-21scsi: ibmvfc: Add protocol field to ibmvfc_channelsTyrel Datwyler1-4/+20
2023-09-21scsi: ibmvfc: Make channel allocation genericTyrel Datwyler1-52/+75
2023-09-21scsi: ibmvfc: Track max and desired queue size in ibmvfc_channelsTyrel Datwyler1-5/+8
2023-09-21scsi: ibmvfc: Rename ibmvfc_scsi_channels to ibmvfc_channelsTyrel Datwyler1-2/+2
2023-09-21scsi: ibmvfc: Fix erroneous use of rtas_busy_delay with hcall return codeTyrel Datwyler1-2/+1
2023-09-21scsi: ibmvfc: Limit max hw queues by num_online_cpus()Tyrel Datwyler1-1/+2
2023-09-21scsi: ibmvfc: Implement channel queue depth and event buffer accountingTyrel Datwyler1-41/+71
2023-09-21scsi: ibmvfc: Remove BUG_ON in the case of an empty event poolTyrel Datwyler1-2/+122
2023-03-24scsi: ibmvfc: Declare SCSI host template constBart Van Assche1-1/+1
2022-11-07scsi: ibmvfc: Avoid path failures during live migrationBrian King1-3/+11
2022-06-16scsi: ibmvfc: Store vhost pointer during subcrq allocationTyrel Datwyler1-1/+2
2022-06-16scsi: ibmvfc: Allocate/free queue resource only during probe/removeTyrel Datwyler1-17/+62
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-14/+16
2021-10-20scsi: ibmvfc: Fix up duplicate response detectionBrian King1-1/+2
2021-10-16scsi: ibmvfc: Switch to attribute groupsBart Van Assche1-10/+12
2021-10-16scsi: ibmvscsi: Call scsi_done() directlyBart Van Assche1-4/+4
2021-08-17scsi: ibmvfc: Do not wait for initial device scanHannes Reinecke1-3/+8
2021-08-17scsi: ibmvfc: Stop using scsi_cmnd.tagJohn Garry1-1/+1
2021-08-11Merge branch '5.14/scsi-fixes' into 5.15/scsi-stagingMartin K. Petersen1-2/+17
2021-08-11scsi: ibmvfc: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-1/+1
2021-07-29scsi: ibmvfc: Fix command state accounting and stale response detectionTyrel Datwyler1-2/+17
2021-07-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-19/+41
2021-06-10scsi/ibmvscsi: Directly include linux/{of.h,irqdomain.h}Marc Zyngier1-0/+1
2021-05-14scsi: ibmvfc: Reinit target retriesBrian King1-1/+6
2021-05-14scsi: ibmvfc: Avoid move login if fast fail is enabledBrian King1-11/+28
2021-05-14scsi: ibmvfc: Handle move login failureBrian King1-8/+8
2021-04-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-31/+57
2021-04-13scsi: ibmvfc: Fix invalid state machine BUG_ON()Brian King1-19/+38
2021-04-05Merge branch '5.12/scsi-fixes' into 5.13/scsi-stagingMartin K. Petersen1-39/+92
2021-03-28Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-13/+54