summaryrefslogtreecommitdiff
path: root/drivers/scsi/ibmvscsi
AgeCommit message (Expand)Author
7 daysscsi: ibmvfc: Fix use of uninitialized rport in ibmvfc_do_work()Nathan Chancellor
2026-08-07scsi: ibmvfc: Fix spelling mistake "Deleteing" -> "Deleting"Colin Ian King
2026-07-26scsi: ibmvfc: fail nvme-fc fcp-io and ls requests during transport resetTyrel Datwyler
2026-07-26scsi: ibmvfc: implement nvme-fc FCP abort callbackTyrel Datwyler
2026-07-26scsi: ibmvfc: implement nvme-fc LS abort handling callbackTyrel Datwyler
2026-07-26scsi: ibmvfc: implement nvme-fc IO command submission callbackTyrel Datwyler
2026-07-26scsi: ibmvfc: implement nvme-fc LS submission transport callbackTyrel Datwyler
2026-07-26scsi: ibmvfc: implement LLDD callbacks for mapping nvme-fc queuesTyrel Datwyler
2026-07-26scsi: ibmvfc: declare global function definitionsTyrel Datwyler
2026-07-26scsi: ibmvfc: extend ibmvfc_debug visibility to ibmvfc-nvme.hTyrel Datwyler
2026-07-26scsi: ibmvfc: process NVMe/FC rports in work threadTyrel Datwyler
2026-07-26scsi: ibmvfc: register local nvme fc port after fabric loginTyrel Datwyler
2026-07-26scsi: ibmvfc: implement NVMe/FC stubs for local/remote port registrationTyrel Datwyler
2026-07-26scsi: ibmvfc: update state machine to process NVMe/FC targetsTyrel Datwyler
2026-07-26scsi: ibmvfc: delete NVMe/FC targets as well as SCSITyrel Datwyler
2026-07-26scsi: ibmvfc: allocate targets based on protocolTyrel Datwyler
2026-07-26scsi: ibmvfc: add NVMe/FC Query Target supportTyrel Datwyler
2026-07-26scsi: ibmvfc: add NVMe/FC Process Login supportTyrel Datwyler
2026-07-26scsi: ibmvfc: add NVMe/FC Port Login supportTyrel Datwyler
2026-07-26scsi: ibmvfc: add NVMe/FC Implicit Logout and Move Login supportTyrel Datwyler
2026-07-26scsi: ibmvfc: send NVMe target discovery MADTyrel Datwyler
2026-07-26scsi: ibmvfc: allocate and free NVMe channel group discover bufferTyrel Datwyler
2026-07-26scsi: ibmvfc: add helper to check NVMe/FC support with active channelsTyrel Datwyler
2026-07-26scsi: ibmvfc: add helper for creating protocol specific discovery eventTyrel Datwyler
2026-07-26scsi: ibmvfc: add wrapper to get vhost associated with a channel structTyrel Datwyler
2026-07-26scsi: ibmvfc: add logic for protocol specific fabric loginsTyrel Datwyler
2026-07-26scsi: ibmvfc: alloc/dealloc sub-queues for nvme channelsTyrel Datwyler
2026-07-26scsi: ibmvfc: initialize NVMe channel configuration during driver probeTyrel Datwyler
2026-07-26scsi: ibmvfc: split NVMe support into separate source file and add transport ...Tyrel Datwyler
2026-07-26scsi: ibmvfc: add NVMe/FC protocol interface definitionsTyrel Datwyler
2026-07-26scsi: ibmvfc: move target list from host to protocol specific channel groupsTyrel Datwyler
2026-07-26scsi: ibmvfc: free ibmvfc_target allocations with mempool_freeTyrel Datwyler
2026-07-26scsi: ibmvfc: check for NULL evt in implicit LOGO and target delete pathTyrel Datwyler
2026-07-26scsi: ibmvfc: flush rport_add_work_q during driver teardownTyrel Datwyler
2026-07-26scsi: ibmvfc: don't call locked done variant for MADs on send failureTyrel Datwyler
2026-03-19scsi: ibmvfc: Fix OOB access in ibmvfc_discover_targets_done()Tyllis Xu
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-01-23scsi: Change the return type of the .queuecommand() callbackBart Van Assche
2025-06-17sysfs: treewide: switch back to bin_attribute::read()/write()Thomas Weißschuh
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-01-02Merge patch series "scsi: Constify 'struct bin_attribute'"Martin K. Petersen
2025-01-02scsi: ibmvfc: Constify 'struct bin_attribute'Thomas Weißschuh
2024-12-04scsi: Convert SCSI drivers to .sdev_configure()Bart Van Assche
2024-12-04scsi: Rename .slave_alloc() and .slave_destroy()Bart Van Assche
2024-09-12scsi: ibmvfc: Add max_sectors module parameterBrian King
2024-04-11scsi: scsi_transport_fc: Add a max_bsg_segments field to struct fc_function_t...Christoph Hellwig