summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ibmvscsi/ibmvfc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * scsi: ibmvfc: Set default timeout to avoid crash during migrationBrian King2021-01-151-1/+3
| * scsi: ibmvfc: Fix missing cast of ibmvfc_event pointer to u64 handleTyrel Datwyler2021-01-081-2/+2
* | scsi: ibmvfc: Fix spelling mistake "succeded" -> "succeeded"Colin Ian King2021-01-211-1/+1
* | scsi: ibmvfc: Provide modules parameters for MQ settingsTyrel Datwyler2021-01-151-9/+66
* | scsi: ibmvfc: Purge SCSI channels after transport loss/resetTyrel Datwyler2021-01-151-0/+16
* | scsi: ibmvfc: Send Cancel MAD down each hw SCSI channelTyrel Datwyler2021-01-151-12/+97
* | scsi: ibmvfc: Add cancel mad initialization helperTyrel Datwyler2021-01-151-28/+40
* | scsi: ibmvfc: Register Sub-CRQ handles with VIOS during channel setupTyrel Datwyler2021-01-151-1/+31
* | scsi: ibmvfc: Send commands down HW Sub-CRQ when channelizedTyrel Datwyler2021-01-151-6/+33
* | scsi: ibmvfc: Set and track hw queue in ibmvfc_event structTyrel Datwyler2021-01-151-0/+5
* | scsi: ibmvfc: Advertise client support for using hardware channelsTyrel Datwyler2021-01-151-0/+4
* | scsi: ibmvfc: Implement channel enquiry and setup commandsTyrel Datwyler2021-01-151-2/+133
* | scsi: ibmvfc: Map/request irq and register Sub-CRQ interrupt handlerTyrel Datwyler2021-01-151-0/+25
* | scsi: ibmvfc: Define Sub-CRQ interrupt handler routineTyrel Datwyler2021-01-151-0/+10
* | scsi: ibmvfc: Add handlers to drain and complete Sub-CRQ responsesTyrel Datwyler2021-01-151-0/+86
* | scsi: ibmvfc: Add Sub-CRQ IRQ enable/disable routineTyrel Datwyler2021-01-151-0/+20
* | scsi: ibmvfc: Add alloc/dealloc routines for SCSI Sub-CRQ ChannelsTyrel Datwyler2021-01-151-0/+125
* | scsi: ibmvfc: Define hcall wrapper for registering a Sub-CRQTyrel Datwyler2021-01-151-0/+14
* | scsi: ibmvfc: Add size parameter to ibmvfc_init_event_pool()Tyrel Datwyler2021-01-151-9/+16
* | scsi: ibmvfc: Init/free event pool during queue allocation/freeTyrel Datwyler2021-01-151-10/+8
* | scsi: ibmvfc: Move event pool init/free routinesTyrel Datwyler2021-01-151-75/+76
* | scsi: ibmvfc: Add vhost fields and defaults for MQ enablementTyrel Datwyler2021-01-151-0/+8
* | scsi: ibmvfc: Relax locking around ibmvfc_queuecommand()Tyrel Datwyler2021-01-081-8/+4
* | scsi: ibmvfc: Complete commands outside the host/queue lockTyrel Datwyler2021-01-081-13/+45
* | scsi: ibmvfc: Define per-queue state/list locksTyrel Datwyler2021-01-081-19/+74
* | scsi: ibmvfc: Make command event pool queue specificTyrel Datwyler2021-01-081-46/+49
* | scsi: ibmvfc: Define generic queue structure for CRQsTyrel Datwyler2021-01-081-48/+87
|/
* scsi: ibmvfc: Advertise client support for targetWWPN using v2 commandsTyrel Datwyler2020-11-201-1/+1
* scsi: ibmvfc: Add support for target_wwpn field in v2 MADs and vfcFrameTyrel Datwyler2020-11-201-6/+33
* scsi: ibmvfc: Add FC payload retrieval routines for versioned vfcFramesTyrel Datwyler2020-11-201-23/+54
* scsi: ibmvfc: Add helper for testing capability flagsTyrel Datwyler2020-11-201-1/+8
* scsi: ibmvfc: Add new fields for version 2 of several MADsTyrel Datwyler2020-11-201-27/+31
* scsi: ibmvfc: Deduplicate common ibmvfc_cmd init codeTyrel Datwyler2020-11-201-32/+24
* scsi: ibmvfc: Use correlation token to tag commandsTyrel Datwyler2020-11-201-0/+4
* scsi: ibmvfc: Remove trailing semicolonTyrel Datwyler2020-11-201-1/+1
* scsi: ibmvfc: Byte swap login_buf.resp values in attribute show functionsTyrel Datwyler2020-11-201-2/+2
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-10-151-14/+215
|\
| * scsi: ibmvfc: Protect vhost->task_set increment by the host lockBrian King2020-09-221-1/+1
| * scsi: ibmvfc: Avoid link down on FS9100 canister rebootBrian King2020-09-161-13/+213
| * scsi: ibmvfc: Fix error return in ibmvfc_probe()Jing Xiangfeng2020-09-101-0/+1
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-3/+3
|/
* scsi: Fix trivial spellingKieran Bingham2020-06-161-1/+1
* scsi: ibmvfc: Don't send implicit logouts prior to NPIV loginBrian King2020-04-281-0/+5
* scsi: ibmvfc: Fix NULL return compiler warningBrian King2020-03-121-1/+1
* scsi: ibmvfc: Avoid loss of all paths during SVC node rebootBrian King2020-03-121-36/+171
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-09-211-0/+3
|\
| * scsi: ibmvfc: Mark expected switch fall-throughsGustavo A. R. Silva2019-08-081-0/+3
* | scsi: ibmvfc: fix WARN_ON during event pool releaseTyrel Datwyler2019-07-241-1/+1
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-15/+1
* scsi: ibmvfc: Clean up transport eventsTyrel Datwyler2019-03-281-3/+5