summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ibmvscsi/ibmvfc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* scsi: ibmvfc: Byte swap status and error codes when loggingTyrel Datwyler2019-03-281-13/+15
* scsi: ibmvfc: Add failed PRLI to cmd_status lookup arrayTyrel Datwyler2019-03-281-0/+1
* scsi: ibmvfc: Remove "failed" from logged errorsTyrel Datwyler2019-03-281-1/+1
* scsi: flip the default on use_clusteringChristoph Hellwig2018-12-191-1/+0
* scsi: core: remove Scsi_Cmnd typedefJohannes Thumshirn2018-06-201-1/+1
* scsi: ibmvfc: Avoid unnecessary port reloginBrian King2018-03-151-4/+2
* scsi: ibmvfc: Remove unneeded semicolonsChristopher Díaz Riveros2018-01-231-17/+17
* scsi: ibmvscsi: Convert timers to use timer_setup()Kees Cook2017-11-011-8/+6
* scsi: ibmvfc: ibmvscsi: ibmvscsi_tgt: constify vio_device_idArvind Yadav2017-08-251-1/+1
* scsi: ibmvfc: Do not call fc_block_scsi_eh() on host resetHannes Reinecke2017-08-251-5/+1
* scsi: ibmvfc: constify dev_pm_ops structures.Arvind Yadav2017-07-011-1/+1
* scsi: ibmvfc: don't check for failure from mempool_alloc()NeilBrown2017-04-191-6/+0
* scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig2017-02-071-0/+1
* scsi: fc: use bsg_job_doneJohannes Thumshirn2016-11-181-1/+1
* scsi: change FC drivers to use 'struct bsg_job'Johannes Thumshirn2016-11-181-4/+5
* scsi: fc: provide fc_bsg_to_rport() helperJohannes Thumshirn2016-11-181-1/+1
* scsi: fc: provide fc_bsg_to_shost() helperJohannes Thumshirn2016-11-181-2/+2
* scsi: fc: Export fc_bsg_jobdone and use it in FC driversJohannes Thumshirn2016-11-181-1/+2
* scsi: don't use fc_bsg_job::request and fc_bsg_job::reply directlyJohannes Thumshirn2016-11-181-10/+12
* scsi: ibmvfc: Fix I/O hang when port is not mappedBrian King2016-09-201-1/+0
* scsi: ibmvfc: fix typo in parameter descriptionWei Yongjun2016-09-091-1/+1
* scsi: ibmvfc: add FC Class 3 Error Recovery supportTyrel Datwyler2016-08-261-0/+10
* scsi: ibmvfc: Set READ FCP_XFER_READY DISABLED bit in PRLITyrel Datwyler2016-08-261-0/+1
* ibmvfc: prevent a potential deadlockDan Carpenter2016-07-151-0/+2
* ibmvfc: byteswap scsi_id, wwpn, and node_name prior to loggingTyrel Datwyler2016-02-241-1/+2
* scsi: use host wide tags by defaultChristoph Hellwig2015-11-101-1/+0
* ibmvfc: remove unused tag variableChristoph Hellwig2014-12-041-1/+0
* scsi: remove ->change_queue_type methodChristoph Hellwig2014-12-041-1/+0
* scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2014-11-241-7/+2
* scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig2014-11-241-0/+1
* scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig2014-11-121-7/+1
* scsi: always assign block layer tags if enabledChristoph Hellwig2014-11-121-5/+6
* scsi: remove abuses of scsi_populate_tagChristoph Hellwig2014-11-121-13/+3
* scsi: provide a generic change_queue_type methodChristoph Hellwig2014-11-121-24/+1
* ibmvfc: fix little endian issuesTyrel Datwyler2014-07-251-233/+240
* scsi: use 64-bit value for 'max_luns'Hannes Reinecke2014-07-171-2/+2