summaryrefslogtreecommitdiff
path: root/drivers/scsi/ibmvscsi
AgeCommit message (Expand)Author
2024-01-29scsi: ibmvscsi: Convert snprintf() to sysfs_emit()Li Zhijian
2023-12-05scsi: ibmvscsi: Replace deprecated strncpy() with strscpy()Justin Stitt
2023-12-05scsi: ibmvfc: Replace deprecated strncpy() with strscpy()Justin Stitt
2023-10-13Merge patch series "scsi: EH rework prep patches, part 1"Martin K. Petersen
2023-10-13scsi: ibmvfc: Open-code reset loop for target resetHannes Reinecke
2023-10-13scsi: ibmvfc: Use 'unsigned int' for single-bit bitfields in 'struct ibmvfc_h...Nathan Chancellor
2023-09-21scsi: ibmvfc: Add protocol field to target structureTyrel Datwyler
2023-09-21scsi: ibmvfc: Make discovery buffer per protocol channel groupTyrel Datwyler
2023-09-21scsi: ibmvfc: Add protocol field to ibmvfc_channelsTyrel Datwyler
2023-09-21scsi: ibmvfc: Make channel allocation genericTyrel Datwyler
2023-09-21scsi: ibmvfc: Track max and desired queue size in ibmvfc_channelsTyrel Datwyler
2023-09-21scsi: ibmvfc: Rename ibmvfc_scsi_channels to ibmvfc_channelsTyrel Datwyler
2023-09-21scsi: ibmvfc: Use a bitfield for boolean flagsTyrel Datwyler
2023-09-21scsi: ibmvfc: Fix erroneous use of rtas_busy_delay with hcall return codeTyrel Datwyler
2023-09-21scsi: ibmvfc: Limit max hw queues by num_online_cpus()Tyrel Datwyler
2023-09-21scsi: ibmvfc: Implement channel queue depth and event buffer accountingTyrel Datwyler
2023-09-21scsi: ibmvfc: Remove BUG_ON in the case of an empty event poolTyrel Datwyler
2023-05-26scsi: ibmvscsi: Replace all non-returning strlcpy with strscpyAzeem Shaikh
2023-03-24scsi: ibmvfc: Declare SCSI host template constBart Van Assche
2022-11-07scsi: ibmvfc: Avoid path failures during live migrationBrian King
2022-06-16scsi: ibmvfc: Store vhost pointer during subcrq allocationTyrel Datwyler
2022-06-16scsi: ibmvfc: Allocate/free queue resource only during probe/removeTyrel Datwyler
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-11-01Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-10-20scsi: ibmvfc: Fix up duplicate response detectionBrian King
2021-10-18scsi: ibmvscsi: Use GFP_KERNEL with dma_alloc_coherent() in initialize_event_...Tyrel Datwyler
2021-10-16scsi: ibmvfc: Switch to attribute groupsBart Van Assche
2021-10-16scsi: ibmvscsi: Switch to attribute groupsBart Van Assche
2021-10-16scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche
2021-10-16scsi: ibmvscsi: Call scsi_done() directlyBart Van Assche
2021-09-25scsi: ibmvscsi: Avoid multi-field memset() overflow by aiming at srpKees Cook
2021-08-17scsi: ibmvfc: Do not wait for initial device scanHannes Reinecke
2021-08-17scsi: ibmvfc: Stop using scsi_cmnd.tagJohn Garry
2021-08-11Merge branch '5.14/scsi-fixes' into 5.15/scsi-stagingMartin K. Petersen
2021-08-11scsi: ibmvscsi: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche
2021-08-11scsi: ibmvfc: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche
2021-07-29scsi: ibmvfc: Fix command state accounting and stale response detectionTyrel Datwyler
2021-07-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-06-10scsi/ibmvscsi: Directly include linux/{of.h,irqdomain.h}Marc Zyngier
2021-05-31scsi: core: Introduce scsi_status_is_check_condition()Hannes Reinecke
2021-05-14scsi: ibmvfc: Reinit target retriesBrian King
2021-05-14scsi: ibmvfc: Avoid move login if fast fail is enabledBrian King
2021-05-14scsi: ibmvfc: Handle move login failureBrian King
2021-04-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-04-13scsi: ibmvfc: Fix invalid state machine BUG_ON()Brian King
2021-04-05Merge branch '5.12/scsi-fixes' into 5.13/scsi-stagingMartin K. Petersen
2021-03-28Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2021-03-24scsi: ibmvscsi: Remove unnecessary castWang Qing
2021-03-24scsi: ibmvfc: Make ibmvfc_wait_for_ops() MQ awareTyrel Datwyler
2021-03-24scsi: ibmvfc: Fix potential race in ibmvfc_wait_for_ops()Tyrel Datwyler