aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/scsi/zfcp_erp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-18scsi: zfcp: support SCSI_ADAPTER_RESET via scsi_host sysfs attribute host_resetSteffen Maier1-0/+11
2018-05-18scsi: zfcp: remove unused return values of ERP trigger functionsSteffen Maier1-21/+13
2018-05-18scsi: zfcp: zfcp_erp_action_exists() does only check for runningSteffen Maier1-9/+5
2018-05-18scsi: zfcp: remove unused ERP enum valuesSteffen Maier1-3/+0
2018-05-18scsi: zfcp: consistently use function name space prefixSteffen Maier1-4/+7
2018-05-18scsi: zfcp: fix missing REC trigger trace on enqueue without ERP threadSteffen Maier1-2/+5
2018-05-18scsi: zfcp: fix missing REC trigger trace for all objects in ERP_FAILEDSteffen Maier1-28/+51
2018-05-18scsi: zfcp: fix missing REC trigger trace on terminate_rport_io for ERP_FAILEDSteffen Maier1-2/+11
2018-05-18scsi: zfcp: fix missing REC trigger trace on terminate_rport_io early returnSteffen Maier1-0/+20
2018-05-18scsi: zfcp: fix misleading REC trigger trace where erp_action setup failedSteffen Maier1-1/+15
2017-11-16zfcp: purely mechanical update using timer API, plus blank linesSteffen Maier1-3/+2
2017-11-16s390/scsi: Convert timers to use timer_setup()Kees Cook1-6/+10
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-16scsi: zfcp: fix erp_action use-before-initialize in REC action traceSteffen Maier1-7/+11
2017-08-10scsi: zfcp: use setup_timer instead of init_timerLukáš Korenčik1-3/+2
2016-12-14scsi: zfcp: fix rport unblock race with LUN recoverySteffen Maier1-2/+59
2016-08-12zfcp: close window with unblocked rport during rport goneSteffen Maier1-3/+9
2015-07-27atomic: Replace atomic_{set,clear}_mask() usagePeter Zijlstra1-31/+31
2015-04-14mm, mempool: do not allow atomic resizingDavid Rientjes1-2/+2
2014-11-20zfcp: remove access control tables interface (port leftovers)Martin Peschke1-7/+0
2013-08-22[SCSI] zfcp: fix schedule-inside-lock in scsi_device list loopsMartin Peschke1-7/+22
2013-05-31[SCSI] zfcp: remove access control tables interfaceMartin Peschke1-2/+1
2012-09-24[SCSI] zfcp: No automatic port_rescan on eventsSteffen Maier1-1/+1
2012-07-20s390/comments: unify copyright messages and remove file namesHeiko Carstens1-1/+1
2011-02-25[SCSI] zfcp: Add information to symbolic port name when running in NPIV modeChristof Schmitt1-0/+2
2011-02-25[SCSI] zfcp: Replace kmem_cache for "status read" dataChristof Schmitt1-1/+1
2010-12-21[SCSI] zfcp: Move qdio setup from erp to zfcp_qdio.cChristof Schmitt1-12/+1
2010-12-21[SCSI] zfcp: Redesign of the debug tracing final cleanup.Swen Schillig1-52/+45
2010-12-21[SCSI] zfcp: Redesign of the debug tracing for recovery actions.Swen Schillig1-18/+13
2010-12-09[SCSI] zfcp: Prevent usage w/o holding a referenceSwen Schillig1-3/+6
2010-12-09[SCSI] zfcp: No ERP escalation on gpn_ft evalSwen Schillig1-0/+2
2010-09-16[SCSI] zfcp: Replace status modifier functions.Swen Schillig1-139/+119
2010-09-16[SCSI] zfcp: Move ACL/CFDC code to zfcp_cfdc.cChristof Schmitt1-82/+0
2010-09-16[SCSI] zfcp: Use SCSI device data zfcp_scsi_dev instead of zfcp_unitChristof Schmitt1-175/+194
2010-09-16[SCSI] zfcp: Allow running unit/LUN shutdown without acquiring referenceChristof Schmitt1-36/+62
2010-07-28[SCSI] zfcp: Fix retry after failed "open port" erp actionChristof Schmitt1-2/+1
2010-07-28[SCSI] zfcp: Fail erp after timeoutChristof Schmitt1-0/+6
2010-07-28[SCSI] zfcp: Register SCSI devices after successful fc_remote_port_addChristof Schmitt1-6/+0
2010-07-28[SCSI] zfcp: Do not try "forced close" when port is already closedChristof Schmitt1-1/+5
2010-07-28[SCSI] zfcp: Do not unblock rport from REOPEN_PORT_FORCEDChristof Schmitt1-1/+2
2010-07-21[SCSI] zfcp: Update status read mempoolChristof Schmitt1-0/+8
2010-05-02[SCSI] zfcp: Use status_read_buf_num provided by FCP channelChristof Schmitt1-1/+1
2010-02-17[SCSI] zfcp: Rename sysfs_device attribute to dev in zfcp_unit and zfcp_portChristof Schmitt1-7/+7
2010-02-17[SCSI] zfcp: Move FSF request tracking code to new fileChristof Schmitt1-3/+4
2010-02-17[SCSI] zfcp: Remove function zfcp_reqlist_find_safeChristof Schmitt1-8/+9
2009-12-04[SCSI] zfcp: Assign scheduled work to driver queueSwen Schillig1-1/+1
2009-12-04[SCSI] zfcp: Remove STATUS_COMMON_REMOVE flag as it is not required anymoreSwen Schillig1-2/+4
2009-12-04[SCSI] zfcp: Replace local reference counting with common krefSwen Schillig1-9/+11
2009-12-04[SCSI] zfcp: Replace global config_lock with local list locksSwen Schillig1-55/+61