summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hpsa.c
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] hpsa: return 0 from driver probe function on success, not 1Stephen M. Cameron2013-12-011-1/+1
* [SCSI] hpsa: do not discard scsi status on aborted commandsStephen M. Cameron2013-11-301-1/+1
* [SCSI] Disable WRITE SAME for RAID and virtual host adapter driversMartin K. Petersen2013-11-291-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-161-1/+0Star
|\
| * SCSI: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-141-1/+0Star
* | [SCSI] hpsa: remove unused Smart Array IDMike Miller2013-10-251-1/+0Star
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2013-09-151-15/+39
|\ \ | |/ |/|
| * [SCSI] hpsa: bump driver version to reflect changesMike Miller2013-09-101-1/+1
| * [SCSI] hpsa: housekeeping patch for device_id and product arraysMike Miller2013-09-101-6/+6
| * [SCSI] hpsa: add HP Smart Array Gen8 namesMike Miller2013-09-101-8/+7Star
| * [SCSI] hpsa: add HP Smart Array Gen9 PCI ID'sMike Miller2013-09-101-0/+25
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-09-061-1/+1
|\ \ | |/ |/|
| * treewide: Convert retrun typos to returnJoe Perches2013-09-041-1/+1
* | [SCSI] hpsa: fix warning with smp_processor_id() in preemptibleJohn Kacur2013-08-261-1/+1
* | [SCSI] hpsa: remove unneeded variableTomas Henzl2013-08-261-2/+0Star
* | [SCSI] hpsa: fix a race in cmd_free/scsi_doneTomas Henzl2013-08-261-2/+2
|/
* [SCSI] hpsa: check for dma_mapping_error in hpsa_passthru ioctlsStephen M. Cameron2013-02-241-0/+16
* [SCSI] hpsa: reorganize error handling in hpsa_passthru_ioctlStephen M. Cameron2013-02-241-12/+13
* [SCSI] hpsa: check for dma_mapping_error in hpsa_map_sg_chain_blockStephen M. Cameron2013-02-241-2/+12
* [SCSI] hpsa: Check for dma_mapping_error for all code paths using fill_cmdStephen M. Cameron2013-02-241-20/+39
* [SCSI] hpsa: Check for dma_mapping_error in hpsa_map_oneShuah Khan2013-02-241-0/+5
* Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-48/+44Star
* Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2012-10-031-10/+29
|\
| * [SCSI] hpsa: gen8plus Smart Array IDsMike Miller2012-09-241-7/+25
| * [SCSI] hpsa: use ioremap_nocache instead of ioremapStephen M. Cameron2012-09-141-1/+2
| * [SCSI] hpsa: fix incorrect abort diagnostic messageStephen M. Cameron2012-09-141-1/+1
| * [SCSI] hpsa: Use LUN reset instead of target resetStephen M. Cameron2012-09-141-1/+1
* | [SCSI] hpsa: fix handling of protocol errorStephen M. Cameron2012-09-181-1/+2
|/
* [SCSI] hpsa: dial down lockup detection during firmware flashStephen M. Cameron2012-05-101-5/+34
* [SCSI] hpsa: add new RAID level "1(ADM)"Mike Miller2012-05-101-1/+1
* [SCSI] hpsa: factor out hpsa_free_irqs_and_disable_msixStephen M. Cameron2012-05-101-12/+14
* [SCSI] hpsa: refine interrupt handler locking for greater concurrencyMatt Gates2012-05-101-21/+40
* [SCSI] hpsa: use multiple reply queuesMatt Gates2012-05-101-56/+125
* [SCSI] hpsa: factor out tail calls to next_command() in process_(non)indexed_...Stephen M. Cameron2012-05-101-15/+15
* [SCSI] hpsa: do aborts two waysStephen M. Cameron2012-05-101-2/+72
* [SCSI] hpsa: add abort error handler functionStephen M. Cameron2012-05-101-1/+220
* [SCSI] hpsa: remove unused parameter from finish_cmdStephen M. Cameron2012-05-101-4/+4
* [SCSI] hpsa: do not give up retry of driver cmds after only 3 retriesStephen M. Cameron2012-05-101-2/+9
* [SCSI] hpsa: retry driver initiated commands on busy statusMatt Bondurant2012-05-101-1/+12
* [SCSI] hpsa: suppress excessively chatty error messagesStephen M. Cameron2012-05-101-1/+1
* [SCSI] hpsa: enable bus master bit after pci_enable_deviceStephen M. Cameron2012-05-101-0/+3
* [SCSI] hpsa: do not skip disabled devicesStephen M. Cameron2012-05-101-13/+0Star
* [SCSI] hpsa: call pci_disable_device on driver unloadStephen M. Cameron2012-05-101-8/+2Star
* [SCSI] hpsa: use check_signatureAkinobu Mita2012-04-241-4/+1Star
* [SCSI] hpsa: add some older controllers to the kdump blacklistTomas Henzl2012-02-191-0/+12
* [SCSI] hpsa: use find_first_zero_bitAkinobu Mita2012-02-191-10/+8Star
* [SCSI] hpsa: update device attributes when they changeScott Teel2012-02-191-3/+40
* [SCSI] hpsa: improve naming on external target device functionsScott Teel2012-02-191-21/+22
* [SCSI] hpsa: eliminate 8 external target limitationScott Teel2012-02-191-8/+8
* [SCSI] hpsa: refactor hpsa_figure_bus_target_lunStephen M. Cameron2012-02-191-38/+30Star