summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hpsa.c
Commit message (Expand)AuthorAgeFilesLines
* hpsa: fix handling of hpsa_volume_offline return valueStephen M. Cameron2014-06-021-4/+8
* hpsa: return -ENOMEM not -1 on kzalloc failure in hpsa_get_device_idStephen M. Cameron2014-06-021-1/+1
* hpsa: remove messages about volume status VPD inquiry page not supportedStephen M. Cameron2014-06-021-9/+3Star
* hpsa: report check condition even if no sense data present for ioaccel2 modeStephen M. Cameron2014-06-021-2/+5
* hpsa: remove bad unlikely annotation from device list updating codeStephen M. Cameron2014-06-021-1/+1
* hpsa: kill annoying messages about SSD Smart Path retriesStephen M. Cameron2014-06-021-10/+0Star
* hpsa: define extended_report_lun_entry data structureStephen M. Cameron2014-06-021-13/+8Star
* hpsa: Rearrange start_io to avoid one unlock/lock sequence in main io pathStephen M. Cameron2014-06-021-8/+16
* hpsa: avoid unnecessary readl on every command submissionStephen M. Cameron2014-06-021-0/+7
* hpsa: use per-cpu variable for lockup_detectedStephen M. Cameron2014-06-021-27/+53
* hpsa: set irq affinity hints to route MSI-X vectors across CPUsStephen M. Cameron2014-06-021-1/+16
* hpsa: allocate reply queues individuallyStephen M. Cameron2014-06-021-21/+32
* hpsa: choose number of reply queues more intelligently.Stephen M. Cameron2014-06-021-0/+2
* hpsa: use gcc aligned attribute instead of manually padding structsStephen M. Cameron2014-06-021-3/+0Star
* hpsa: change doorbell reset delay to ten secondsJustin Lindley2014-06-021-2/+2
* hpsa: allow passthru ioctls to work with bidirectional commandsStephen M. Cameron2014-06-021-4/+4
* hpsa: remove unused fields from struct ctlr_infoStephen M. Cameron2014-06-021-2/+0Star
* hpsa: fix bad comparison of signed with unsigned in hpsa_update_scsi_devicesJoe Handzik2014-05-281-1/+1
* hpsa: do not ignore failure of sense controller parameters commandJoe Handzik2014-05-191-3/+5
* hpsa: fix memory leak in hpsa_hba_mode_enabledJoe Handzik2014-05-191-1/+6
* hpsa: add new Smart Array PCI IDs (May 2014)Joe Handzik2014-05-191-0/+12
* hpsa: Checking for a NULL return from a kzalloc callJoe Handzik2014-05-191-0/+2
* [SCSI] hpsa: fix NULL dereference in hpsa_put_ctlr_into_performant_mode()scameron@beardog.cce.hp.com2014-04-211-4/+4
* [SCSI] hpsa: update driver version to 3.4.4-1Stephen M. Cameron2014-03-191-1/+1
* [SCSI] hpsa: fix bad endif placement in RAID 5 mapper codeStephen M. Cameron2014-03-191-1/+1
* [SCSI] hpsa: Do not zero fields of ioaccel2 command structure twiceStephen M. Cameron2014-03-151-2/+0Star
* [SCSI] hpsa: Add hba mode to the hpsa driverStephen M. Cameron2014-03-151-4/+89
* [SCSI] hpsa: increase the probability of a reported success after a device resetTomas Henzl2014-03-151-1/+2
* [SCSI] hpsa: bring format-in-progress drives online when readyStephen M. Cameron2014-03-151-24/+287
* [SCSI] hpsa: remove unused kthread.h headerStephen M. Cameron2014-03-151-1/+0Star
* [SCSI] hpsa: Add support for a few HP Storage controllersStephen M. Cameron2014-03-151-0/+10
* [SCSI] hpsa add sysfs debug switch for raid map debugging messagesStephen M. Cameron2014-03-151-0/+64
* [SCSI] hpsa: improve error messages for driver initiated commandsStephen M. Cameron2014-03-151-27/+44
* [SCSI] hpsa: only do device rescan for certain eventsStephen M. Cameron2014-03-151-1/+1
* [SCSI] hpsa: when switching out of accel mode await only accel command comple...Stephen M. Cameron2014-03-151-6/+16
* [SCSI] hpsa: add controller base data-at-rest encryption compatibility ioaccel2Scott Teel2014-03-151-9/+170
* [SCSI] hpsa: update source file copyrightsScott Teel2014-03-151-1/+1
* [SCSI] hpsa: retry certain ioaccel error cases on the RAID pathScott Teel2014-03-151-6/+39
* [SCSI] hpsa: do not inquire for unsupported ioaccel status vpd pageStephen M. Cameron2014-03-151-0/+45
* [SCSI] hpsa: allow VPD page zero to be queriedStephen M. Cameron2014-03-151-8/+9
* [SCSI] hpsa: rescan devices on ioaccel2 errorScott Teel2014-03-151-2/+10
* [SCSI] hpsa: allow user to disable accelerated i/o pathScott Teel2014-03-151-1/+44
* [SCSI] hpsa: complete the ioaccel raidmap codeScott Teel2014-03-151-6/+168
* [SCSI] hpsa: make device update copy the raid map alsoStephen M. Cameron2014-03-151-0/+3
* [SCSI] hpsa: add task management for ioaccel mode 2Scott Teel2014-03-151-3/+163
* [SCSI] hpsa: teach hpsa_device_reset to do either target or lun resetScott Teel2014-03-151-4/+6
* [SCSI] hpsa: get ioaccel mode 2 i/o workingScott Teel2014-03-151-19/+306
* [SCSI] hpsa: initialize controller to perform io accelerator mode 2Stephen M. Cameron2014-03-151-35/+76
* [SCSI] hpsa: get physical device handles for io accel mode 2 as well as mode 1Mike MIller2014-03-151-1/+2
* [SCSI] hpsa: do ioaccel mode 2 resource allocationsStephen M. Cameron2014-03-151-0/+50