summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hpsa.h
Commit message (Expand)AuthorAgeFilesLines
* hpsa: fix event filtering to prevent excessive rescans with old firmwareStephen M. Cameron2014-06-021-3/+1Star
* hpsa: avoid unnecessary readl on every command submissionStephen M. Cameron2014-06-021-1/+14
* hpsa: use per-cpu variable for lockup_detectedStephen M. Cameron2014-06-021-1/+1
* hpsa: allocate reply queues individuallyStephen M. Cameron2014-06-021-7/+6Star
* hpsa: remove dev_dbg() calls from hot pathsStephen M. Cameron2014-06-021-5/+0Star
* hpsa: remove unused fields from struct ctlr_infoStephen M. Cameron2014-06-021-3/+0Star
* hpsa: fix memory leak in hpsa_hba_mode_enabledJoe Handzik2014-05-191-0/+1
* [SCSI] hpsa: Add hba mode to the hpsa driverStephen M. Cameron2014-03-151-0/+41
* [SCSI] hpsa: bring format-in-progress drives online when readyStephen M. Cameron2014-03-151-0/+9
* [SCSI] hpsa add sysfs debug switch for raid map debugging messagesStephen M. Cameron2014-03-151-0/+1
* [SCSI] hpsa: only do device rescan for certain eventsStephen M. Cameron2014-03-151-0/+16
* [SCSI] hpsa: update source file copyrightsScott Teel2014-03-151-1/+1
* [SCSI] hpsa: rescan devices on ioaccel2 errorScott Teel2014-03-151-0/+1
* [SCSI] hpsa: allow user to disable accelerated i/o pathScott Teel2014-03-151-0/+1
* [SCSI] hpsa: get ioaccel mode 2 i/o workingScott Teel2014-03-151-0/+20
* [SCSI] hpsa: initialize controller to perform io accelerator mode 2Stephen M. Cameron2014-03-151-0/+1
* [SCSI] hpsa: do ioaccel mode 2 resource allocationsStephen M. Cameron2014-03-151-0/+3
* [SCSI] hpsa: add ioaccel mode 2 structure definitionsMike Miller2014-03-151-0/+8
* [SCSI] hpsa: poll controller to detect device change eventStephen M. Cameron2014-03-151-0/+1
* [SCSI] hpsa: add ioaccell mode 1 RAID offload support.Stephen M. Cameron2014-03-151-5/+21
* [SCSI] hpsa: add support for 'fastpath' i/oMatt Gates2014-03-151-0/+51
* [SCSI] hpsa: use workqueue instead of kernel thread for lockup detectionStephen M. Cameron2013-12-201-1/+2
* [SCSI] hpsa: prevent stalled i/oStephen M. Cameron2013-12-191-0/+1
* [SCSI] hpsa: cap CCISS_PASSTHRU at 20 concurrent commands.Stephen M. Cameron2013-12-191-0/+5
* [SCSI] hpsa: remove unneeded variableTomas Henzl2013-08-261-2/+0Star
* [SCSI] hpsa: dial down lockup detection during firmware flashStephen M. Cameron2012-05-101-0/+2
* [SCSI] hpsa: removed unused member maxQsinceinitStephen M. Cameron2012-05-101-1/+0Star
* [SCSI] hpsa: refine interrupt handler locking for greater concurrencyMatt Gates2012-05-101-5/+8
* [SCSI] hpsa: use multiple reply queuesMatt Gates2012-05-101-15/+25
* [SCSI] hpsa: add abort error handler functionStephen M. Cameron2012-05-101-0/+21
* [SCSI] hpsa: do not read from controller unnecessarily in completion codeStephen M. Cameron2012-05-101-4/+4
* [SCSI] hpsa: factor out driver nameStephen M. Cameron2012-02-191-1/+1
* [SCSI] hpsa: removed unneeded structure member max_sg_entries and fix badly n...Stephen M. Cameron2012-02-191-1/+0Star
* [SCSI] hpsa: detect controller lockupStephen M. Cameron2011-10-301-0/+5
* [SCSI] hpsa: fix potential array overflow in hpsa_update_scsi_devicesScott Teel2011-10-301-1/+0Star
* [SCSI] hpsa: rename HPSA_MAX_SCSI_DEVS_PER_HBAScott Teel2011-10-301-2/+2
* [SCSI] hpsa: remove unused busy_initializing and busy_scanningStephen M. Cameron2011-10-301-2/+0Star
* [SCSI] hpsa: do not attempt to read from a write-only registerStephen M. Cameron2011-07-271-1/+1
* [SCSI] hpsa: do soft reset if hard reset is brokenStephen M. Cameron2011-05-171-2/+4
* [SCSI] hpsa: increase time to wait for board resetStephen M. Cameron2011-05-171-1/+1
* [SCSI] hpsa: wait longer for no-op to complete after resetting controllerStephen M. Cameron2011-05-171-1/+1
* [SCSI] hpsa: add readl after writel in interrupt mask setting codeStephen M. Cameron2011-05-171-0/+4
* [SCSI] hpsa: do readl after writel in main i/o path to ensure commands don't ...Stephen M. Cameron2011-05-171-0/+1
* [SCSI] hpsa: make hpsa.hpsa_simple_mode=1 module parameter actually workStephen M. Cameron2011-02-181-0/+1
* [SCSI] hpsa: do not re-order commands in internal queuesStephen M. Cameron2011-02-181-2/+2
* [SCSI] hpsa: fix board status waiting codeStephen M. Cameron2011-01-241-0/+4
* [SCSI] hpsa: do not consider firmware revision when looking for device changes.Stephen M. Cameron2010-12-211-1/+0Star
* [SCSI] hpsa: remove unused firm_ver member of the per-hba structureStephen M. Cameron2010-07-271-1/+0Star
* [SCSI] hpsa: Increase the number of scatter gather elements supported.Stephen M. Cameron2010-03-031-0/+4
* [SCSI] hpsa: remove scan threadMike Miller2010-03-031-3/+0Star