summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds286-43764/+37794
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds3-42/+11
2010-10-22Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds5-14/+28
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds16-3/+19
2010-10-22Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds16-80/+79
2010-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds5-228/+72
2010-10-19Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe18-70/+262
2010-10-15llseek: automatically add .llseek fopArnd Bergmann16-3/+19
2010-10-15block: Make the integrity mapped property a bio flagMartin K. Petersen1-5/+6
2010-10-11[SCSI] be2iscsi: SGE Len == 64KJayamohan Kallickal1-1/+1
2010-10-11[SCSI] be2iscsi: Remove premature free of cidJayamohan Kallickal1-3/+0
2010-10-11[SCSI] be2iscsi: More time for FWJayamohan Kallickal1-1/+1
2010-10-11[SCSI] libsas: fix bug for vacant phyJack Wang1-3/+6
2010-10-11[SCSI] sd: Fix overflow with big physical blocksMartin K. Petersen2-7/+8
2010-10-08[SCSI] st: add MTWEOFI to write filemarks without flushing drive bufferKai Makisara1-6/+9
2010-10-08[SCSI] libsas: Don't issue commands to devices that have been hot-removedDarrick J. Wong3-0/+14
2010-10-07[SCSI] megaraid_sas: Add Online Controller Reset to MegaRAID SAS drivebo yang2-57/+787
2010-10-07[SCSI] lpfc 8.3.17: Update lpfc driver version to 8.3.17James Smart1-1/+1
2010-10-07[SCSI] lpfc 8.3.17: Replace function reset methodologyJames Smart3-201/+9
2010-10-07[SCSI] lpfc 8.3.17: SCSI fixesJames Smart1-6/+24
2010-10-07[SCSI] lpfc 8.3.17: BSG fixesJames Smart1-2/+66
2010-10-07[SCSI] lpfc 8.3.17: SLI Additions and FixesJames Smart4-38/+78
2010-10-07[SCSI] lpfc 8.3.17: Code Cleanup and Locking fixesJames Smart6-117/+142
2010-10-07[SCSI] ipr: fix array error loggingWayne Boyer2-7/+12
2010-10-07[SCSI] aha152x: enable PCMCIA on 64bitJiri Slaby1-1/+0
2010-10-07[SCSI] scsi_dh_alua: Handle all states correctlyHannes Reinecke1-27/+38
2010-10-07[SCSI] cxgb4i: connection and ddp setting updatekxie@chelsio.com3-72/+71
2010-10-07[SCSI] cxgb3i: fixed connection over vlankxie@chelsio.com3-36/+49
2010-10-07[SCSI] libcxgbi: pdu read fixeskxie@chelsio.com2-28/+53
2010-10-07[SCSI] cxgbi: rename alloc_cpl to alloc_wrkxie@chelsio.com3-26/+25
2010-10-07[SCSI] ibmvfc: Handle Virtual I/O Server rebootBrian King1-2/+4
2010-10-07[SCSI] sd name space exhaustion causes system hangMichael Reed1-5/+10
2010-10-07[SCSI] fc class: add fc host dev loss sysfs fileMike Christie1-36/+88
2010-10-07[SCSI] lpfc: prep for fc host dev loss tmo supportMike Christie2-10/+8
2010-10-07[SCSI] qla2xxx: prep for fc host dev loss tmo supportMike Christie1-11/+2
2010-10-07[SCSI] ibmvfc: prep for fc host dev loss tmo supportMike Christie1-13/+2
2010-10-07[SCSI] fnic: prep for fc host dev loss tmo supportMike Christie1-6/+7
2010-10-07[SCSI] qla4xxx: fix build on PPCJiri Slaby1-0/+1
2010-10-07[SCSI] libsas: fix NCQ mixing with non-NCQDavid Milburn1-0/+1
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann2-13/+13
2010-09-29pcmcia: remove obsolete and wrong commentsDominik Brodowski1-26/+0
2010-09-29pcmcia: avoid messages on module (un)loadingDominik Brodowski2-6/+0
2010-09-29pcmcia: move driver name to struct pcmcia_driverDominik Brodowski5-14/+4
2010-09-29pcmcia: remove the "Finally, report what we've done" messageDominik Brodowski1-15/+0
2010-09-29pcmcia: use autoconfiguration feature for ioports and iomemDominik Brodowski5-82/+38
2010-09-29pcmcia: introduce autoconfiguration featureDominik Brodowski5-72/+42
2010-09-29pcmcia: convert pcmcia_request_configuration to pcmcia_enable_deviceDominik Brodowski5-21/+14
2010-09-29pcmcia: move config_{base,index,regs} to struct pcmcia_deviceDominik Brodowski4-4/+4
2010-09-29pcmcia: simplify IntTypeDominik Brodowski5-5/+0
2010-09-29pcmcia: simplify Status, ExtStatus register accessDominik Brodowski1-3/+1