summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2008-04-07[SCSI] qla2xxx: Add midlayer target/device reset support.Andrew Vasquez5-198/+192
2008-04-07[SCSI] qla2xxx: Check alternate 'reason' code during GPSC status handling.Andrew Vasquez2-2/+5
2008-04-07[SCSI] qla2xxx: Add Flash Descriptor Table layout support.Andrew Vasquez5-43/+152
2008-04-07[SCSI] qla2xxx: Use PCI-SIG nomenclature for PCIe bandwidth units.Andrew Vasquez1-2/+2
2008-04-07[SCSI] qla2xxx: Cruft cleanup of functions and structures.Andrew Vasquez11-428/+2
2008-04-07[SCSI] qla2xxx: Add hardware trace-logging support.Andrew Vasquez8-25/+229
2008-04-07[SCSI] qla2xxx: Add FC-transport Asynchronous Event Notification support.Andrew Vasquez4-0/+102
2008-04-07[SCSI] qla2xxx: Simplify interrupt handler locking.Andrew Vasquez1-19/+12
2008-04-07[SCSI] qla2xxx: Use an rport's scsi_target_id member consistently throughout ...Andrew Vasquez3-9/+6
2008-04-07[SCSI] qla2xxx: Remove unused and obsolete #define's.Andrew Vasquez4-27/+0
2008-04-07[SCSI] qla2xxx: Add support for host supported speeds FC transport attribute.Andrew Vasquez1-5/+20
2008-04-07[SCSI] qla2xxx: Update copyright banner.Andrew Vasquez18-32/+20
2008-04-07[SCSI] qla2xxx: Update firmware filenames for new ISP parts.Andrew Vasquez1-1/+2
2008-04-07[SCSI] ips: remove spurious cpu_to_leX on outX statementsJames Bottomley1-16/+16
2008-04-07[SCSI] transport_class: BUG if we can't release the attribute containerJames Bottomley1-1/+1
2008-04-07[SCSI] fix barrier failure issueJames Bottomley1-6/+4
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] scsi_debug: fix lba and data length calculation bugsFUJITA Tomonori1-14/+18
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] scsi_debug: use scsi_build_sense_bufferFUJITA Tomonori1-13/+5
2008-04-07[SCSI] add scsi_build_sense_buffer helper functionFUJITA Tomonori1-0/+28
2008-04-07[SCSI] WD33C93: let platform stub override no_sync/fast/dma_modeThomas Bogendoerfer6-6/+16
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 Bottomley1-37/+112
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