summaryrefslogtreecommitdiff
path: root/drivers/scsi/ibmvscsi
AgeCommit message (Expand)AuthorFilesLines
2024-04-12scsi: scsi_transport_fc: Add a max_bsg_segments field to struct fc_function_t...Christoph Hellwig1-4/+1
2024-01-30scsi: ibmvscsi: Convert snprintf() to sysfs_emit()Li Zhijian1-12/+10
2023-12-06scsi: ibmvscsi: Replace deprecated strncpy() with strscpy()Justin Stitt1-1/+1
2023-12-06scsi: 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-10-13scsi: ibmvfc: Use 'unsigned int' for single-bit bitfields in 'struct ibmvfc_h...Nathan Chancellor1-9/+9
2023-09-22scsi: ibmvfc: Add protocol field to target structureTyrel Datwyler1-5/+6
2023-09-22scsi: ibmvfc: Make discovery buffer per protocol channel groupTyrel Datwyler2-20/+33
2023-09-22scsi: ibmvfc: Add protocol field to ibmvfc_channelsTyrel Datwyler2-4/+27
2023-09-22scsi: ibmvfc: Make channel allocation genericTyrel Datwyler1-52/+75
2023-09-22scsi: ibmvfc: Track max and desired queue size in ibmvfc_channelsTyrel Datwyler2-7/+11
2023-09-22scsi: ibmvfc: Rename ibmvfc_scsi_channels to ibmvfc_channelsTyrel Datwyler2-4/+4
2023-09-22scsi: ibmvfc: Use a bitfield for boolean flagsTyrel Datwyler1-10/+10
2023-09-22scsi: ibmvfc: Fix erroneous use of rtas_busy_delay with hcall return codeTyrel Datwyler1-2/+1
2023-09-22scsi: ibmvfc: Limit max hw queues by num_online_cpus()Tyrel Datwyler1-1/+2
2023-09-22scsi: ibmvfc: Implement channel queue depth and event buffer accountingTyrel Datwyler2-41/+80
2023-09-22scsi: ibmvfc: Remove BUG_ON in the case of an empty event poolTyrel Datwyler1-2/+122
2023-05-26scsi: ibmvscsi: Replace all non-returning strlcpy with strscpyAzeem Shaikh1-3/+3
2023-03-25scsi: 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-17scsi: ibmvfc: Store vhost pointer during subcrq allocationTyrel Datwyler2-2/+3
2022-06-17scsi: 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 Torvalds2-27/+31
2021-11-02Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+2
2021-10-21scsi: ibmvfc: Fix up duplicate response detectionBrian King1-1/+2
2021-10-19scsi: ibmvscsi: Use GFP_KERNEL with dma_alloc_coherent() in initialize_event_...Tyrel Datwyler1-1/+1
2021-10-17scsi: ibmvfc: Switch to attribute groupsBart Van Assche1-10/+12
2021-10-17scsi: ibmvscsi: Switch to attribute groupsBart Van Assche1-10/+12
2021-10-17scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche1-2/+2
2021-10-17scsi: ibmvscsi: Call scsi_done() directlyBart Van Assche1-4/+4
2021-09-25scsi: ibmvscsi: Avoid multi-field memset() overflow by aiming at srpKees Cook1-1/+2
2021-08-18scsi: ibmvfc: Do not wait for initial device scanHannes Reinecke2-3/+9
2021-08-18scsi: ibmvfc: Stop using scsi_cmnd.tagJohn Garry1-1/+1
2021-08-12Merge branch '5.14/scsi-fixes' into 5.15/scsi-stagingMartin K. Petersen2-2/+18
2021-08-12scsi: ibmvscsi: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-1/+1
2021-08-12scsi: ibmvfc: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-1/+1
2021-07-30scsi: ibmvfc: Fix command state accounting and stale response detectionTyrel Datwyler2-2/+18
2021-07-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-21/+44
2021-06-10scsi/ibmvscsi: Directly include linux/{of.h,irqdomain.h}Marc Zyngier1-0/+1
2021-06-01scsi: core: Introduce scsi_status_is_check_condition()Hannes Reinecke1-1/+1
2021-05-15scsi: ibmvfc: Reinit target retriesBrian King1-1/+6
2021-05-15scsi: ibmvfc: Avoid move login if fast fail is enabledBrian King2-11/+29
2021-05-15scsi: ibmvfc: Handle move login failureBrian King2-9/+9
2021-04-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-68/+93
2021-04-13scsi: ibmvfc: Fix invalid state machine BUG_ON()Brian King1-19/+38
2021-04-06Merge 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
2021-03-25scsi: ibmvscsi: Remove unnecessary castWang Qing1-2/+1
2021-03-25scsi: ibmvfc: Make ibmvfc_wait_for_ops() MQ awareTyrel Datwyler1-17/+34