summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-04-07[SCSI] aic94xx: cleanupsAdrian Bunk13-113/+87
2008-04-07[SCSI] ch: fix sparse shadowed variable warningsHarvey Harrison1-16/+17
2008-04-07[SCSI] make scsi_end_bidi_request() staticAdrian Bunk1-1/+1
2008-04-07[SCSI] hptiop: fix header.context usageJames Bottomley1-2/+4
2008-04-07[SCSI] wd33c93: fix up cut and paste errorJames Bottomley3-9/+9
2008-04-07[SCSI] scsi_debug: remove unnecessary function declarationsFUJITA Tomonori1-144/+133
2008-04-07[SCSI] scsi_debug: support large non-fake virtual diskFUJITA Tomonori1-3/+3
2008-04-07[SCSI] scsi_debug: remove the duplicated code in resp_read and resp_writeFUJITA Tomonori1-66/+50
2008-04-07[SCSI] scsi_debug: sweep up sdebug_capacity calculationFUJITA Tomonori1-27/+17
2008-04-07[SCSI] scsi_debug: remove unnecessary sdebug_store_sizeFUJITA Tomonori1-7/+6
2008-04-07[SCSI] hosts.c: removed one unneeded shost->active_mode assignmentDenis Cheng1-1/+0
2008-04-07[SCSI] aacraid, ips: leX_add_cpu conversionMarcin Slusarz2-7/+3
2008-04-07[SCSI] zfcp: Remove obsolete erp_dbf traceMartin Peschke7-525/+4
2008-04-07[SCSI] zfcp: Add trace records for recovery actions.Martin Peschke4-0/+51
2008-04-07[SCSI] zfcp: Trace all triggers of error recovery activityMartin Peschke12-190/+362
2008-04-07[SCSI] zfcp: Add traces for state changes.Martin Peschke10-114/+288
2008-04-07[SCSI] zfcp: Add trace records for recovery thread and its queuesMartin Peschke4-0/+75
2008-04-07[SCSI] zfcp: Register new recovery trace.Martin Peschke3-0/+53
2008-04-07[SCSI] zfcp: Introduce printf helper functions for debug trace.Martin Peschke1-0/+16
2008-04-07[SCSI] zfcp: Add qtcb dump to hba debug traceMartin Peschke1-0/+14
2008-04-07[SCSI] zfcp: Remove qtcb dump to kernel logMartin Peschke1-31/+0
2008-04-07[SCSI] zfcp: Clean up _zfcp_san_dbf_event_common_elsMartin Peschke1-29/+10
2008-04-07[SCSI] zfcp: Introduce a helper function that dumps hex data to a zfcp trace.Martin Peschke1-0/+18
2008-04-07[SCSI] scsi_debug: fix lba and data length calculation bugsFUJITA Tomonori1-14/+18
2008-04-07[SCSI] mpt fusion: fix up msi_enable in mpt_suspendJames Bottomley1-1/+1
2008-04-07[SCSI] ps3rom: use scsi_build_sense_bufferFUJITA Tomonori1-5/+2
2008-04-07[SCSI] stex: use scsi_build_sense_bufferFUJITA Tomonori1-12/+5
2008-04-07[SCSI] libata: use scsi_build_sense_bufferFUJITA Tomonori1-5/+1
2008-04-07[SCSI] scsi_debug: use scsi_build_sense_bufferFUJITA Tomonori1-13/+5
2008-04-07[SCSI] add scsi_build_sense_buffer helper functionFUJITA Tomonori2-1/+31
2008-04-07[SCSI] WD33C93: let platform stub override no_sync/fast/dma_modeThomas Bogendoerfer6-6/+16
2008-04-07[SCSI] mptsas: do not use ioc->handle to locate hba portinfo structureMichael Reed2-6/+17
2008-04-07[SCSI] qla4xxx: fix scsi command completion, lun reset and target reset codeDavid C Somayajulu5-53/+26
2008-04-07[SCSI] megaraid_sas: Add the new controller(1078DE) support to the driverbo yang2-2/+6
2008-04-07[SCSI] megaraid_sas: Fix the frame count calculationbo yang2-10/+25
2008-04-07[SCSI] megaraid_sas: rollback the sense info implementationbo yang1-6/+5
2008-04-07[SCSI] 3w-9xxx, 3w-xxxx: memset not needed in probeDenis Cheng2-4/+0
2008-04-07[SCSI] aic7xxx: Test opcode, not definition in aicasm:type_check()Roel Kluin1-1/+1
2008-04-07[SCSI] scsi_debug: remove unnecessary function declarationsFUJITA Tomonori1-274/+233
2008-04-07[SCSI] scsi_debug: use list_for_each_entry_safeFUJITA Tomonori1-10/+6
2008-04-07[SCSI] scsi_debug: remove unnecessary condition test in devInfoRegFUJITA Tomonori1-19/+18
2008-04-07[SCSI] scsi_debug: create new scsi_debug devices at a single placeFUJITA Tomonori1-11/+18
2008-04-07[SCSI] scsi_debug: remove temporary hack around sscanf for negative valuesFUJITA Tomonori1-14/+3
2008-04-07[SCSI] export command allocation and freeing functions independently of the hostJames Bottomley2-37/+115
2008-04-07[SCSI] consolidate command allocation in a single placeJames Bottomley1-32/+50
2008-04-07[SCSI] 3w-9xxx: use sg buffer copy helper functionsFUJITA Tomonori1-12/+9
2008-04-07[SCSI] 3w-xxxx: use sg buffer copy helper functionsFUJITA Tomonori1-10/+2
2008-04-07[SCSI] stex: use sg buffer copy helper functionsFUJITA Tomonori1-56/+10
2008-04-07[SCSI] aacraid: use sg buffer copy helper functionsFUJITA Tomonori1-32/+17
2008-04-07[SCSI] ips: use sg buffer copy helper funcitonsFUJITA Tomonori1-42/+8