summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
...
| * [SCSI] qla2xxx: Error-out during probe() if we're unable to complete HBA init...Andrew Vasquez2007-05-081-3/+1
| * [SCSI] mesh: cleanup variable usage in interrupt handlerOlaf Hering2007-05-081-7/+7
| * [SCSI] megaraid: replace yield() with cond_resched()Amol Lad2007-05-081-1/+2
| * [SCSI] megaraid: fix warnings when CONFIG_PROC_FS=nwalter harms2007-05-082-8/+13
| * [SCSI] aacraid: superfluous adapter reset for IBM 8 series ServeRAID controllersSalyzyn, Mark2007-05-061-1/+1
| * [SCSI] aacraid: kexec fix (reset interrupt handler)Salyzyn, Mark2007-05-061-0/+2
| * [SCSI] tmscsim: Remove the last bus_to_virt()Guennadi Liakhovetski2007-05-061-58/+66
| * [SCSI] tmscsim: remove bogus endianness conversionsGuennadi Liakhovetski2007-05-062-22/+17
| * [SCSI] tmscsim: remove long dead DMA_INTGuennadi Liakhovetski2007-05-061-89/+9
| * [SCSI] ipr: Better handle adapter boot time errorsBrian King2007-05-061-1/+6
| * [SCSI] fc_transport: make all rports wait dev_loss_tmo before removing themJames Smart2007-05-061-61/+97
| * [SCSI] ipr: Enable multi-initator RAID supportBrian King2007-05-062-7/+159
| * [SCSI] ipr: Improved dual adapter errorsBrian King2007-05-061-6/+72
| * [SCSI] ipr: Increase adapter operational timeoutBrian King2007-05-061-3/+6
| * [SCSI] ipr: Handle IOA reset requestBrian King2007-05-062-2/+13
| * [SCSI] ipr: Handle check condition status from disk array deviceBrian King2007-05-061-2/+3
| * [SCSI] ipr: Handle UA on disk array following an adapter resetBrian King2007-05-061-0/+1
| * [SCSI] ipr: Allow driver_data to be passed for dynamic idsBrian King2007-05-061-0/+1
| * [SCSI] ipr: Prevent overlapped adapter resetsBrian King2007-05-061-1/+23
| * [SCSI] sas_scsi_host: Convert to use the kthread APIChristoph Hellwig2007-05-061-23/+13
| * [SCSI] qla4xxx: possible cleanupsAdrian Bunk2007-05-066-37/+40
| * [SCSI] lpfc 8.1.12 : Change version number to 8.1.12James Smart2007-05-061-3/+3
| * [SCSI] lpfc 8.1.12 : Update copyright year to 2007James Smart2007-05-0614-14/+14
| * [SCSI] lpfc 8.1.12 : Added support for 8G speed and new HBAsJames Smart2007-05-066-3/+51
| * [SCSI] lpfc 8.1.12 : Add support for async scanningJames Smart2007-05-063-150/+160
| * [SCSI] lpfc 8.1.12 : Don't process ERATT interrupts when issuing KILL_BOARD m...James Smart2007-05-062-0/+13
| * [SCSI] lpfc 8.1.12 : Collapse discovery lists to a single node listJames Smart2007-05-069-536/+282
| * [SCSI] lpfc 8.1.12 : Reference count node structures for node lifetime manage...James Smart2007-05-066-109/+149
| * [SCSI] lpfc 8.1.12 : Improve handling of failed ELS abortsJames Smart2007-05-062-1/+55
| * [SCSI] lpfc 8.1.12 : Improve diagnostic messages and change local loopback me...James Smart2007-05-066-35/+61
| * [SCSI] lpfc 8.1.12 : Fixed recovery of rport after race with dev_loss_tmoJames Smart2007-05-061-3/+5
| * [SCSI] lpfc 8.1.12 : Round 2 of Miscellaneous fixesJames Smart2007-05-069-79/+168
| * [SCSI] lpfc 8.1.12 : Reorganize lpfc_nlp_list() and callers to prepare for no...James Smart2007-05-066-283/+266
| * [SCSI] lpfc 8.1.12 : Fix unlock inside list traversalJames Smart2007-05-065-148/+116
| * [SCSI] lpfc 8.1.12 : Rework offline path to solve HBA reset issuesJames Smart2007-05-066-52/+150
| * [SCSI] lpfc 8.1.12 : Modify ELS abort handling to prevent double completionJames Smart2007-05-066-181/+97
| * [SCSI] lpfc 8.1.12 : Misc bug fixes and code cleanupJames Smart2007-05-068-129/+80
| * [SCSI] use sysfs configured timeout for EH Start Unit timeoutBrian King2007-05-061-2/+1
| * [SCSI] megaraid: update version reported by MEGAIOC_QDRVRVERDavid Milburn2007-05-061-1/+1
| * [SCSI] qla1280: use DMA_64BIT_MASK instead of ~ 0ULLMatthias Kaehlcke2007-05-061-1/+1
| * [SCSI] aacraid: kmalloc/memset->kzallocSalyzyn, Mark2007-05-063-10/+5
| * [SCSI] dpt_i2o: kmalloc/memset->kzallocvignesh.babu@wipro.com2007-05-061-11/+6
| * [SCSI] ch: kmalloc/memset->kzallocvignesh.babu@wipro.com2007-05-061-6/+3
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds2007-05-084-8/+8
|\ \
| * \ Merge branch 'linux-2.6'Paul Mackerras2007-05-0869-4068/+4255
| |\ \
| * | | [POWERPC] Rename get_property to of_get_property: driversStephen Rothwell2007-05-024-8/+8
* | | | Replace deprecated SA_xxx interrupt flagsThomas Gleixner2007-05-081-1/+1
* | | | header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-085-5/+0
| |/ / |/| |
* | | [SCSI] esp_scsi: Fix section mismatch warnings.Martin Habets2007-05-071-1/+1
* | | [SCSI] SUNESP: sun_esp.c needs linux/delay.hDavid S. Miller2007-05-061-0/+1
OpenPOWER on IntegriCloud