aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/scsi/zfcp_erp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-28scsi: zfcp: proper indentation to reduce confusion in zfcp_erp_required_actSteffen Maier1-2/+2
2019-07-11scsi: zfcp: fix GCC compiler warning emitted with -Wmaybe-uninitializedBenjamin Block1-0/+7
2019-03-27scsi: zfcp: fix scsi_eh host reset with port_forced ERP for non-NPIV FCP devicesSteffen Maier1-0/+14
2019-03-27scsi: zfcp: fix rport unblock if deleted SCSI devices on Scsi_HostSteffen Maier1-0/+3
2018-11-15scsi: zfcp: drop old default switch case which might paper over missing caseSteffen Maier1-3/+0
2018-11-15scsi: zfcp: drop default switch case which might paper over missing caseSteffen Maier1-3/+0
2018-11-15scsi: zfcp: silence -Wimplicit-fallthrough in zfcp_erp_lun_strategy()Steffen Maier1-1/+2
2018-11-15scsi: zfcp: silence all W=1 build warnings for existing kdocSteffen Maier1-3/+3
2018-11-15scsi: zfcp: use enum zfcp_erp_act_result for argument/return of affected functionsSteffen Maier1-40/+84
2018-11-15scsi: zfcp: use enum zfcp_erp_steps for struct zfcp_erp_action.stepSteffen Maier1-10/+25
2018-11-15scsi: zfcp: the action field of zfcp_erp_action is actually the typeSteffen Maier1-41/+36
2018-11-15scsi: zfcp: clarify function argument name for trace tag stringSteffen Maier1-44/+48
2018-11-15scsi: zfcp: ERP thread setup kdoc updateSteffen Maier1-1/+1
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