summaryrefslogtreecommitdiffstats
path: root/drivers/s390/scsi/zfcp_erp.c
Commit message (Expand)AuthorAgeFilesLines
* 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-7/+11
|/
* scsi: zfcp: use setup_timer instead of init_timerLukáš Korenčik2017-08-111-3/+2Star
* 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-151-2/+2
* zfcp: remove access control tables interface (port leftovers)Martin Peschke2014-11-201-7/+0Star
* [SCSI] zfcp: fix schedule-inside-lock in scsi_device list loopsMartin Peschke2013-08-221-7/+22
* [SCSI] zfcp: remove access control tables interfaceMartin Peschke2013-06-011-2/+1Star
* [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/+1Star
* [SCSI] zfcp: Redesign of the debug tracing final cleanup.Swen Schillig2010-12-211-52/+45Star
* [SCSI] zfcp: Redesign of the debug tracing for recovery actions.Swen Schillig2010-12-211-18/+13Star
* [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-171-139/+119Star
* [SCSI] zfcp: Move ACL/CFDC code to zfcp_cfdc.cChristof Schmitt2010-09-171-82/+0Star
* [SCSI] zfcp: Use SCSI device data zfcp_scsi_dev instead of zfcp_unitChristof Schmitt2010-09-171-175/+194
* [SCSI] zfcp: Allow running unit/LUN shutdown without acquiring referenceChristof Schmitt2010-09-171-36/+62
* [SCSI] zfcp: Fix retry after failed "open port" erp actionChristof Schmitt2010-07-281-2/+1Star
* [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/+0Star
* [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-221-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-181-7/+7
* [SCSI] zfcp: Move FSF request tracking code to new fileChristof Schmitt2010-02-181-3/+4
* [SCSI] zfcp: Remove function zfcp_reqlist_find_safeChristof Schmitt2010-02-181-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
* [SCSI] zfcp: Handle WWPN mismatch in PLOGI payloadChristof Schmitt2009-10-221-12/+10Star
* [SCSI] zfcp: Defer resource allocation to first ccw_set_online callChristof Schmitt2009-09-051-0/+5
* [SCSI] zfcp: Use kthread API for zfcp erp threadChristof Schmitt2009-09-051-38/+24Star
* [SCSI] zfcp: Update dbf callsSwen Schillig2009-09-051-25/+24Star
* [SCSI] zfcp: Decouple gid_pn requests from erpChristof Schmitt2009-09-051-27/+1Star
* [SCSI] zfcp: Move qdio related data out of zfcp_adapterSwen Schillig2009-09-051-3/+5
* [SCSI] zfcp: Move workqueue to adapter structSwen Schillig2009-09-051-1/+1
* [SCSI] zfcp: Replace fsf_req wait_queue with completionSwen Schillig2009-09-051-2/+1Star
* [SCSI] zfcp: Implicitly close all wka portsChristof Schmitt2009-09-051-1/+1
* [SCSI] zfcp: avoid double notify in lowmem scenarioSwen Schillig2009-07-301-4/+10
* [SCSI] zfcp: Fix erp escalation procedureChristof Schmitt2009-07-301-26/+24Star
* [SCSI] zfcp: Fix logic for physical port closeChristof Schmitt2009-07-301-1/+1