aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hpsa.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-19[SCSI] hpsa: add some older controllers to the kdump blacklistTomas Henzl1-0/+12
2012-02-19[SCSI] hpsa: use find_first_zero_bitAkinobu Mita1-10/+8
2012-02-19[SCSI] hpsa: update device attributes when they changeScott Teel1-3/+40
2012-02-19[SCSI] hpsa: improve naming on external target device functionsScott Teel1-21/+22
2012-02-19[SCSI] hpsa: eliminate 8 external target limitationScott Teel1-8/+8
2012-02-19[SCSI] hpsa: refactor hpsa_figure_bus_target_lunStephen M. Cameron1-38/+30
2012-02-19[SCSI] hpsa: make target and lun match what SCSI REPORT LUNs returnsStephen M. Cameron1-20/+5
2012-02-19[SCSI] hpsa: Fix problem with MSA2xxx devicesStephen M. Cameron1-19/+15
2012-02-19[SCSI] hpsa: factor out driver nameStephen M. Cameron1-13/+14
2012-02-19[SCSI] hpsa: combine hpsa_scsi_detect and hpsa_register_scsiStephen M. Cameron1-46/+35
2012-02-19[SCSI] hpsa: removed unneeded structure member max_sg_entries and fix badly named constant MAXSGENTRIESStephen M. Cameron1-10/+10
2012-02-19[SCSI] hpsa: fix per device memory leak on driver unloadStephen M. Cameron1-0/+9
2012-01-16[SCSI] hpsa: do not sleep in atomic context in rmmod path.Stephen M. Cameron1-0/+2
2011-12-15[SCSI] hpsa: add the Smart Array 5i to the kdump blacklistTomas Henzl1-0/+2
2011-12-15[SCSI] hpsa: Add IRQF_SHARED back in for the non-MSI(X) interrupt handlerStephen M. Cameron1-2/+2
2011-11-14[SCSI] hpsa: Disable ASPMMatthew Garrett1-0/+5
2011-11-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-21/+200
2011-11-04Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+7
2011-10-30[SCSI] hpsa: detect controller lockupStephen M. Cameron1-4/+180
2011-10-30[SCSI] hpsa: fix flush cache transfer lengthStephen M. Cameron1-0/+2
2011-10-30[SCSI] hpsa: fix potential array overflow in hpsa_update_scsi_devicesScott Teel1-1/+7
2011-10-30[SCSI] hpsa: rename HPSA_MAX_SCSI_DEVS_PER_HBAScott Teel1-13/+10
2011-10-30[SCSI] hpsa: remove unused busy_initializing and busy_scanningStephen M. Cameron1-3/+0
2011-10-30[SCSI] hpsa: set max sectors instead of taking the defaultStephen M. Cameron1-0/+1
2011-10-21hpsa: add small delay when using PCI Power Management to reset for kumpMike Miller1-0/+7
2011-10-20[SCSI] hpsa: change confusing message to be more clearMike Miller1-4/+2
2011-08-26[SCSI] hpsa: fix physical device lun and target numbering problemStephen M. Cameron1-0/+10
2011-08-26[SCSI] hpsa: fix problem that OBDR devices are not detectedStephen M. Cameron1-20/+27
2011-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-2/+2
2011-07-27[SCSI] hpsa: retry commands completing with status of UNSOLICITED_ABORTStephen M. Cameron1-2/+2
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-06-29[SCSI] hpsa: fix potential overrun while memcpy'ing sense dataStephen M. Cameron1-4/+9
2011-06-29[SCSI] hpsa: fix dma unmap error in hpsa_passthru_ioctlStephen M. Cameron1-1/+2
2011-05-17[SCSI] hpsa: Change memset using sizeof(ptr) to sizeof(*ptr)Joe Perches1-1/+1
2011-05-17[SCSI] hpsa: add P2000 to list of shared SAS devicesStephen M. Cameron1-0/+1
2011-05-17[SCSI] hpsa: do not attempt PCI power management reset method if we know it won't work.Stephen M. Cameron1-14/+38
2011-05-17[SCSI] hpsa: remove superfluous sleeps around reset codeStephen M. Cameron1-3/+0
2011-05-17[SCSI] hpsa: do soft reset if hard reset is brokenStephen M. Cameron1-14/+212
2011-05-17[SCSI] hpsa: use new doorbell-bit-5 reset methodStephen M. Cameron1-5/+20
2011-05-17[SCSI] hpsa: remove atrophied hpsa_scsi_setup functionStephen M. Cameron1-8/+3
2011-05-17[SCSI] hpsa: clarify messages around reset behaviorStephen M. Cameron1-2/+3
2011-05-17[SCSI] hpsa: factor out irq request codeStephen M. Cameron1-11/+21
2011-05-17[SCSI] hpsa: factor out cmd pool allocation functionsStephen M. Cameron1-30/+36
2011-05-17[SCSI] hpsa: do a better job of detecting controller reset failureStephen M. Cameron1-10/+66
2011-05-17[SCSI] hpsa: remove unused parameter from hpsa_complete_scsi_command()Stephen M. Cameron1-3/+2
2011-03-14[SCSI] hpsa: export resettable host attributeStephen M. Cameron1-0/+41
2011-03-14[SCSI] hpsa: move device attributes to avoid forward declarationsStephen M. Cameron1-133/+120
2011-03-14[SCSI] hpsa: fix incorrect PCI IDs and add two new ones (2nd try)scameron@beardog.cce.hp.com1-10/+14
2011-02-18[SCSI] hpsa: fix bad comparisonDan Carpenter1-1/+1
2011-02-18[SCSI] hpsa: Do not attempt kdump if we detect resetting controller failed.Stephen M. Cameron1-3/+3