summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-04-03[SCSI] fcoe: Initialize all possilbe skb_queue(s) when module is loadedRobert Love1-9/+12
2009-04-03[SCSI] osd_uld: Remove creation of osd_scsi class symlinkBoaz Harrosh1-6/+0
2009-04-03[SCSI] libosd: fix blk_put_request called from within request_end_ioBoaz Harrosh1-18/+24
2009-04-03[SCSI] fix recovered error handlingJames Bottomley3-16/+16
2009-04-03[SCSI] aic7xxx: leaves timer running on init failureHannes Reinecke2-10/+4
2009-04-03[SCSI] qla2xxx: Update version number to 8.03.01-k1.Andrew Vasquez1-2/+2
2009-04-03[SCSI] qla2xxx: Get FLT address in dword format.Harish Zunjarrao1-2/+2
2009-04-03[SCSI] qla2xxx: Correct several PCI-EEH issues.Seokmann Ju3-3/+18
2009-04-03[SCSI] qla2xxx: Don't cache VPD data for newer ISPs.Andrew Vasquez2-2/+7
2009-04-03[SCSI] qla2xxx: Explicitly set the execution-throttle with recent ISPs.Andrew Vasquez2-4/+9
2009-04-03[SCSI] qla2xxx: Reduce request queue-size overhead with recent ISPs.Andrew Vasquez2-64/+6
2009-04-03[SCSI] qla2xxx: Always use an FLT's NVRAM/VPD region information.Andrew Vasquez6-16/+45
2009-04-03[SCSI] qla2xxx: Drop use of IRQF_DISABLE.Giridhar Malavali1-1/+1
2009-04-03[SCSI] qla2xxx: Add EDC-update support.Joe Carnuccio5-0/+238
2009-04-03[SCSI] qla2xxx: Export flash-block-size for application support.Lalit Chandivade1-0/+13
2009-04-03[SCSI] qla2xxx: Cleanup unused flags and #defines.Shyam Sundar5-127/+15
2009-04-03[SCSI] qla2xxx: Remove implicit ISP-abort after a flash update.Lalit Chandivade2-4/+14
2009-04-03[SCSI] qla2xxx: Add reset capabilities for application support.Lalit Chandivade4-0/+84
2009-04-03[SCSI] qla2xxx: Correct ISP abort semantics for NVRAM, VPD, and flash update.Lalit Chandivade6-1/+57
2009-04-03[SCSI] qla2xxx: Add Flash-Access-Control support for recent ISPs.Joe Carnuccio6-14/+184
2009-04-03[SCSI] qla2xxx: Ensure the timer and DPC routines complete prior to midlayer ...Andrew Vasquez1-19/+30
2009-04-03[SCSI] qla2xxx: Correct abort-semantics in qla2x00_abort_all_cmds().Andrew Vasquez1-1/+1
2009-04-03[SCSI] qla2xxx: Update MPI/PHY version retrieval codes.Andrew Vasquez5-12/+32
2009-04-03[SCSI] qla2xxx: Preserve an fcport's loop-id after terminate_rport_io().Andrew Vasquez1-3/+1
2009-04-03[SCSI] qla2xxx: Pass in optional extended-initialization control block.Andrew Vasquez5-7/+54
2009-04-03[SCSI] qla2xxx: Always (re)read firmware version/capabilities information.Andrew Vasquez1-5/+8
2009-04-03[SCSI] qla2xxx: Use byte-address while reading FC boot code versions from flash.Harish Zunjarrao1-1/+1
2009-04-03[SCSI] qla2xxx: Correct over-allocation of firmware-dump buffer.Giridhar Malavali1-1/+1
2009-04-03[SCSI] qla2xxx: Initialize FCE debugfs codes with the proper vha structure.Giridhar Malavali1-2/+2
2009-04-03[SCSI] qla2xxx: Consolidate queuecommand implementations.Giridhar Malavali3-108/+7
2009-04-03[SCSI] qla2xxx: Refactor request/response-queue register handling.Andrew Vasquez5-78/+31
2009-04-03[SCSI] ibmvfc: Driver version 1.0.5Brian King1-2/+2
2009-04-03[SCSI] ibmvfc: Improve ADISC timeout handlingBrian King2-3/+106
2009-04-03[SCSI] ibmvfc: Show host maxframe_sizeBrian King1-0/+1
2009-04-03[SCSI] ibmvfc: Fixup module parms attributesBrian King1-1/+1
2009-04-03[SCSI] ibmvfc: Fix dropped interruptsBrian King2-2/+24
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-3/+0
2009-04-03Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds19-135/+329
2009-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds44-2865/+23833
2009-04-03xpc_sn2: fix max() warning about pointers of different typesRobin Holt1-5/+5
2009-04-03sgi-gru: remove SGI_GRU as a valid config option for ia64 configs with SGI_UVRobin Holt1-2/+2
2009-04-03sgi-gru: support multiple pagesizes in GRUJack Steiner6-38/+35
2009-04-03sgi-gru: fix bugs related to module unload of the GRU driverJack Steiner3-1/+24
2009-04-03sgi-gru: macro for scanning all gru chipletsJack Steiner4-13/+14
2009-04-03sgi-gru: add support to the GRU driver for message queue interruptsJack Steiner7-118/+305
2009-04-03sgi-gru: restructure the GRU vtop functionsJack Steiner1-24/+44
2009-04-03sgi-gru: aSID (context management) bug fixesJack Steiner2-4/+10
2009-04-03sgi-gru: add support for a user to explicitly unload a GRU contextJack Steiner1-0/+36
2009-04-03sgi-gru: add statistics to the GRU context management functionsJack Steiner3-0/+59
2009-04-03sgi-gru: change GRU CCH commands from inline functions to outofline functionsJack Steiner4-160/+218