aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-04[SCSI] zfcp: Remove flag ZFCP_STATUS_FSFREQ_TMFUNCNOTSUPPChristof Schmitt2-4/+0
2009-12-04[SCSI] zfcp: Activate fc4s attributes for zfcp in FC transport classChristof Schmitt2-0/+4
2009-12-04[SCSI] zfcp: Block scsi_eh thread for rport state BLOCKEDChristof Schmitt1-0/+3
2009-12-04[SCSI] zfcp: Update FSF error reportingChristof Schmitt2-29/+11
2009-12-04[SCSI] zfcp: Improve ELS ADISC handlingChristof Schmitt3-3/+17
2009-12-04[SCSI] zfcp: Simplify handling of ct and els requestsChristof Schmitt9-285/+160
2009-12-04[SCSI] zfcp: Remove ZFCP_DID_MASKChristof Schmitt4-18/+17
2009-12-04[SCSI] zfcp: Move WKA port to zfcp FC codeChristof Schmitt6-68/+90
2009-12-04[SCSI] zfcp: Use common code definitions for FC CT structsChristof Schmitt5-180/+161
2009-12-04[SCSI] zfcp: Use common code definitions for FC ELS structsChristof Schmitt6-154/+108
2009-12-04[SCSI] zfcp: Update FCP protocol related codeChristof Schmitt7-169/+156
2009-12-04[SCSI] zfcp: Dont fail SCSI commands when transitioning to blocked fc_rportChristof Schmitt1-2/+16
2009-12-04[SCSI] zfcp: Assign scheduled work to driver queueSwen Schillig6-24/+17
2009-12-04[SCSI] zfcp: Remove STATUS_COMMON_REMOVE flag as it is not required anymoreSwen Schillig6-78/+34
2009-12-04[SCSI] zfcp: Implement module unloadingChristof Schmitt3-13/+14
2009-12-04[SCSI] zfcp: Merge trace code for fsf requests in one functionChristof Schmitt1-54/+39
2009-12-04[SCSI] zfcp: Access ports and units with container_of in sysfs codeChristof Schmitt2-7/+10
2009-12-04[SCSI] zfcp: Remove suspend callbackSwen Schillig1-17/+1
2009-12-04[SCSI] zfcp: Remove global config_mutexSwen Schillig7-158/+232
2009-12-04[SCSI] zfcp: Replace local reference counting with common krefSwen Schillig11-258/+196
2009-12-04[SCSI] zfcp: Replace global config_lock with local list locksSwen Schillig8-200/+199
2009-12-04[SCSI] zfcp: Adapt change_queue_depth for queue full trackingChristof Schmitt1-3/+12
2009-12-04[SCSI] modify change_queue_depth to take in reason why it is being calledMike Christie1-1/+5
2009-10-22[SCSI] zfcp: Flush SCSI registration work when adding unitChristof Schmitt1-0/+1
2009-10-22[SCSI] zfcp: Fix timer initialization for ct and els requestsChristof Schmitt1-1/+1
2009-10-22[SCSI] zfcp: Warn about storage devices with broken PLOGI dataChristof Schmitt1-2/+9
2009-10-22[SCSI] zfcp: Handle WWPN mismatch in PLOGI payloadChristof Schmitt3-12/+22
2009-10-22[SCSI] zfcp: fix kfree handling in zfcp_init_device_setupHeiko Carstens1-5/+6
2009-10-02[SCSI] zfcp: Fix hang when offlining device with offline chpidChristof Schmitt2-5/+5
2009-10-02[SCSI] zfcp: Fix lockdep warning when offlining device with offline chpidChristof Schmitt2-1/+4
2009-10-02[SCSI] zfcp: Fix oops during shutdown of offline deviceChristof Schmitt1-4/+4
2009-10-02[SCSI] zfcp: Fix initial device and cfdc for delayed adapter allocationChristof Schmitt4-31/+38
2009-10-02[SCSI] zfcp: correctly initialize unchained requestsChristof Schmitt1-4/+18
2009-09-21trivial: remove unnecessary semicolonsJoe Perches1-1/+1
2009-09-05[SCSI] zfcp: optimize zfcp_qdio_accountHeiko Carstens2-7/+6
2009-09-05[SCSI] zfcp: Remove duplicated code for debug timestampsChristof Schmitt1-16/+3
2009-09-05[SCSI] zfcp: Handle failures during device allocation correctlyChristof Schmitt1-36/+29
2009-09-05[SCSI] zfcp: proper use of device registerSebastian Ott1-4/+8
2009-09-05[SCSI] zfcp: Replace config semaphore with mutexChristof Schmitt5-33/+32
2009-09-05[SCSI] zfcp: Defer resource allocation to first ccw_set_online callChristof Schmitt3-31/+54
2009-09-05[SCSI] zfcp: Simplify and update ct/gs and els timeout handlingChristof Schmitt3-17/+6
2009-09-05[SCSI] zfcp: Use kthread API for zfcp erp threadChristof Schmitt3-45/+27
2009-09-05[SCSI] zfcp: resolve false usage of dd_data in fc_rportSwen Schillig3-23/+5
2009-09-05[SCSI] zfcp: Apply common naming conventions to zfcp_fcSwen Schillig5-36/+35
2009-09-05[SCSI] zfcp: introduce _setup, _destroy for qdio and FCSwen Schillig4-64/+89
2009-09-05[SCSI] zfcp: Update dbf callsSwen Schillig9-380/+347
2009-09-05[SCSI] zfcp: Decouple gid_pn requests from erpChristof Schmitt6-56/+47
2009-09-05[SCSI] zfcp: Move qdio related data out of zfcp_adapterSwen Schillig9-296/+343
2009-09-05[SCSI] zfcp: Separate qdio attributes from zfcp_fsf_reqSwen Schillig5-115/+160
2009-09-05[SCSI] zfcp: Move workqueue to adapter structSwen Schillig6-8/+34