aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hpsa.c
Commit message (Expand)AuthorAgeFilesLines
* hpsa: fix a race in cmd_free/scsi_doneTomas Henzl2014-12-141-2/+2
* hpsa: fix bad -ENOMEM return value in hpsa_big_passthru_ioctlStephen M. Cameron2014-09-131-1/+1
* hpsa: return 0 from driver probe function on success, not 1Stephen M. Cameron2014-01-031-1/+1
* hpsa: do not discard scsi status on aborted commandsStephen M. Cameron2014-01-031-1/+1
* hpsa: gen8plus Smart Array IDsMike Miller2013-01-031-7/+25
* hpsa: dial down lockup detection during firmware flashStephen M. Cameron2012-10-171-5/+34
* hpsa: Use LUN reset instead of target resetStephen M. Cameron2012-10-171-1/+1
* hpsa: fix handling of protocol errorStephen M. Cameron2012-10-101-1/+2
* hpsa: Add IRQF_SHARED back in for the non-MSI(X) interrupt handlerStephen M. Cameron2012-05-311-2/+2
* hpsa: Fix problem with MSA2xxx devicesStephen M. Cameron2012-05-311-19/+15
* [SCSI] hpsa: Disable ASPMMatthew Garrett2011-11-141-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2011-11-051-21/+200
|\
| * [SCSI] hpsa: detect controller lockupStephen M. Cameron2011-10-301-4/+180
| * [SCSI] hpsa: fix flush cache transfer lengthStephen M. Cameron2011-10-301-0/+2
| * [SCSI] hpsa: fix potential array overflow in hpsa_update_scsi_devicesScott Teel2011-10-301-1/+7
| * [SCSI] hpsa: rename HPSA_MAX_SCSI_DEVS_PER_HBAScott Teel2011-10-301-13/+10
| * [SCSI] hpsa: remove unused busy_initializing and busy_scanningStephen M. Cameron2011-10-301-3/+0
| * [SCSI] hpsa: set max sectors instead of taking the defaultStephen M. Cameron2011-10-301-0/+1
* | Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2011-11-041-0/+7
|\ \ | |/ |/|
| * hpsa: add small delay when using PCI Power Management to reset for kumpMike Miller2011-10-211-0/+7
* | [SCSI] hpsa: change confusing message to be more clearMike Miller2011-10-201-4/+2
* | [SCSI] hpsa: fix physical device lun and target numbering problemStephen M. Cameron2011-08-261-0/+10
* | [SCSI] hpsa: fix problem that OBDR devices are not detectedStephen M. Cameron2011-08-261-20/+27
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2011-07-301-2/+2
|\
| * [SCSI] hpsa: retry commands completing with status of UNSOLICITED_ABORTStephen M. Cameron2011-07-271-2/+2
* | atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
|/
* [SCSI] hpsa: fix potential overrun while memcpy'ing sense dataStephen M. Cameron2011-06-291-4/+9
* [SCSI] hpsa: fix dma unmap error in hpsa_passthru_ioctlStephen M. Cameron2011-06-291-1/+2
* [SCSI] hpsa: Change memset using sizeof(ptr) to sizeof(*ptr)Joe Perches2011-05-171-1/+1
* [SCSI] hpsa: add P2000 to list of shared SAS devicesStephen M. Cameron2011-05-171-0/+1
* [SCSI] hpsa: do not attempt PCI power management reset method if we know it w...Stephen M. Cameron2011-05-171-14/+38
* [SCSI] hpsa: remove superfluous sleeps around reset codeStephen M. Cameron2011-05-171-3/+0
* [SCSI] hpsa: do soft reset if hard reset is brokenStephen M. Cameron2011-05-171-14/+212
* [SCSI] hpsa: use new doorbell-bit-5 reset methodStephen M. Cameron2011-05-171-5/+20
* [SCSI] hpsa: remove atrophied hpsa_scsi_setup functionStephen M. Cameron2011-05-171-8/+3
* [SCSI] hpsa: clarify messages around reset behaviorStephen M. Cameron2011-05-171-2/+3
* [SCSI] hpsa: factor out irq request codeStephen M. Cameron2011-05-171-11/+21
* [SCSI] hpsa: factor out cmd pool allocation functionsStephen M. Cameron2011-05-171-30/+36
* [SCSI] hpsa: do a better job of detecting controller reset failureStephen M. Cameron2011-05-171-10/+66
* [SCSI] hpsa: remove unused parameter from hpsa_complete_scsi_command()Stephen M. Cameron2011-05-171-3/+2
* [SCSI] hpsa: export resettable host attributeStephen M. Cameron2011-03-141-0/+41
* [SCSI] hpsa: move device attributes to avoid forward declarationsStephen M. Cameron2011-03-141-133/+120
* [SCSI] hpsa: fix incorrect PCI IDs and add two new ones (2nd try)scameron@beardog.cce.hp.com2011-03-141-10/+14
* [SCSI] hpsa: fix bad comparisonDan Carpenter2011-02-181-1/+1
* [SCSI] hpsa: Do not attempt kdump if we detect resetting controller failed.Stephen M. Cameron2011-02-181-3/+3
* [SCSI] hpsa: Inform controller we are using 32-bit tags.Stephen M. Cameron2011-02-181-11/+13
* [SCSI] hpsa: Add transport_mode host attribute in /sysStephen M. Cameron2011-02-181-1/+17
* [SCSI] hpsa: make hpsa.hpsa_simple_mode=1 module parameter actually workStephen M. Cameron2011-02-181-14/+23
* [SCSI] hpsa: do not re-order commands in internal queuesStephen M. Cameron2011-02-181-12/+11
* [SCSI] hpsa: avoid leaking stack contents to userlandVasiliy Kulikov2011-01-241-0/+2