summaryrefslogtreecommitdiff
path: root/drivers/scsi/hpsa.h
AgeCommit message (Expand)Author
2015-02-02hpsa: use workqueue to resubmit failed ioaccel commandsDon Brace
2015-02-02hpsa: do not request device rescan on every ioaccel path errorStephen Cameron
2015-02-02hpsa: do not queue commands internally in driverDon Brace
2015-02-02hpsa: get rid of cmd_special_alloc and cmd_special_freeStephen Cameron
2015-02-02hpsa: reserve some commands for use by driverStephen Cameron
2014-11-20hpsa: use atomics for commands_outstandingStephen M. Cameron
2014-11-20hpsa: Clean up warnings from sparse.Don Brace
2014-06-02hpsa: fix event filtering to prevent excessive rescans with old firmwareStephen M. Cameron
2014-06-02hpsa: avoid unnecessary readl on every command submissionStephen M. Cameron
2014-06-02hpsa: use per-cpu variable for lockup_detectedStephen M. Cameron
2014-06-02hpsa: allocate reply queues individuallyStephen M. Cameron
2014-06-02hpsa: remove dev_dbg() calls from hot pathsStephen M. Cameron
2014-06-02hpsa: remove unused fields from struct ctlr_infoStephen M. Cameron
2014-05-19hpsa: fix memory leak in hpsa_hba_mode_enabledJoe Handzik
2014-03-15[SCSI] hpsa: Add hba mode to the hpsa driverStephen M. Cameron
2014-03-15[SCSI] hpsa: bring format-in-progress drives online when readyStephen M. Cameron
2014-03-15[SCSI] hpsa add sysfs debug switch for raid map debugging messagesStephen M. Cameron
2014-03-15[SCSI] hpsa: only do device rescan for certain eventsStephen M. Cameron
2014-03-15[SCSI] hpsa: update source file copyrightsScott Teel
2014-03-15[SCSI] hpsa: rescan devices on ioaccel2 errorScott Teel
2014-03-15[SCSI] hpsa: allow user to disable accelerated i/o pathScott Teel
2014-03-15[SCSI] hpsa: get ioaccel mode 2 i/o workingScott Teel
2014-03-15[SCSI] hpsa: initialize controller to perform io accelerator mode 2Stephen M. Cameron
2014-03-15[SCSI] hpsa: do ioaccel mode 2 resource allocationsStephen M. Cameron
2014-03-15[SCSI] hpsa: add ioaccel mode 2 structure definitionsMike Miller
2014-03-15[SCSI] hpsa: poll controller to detect device change eventStephen M. Cameron
2014-03-15[SCSI] hpsa: add ioaccell mode 1 RAID offload support.Stephen M. Cameron
2014-03-15[SCSI] hpsa: add support for 'fastpath' i/oMatt Gates
2013-12-19[SCSI] hpsa: use workqueue instead of kernel thread for lockup detectionStephen M. Cameron
2013-12-19[SCSI] hpsa: prevent stalled i/oStephen M. Cameron
2013-12-19[SCSI] hpsa: cap CCISS_PASSTHRU at 20 concurrent commands.Stephen M. Cameron
2013-08-26[SCSI] hpsa: remove unneeded variableTomas Henzl
2012-05-10[SCSI] hpsa: dial down lockup detection during firmware flashStephen M. Cameron
2012-05-10[SCSI] hpsa: removed unused member maxQsinceinitStephen M. Cameron
2012-05-10[SCSI] hpsa: refine interrupt handler locking for greater concurrencyMatt Gates
2012-05-10[SCSI] hpsa: use multiple reply queuesMatt Gates
2012-05-10[SCSI] hpsa: add abort error handler functionStephen M. Cameron
2012-05-10[SCSI] hpsa: do not read from controller unnecessarily in completion codeStephen M. Cameron
2012-02-19[SCSI] hpsa: factor out driver nameStephen M. Cameron
2012-02-19[SCSI] hpsa: removed unneeded structure member max_sg_entries and fix badly n...Stephen M. Cameron
2011-10-30[SCSI] hpsa: detect controller lockupStephen M. Cameron
2011-10-30[SCSI] hpsa: fix potential array overflow in hpsa_update_scsi_devicesScott Teel
2011-10-30[SCSI] hpsa: rename HPSA_MAX_SCSI_DEVS_PER_HBAScott Teel
2011-10-30[SCSI] hpsa: remove unused busy_initializing and busy_scanningStephen M. Cameron
2011-07-27[SCSI] hpsa: do not attempt to read from a write-only registerStephen M. Cameron
2011-05-17[SCSI] hpsa: do soft reset if hard reset is brokenStephen M. Cameron
2011-05-17[SCSI] hpsa: increase time to wait for board resetStephen M. Cameron
2011-05-17[SCSI] hpsa: wait longer for no-op to complete after resetting controllerStephen M. Cameron
2011-05-17[SCSI] hpsa: add readl after writel in interrupt mask setting codeStephen M. Cameron
2011-05-17[SCSI] hpsa: do readl after writel in main i/o path to ensure commands don't ...Stephen M. Cameron