summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ibmvscsi (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge patch series "scsi: EH rework prep patches, part 1"Martin K. Petersen2023-10-131-19/+23
|\
| * scsi: ibmvfc: Open-code reset loop for target resetHannes Reinecke2023-10-131-19/+23
* | scsi: ibmvfc: Use 'unsigned int' for single-bit bitfields in 'struct ibmvfc_h...Nathan Chancellor2023-10-131-9/+9
* | scsi: ibmvfc: Add protocol field to target structureTyrel Datwyler2023-09-221-5/+6
* | scsi: ibmvfc: Make discovery buffer per protocol channel groupTyrel Datwyler2023-09-222-20/+33
* | scsi: ibmvfc: Add protocol field to ibmvfc_channelsTyrel Datwyler2023-09-222-4/+27
* | scsi: ibmvfc: Make channel allocation genericTyrel Datwyler2023-09-221-52/+75
* | scsi: ibmvfc: Track max and desired queue size in ibmvfc_channelsTyrel Datwyler2023-09-222-7/+11
* | scsi: ibmvfc: Rename ibmvfc_scsi_channels to ibmvfc_channelsTyrel Datwyler2023-09-222-4/+4
* | scsi: ibmvfc: Use a bitfield for boolean flagsTyrel Datwyler2023-09-221-10/+10
* | scsi: ibmvfc: Fix erroneous use of rtas_busy_delay with hcall return codeTyrel Datwyler2023-09-221-2/+1
* | scsi: ibmvfc: Limit max hw queues by num_online_cpus()Tyrel Datwyler2023-09-221-1/+2
* | scsi: ibmvfc: Implement channel queue depth and event buffer accountingTyrel Datwyler2023-09-222-41/+80
* | scsi: ibmvfc: Remove BUG_ON in the case of an empty event poolTyrel Datwyler2023-09-221-2/+122
|/
* scsi: ibmvscsi: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-05-261-3/+3
* scsi: ibmvfc: Declare SCSI host template constBart Van Assche2023-03-251-1/+1
* scsi: ibmvfc: Avoid path failures during live migrationBrian King2022-11-071-3/+11
* scsi: ibmvfc: Store vhost pointer during subcrq allocationTyrel Datwyler2022-06-172-2/+3
* scsi: ibmvfc: Allocate/free queue resource only during probe/removeTyrel Datwyler2022-06-171-17/+62
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-11-052-27/+31
|\
| * scsi: ibmvscsi: Use GFP_KERNEL with dma_alloc_coherent() in initialize_event_...Tyrel Datwyler2021-10-191-1/+1
| * scsi: ibmvfc: Switch to attribute groupsBart Van Assche2021-10-171-10/+12
| * scsi: ibmvscsi: Switch to attribute groupsBart Van Assche2021-10-171-10/+12
| * scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche2021-10-171-2/+2
| * scsi: ibmvscsi: Call scsi_done() directlyBart Van Assche2021-10-171-4/+4
* | Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-021-1/+2
|\ \
| * | scsi: ibmvscsi: Avoid multi-field memset() overflow by aiming at srpKees Cook2021-09-251-1/+2
| |/
* / scsi: ibmvfc: Fix up duplicate response detectionBrian King2021-10-211-1/+2
|/
* scsi: ibmvfc: Do not wait for initial device scanHannes Reinecke2021-08-182-3/+9
* scsi: ibmvfc: Stop using scsi_cmnd.tagJohn Garry2021-08-181-1/+1
* Merge branch '5.14/scsi-fixes' into 5.15/scsi-stagingMartin K. Petersen2021-08-122-2/+18
|\
| * scsi: ibmvfc: Fix command state accounting and stale response detectionTyrel Datwyler2021-07-302-2/+18
* | scsi: ibmvscsi: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2021-08-121-1/+1
* | scsi: ibmvfc: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2021-08-121-1/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-07-033-21/+44
|\
| * scsi: core: Introduce scsi_status_is_check_condition()Hannes Reinecke2021-06-011-1/+1
| * scsi: ibmvfc: Reinit target retriesBrian King2021-05-151-1/+6
| * scsi: ibmvfc: Avoid move login if fast fail is enabledBrian King2021-05-152-11/+29
| * scsi: ibmvfc: Handle move login failureBrian King2021-05-152-9/+9
* | scsi/ibmvscsi: Directly include linux/{of.h,irqdomain.h}Marc Zyngier2021-06-101-0/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-04-292-68/+93
|\
| * scsi: ibmvfc: Fix invalid state machine BUG_ON()Brian King2021-04-131-19/+38
| * Merge branch '5.12/scsi-fixes' into 5.13/scsi-stagingMartin K. Petersen2021-04-061-39/+92
| |\
| * | scsi: ibmvscsi: Remove unnecessary castWang Qing2021-03-251-2/+1
| * | scsi: ibmvscsi: Fix a bunch of misdocumentationLee Jones2021-03-191-11/+18
| * | scsi: ibmvscsi: Fix a bunch of kernel-doc related issuesLee Jones2021-03-191-35/+35
| * | scsi: ibmvfc: Switch to using kobj_to_dev()Jiapeng Chong2021-03-101-1/+1
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2021-03-281-13/+54
|\ \ \ | | |/ | |/|
| * | scsi: ibmvfc: Make ibmvfc_wait_for_ops() MQ awareTyrel Datwyler2021-03-251-17/+34
| * | scsi: ibmvfc: Fix potential race in ibmvfc_wait_for_ops()Tyrel Datwyler2021-03-251-9/+33