aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hpsa.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-24[SCSI] hpsa: check for dma_mapping_error in hpsa_passthru ioctlsStephen M. Cameron1-0/+16
2013-02-24[SCSI] hpsa: reorganize error handling in hpsa_passthru_ioctlStephen M. Cameron1-12/+13
2013-02-24[SCSI] hpsa: check for dma_mapping_error in hpsa_map_sg_chain_blockStephen M. Cameron1-2/+12
2013-02-24[SCSI] hpsa: Check for dma_mapping_error for all code paths using fill_cmdStephen M. Cameron1-20/+39
2013-02-24[SCSI] hpsa: Check for dma_mapping_error in hpsa_map_oneShuah Khan1-0/+5
2013-01-03Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman1-48/+44
2012-10-02Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-10/+29
2012-09-24[SCSI] hpsa: gen8plus Smart Array IDsMike Miller1-7/+25
2012-09-18[SCSI] hpsa: fix handling of protocol errorStephen M. Cameron1-1/+2
2012-09-14[SCSI] hpsa: use ioremap_nocache instead of ioremapStephen M. Cameron1-1/+2
2012-09-14[SCSI] hpsa: fix incorrect abort diagnostic messageStephen M. Cameron1-1/+1
2012-09-14[SCSI] hpsa: Use LUN reset instead of target resetStephen M. Cameron1-1/+1
2012-05-10[SCSI] hpsa: dial down lockup detection during firmware flashStephen M. Cameron1-5/+34
2012-05-10[SCSI] hpsa: add new RAID level "1(ADM)"Mike Miller1-1/+1
2012-05-10[SCSI] hpsa: factor out hpsa_free_irqs_and_disable_msixStephen M. Cameron1-12/+14
2012-05-10[SCSI] hpsa: refine interrupt handler locking for greater concurrencyMatt Gates1-21/+40
2012-05-10[SCSI] hpsa: use multiple reply queuesMatt Gates1-56/+125
2012-05-10[SCSI] hpsa: factor out tail calls to next_command() in process_(non)indexed_cmd()Stephen M. Cameron1-15/+15
2012-05-10[SCSI] hpsa: do aborts two waysStephen M. Cameron1-2/+72
2012-05-10[SCSI] hpsa: add abort error handler functionStephen M. Cameron1-1/+220
2012-05-10[SCSI] hpsa: remove unused parameter from finish_cmdStephen M. Cameron1-4/+4
2012-05-10[SCSI] hpsa: do not give up retry of driver cmds after only 3 retriesStephen M. Cameron1-2/+9
2012-05-10[SCSI] hpsa: retry driver initiated commands on busy statusMatt Bondurant1-1/+12
2012-05-10[SCSI] hpsa: suppress excessively chatty error messagesStephen M. Cameron1-1/+1
2012-05-10[SCSI] hpsa: enable bus master bit after pci_enable_deviceStephen M. Cameron1-0/+3
2012-05-10[SCSI] hpsa: do not skip disabled devicesStephen M. Cameron1-13/+0
2012-05-10[SCSI] hpsa: call pci_disable_device on driver unloadStephen M. Cameron1-8/+2
2012-04-23[SCSI] hpsa: use check_signatureAkinobu Mita1-4/+1
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