aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-06[SCSI] lpfc 8.3.16: Change LPFC driver version to 8.3.16James Smart1-1/+1
2010-08-06[SCSI] lpfc 8.3.16: FCoE Discovery and Failover FixesJames Smart6-47/+144
2010-08-06[SCSI] lpfc 8.3.16: SLI Additions, updates, and code cleanupJames Smart9-51/+128
2010-08-06[SCSI] pm8001: introduce missing kfreeJulia Lawall1-3/+10
2010-08-06[SCSI] qla4xxx: Update driver version to 5.02.00-k3Vikas Chaudhary1-1/+1
2010-08-06[SCSI] qla4xxx: Added AER support for ISP82xxLalit Chandivade7-4/+352
2010-08-06[SCSI] qla4xxx: Handle outstanding mbx cmds on hung f/w scenariosNilesh Javali5-0/+47
2010-08-06[SCSI] qla4xxx: updated mbx_sys_info struct to sync with FW 4.6.xVikas Chaudhary2-11/+12
2010-08-06[SCSI] qla4xxx: clear AF_DPC_SCHEDULED flage when exit from do_dpcVikas Chaudhary1-1/+3
2010-08-06[SCSI] qla4xxx: Stop firmware before doing init firmware.Lalit Chandivade1-0/+6
2010-08-06[SCSI] qla4xxx: Use the correct request queue.Vikas Chaudhary1-1/+1
2010-08-06[SCSI] qla4xxx: set correct value in sess->recovery_tmoVikas Chaudhary4-9/+7
2010-08-06SCSI: remove fake "address-of" expressionAlan Stern2-2/+2
2010-08-06[SCSI] libfc: call fc_remote_port_chkready under the host lock.Mike Christie1-2/+2
2010-08-06[SCSI] remove fake "address-of" expressionAlan Stern2-2/+2
2010-08-06[SCSI] iscsi boot: mv iscsi_boot_sysfs to drivers/scsiMike Christie3-0/+490
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely3-30/+30
2010-08-06[SCSI] be2iscsi: select ISCSI_BOOT_SYSFSRandy Dunlap1-0/+1
2010-08-06[SCSI] be2iscsi: Driver Version change to 2.0.549.0Jayamohan Kallickal1-1/+1
2010-08-06[SCSI] be2iscsi: Increase max sectorJayamohan Kallickal1-1/+1
2010-08-06[SCSI] be2iscsi: Add support for iscsi bootJayamohan Kallickal6-46/+564
2010-08-06[SCSI] 53c700: remove dma_is_consistent usageFUJITA Tomonori1-3/+0
2010-08-05Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2-7/+7
2010-08-05scsi: Remove owner field from attribute initialization in ARCMSR driverGuenter Roeck1-3/+0
2010-08-05scsi: Remove owner field from attribute initialization in LPFC driverGuenter Roeck1-1/+0
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds18-31/+27
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds227-6088/+18351
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2-3/+4
2010-08-04Merge branch 'master' into for-nextJiri Kosina3-26/+43
2010-08-03pcmcia: remove memreq_tDominik Brodowski1-3/+2
2010-08-03pcmcia: do not use io_req_t when calling pcmcia_request_io()Dominik Brodowski5-42/+40
2010-08-03pcmcia: do not use io_req_t after call to pcmcia_request_io()Dominik Brodowski5-33/+32
2010-07-30pcmcia: remove cs_types.hDominik Brodowski5-5/+0
2010-07-28[SCSI] zfcp: Introduce experimental support for DIF/DIXFelix Beck1-0/+4
2010-07-28[SCSI] sd: add support for runtime PMAlan Stern1-5/+16
2010-07-28[SCSI] implement runtime Power ManagementAlan Stern7-11/+193
2010-07-28[SCSI] convert to the new PM frameworkAlan Stern4-47/+105
2010-07-28[SCSI] Unify SAM_ and SAM_STAT_ macrosJames Bottomley8-30/+30
2010-07-28[SCSI] ibmvstgt: add __init/__exit macrosPeter Huewe1-2/+2
2010-07-28[SCSI] aacraid: Do not set DMA mask to 32 bit first if adapter only supports 31Rolf Eike Beer1-6/+8
2010-07-28[SCSI] qla2xxx: T10 DIF Type 2 supportArun Easi4-6/+43
2010-07-28[SCSI] qla2xxx: Cleanup some dead-code and make some functions static.Andrew Vasquez5-60/+5
2010-07-28[SCSI] qla2xxx: Update copyright banner.Giridhar Malavali22-22/+22
2010-07-28[SCSI] qla2xxx: Rearranged and cleaned up the code for processing the pending commands.Giridhar Malavali4-40/+25
2010-07-28[SCSI] qla2xxx: Updates for ISP82xx.Giridhar Malavali4-289/+42
2010-07-28[SCSI] qla2xxx: Do not allow ELS Passthru commands for ISP23xx adaptersHarish Zunjarrao1-13/+24
2010-07-28[SCSI] qla2xxx: Add CT passthru support for ISP23xx adaptersHarish Zunjarrao3-10/+162
2010-07-28[SCSI] qla2xxx: Don't issue set or get port param MBC if remote port is not logged inMadhuranath Iyengar1-0/+7
2010-07-28[SCSI] qla2xxx: Add qla2x00_free_fcports() functionChad Dupuis3-6/+15
2010-07-28[SCSI] qla2xxx: Stop firmware before doing init firmware.Andrew Vasquez1-2/+3