summaryrefslogtreecommitdiffstats
path: root/drivers/s390/scsi
AgeCommit message (Expand)AuthorLines
2008-06-05[SCSI] zfcp: Fix sparse warning by providing new entry in dbfChristof Schmitt-17/+28
2008-06-05[SCSI] zfcp: remove some __attribute__ ((packed))Martin Peschke-5/+5
2008-06-05[SCSI] zfcp: Refine trace levels of some recovery related events.Martin Peschke-2/+2
2008-06-05[SCSI] zfcp: Add information about interrupt to trace.Martin Peschke-2/+7
2008-06-05[SCSI] zfcp: Rename sbal_curr to sbal_last.Martin Peschke-31/+30
2008-06-05[SCSI] zfcp: Rename sbal_last.Martin Peschke-5/+5
2008-06-05[SCSI] zfcp: Remove field sbal_last from trace record.Martin Peschke-3/+0
2008-06-05[SCSI] zfcp: Remove some sparse warningsChristof Schmitt-1/+2
2008-06-05[SCSI] zfcp: Fix fsf_status_read return code handlingHeiko Carstens-4/+3
2008-06-05[SCSI] zfcp: Fix mempool pointer for GID_PN request allocationChristof Schmitt-6/+3
2008-06-05[SCSI] zfcp: receiving an unsolicted status can lead to I/O stallSwen Schillig-35/+32
2008-06-05[SCSI] zfcp: sysfs attributes for fabric and channel latenciesChristof Schmitt-0/+65
2008-06-05[SCSI] zfcp: Track fabric and channel latencies provided by FCP adapterChristof Schmitt-1/+82
2008-05-02[SCSI] Let scsi_cmnd->cmnd use request->cmd bufferBoaz Harrosh-2/+2
2008-04-27[SCSI] zfcp: Add some statistics provided by the FCP adapter to the sysfsSwen Schillig-2/+130
2008-04-27[SCSI] zfcp: Print some messages only during ERPSwen Schillig-17/+19
2008-04-27[SCSI] zfcp: Wait for free SBAL during exchange configSwen Schillig-1/+2
2008-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds-1532/+1448
2008-04-18[SCSI] zfcp: Fix error handling for blocked unit for send FCP commandChristof Schmitt-1/+1
2008-04-18[SCSI] zfcp: Remove zfcp_erp_wait from slave destory handler to fix deadlockChristof Schmitt-1/+0
2008-04-18[SCSI] zfcp: fix 31 bit compile warningsMartin Peschke-213/+211
2008-04-17[SCSI] zfcp: fix compiler warning caused by poking inside new semaphore (linu...Martin Peschke-3/+0
2008-04-17[S390] replace remaining __FUNCTION__ occurrencesHarvey Harrison-1/+1
2008-04-07[SCSI] zfcp: Add docbook comments to debug trace.Martin Peschke-0/+62
2008-04-07[SCSI] zfcp: Cleanup line breaks in debug trace.Martin Peschke-68/+55
2008-04-07[SCSI] zfcp: Shorten excessive names in debug trace.Martin Peschke-209/+170
2008-04-07[SCSI] zfcp: Move DBF definitions to private header fileChristof Schmitt-209/+234
2008-04-07[SCSI] zfcp: Simplify zfcp_dbf_tag and related functions in debug trace.Martin Peschke-78/+65
2008-04-07[SCSI] zfcp: Simplify usage of hex dump output function for debug trace.Martin Peschke-41/+28
2008-04-07[SCSI] zfcp: Remove obsolete output function from debug trace.Martin Peschke-15/+0
2008-04-07[SCSI] zfcp: Cleanup debug trace view functions.Martin Peschke-220/+162
2008-04-07[SCSI] zfcp: simplify zfcp_dbf_timestamp()Martin Peschke-14/+16
2008-04-07[SCSI] zfcp: Remove obsolete erp_dbf traceMartin Peschke-525/+4
2008-04-07[SCSI] zfcp: Add trace records for recovery actions.Martin Peschke-0/+51
2008-04-07[SCSI] zfcp: Trace all triggers of error recovery activityMartin Peschke-190/+362
2008-04-07[SCSI] zfcp: Add traces for state changes.Martin Peschke-114/+288
2008-04-07[SCSI] zfcp: Add trace records for recovery thread and its queuesMartin Peschke-0/+75
2008-04-07[SCSI] zfcp: Register new recovery trace.Martin Peschke-0/+53
2008-04-07[SCSI] zfcp: Introduce printf helper functions for debug trace.Martin Peschke-0/+16
2008-04-07[SCSI] zfcp: Add qtcb dump to hba debug traceMartin Peschke-0/+14
2008-04-07[SCSI] zfcp: Remove qtcb dump to kernel logMartin Peschke-31/+0
2008-04-07[SCSI] zfcp: Clean up _zfcp_san_dbf_event_common_elsMartin Peschke-29/+10
2008-04-07[SCSI] zfcp: Introduce a helper function that dumps hex data to a zfcp trace.Martin Peschke-0/+18
2008-04-07[SCSI] zfcp: Fix handling for boxed port after physical closeChristof Schmitt-0/+7
2008-04-07[SCSI] zfcp: convert zfcp to use target reset and device reset handlerChristof Schmitt-45/+20
2008-01-30[SCSI] zfcp: fix sense_buffer access bugFUJITA Tomonori-2/+2
2008-01-26[S390] drivers/s390/: Spelling fixesJoe Perches-2/+2
2008-01-26[S390] drivers/s390: Add missing "space"Joe Perches-5/+5
2008-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds-69/+72
2008-01-24zfcp: Use device_driver default attribute groups.Cornelia Huck-35/+9