summaryrefslogtreecommitdiff
path: root/drivers/s390/scsi/zfcp_erp.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: zfcp: Use list_first_entry_or_null() in zfcp_erp_thread()Julian Wiedmann2020-09-151-5/+3
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-08-061-1/+1
|\
| * scsi: zfcp: Clean up zfcp_erp_action_ready()Julian Wiedmann2020-07-081-1/+1
* | scsi: zfcp: Fix panic on ERP timeout for previously dismissed ERP actionSteffen Maier2020-06-241-2/+11
|/
* scsi: zfcp: Move allocation of the shost object to after xconf- and xport-dataBenjamin Block2020-05-111-0/+58
* scsi: zfcp: Fence adapter status propagation for common statusesBenjamin Block2020-05-111-0/+14
* scsi: zfcp: Move p-t-p port allocation to after xport dataBenjamin Block2020-05-111-3/+9
* scsi: zfcp: use fallthrough;Joe Perches2020-03-311-5/+5
* scsi: zfcp: fix missing erp_lock in port recovery trigger for point-to-pointSteffen Maier2020-03-171-1/+1
* scsi: zfcp: proper indentation to reduce confusion in zfcp_erp_required_actSteffen Maier2019-10-281-2/+2
* scsi: zfcp: fix GCC compiler warning emitted with -Wmaybe-uninitializedBenjamin Block2019-07-111-0/+7
* scsi: zfcp: fix scsi_eh host reset with port_forced ERP for non-NPIV FCP devicesSteffen Maier2019-03-271-0/+14
* scsi: zfcp: fix rport unblock if deleted SCSI devices on Scsi_HostSteffen Maier2019-03-271-0/+3
* scsi: zfcp: drop old default switch case which might paper over missing caseSteffen Maier2018-11-151-3/+0
* scsi: zfcp: drop default switch case which might paper over missing caseSteffen Maier2018-11-151-3/+0
* scsi: zfcp: silence -Wimplicit-fallthrough in zfcp_erp_lun_strategy()Steffen Maier2018-11-151-1/+2
* scsi: zfcp: silence all W=1 build warnings for existing kdocSteffen Maier2018-11-151-3/+3
* scsi: zfcp: use enum zfcp_erp_act_result for argument/return of affected func...Steffen Maier2018-11-151-40/+84
* scsi: zfcp: use enum zfcp_erp_steps for struct zfcp_erp_action.stepSteffen Maier2018-11-151-10/+25
* scsi: zfcp: the action field of zfcp_erp_action is actually the typeSteffen Maier2018-11-151-41/+36
* scsi: zfcp: clarify function argument name for trace tag stringSteffen Maier2018-11-151-44/+48
* scsi: zfcp: ERP thread setup kdoc updateSteffen Maier2018-11-151-1/+1
* 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