summaryrefslogtreecommitdiffstats
path: root/drivers/s390/scsi/zfcp_aux.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: zfcp: fix posting too many status read buffers leading to adapter shutdownSteffen Maier2019-01-131-3/+3
* s390/dasd,zfcp: fix gcc 8 stringop-truncation warningsVasily Gorbik2018-07-021-1/+1
* s390: scsi: zfcp_aux: add SPDX identifierGreg Kroah-Hartman2017-11-241-0/+1
* scsi: zfcp: fix erp_action use-before-initialize in REC action traceSteffen Maier2017-10-171-0/+5
* scsi: zfcp: Remove unneeded linux/miscdevice.h includeCorentin Labbe2017-08-111-1/+0Star
* s390: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-09-061-1/+1
* atomic: Replace atomic_{set,clear}_mask() usagePeter Zijlstra2015-07-271-1/+1
* zfcp: auto port scan resiliencyMartin Peschke2014-11-201-2/+4
* [SCSI] zfcp: cleanup use of obsolete strict_strto* functionsMartin Peschke2013-09-031-2/+2
* [SCSI] zfcp: status read buffers on first adapter open with link downSteffen Maier2013-06-011-1/+4
* [SCSI] zfcp: remove access control tables interfaceMartin Peschke2013-06-011-10/+0Star
* [SCSI] zfcp: remove unused device_unregister wrapperSebastian Ott2013-06-011-14/+0Star
* [SCSI] zfcp: cleanup port sysfs attribute usageSebastian Ott2013-06-011-6/+1Star
* [SCSI] zfcp: restore refcount check on port_removeSteffen Maier2012-09-241-0/+1
* s390/comments: unify copyright messages and remove file namesHeiko Carstens2012-07-201-1/+1
* s390: add missing module.h/export.h includesHeiko Carstens2011-11-011-0/+1
* [SCSI] zfcp: Add information to symbolic port name when running in NPIV modeChristof Schmitt2011-02-251-0/+2
* [SCSI] zfcp: Move SCSI host and transport templates out of struct zfcp_dataChristof Schmitt2011-02-251-7/+7
* [SCSI] zfcp: Move qtcb kmem_cache to zfcp_fsf.cChristof Schmitt2011-02-251-6/+6
* [SCSI] zfcp: Use common FC kmem_cache for GPN_FT requestChristof Schmitt2011-02-251-8/+0Star
* [SCSI] zfcp: Allocate GID_PN data through new FC kmem_cacheChristof Schmitt2011-02-251-9/+1Star
* [SCSI] zfcp: Introduce new kmem_cache for FC request and response dataChristof Schmitt2011-02-251-7/+7
* [SCSI] zfcp: Replace kmem_cache for "status read" dataChristof Schmitt2011-02-251-14/+6Star
* [SCSI] zfcp: Add __init declaration to zfcp_cache_hw_alignChristof Schmitt2010-12-211-2/+2
* [SCSI] zfcp: Redesign of the debug tracing final cleanup.Swen Schillig2010-12-211-3/+2Star
* [SCSI] zfcp: Move code for managing zfcp_unit devices to new fileChristof Schmitt2010-09-171-120/+2Star
* [SCSI] zfcp: Add zfcp private struct as SCSI device driver dataChristof Schmitt2010-09-171-0/+3
* [SCSI] zfcp: Reorder registration of initial SCSI deviceChristof Schmitt2010-09-091-1/+2
* [SCSI] zfcp: Post events through FC transport classSven Schuetz2010-07-281-0/+4
* [SCSI] zfcp: Use memdup_user and kstrdupChristof Schmitt2010-07-281-3/+1Star
* [SCSI] zfcp: Register SCSI devices after successful fc_remote_port_addChristof Schmitt2010-07-281-1/+1
* [SCSI] zfcp: Use status_read_buf_num provided by FCP channelChristof Schmitt2010-05-021-1/+2
* [SCSI] zfcp: Report scatter-gather limits to SCSI and block layerChristof Schmitt2010-05-021-0/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* [SCSI] zfcp: Rename sysfs_device attribute to dev in zfcp_unit and zfcp_portChristof Schmitt2010-02-181-29/+25Star
* [SCSI] zfcp: Move FSF request tracking code to new fileChristof Schmitt2010-02-181-33/+3Star
* [SCSI] zfcp: Improve ELS ADISC handlingChristof Schmitt2009-12-041-0/+8
* [SCSI] zfcp: Use common code definitions for FC CT structsChristof Schmitt2009-12-041-6/+7
* [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-20/+7Star
* [SCSI] zfcp: Implement module unloadingChristof Schmitt2009-12-041-1/+14
* [SCSI] zfcp: Access ports and units with container_of in sysfs codeChristof Schmitt2009-12-041-2/+0Star
* [SCSI] zfcp: Remove global config_mutexSwen Schillig2009-12-041-46/+40Star
* [SCSI] zfcp: Replace local reference counting with common krefSwen Schillig2009-12-041-123/+108Star
* [SCSI] zfcp: Replace global config_lock with local list locksSwen Schillig2009-12-041-34/+46
* [SCSI] zfcp: fix kfree handling in zfcp_init_device_setupHeiko Carstens2009-10-221-5/+6
* [SCSI] zfcp: Fix hang when offlining device with offline chpidChristof Schmitt2009-10-021-1/+0Star
* [SCSI] zfcp: Fix lockdep warning when offlining device with offline chpidChristof Schmitt2009-10-021-1/+0Star
* [SCSI] zfcp: Fix initial device and cfdc for delayed adapter allocationChristof Schmitt2009-10-021-11/+20
* [SCSI] zfcp: Handle failures during device allocation correctlyChristof Schmitt2009-09-051-36/+29Star