summaryrefslogtreecommitdiffstats
path: root/drivers/s390/scsi
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] Let scsi_cmnd->cmnd use request->cmd bufferBoaz Harrosh2008-05-022-2/+2
* [SCSI] zfcp: Add some statistics provided by the FCP adapter to the sysfsSwen Schillig2008-04-272-2/+130
* [SCSI] zfcp: Print some messages only during ERPSwen Schillig2008-04-271-17/+19
* [SCSI] zfcp: Wait for free SBAL during exchange configSwen Schillig2008-04-271-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-04-1813-1532/+1448Star
|\
| * [SCSI] zfcp: Fix error handling for blocked unit for send FCP commandChristof Schmitt2008-04-181-1/+1
| * [SCSI] zfcp: Remove zfcp_erp_wait from slave destory handler to fix deadlockChristof Schmitt2008-04-181-1/+0Star
| * [SCSI] zfcp: fix 31 bit compile warningsMartin Peschke2008-04-1811-213/+211Star
| * [SCSI] zfcp: fix compiler warning caused by poking inside new semaphore (linu...Martin Peschke2008-04-172-3/+0Star
| * [SCSI] zfcp: Add docbook comments to debug trace.Martin Peschke2008-04-071-0/+62
| * [SCSI] zfcp: Cleanup line breaks in debug trace.Martin Peschke2008-04-071-68/+55Star
| * [SCSI] zfcp: Shorten excessive names in debug trace.Martin Peschke2008-04-072-209/+170Star
| * [SCSI] zfcp: Move DBF definitions to private header fileChristof Schmitt2008-04-072-209/+234
| * [SCSI] zfcp: Simplify zfcp_dbf_tag and related functions in debug trace.Martin Peschke2008-04-071-78/+65Star
| * [SCSI] zfcp: Simplify usage of hex dump output function for debug trace.Martin Peschke2008-04-071-41/+28Star
| * [SCSI] zfcp: Remove obsolete output function from debug trace.Martin Peschke2008-04-071-15/+0Star
| * [SCSI] zfcp: Cleanup debug trace view functions.Martin Peschke2008-04-071-220/+162Star
| * [SCSI] zfcp: simplify zfcp_dbf_timestamp()Martin Peschke2008-04-071-14/+16
| * [SCSI] zfcp: Remove obsolete erp_dbf traceMartin Peschke2008-04-077-525/+4Star
| * [SCSI] zfcp: Add trace records for recovery actions.Martin Peschke2008-04-074-0/+51
| * [SCSI] zfcp: Trace all triggers of error recovery activityMartin Peschke2008-04-0712-190/+362
| * [SCSI] zfcp: Add traces for state changes.Martin Peschke2008-04-0710-114/+288
| * [SCSI] zfcp: Add trace records for recovery thread and its queuesMartin Peschke2008-04-074-0/+75
| * [SCSI] zfcp: Register new recovery trace.Martin Peschke2008-04-073-0/+53
| * [SCSI] zfcp: Introduce printf helper functions for debug trace.Martin Peschke2008-04-071-0/+16
| * [SCSI] zfcp: Add qtcb dump to hba debug traceMartin Peschke2008-04-071-0/+14
| * [SCSI] zfcp: Remove qtcb dump to kernel logMartin Peschke2008-04-071-31/+0Star
| * [SCSI] zfcp: Clean up _zfcp_san_dbf_event_common_elsMartin Peschke2008-04-071-29/+10Star
| * [SCSI] zfcp: Introduce a helper function that dumps hex data to a zfcp trace.Martin Peschke2008-04-071-0/+18
| * [SCSI] zfcp: Fix handling for boxed port after physical closeChristof Schmitt2008-04-071-0/+7
| * [SCSI] zfcp: convert zfcp to use target reset and device reset handlerChristof Schmitt2008-04-072-45/+20Star
* | [S390] replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-171-1/+1
|/
* [SCSI] zfcp: fix sense_buffer access bugFUJITA Tomonori2008-01-301-2/+2
* [S390] drivers/s390/: Spelling fixesJoe Perches2008-01-262-2/+2
* [S390] drivers/s390: Add missing "space"Joe Perches2008-01-261-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-01-267-69/+72
|\
| * [SCSI] zfcp: Hold queue lock when checking port/unit handle for task manageme...Christof Schmitt2008-01-121-17/+9Star
| * [SCSI] zfcp: Hold queue lock when checking port/unit handle for FCP commandChristof Schmitt2008-01-122-5/+10
| * [SCSI] zfcp: Hold queue lock when checking port handle for ELS commandChristof Schmitt2008-01-122-1/+8
| * [SCSI] zfcp: Hold queue lock when checking port/unit handle for abort commandChristof Schmitt2008-01-121-13/+8Star
| * [SCSI] zfcp: Fix evaluation of port handles in abort handlerChristof Schmitt2008-01-121-5/+4Star
| * [SCSI] zfcp: fix use after free bug.Heiko Carstens2008-01-122-1/+16
| * [SCSI] zfcp: Reduce flood on hba traceChristof Schmitt2008-01-121-6/+0Star
| * [SCSI] zfcp: Fix deadlock when adding invalid LUNChristof Schmitt2008-01-124-10/+0Star
| * [SCSI] zfcp: Remove SCSI devices when removing complete adapterChristof Schmitt2008-01-121-0/+3
| * [SCSI] zfcp: Specify waiting times in ERP in secondsChristof Schmitt2008-01-122-6/+6
| * [SCSI] zfcp: Use also port and adapter to identify unit in messages.Christof Schmitt2008-01-121-2/+6
| * [SCSI] zfcp: Remove unnecessary eh_bus_reset_handler callbackChristof Schmitt2008-01-121-3/+2Star
* | zfcp: Use device_driver default attribute groups.Cornelia Huck2008-01-253-35/+9Star
|/
* [SCSI] zfcp: fix cleanup of dismissed error recovery actionsMartin Peschke2007-11-161-8/+6Star