aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hpsa.c
AgeCommit message (Expand)Author
2014-06-02hpsa: fix handling of hpsa_volume_offline return valueStephen M. Cameron
2014-06-02hpsa: return -ENOMEM not -1 on kzalloc failure in hpsa_get_device_idStephen M. Cameron
2014-06-02hpsa: remove messages about volume status VPD inquiry page not supportedStephen M. Cameron
2014-06-02hpsa: report check condition even if no sense data present for ioaccel2 modeStephen M. Cameron
2014-06-02hpsa: remove bad unlikely annotation from device list updating codeStephen M. Cameron
2014-06-02hpsa: kill annoying messages about SSD Smart Path retriesStephen M. Cameron
2014-06-02hpsa: define extended_report_lun_entry data structureStephen M. Cameron
2014-06-02hpsa: Rearrange start_io to avoid one unlock/lock sequence in main io pathStephen 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: set irq affinity hints to route MSI-X vectors across CPUsStephen M. Cameron
2014-06-02hpsa: allocate reply queues individuallyStephen M. Cameron
2014-06-02hpsa: choose number of reply queues more intelligently.Stephen M. Cameron
2014-06-02hpsa: use gcc aligned attribute instead of manually padding structsStephen M. Cameron
2014-06-02hpsa: change doorbell reset delay to ten secondsJustin Lindley
2014-06-02hpsa: allow passthru ioctls to work with bidirectional commandsStephen M. Cameron
2014-06-02hpsa: remove unused fields from struct ctlr_infoStephen M. Cameron
2014-05-28hpsa: fix bad comparison of signed with unsigned in hpsa_update_scsi_devicesJoe Handzik
2014-05-19hpsa: do not ignore failure of sense controller parameters commandJoe Handzik
2014-05-19hpsa: fix memory leak in hpsa_hba_mode_enabledJoe Handzik
2014-05-19hpsa: add new Smart Array PCI IDs (May 2014)Joe Handzik
2014-05-19hpsa: Checking for a NULL return from a kzalloc callJoe Handzik
2014-04-21[SCSI] hpsa: fix NULL dereference in hpsa_put_ctlr_into_performant_mode()scameron@beardog.cce.hp.com
2014-03-19[SCSI] hpsa: update driver version to 3.4.4-1Stephen M. Cameron
2014-03-19[SCSI] hpsa: fix bad endif placement in RAID 5 mapper codeStephen M. Cameron
2014-03-15[SCSI] hpsa: Do not zero fields of ioaccel2 command structure twiceStephen M. Cameron
2014-03-15[SCSI] hpsa: Add hba mode to the hpsa driverStephen M. Cameron
2014-03-15[SCSI] hpsa: increase the probability of a reported success after a device resetTomas Henzl
2014-03-15[SCSI] hpsa: bring format-in-progress drives online when readyStephen M. Cameron
2014-03-15[SCSI] hpsa: remove unused kthread.h headerStephen M. Cameron
2014-03-15[SCSI] hpsa: Add support for a few HP Storage controllersStephen M. Cameron
2014-03-15[SCSI] hpsa add sysfs debug switch for raid map debugging messagesStephen M. Cameron
2014-03-15[SCSI] hpsa: improve error messages for driver initiated commandsStephen M. Cameron
2014-03-15[SCSI] hpsa: only do device rescan for certain eventsStephen M. Cameron
2014-03-15[SCSI] hpsa: when switching out of accel mode await only accel command comple...Stephen M. Cameron
2014-03-15[SCSI] hpsa: add controller base data-at-rest encryption compatibility ioaccel2Scott Teel
2014-03-15[SCSI] hpsa: update source file copyrightsScott Teel
2014-03-15[SCSI] hpsa: retry certain ioaccel error cases on the RAID pathScott Teel
2014-03-15[SCSI] hpsa: do not inquire for unsupported ioaccel status vpd pageStephen M. Cameron
2014-03-15[SCSI] hpsa: allow VPD page zero to be queriedStephen M. Cameron
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: complete the ioaccel raidmap codeScott Teel
2014-03-15[SCSI] hpsa: make device update copy the raid map alsoStephen M. Cameron
2014-03-15[SCSI] hpsa: add task management for ioaccel mode 2Scott Teel
2014-03-15[SCSI] hpsa: teach hpsa_device_reset to do either target or lun resetScott 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: get physical device handles for io accel mode 2 as well as mode 1Mike MIller
2014-03-15[SCSI] hpsa: do ioaccel mode 2 resource allocationsStephen M. Cameron