aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ibmvscsi/ibmvfc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-14scsi: ibmvfc: Define hcall wrapper for registering a Sub-CRQTyrel Datwyler1-0/+14
2021-01-14scsi: ibmvfc: Add size parameter to ibmvfc_init_event_pool()Tyrel Datwyler1-9/+16
2021-01-14scsi: ibmvfc: Init/free event pool during queue allocation/freeTyrel Datwyler1-10/+8
2021-01-14scsi: ibmvfc: Move event pool init/free routinesTyrel Datwyler1-75/+76
2021-01-14scsi: ibmvfc: Add vhost fields and defaults for MQ enablementTyrel Datwyler1-0/+8
2021-01-14scsi: ibmvfc: Set default timeout to avoid crash during migrationBrian King1-1/+3
2021-01-07scsi: ibmvfc: Relax locking around ibmvfc_queuecommand()Tyrel Datwyler1-8/+4
2021-01-07scsi: ibmvfc: Complete commands outside the host/queue lockTyrel Datwyler1-13/+45
2021-01-07scsi: ibmvfc: Define per-queue state/list locksTyrel Datwyler1-19/+74
2021-01-07scsi: ibmvfc: Make command event pool queue specificTyrel Datwyler1-46/+49
2021-01-07scsi: ibmvfc: Define generic queue structure for CRQsTyrel Datwyler1-48/+87
2021-01-07scsi: ibmvfc: Fix missing cast of ibmvfc_event pointer to u64 handleTyrel Datwyler1-2/+2
2020-11-19scsi: ibmvfc: Advertise client support for targetWWPN using v2 commandsTyrel Datwyler1-1/+1
2020-11-19scsi: ibmvfc: Add support for target_wwpn field in v2 MADs and vfcFrameTyrel Datwyler1-6/+33
2020-11-19scsi: ibmvfc: Add FC payload retrieval routines for versioned vfcFramesTyrel Datwyler1-23/+54
2020-11-19scsi: ibmvfc: Add helper for testing capability flagsTyrel Datwyler1-1/+8
2020-11-19scsi: ibmvfc: Add new fields for version 2 of several MADsTyrel Datwyler1-27/+31
2020-11-19scsi: ibmvfc: Deduplicate common ibmvfc_cmd init codeTyrel Datwyler1-32/+24
2020-11-19scsi: ibmvfc: Use correlation token to tag commandsTyrel Datwyler1-0/+4
2020-11-19scsi: ibmvfc: Remove trailing semicolonTyrel Datwyler1-1/+1
2020-11-19scsi: ibmvfc: Byte swap login_buf.resp values in attribute show functionsTyrel Datwyler1-2/+2
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-14/+215
2020-09-22scsi: ibmvfc: Protect vhost->task_set increment by the host lockBrian King1-1/+1
2020-09-15scsi: ibmvfc: Avoid link down on FS9100 canister rebootBrian King1-13/+213
2020-09-09scsi: ibmvfc: Fix error return in ibmvfc_probe()Jing Xiangfeng1-0/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+3
2020-06-15scsi: Fix trivial spellingKieran Bingham1-1/+1
2020-04-27scsi: ibmvfc: Don't send implicit logouts prior to NPIV loginBrian King1-0/+5
2020-03-11scsi: ibmvfc: Fix NULL return compiler warningBrian King1-1/+1
2020-03-11scsi: ibmvfc: Avoid loss of all paths during SVC node rebootBrian King1-36/+171
2019-09-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+3
2019-08-07scsi: ibmvfc: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+3
2019-07-23scsi: ibmvfc: fix WARN_ON during event pool releaseTyrel Datwyler1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-15/+1
2019-03-27scsi: ibmvfc: Clean up transport eventsTyrel Datwyler1-3/+5
2019-03-27scsi: ibmvfc: Byte swap status and error codes when loggingTyrel Datwyler1-13/+15
2019-03-27scsi: ibmvfc: Add failed PRLI to cmd_status lookup arrayTyrel Datwyler1-0/+1
2019-03-27scsi: ibmvfc: Remove "failed" from logged errorsTyrel Datwyler1-1/+1
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig1-1/+0
2018-06-19scsi: core: remove Scsi_Cmnd typedefJohannes Thumshirn1-1/+1
2018-03-15scsi: ibmvfc: Avoid unnecessary port reloginBrian King1-4/+2
2018-01-22scsi: ibmvfc: Remove unneeded semicolonsChristopher Díaz Riveros1-17/+17
2017-11-01scsi: ibmvscsi: Convert timers to use timer_setup()Kees Cook1-8/+6
2017-08-25scsi: ibmvfc: ibmvscsi: ibmvscsi_tgt: constify vio_device_idArvind Yadav1-1/+1
2017-08-25scsi: ibmvfc: Do not call fc_block_scsi_eh() on host resetHannes Reinecke1-5/+1
2017-07-01scsi: ibmvfc: constify dev_pm_ops structures.Arvind Yadav1-1/+1
2017-04-18scsi: ibmvfc: don't check for failure from mempool_alloc()NeilBrown1-6/+0
2017-02-06scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig1-0/+1
2016-11-17scsi: fc: use bsg_job_doneJohannes Thumshirn1-1/+1
2016-11-17scsi: change FC drivers to use 'struct bsg_job'Johannes Thumshirn1-4/+5