summaryrefslogtreecommitdiff
path: root/drivers/scsi/ibmvscsi/ibmvfc.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-14scsi: ibmvfc: Fix invalid state machine BUG_ON()Brian King1-19/+38
2021-02-07scsi: ibmvfc: Set default timeout to avoid crash during migrationBrian King1-1/+3
2020-10-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-14/+215
2020-09-23scsi: ibmvfc: Protect vhost->task_set increment by the host lockBrian King1-1/+1
2020-09-16scsi: ibmvfc: Avoid link down on FS9100 canister rebootBrian King1-13/+213
2020-09-10scsi: ibmvfc: Fix error return in ibmvfc_probe()Jing Xiangfeng1-0/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+3
2020-06-16scsi: Fix trivial spellingKieran Bingham1-1/+1
2020-04-28scsi: ibmvfc: Don't send implicit logouts prior to NPIV loginBrian King1-0/+5
2020-03-12scsi: ibmvfc: Fix NULL return compiler warningBrian King1-1/+1
2020-03-12scsi: 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-08scsi: ibmvfc: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+3
2019-07-24scsi: 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-28scsi: ibmvfc: Clean up transport eventsTyrel Datwyler1-3/+5
2019-03-28scsi: ibmvfc: Byte swap status and error codes when loggingTyrel Datwyler1-13/+15
2019-03-28scsi: ibmvfc: Add failed PRLI to cmd_status lookup arrayTyrel Datwyler1-0/+1
2019-03-28scsi: ibmvfc: Remove "failed" from logged errorsTyrel Datwyler1-1/+1
2018-12-19scsi: flip the default on use_clusteringChristoph Hellwig1-1/+0
2018-06-20scsi: core: remove Scsi_Cmnd typedefJohannes Thumshirn1-1/+1
2018-03-15scsi: ibmvfc: Avoid unnecessary port reloginBrian King1-4/+2
2018-01-23scsi: 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-26scsi: ibmvfc: ibmvscsi: ibmvscsi_tgt: constify vio_device_idArvind Yadav1-1/+1
2017-08-26scsi: ibmvfc: Do not call fc_block_scsi_eh() on host resetHannes Reinecke1-5/+1
2017-07-02scsi: ibmvfc: constify dev_pm_ops structures.Arvind Yadav1-1/+1
2017-04-19scsi: ibmvfc: don't check for failure from mempool_alloc()NeilBrown1-6/+0
2017-02-07scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig1-0/+1
2016-11-18scsi: fc: use bsg_job_doneJohannes Thumshirn1-1/+1
2016-11-18scsi: change FC drivers to use 'struct bsg_job'Johannes Thumshirn1-4/+5
2016-11-18scsi: fc: provide fc_bsg_to_rport() helperJohannes Thumshirn1-1/+1
2016-11-18scsi: fc: provide fc_bsg_to_shost() helperJohannes Thumshirn1-2/+2
2016-11-18scsi: fc: Export fc_bsg_jobdone and use it in FC driversJohannes Thumshirn1-1/+2
2016-11-18scsi: don't use fc_bsg_job::request and fc_bsg_job::reply directlyJohannes Thumshirn1-10/+12
2016-09-20scsi: ibmvfc: Fix I/O hang when port is not mappedBrian King1-1/+0
2016-09-09scsi: ibmvfc: fix typo in parameter descriptionWei Yongjun1-1/+1
2016-08-26scsi: ibmvfc: add FC Class 3 Error Recovery supportTyrel Datwyler1-0/+10
2016-08-26scsi: ibmvfc: Set READ FCP_XFER_READY DISABLED bit in PRLITyrel Datwyler1-0/+1
2016-07-15ibmvfc: prevent a potential deadlockDan Carpenter1-0/+2
2016-02-24ibmvfc: byteswap scsi_id, wwpn, and node_name prior to loggingTyrel Datwyler1-1/+2
2015-11-10scsi: use host wide tags by defaultChristoph Hellwig1-1/+0
2014-12-04ibmvfc: remove unused tag variableChristoph Hellwig1-1/+0
2014-12-04scsi: remove ->change_queue_type methodChristoph Hellwig1-1/+0
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig1-7/+2
2014-11-24scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig1-0/+1
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig1-7/+1
2014-11-12scsi: always assign block layer tags if enabledChristoph Hellwig1-5/+6
2014-11-12scsi: remove abuses of scsi_populate_tagChristoph Hellwig1-13/+3
2014-11-12scsi: provide a generic change_queue_type methodChristoph Hellwig1-24/+1