aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/scsi/zfcp_def.h
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-0/+7
* SCSI: zfcp: restore refcount check on port_removeSteffen Maier2012-10-131-0/+1
* SCSI: zfcp: Do not wakeup while suspendedSteffen Maier2012-10-131-0/+1
* [SCSI] zfcp: Add information to symbolic port name when running in NPIV modeChristof Schmitt2011-02-251-0/+1
* [SCSI] zfcp: Move SCSI host and transport templates out of struct zfcp_dataChristof Schmitt2011-02-251-6/+0
* [SCSI] zfcp: Move qtcb kmem_cache to zfcp_fsf.cChristof Schmitt2011-02-251-1/+0
* [SCSI] zfcp: Use common FC kmem_cache for GPN_FT requestChristof Schmitt2011-02-251-1/+0
* [SCSI] zfcp: Allocate GID_PN data through new FC kmem_cacheChristof Schmitt2011-02-251-1/+0
* [SCSI] zfcp: Introduce new kmem_cache for FC request and response dataChristof Schmitt2011-02-251-1/+0
* [SCSI] zfcp: Replace kmem_cache for "status read" dataChristof Schmitt2011-02-251-2/+1
* [SCSI] zfcp: Remove unused flag ZFCP_STATUS_FSFREQ_TASK_MANAGEMENTChristof Schmitt2011-02-251-1/+0
* [SCSI] zfcp: Replace status modifier functions.Swen Schillig2010-09-161-5/+0
* [SCSI] zfcp: Use SCSI device data zfcp_scsi_dev instead of zfcp_unitChristof Schmitt2010-09-161-15/+19
* [SCSI] zfcp: Add zfcp private struct as SCSI device driver dataChristof Schmitt2010-09-161-0/+39
* [SCSI] zfcp: Trigger logging in the FCP channel on qdio error conditionsChristof Schmitt2010-07-281-0/+1
* [SCSI] zfcp: Enable data division support for FCP devicesChristof Schmitt2010-07-281-0/+1
* [SCSI] zfcp: Post events through FC transport classSven Schuetz2010-07-281-0/+2
* [SCSI] zfcp: Remove SCSI device when removing unitChristof Schmitt2010-07-281-0/+1
* [SCSI] zfcp: Use status_read_buf_num provided by FCP channelChristof Schmitt2010-05-021-0/+1
* [SCSI] zfcp: Move sbale handling to zfcp_qdio filesChristof Schmitt2010-05-021-17/+0
* [SCSI] zfcp: Report scatter-gather limits to SCSI and block layerChristof Schmitt2010-05-021-0/+1
* [SCSI] zfcp: Introduce header file for qdio structs and inline functionsChristof Schmitt2010-02-171-54/+3
* [SCSI] zfcp: Rename sysfs_device attribute to dev in zfcp_unit and zfcp_portChristof Schmitt2010-02-171-3/+3
* [SCSI] zfcp: Move FSF request tracking code to new fileChristof Schmitt2010-02-171-32/+2
* [SCSI] zfcp: Remove function zfcp_reqlist_find_safeChristof Schmitt2010-02-171-16/+1
* [SCSI] zfcp: Remove flag ZFCP_STATUS_FSFREQ_TMFUNCNOTSUPPChristof Schmitt2009-12-041-1/+0
* [SCSI] zfcp: Update FSF error reportingChristof Schmitt2009-12-041-2/+0
* [SCSI] zfcp: Improve ELS ADISC handlingChristof Schmitt2009-12-041-0/+1
* [SCSI] zfcp: Simplify handling of ct and els requestsChristof Schmitt2009-12-041-46/+0
* [SCSI] zfcp: Remove ZFCP_DID_MASKChristof Schmitt2009-12-041-4/+0
* [SCSI] zfcp: Move WKA port to zfcp FC codeChristof Schmitt2009-12-041-29/+2
* [SCSI] zfcp: Use common code definitions for FC CT structsChristof Schmitt2009-12-041-73/+1
* [SCSI] zfcp: Use common code definitions for FC ELS structsChristof Schmitt2009-12-041-45/+0
* [SCSI] zfcp: Update FCP protocol related codeChristof Schmitt2009-12-041-57/+0
* [SCSI] zfcp: Remove STATUS_COMMON_REMOVE flag as it is not required anymoreSwen Schillig2009-12-041-1/+0
* [SCSI] zfcp: Remove global config_mutexSwen Schillig2009-12-041-1/+0
* [SCSI] zfcp: Replace local reference counting with common krefSwen Schillig2009-12-041-52/+1
* [SCSI] zfcp: Replace global config_lock with local list locksSwen Schillig2009-12-041-5/+4
* [SCSI] zfcp: optimize zfcp_qdio_accountHeiko Carstens2009-09-051-1/+1
* [SCSI] zfcp: Replace config semaphore with mutexChristof Schmitt2009-09-051-2/+1
* [SCSI] zfcp: Simplify and update ct/gs and els timeout handlingChristof Schmitt2009-09-051-5/+0
* [SCSI] zfcp: Use kthread API for zfcp erp threadChristof Schmitt2009-09-051-4/+2
* [SCSI] zfcp: Decouple gid_pn requests from erpChristof Schmitt2009-09-051-0/+1
* [SCSI] zfcp: Move qdio related data out of zfcp_adapterSwen Schillig2009-09-051-10/+24
* [SCSI] zfcp: Separate qdio attributes from zfcp_fsf_reqSwen Schillig2009-09-051-28/+56
* [SCSI] zfcp: Move workqueue to adapter structSwen Schillig2009-09-051-1/+1
* [SCSI] zfcp: Improve request allocation through mempoolsSwen Schillig2009-09-051-13/+18
* [SCSI] zfcp: Replace fsf_req wait_queue with completionSwen Schillig2009-09-051-2/+1
* [SCSI] zfcp: Only issue one test link command per portChristof Schmitt2009-09-051-0/+1
* [SCSI] zfcp: Move debug data from zfcp_data to own data structureChristof Schmitt2009-09-051-14/+1