summaryrefslogtreecommitdiff
path: root/drivers/scsi/ibmvscsi
AgeCommit message (Expand)AuthorFilesLines
2026-08-28scsi: ibmvfc: Document protocol parameter of ibmvfc_alloc_target()Muhammad Falak R Wani1-0/+1
2026-08-28scsi: ibmvfc: Fix kernel-doc name for ibmvfc_scsi_relogin()Muhammad Falak R Wani1-1/+1
2026-08-23scsi: ibmvfc: Fix use of uninitialized rport in ibmvfc_do_work()Nathan Chancellor1-1/+1
2026-08-07scsi: ibmvfc: Fix spelling mistake "Deleteing" -> "Deleting"Colin Ian King1-1/+1
2026-07-26scsi: ibmvfc: fail nvme-fc fcp-io and ls requests during transport resetTyrel Datwyler1-18/+45
2026-07-26scsi: ibmvfc: implement nvme-fc FCP abort callbackTyrel Datwyler1-0/+64
2026-07-26scsi: ibmvfc: implement nvme-fc LS abort handling callbackTyrel Datwyler1-0/+64
2026-07-26scsi: ibmvfc: implement nvme-fc IO command submission callbackTyrel Datwyler3-2/+142
2026-07-26scsi: ibmvfc: implement nvme-fc LS submission transport callbackTyrel Datwyler4-0/+100
2026-07-26scsi: ibmvfc: implement LLDD callbacks for mapping nvme-fc queuesTyrel Datwyler2-2/+43
2026-07-26scsi: ibmvfc: declare global function definitionsTyrel Datwyler2-16/+23
2026-07-26scsi: ibmvfc: extend ibmvfc_debug visibility to ibmvfc-nvme.hTyrel Datwyler2-1/+4
2026-07-26scsi: ibmvfc: process NVMe/FC rports in work threadTyrel Datwyler1-1/+93
2026-07-26scsi: ibmvfc: register local nvme fc port after fabric loginTyrel Datwyler2-3/+19
2026-07-26scsi: ibmvfc: implement NVMe/FC stubs for local/remote port registrationTyrel Datwyler3-4/+84
2026-07-26scsi: ibmvfc: update state machine to process NVMe/FC targetsTyrel Datwyler1-0/+42
2026-07-26scsi: ibmvfc: delete NVMe/FC targets as well as SCSITyrel Datwyler1-2/+26
2026-07-26scsi: ibmvfc: allocate targets based on protocolTyrel Datwyler1-5/+17
2026-07-26scsi: ibmvfc: add NVMe/FC Query Target supportTyrel Datwyler1-6/+9
2026-07-26scsi: ibmvfc: add NVMe/FC Process Login supportTyrel Datwyler2-16/+45
2026-07-26scsi: ibmvfc: add NVMe/FC Port Login supportTyrel Datwyler1-6/+9
2026-07-26scsi: ibmvfc: add NVMe/FC Implicit Logout and Move Login supportTyrel Datwyler1-11/+22
2026-07-26scsi: ibmvfc: send NVMe target discovery MADTyrel Datwyler1-7/+43
2026-07-26scsi: ibmvfc: allocate and free NVMe channel group discover bufferTyrel Datwyler1-1/+7
2026-07-26scsi: ibmvfc: add helper to check NVMe/FC support with active channelsTyrel Datwyler1-0/+6
2026-07-26scsi: ibmvfc: add helper for creating protocol specific discovery eventTyrel Datwyler1-12/+27
2026-07-26scsi: ibmvfc: add wrapper to get vhost associated with a channel structTyrel Datwyler1-0/+10
2026-07-26scsi: ibmvfc: add logic for protocol specific fabric loginsTyrel Datwyler2-35/+206
2026-07-26scsi: ibmvfc: alloc/dealloc sub-queues for nvme channelsTyrel Datwyler1-1/+14
2026-07-26scsi: ibmvfc: initialize NVMe channel configuration during driver probeTyrel Datwyler2-1/+8
2026-07-26scsi: ibmvfc: split NVMe support into separate source file and add transport ...Tyrel Datwyler5-4/+156
2026-07-26scsi: ibmvfc: add NVMe/FC protocol interface definitionsTyrel Datwyler1-34/+119
2026-07-26scsi: ibmvfc: move target list from host to protocol specific channel groupsTyrel Datwyler2-28/+28
2026-07-26scsi: ibmvfc: free ibmvfc_target allocations with mempool_freeTyrel Datwyler1-1/+1
2026-07-26scsi: ibmvfc: check for NULL evt in implicit LOGO and target delete pathTyrel Datwyler1-0/+8
2026-07-26scsi: ibmvfc: flush rport_add_work_q during driver teardownTyrel Datwyler1-0/+1
2026-07-26scsi: ibmvfc: don't call locked done variant for MADs on send failureTyrel Datwyler1-1/+3
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 Torvalds2-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook2-7/+6
2026-01-23scsi: Change the return type of the .queuecommand() callbackBart Van Assche2-5/+7
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 Molnar2-3/+4
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner2-11/+11
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 Assche2-6/+10
2024-12-04scsi: Rename .slave_alloc() and .slave_destroy()Bart Van Assche1-3/+3