aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ipr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-15Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-104/+40
2007-07-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-17/+5
2007-07-11sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sysfs binary attributesZhang Rui1-6/+12
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok1-17/+5
2007-05-30[SCSI] Merge up to linux-2.6 headJames Bottomley1-0/+7
2007-05-29[SCSI] ipr: convert to use the data buffer accessorsFUJITA Tomonori1-104/+40
2007-05-16[SCSI] ipr: Proper return codes for eh_dev_reset for SATA devicesBrian King1-0/+7
2007-05-08[SCSI] ipr: Use PCI-E reset API for new ipr adapterBrian King1-5/+65
2007-05-06[SCSI] ipr: Better handle adapter boot time errorsBrian King1-1/+6
2007-05-06[SCSI] ipr: Enable multi-initator RAID supportBrian King1-5/+135
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 King1-2/+12
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-05Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-121/+169
2007-04-28git-libata-all-ipr-fixAndrew Morton1-1/+2
2007-04-01[SCSI] ipr: Faster sg list fetchBrian King1-5/+23
2007-04-01[SCSI] ipr: Return better qc_issue errorsBrian King1-2/+2
2007-04-01[SCSI] ipr: Disrupt device errorBrian King1-0/+2
2007-04-01[SCSI] ipr: Improve async error logging level controlBrian King1-96/+96
2007-04-01[SCSI] ipr: PCI unblock config access fixBrian King1-0/+1
2007-04-01[SCSI] ipr: Fix for oops following SATA request senseBrian King1-0/+2
2007-04-01[SCSI] ipr: Log error for SAS dual path switchBrian King1-2/+6
2007-04-01[SCSI] ipr: Enable logging of debug error data for all devicesBrian King1-3/+6
2007-04-01[SCSI] ipr: Add new PCI-E IDs to device tableBrian King1-0/+10
2007-04-01[SCSI] ipr: Remove auto RAID create module parameterBrian King1-5/+0
2007-04-01[SCSI] ipr: Make adapter operational timeout be per adapter typeBrian King1-8/+21
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