summaryrefslogtreecommitdiffstats
path: root/drivers/s390/scsi/zfcp_scsi.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: zfcp: fix to prevent port_remove with pure auto scan LUNs (only sdevs)Steffen Maier2019-05-301-0/+9
* scsi: zfcp: fix scsi_eh host reset with port_forced ERP for non-NPIV FCP devicesSteffen Maier2019-03-281-0/+4
* scsi: zfcp: fix sysfs block queue limit output for max_segment_sizeSteffen Maier2019-01-291-0/+2
* scsi: flip the default on use_clusteringChristoph Hellwig2018-12-191-1/+0Star
* scsi: zfcp: make DIX experimental, disabled, and independent of DIFFedor Loshakov2018-12-081-3/+7
* scsi: zfcp: drop duplicate fsf_command from zfcp_fsf_req which is also in QTC...Steffen Maier2018-11-151-1/+3
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-06-101-33/+108
|\
| * scsi: zfcp: support SCSI_ADAPTER_RESET via scsi_host sysfs attribute host_resetSteffen Maier2018-05-181-0/+26
| * scsi: zfcp: explicitly support initiator in scsi_host_templateSteffen Maier2018-05-181-0/+1
| * scsi: zfcp: consistently use function name space prefixSteffen Maier2018-05-181-22/+24
| * scsi: zfcp: workqueue: set description for port work items with their WWPN as...Steffen Maier2018-05-181-0/+3
| * scsi: zfcp: decouple our scsi_eh callbacks from scsi_cmndSteffen Maier2018-05-181-4/+37
| * scsi: zfcp: decouple TMFs from scsi_cmnd by using fc_block_rportSteffen Maier2018-05-181-1/+2
| * scsi: zfcp: decouple SCSI setup of TMF from scsi_cmndSteffen Maier2018-05-181-1/+1
| * scsi: zfcp: decouple SCSI traces for scsi_eh / TMF from scsi_cmndSteffen Maier2018-05-181-7/+8
| * scsi: zfcp: fix missing REC trigger trace on terminate_rport_io early returnSteffen Maier2018-05-181-0/+5
| * scsi: zfcp: fix missing SCSI trace for retry of abort / scsi_eh TMFSteffen Maier2018-05-181-0/+2
| * scsi: zfcp: fix missing SCSI trace for result of eh_host_reset_handlerSteffen Maier2018-05-181-5/+6
* | scsi: zfcp: fix infinite iteration on ERP ready listJens Remus2018-05-081-7/+7
|/
* Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-021-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | scsi: zfcp: fix erp_action use-before-initialize in REC action traceSteffen Maier2017-10-171-0/+5
|/
* scsi: zfcp: fix missing trace records for early returns in TMF eh handlersSteffen Maier2017-08-111-2/+6
* scsi: zfcp: fix passing fsf_req to SCSI trace on TMF to correlate with HBASteffen Maier2017-08-111-4/+4
* scsi: zfcp: convert bool-definitions to use 'true' instead of '1'Benjamin Block2017-08-111-1/+1
* scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig2017-02-071-0/+1
* scsi: zfcp: fix rport unblock race with LUN recoverySteffen Maier2016-12-141-3/+1Star
* scsi: zfcp: fix use-after-"free" in FC ingress path after TMFBenjamin Block2016-12-141-2/+55
* zfcp: close window with unblocked rport during rport goneSteffen Maier2016-08-121-1/+7
* scsi: Do not set cmd_per_lun to 1 in the host templateHannes Reinecke2015-06-011-1/+0Star
* scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2014-11-241-9/+2Star
* scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig2014-11-241-13/+2Star
* scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig2014-11-121-5/+3Star
* [SCSI] zfcp: block queue limits with data routerSteffen Maier2013-06-011-3/+7
* s390/comments: unify copyright messages and remove file namesHeiko Carstens2012-07-201-1/+1
* [SCSI] zfcp: return early from slave_destroy if slave_alloc returned earlySteffen Maier2011-12-141-0/+4
* s390: add missing module.h/export.h includesHeiko Carstens2011-11-011-0/+1
* [SCSI] zfcp: support for hardware data routerSwen Schillig2011-08-271-5/+5
* [SCSI] zfcp: non-experimental support for DIF/DIXSteffen Maier2011-08-271-4/+1Star
* atomic: use <linux/atomic.h>Arun Sharma2011-07-271-1/+1
* [SCSI] zfcp: Add information to symbolic port name when running in NPIV modeChristof Schmitt2011-02-251-0/+1
* [SCSI] zfcp: Move SCSI host and transport templates out of struct zfcp_dataChristof Schmitt2011-02-251-32/+38
* [SCSI] zfcp: Add allow_lun_scan module parameterChristof Schmitt2010-12-211-1/+6
* [SCSI] zfcp: Redesign of the debug tracing final cleanup.Swen Schillig2010-12-211-3/+3
* [SCSI] zfcp: Redesign of the debug tracing for SCSI records.Swen Schillig2010-12-211-16/+14Star
* [SCSI] zfcp: Issue FCP command without holding SCSI host_lockChristof Schmitt2010-12-091-5/+2Star
* SCSI host lock push-downJeff Garzik2010-11-161-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2010-10-231-103/+55Star
|\
| * [SCSI] zfcp: Replace status modifier functions.Swen Schillig2010-09-171-2/+1Star
| * [SCSI] zfcp: Allow midlayer to scan for LUNs when running in NPIV modeChristof Schmitt2010-09-171-4/+4