aboutsummaryrefslogtreecommitdiff
path: root/drivers/s390/scsi/zfcp_aux.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-04[SCSI] zfcp: Replace local reference counting with common krefGravatar Swen Schillig 1-123/+108
2009-12-04[SCSI] zfcp: Replace global config_lock with local list locksGravatar Swen Schillig 1-34/+46
2009-10-22[SCSI] zfcp: fix kfree handling in zfcp_init_device_setupGravatar Heiko Carstens 1-5/+6
2009-10-02[SCSI] zfcp: Fix hang when offlining device with offline chpidGravatar Christof Schmitt 1-1/+0
2009-10-02[SCSI] zfcp: Fix lockdep warning when offlining device with offline chpidGravatar Christof Schmitt 1-1/+0
2009-10-02[SCSI] zfcp: Fix initial device and cfdc for delayed adapter allocationGravatar Christof Schmitt 1-11/+20
2009-09-05[SCSI] zfcp: Handle failures during device allocation correctlyGravatar Christof Schmitt 1-36/+29
2009-09-05[SCSI] zfcp: proper use of device registerGravatar Sebastian Ott 1-4/+8
2009-09-05[SCSI] zfcp: Replace config semaphore with mutexGravatar Christof Schmitt 1-11/+11
2009-09-05[SCSI] zfcp: Defer resource allocation to first ccw_set_online callGravatar Christof Schmitt 1-0/+6
2009-09-05[SCSI] zfcp: Use kthread API for zfcp erp threadGravatar Christof Schmitt 1-3/+1
2009-09-05[SCSI] zfcp: resolve false usage of dd_data in fc_rportGravatar Swen Schillig 1-4/+0
2009-09-05[SCSI] zfcp: Apply common naming conventions to zfcp_fcGravatar Swen Schillig 1-1/+1
2009-09-05[SCSI] zfcp: introduce _setup, _destroy for qdio and FCGravatar Swen Schillig 1-28/+14
2009-09-05[SCSI] zfcp: Update dbf callsGravatar Swen Schillig 1-3/+4
2009-09-05[SCSI] zfcp: Decouple gid_pn requests from erpGravatar Christof Schmitt 1-2/+7
2009-09-05[SCSI] zfcp: Move qdio related data out of zfcp_adapterGravatar Swen Schillig 1-6/+14
2009-09-05[SCSI] zfcp: Move workqueue to adapter structGravatar Swen Schillig 1-2/+27
2009-09-05[SCSI] zfcp: Improve request allocation through mempoolsGravatar Swen Schillig 1-43/+55
2009-09-05[SCSI] zfcp: Implicitly close all wka portsGravatar Christof Schmitt 1-0/+1
2009-09-05[SCSI] zfcp: Move debug data from zfcp_data to own data structureGravatar Christof Schmitt 1-4/+0
2009-09-05[SCSI] zfcp: invalid usage after free of port resourcesGravatar Swen Schillig 1-2/+5
2009-06-12[SCSI] zfcp: Add FC pass-through supportGravatar Sven Schuetz 1-2/+8
2009-04-27[SCSI] zfcp: Fix oops when port disappearsGravatar Christof Schmitt 1-2/+1
2009-04-27[SCSI] zfcp: Set WKA-port to offline on adapter deactivationGravatar Swen Schillig 1-1/+2
2009-04-27[SCSI] zfcp: Dont block zfcp_wq with scanGravatar Swen Schillig 1-3/+2
2009-03-12[SCSI] zfcp: Ensure all work is cancelled on adapter dequeueGravatar Swen Schillig 1-1/+0
2009-03-12[SCSI] zfcp: fix queue, scheduled work processing.Gravatar Swen Schillig 1-0/+1
2009-03-12[SCSI] zfcp: Block FC transport rports early on errorsGravatar Christof Schmitt 1-1/+3
2009-03-12[SCSI] zfcp: replace current ERP logging with a more convenient versionGravatar Swen Schillig 1-1/+2
2009-03-12[SCSI] zfcp: Send ELS ADISC from workqueueGravatar Christof Schmitt 1-0/+1
2009-03-12[SCSI] zfcp: add measurement data for average qdio queue utilisationGravatar Martin Peschke 1-0/+1
2009-03-12[SCSI] zfcp: Remove some port flagsGravatar Christof Schmitt 1-7/+6
2008-12-29[SCSI] zfcp: Remove initial device data from zfcp_dataGravatar Christof Schmitt 1-50/+45
2008-12-29[SCSI] zfcp: Remove adapter listGravatar Christof Schmitt 1-12/+0
2008-12-29[SCSI] zfcp: register with SCSI layer on ccw registrationGravatar Swen Schillig 1-1/+2
2008-12-25[S390] convert zfcp printks to pr_xxx macros.Gravatar Christof Schmitt 1-3/+6
2008-12-25[S390] struct device - replace bus_id with dev_name(), dev_set_name()Gravatar Kay Sievers 1-2/+4
2008-12-25[S390] zfcp: Report microcode level through service level interfaceGravatar Christof Schmitt 1-0/+13
2008-11-05[SCSI] zfcp: Fix cast warningGravatar Christof Schmitt 1-1/+2
2008-10-10[S390] bus_id -> dev_set_name() changesGravatar Cornelia Huck 1-4/+3
2008-10-03[SCSI] zfcp: wait on SCSI work to be finished before proceeding with init devGravatar Swen Schillig 1-0/+5
2008-10-03[SCSI] zfcp: fix deadlock caused by shared work queue tasksGravatar Swen Schillig 1-0/+2
2008-10-03[SCSI] zfcp: Simplify zfcp data structuresGravatar Christof Schmitt 1-33/+1
2008-10-03[SCSI] zfcp: Simplify get_adapter_by_busidGravatar Swen Schillig 1-13/+0
2008-10-03[SCSI] zfcp: remove all typedefs and replace them with standardsGravatar Swen Schillig 1-9/+12
2008-10-03[SCSI] zfcp: attach and release SAN nameserver port on demandGravatar Swen Schillig 1-58/+7
2008-10-03[SCSI] zfcp: remove unused references, declarations and flagsGravatar Swen Schillig 1-2/+2
2008-10-03[SCSI] zfcp: Update message with input from reviewGravatar Christof Schmitt 1-4/+4
2008-07-12[SCSI] zfcp: zfcp_fsf cleanup.Gravatar Swen Schillig 1-2/+2