summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-05-08[SCSI] megaraid: replace yield() with cond_resched()Amol Lad1-1/+2
2007-05-08[SCSI] megaraid: fix warnings when CONFIG_PROC_FS=nwalter harms2-8/+13
2007-05-06[SCSI] aacraid: correct SUN products to READMESalyzyn, Mark1-2/+2
2007-05-06[SCSI] aacraid: superfluous adapter reset for IBM 8 series ServeRAID controllersSalyzyn, Mark1-1/+1
2007-05-06[SCSI] aacraid: kexec fix (reset interrupt handler)Salyzyn, Mark1-0/+2
2007-05-06[SCSI] tmscsim: Remove the last bus_to_virt()Guennadi Liakhovetski1-58/+66
2007-05-06[SCSI] tmscsim: remove bogus endianness conversionsGuennadi Liakhovetski2-22/+17
2007-05-06[SCSI] tmscsim: remove long dead DMA_INTGuennadi Liakhovetski1-89/+9
2007-05-06[SCSI] ipr: Better handle adapter boot time errorsBrian King1-1/+6
2007-05-06[SCSI] deprecate the old NCR53C9x driverChristoph Hellwig1-0/+9
2007-05-06[SCSI] fc_transport: make all rports wait dev_loss_tmo before removing themJames Smart1-61/+97
2007-05-06[SCSI] ipr: Enable multi-initator RAID supportBrian King2-7/+159
2007-05-06[SCSI] ipr: Improved dual adapter errorsBrian King1-6/+72
2007-05-06[SCSI] ipr: Increase adapter operational timeoutBrian King1-3/+6
2007-05-06[SCSI] ipr: Handle IOA reset requestBrian King2-2/+13
2007-05-06[SCSI] ipr: Handle check condition status from disk array deviceBrian King1-2/+3
2007-05-06[SCSI] ipr: Handle UA on disk array following an adapter resetBrian King1-0/+1
2007-05-06[SCSI] ipr: Allow driver_data to be passed for dynamic idsBrian King1-0/+1
2007-05-06[SCSI] ipr: Prevent overlapped adapter resetsBrian King1-1/+23
2007-05-06[SCSI] sas_scsi_host: Convert to use the kthread APIChristoph Hellwig2-25/+14
2007-05-06[SCSI] qla4xxx: possible cleanupsAdrian Bunk6-37/+40
2007-05-06[SCSI] lpfc 8.1.12 : Change version number to 8.1.12James Smart1-3/+3
2007-05-06[SCSI] lpfc 8.1.12 : Update copyright year to 2007James Smart14-14/+14
2007-05-06[SCSI] lpfc 8.1.12 : Added support for 8G speed and new HBAsJames Smart6-3/+51
2007-05-06[SCSI] lpfc 8.1.12 : Add support for async scanningJames Smart3-150/+160
2007-05-06[SCSI] lpfc 8.1.12 : Don't process ERATT interrupts when issuing KILL_BOARD m...James Smart2-0/+13
2007-05-06[SCSI] lpfc 8.1.12 : Collapse discovery lists to a single node listJames Smart9-536/+282
2007-05-06[SCSI] lpfc 8.1.12 : Reference count node structures for node lifetime manage...James Smart6-109/+149
2007-05-06[SCSI] lpfc 8.1.12 : Improve handling of failed ELS abortsJames Smart2-1/+55
2007-05-06[SCSI] lpfc 8.1.12 : Improve diagnostic messages and change local loopback me...James Smart6-35/+61
2007-05-06[SCSI] lpfc 8.1.12 : Fixed recovery of rport after race with dev_loss_tmoJames Smart1-3/+5
2007-05-06[SCSI] lpfc 8.1.12 : Round 2 of Miscellaneous fixesJames Smart9-79/+168
2007-05-06[SCSI] lpfc 8.1.12 : Reorganize lpfc_nlp_list() and callers to prepare for no...James Smart6-283/+266
2007-05-06[SCSI] lpfc 8.1.12 : Fix unlock inside list traversalJames Smart5-148/+116
2007-05-06[SCSI] lpfc 8.1.12 : Rework offline path to solve HBA reset issuesJames Smart6-52/+150
2007-05-06[SCSI] lpfc 8.1.12 : Modify ELS abort handling to prevent double completionJames Smart6-181/+97
2007-05-06[SCSI] lpfc 8.1.12 : Misc bug fixes and code cleanupJames Smart8-129/+80
2007-05-06[SCSI] use sysfs configured timeout for EH Start Unit timeoutBrian King1-2/+1
2007-05-06[SCSI] megaraid: update version reported by MEGAIOC_QDRVRVERDavid Milburn1-1/+1
2007-05-06[SCSI] qla1280: use DMA_64BIT_MASK instead of ~ 0ULLMatthias Kaehlcke1-1/+1
2007-05-06[SCSI] aacraid: kmalloc/memset->kzallocSalyzyn, Mark3-10/+5
2007-05-06[SCSI] dpt_i2o: kmalloc/memset->kzallocvignesh.babu@wipro.com1-11/+6
2007-05-06[SCSI] ch: kmalloc/memset->kzallocvignesh.babu@wipro.com1-6/+3
2007-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds17-394/+748
2007-05-06[CIFS] Fix typo in cifs readme from previous commitSteve French1-2/+2
2007-05-06Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds319-10400/+7564
2007-05-06Fix compile of tmscsim SCSI driverLinus Torvalds1-1/+1
2007-05-06Fix nfsroot buildRalf Baechle1-1/+1
2007-05-06Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds48-88/+18410
2007-05-06Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds77-1653/+1984