aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds4-7/+8
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds3-1/+6
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2-1/+19
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2-4/+0
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-22scsi/sd: add a no_read_capacity_16 scsi_device flagHans de Goede1-0/+12
2010-10-22scsi/sr: add no_read_disc_info scsi_device flagHans de Goede1-1/+7
2010-10-22driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devicesKay Sievers2-4/+0
2010-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds5-228/+72
2010-10-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2010-10-19Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe18-70/+262
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock1-4/+5
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-14cnic: Defer iscsi connection cleanupMichael Chan1-0/+2
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-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller18-70/+262