aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ipr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-01-30[SCSI] ipr: remove duplicate device idGreg Kroah-Hartman1-2/+0
2007-01-27[SCSI] ipr: PCI error recovery fixBrian King1-2/+19
2007-01-27[SCSI] ipr: Tolerate not finding PCI-X registersBrian King1-8/+2
2007-01-27[SCSI] ipr: Remove usage of pci driver dataBrian King1-43/+20
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells1-52/+261
2006-11-22[SCSI] ipr: Make ipr_ioctl staticAdrian Bunk1-1/+1
2006-11-22[SCSI] ipr: Reduce default error log sizeBrian King1-5/+9
2006-11-22[SCSI] ipr: Add support for logging SAS fabric errorsBrian King1-7/+218
2006-11-22[SCSI] ipr: Remove debug trace points from dump codeBrian King1-2/+0
2006-11-22[SCSI] ipr: Remove ipr_scsi_timed_outBrian King1-36/+4
2006-11-22[SCSI] ipr: PCI IDs for new SAS adaptersBrian King1-1/+17
2006-11-22[SCSI] ipr: Stop issuing cancel all to disk arraysBrian King1-1/+1
2006-11-22[SCSI] ipr: SATA reset - wait for host reset completionBrian King1-0/+12
2006-11-22WorkStruct: make allyesconfigDavid Howells1-4/+5
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+1
2006-09-26[SCSI] Signedness issue in drivers/scsi/ipr.cEric Sesterhenn1-1/+1
2006-09-26[SCSI] pci_module_init conversion in scsi subsystemHenrik Kretzschmar1-1/+1
2006-09-26[SCSI] ipr: Support attaching SATA devicesBrian King1-18/+665
2006-08-06[SCSI] ipr: Auto sense handling fixBrian King1-2/+1
2006-08-06[SCSI] ipr: Properly handle IOA recovered errorsBrian King1-1/+2
2006-08-06[SCSI] ipr: Handle new SAS error codesBrian King1-0/+28
2006-07-02[PATCH] irq-flags: scsi: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-10[SCSI] remove scsi_request infrastructureChristoph Hellwig1-1/+0
2006-04-13[SCSI] ipr: Reset device cleanupBrian King1-17/+41
2006-04-13[SCSI] ipr: printk macro cleanup/removalBrian King1-7/+8
2006-04-13[SCSI] ipr: Simplify status area dumpingBrian King1-35/+4
2006-04-13[SCSI] ipr: Fixup device type checkBrian King1-2/+2
2006-04-13[SCSI] ipr: Disk remove path cleanupBrian King1-3/+3
2006-02-27[SCSI] PCI Error Recovery: IPR SCSI device driverLinas Vepstas1-0/+109
2006-02-12[SCSI] ipr: Fix adapter initialization failureBrian King1-44/+5
2006-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-1/+1
2006-01-04[PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers1-1/+1
2006-01-04[PATCH] merge kobject_uevent and kobject_hotplugKay Sievers1-1/+1
2005-12-13[SCSI] ipr: Driver initialization fix for kexec/kdumpbrking@us.ibm.com1-1/+16
2005-11-06[SCSI] ipr: Better handle failure of adapter bringup commandsbrking@us.ibm.com1-9/+50
2005-11-06[SCSI] ipr: New PCI Idsbrking@us.ibm.com1-1/+21
2005-11-06[SCSI] ipr: Support device reset to RAID disksbrking@us.ibm.com1-1/+1
2005-11-06[SCSI] ipr: Support new device queueing modelbrking@us.ibm.com1-11/+48
2005-11-06[SCSI] ipr: New adapter error typesbrking@us.ibm.com1-0/+175
2005-11-06[SCSI] ipr: Module parm to disable RAID 0 auto createbrking@us.ibm.com1-0/+5
2005-11-06[SCSI] ipr: Runtime resetbrking@us.ibm.com1-1/+3
2005-11-06[SCSI] ipr: handle new adapter errorsbrking@us.ibm.com1-12/+71
2005-11-06[SCSI] ipr: Provide reset_adapter retry method for offlined adaptersbrking@us.ibm.com1-0/+69
2005-11-06[SCSI] ipr: Runtime debugging optionsbrking@us.ibm.com1-0/+3
2005-11-06[SCSI] ipr: Fix adapter microcode update DMA mapping leakbrking@us.ibm.com1-49/+55
2005-11-06[SCSI] ipr: Convert to use kzallocbrking@us.ibm.com1-14/+4
2005-11-06[SCSI] ipr: Write caching state host attributebrking@us.ibm.com1-9/+192
2005-11-06[SCSI] ipr: slave_alloc optimizationbrking@us.ibm.com1-2/+4