summaryrefslogtreecommitdiffstats
path: root/drivers/s390/scsi/zfcp_erp.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: zfcp: support SCSI_ADAPTER_RESET via scsi_host sysfs attribute host_resetSteffen Maier2018-05-181-0/+11
* scsi: zfcp: remove unused return values of ERP trigger functionsSteffen Maier2018-05-181-21/+13
* scsi: zfcp: zfcp_erp_action_exists() does only check for runningSteffen Maier2018-05-181-9/+5
* scsi: zfcp: remove unused ERP enum valuesSteffen Maier2018-05-181-3/+0
* scsi: zfcp: consistently use function name space prefixSteffen Maier2018-05-181-4/+7
* scsi: zfcp: fix missing REC trigger trace on enqueue without ERP threadSteffen Maier2018-05-181-2/+5
* scsi: zfcp: fix missing REC trigger trace for all objects in ERP_FAILEDSteffen Maier2018-05-181-28/+51
* scsi: zfcp: fix missing REC trigger trace on terminate_rport_io for ERP_FAILEDSteffen Maier2018-05-181-2/+11
* scsi: zfcp: fix missing REC trigger trace on terminate_rport_io early returnSteffen Maier2018-05-181-0/+20
* scsi: zfcp: fix misleading REC trigger trace where erp_action setup failedSteffen Maier2018-05-181-1/+15
* zfcp: purely mechanical update using timer API, plus blank linesSteffen Maier2017-11-161-3/+2
* s390/scsi: Convert timers to use timer_setup()Kees Cook2017-11-161-6/+10
* 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-161-7/+11
|/
* scsi: zfcp: use setup_timer instead of init_timerLukáš Korenčik2017-08-101-3/+2
* scsi: zfcp: fix rport unblock race with LUN recoverySteffen Maier2016-12-141-2/+59
* zfcp: close window with unblocked rport during rport goneSteffen Maier2016-08-121-3/+9
* atomic: Replace atomic_{set,clear}_mask() usagePeter Zijlstra2015-07-271-31/+31
* mm, mempool: do not allow atomic resizingDavid Rientjes2015-04-141-2/+2
* zfcp: remove access control tables interface (port leftovers)Martin Peschke2014-11-201-7/+0
* [SCSI] zfcp: fix schedule-inside-lock in scsi_device list loopsMartin Peschke2013-08-221-7/+22
* [SCSI] zfcp: remove access control tables interfaceMartin Peschke2013-05-311-2/+1
* [SCSI] zfcp: No automatic port_rescan on eventsSteffen Maier2012-09-241-1/+1
* s390/comments: unify copyright messages and remove file namesHeiko Carstens2012-07-201-1/+1
* [SCSI] zfcp: Add information to symbolic port name when running in NPIV modeChristof Schmitt2011-02-251-0/+2
* [SCSI] zfcp: Replace kmem_cache for "status read" dataChristof Schmitt2011-02-251-1/+1
* [SCSI] zfcp: Move qdio setup from erp to zfcp_qdio.cChristof Schmitt2010-12-211-12/+1
* [SCSI] zfcp: Redesign of the debug tracing final cleanup.Swen Schillig2010-12-211-52/+45
* [SCSI] zfcp: Redesign of the debug tracing for recovery actions.Swen Schillig2010-12-211-18/+13
* [SCSI] zfcp: Prevent usage w/o holding a referenceSwen Schillig2010-12-091-3/+6
* [SCSI] zfcp: No ERP escalation on gpn_ft evalSwen Schillig2010-12-091-0/+2
* [SCSI] zfcp: Replace status modifier functions.Swen Schillig2010-09-161-139/+119
* [SCSI] zfcp: Move ACL/CFDC code to zfcp_cfdc.cChristof Schmitt2010-09-161-82/+0
* [SCSI] zfcp: Use SCSI device data zfcp_scsi_dev instead of zfcp_unitChristof Schmitt2010-09-161-175/+194
* [SCSI] zfcp: Allow running unit/LUN shutdown without acquiring referenceChristof Schmitt2010-09-161-36/+62
* [SCSI] zfcp: Fix retry after failed "open port" erp actionChristof Schmitt2010-07-281-2/+1
* [SCSI] zfcp: Fail erp after timeoutChristof Schmitt2010-07-281-0/+6
* [SCSI] zfcp: Register SCSI devices after successful fc_remote_port_addChristof Schmitt2010-07-281-6/+0
* [SCSI] zfcp: Do not try "forced close" when port is already closedChristof Schmitt2010-07-281-1/+5
* [SCSI] zfcp: Do not unblock rport from REOPEN_PORT_FORCEDChristof Schmitt2010-07-281-1/+2
* [SCSI] zfcp: Update status read mempoolChristof Schmitt2010-07-211-0/+8
* [SCSI] zfcp: Use status_read_buf_num provided by FCP channelChristof Schmitt2010-05-021-1/+1
* [SCSI] zfcp: Rename sysfs_device attribute to dev in zfcp_unit and zfcp_portChristof Schmitt2010-02-171-7/+7
* [SCSI] zfcp: Move FSF request tracking code to new fileChristof Schmitt2010-02-171-3/+4
* [SCSI] zfcp: Remove function zfcp_reqlist_find_safeChristof Schmitt2010-02-171-8/+9
* [SCSI] zfcp: Assign scheduled work to driver queueSwen Schillig2009-12-041-1/+1
* [SCSI] zfcp: Remove STATUS_COMMON_REMOVE flag as it is not required anymoreSwen Schillig2009-12-041-2/+4
* [SCSI] zfcp: Replace local reference counting with common krefSwen Schillig2009-12-041-9/+11
* [SCSI] zfcp: Replace global config_lock with local list locksSwen Schillig2009-12-041-55/+61
OpenPOWER on IntegriCloud