aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hpsa.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-25hpsa: add missing pci_set_master in kdump pathTomas Henzl1-1/+1
2014-09-16hpsa: refine the pci enable/disable handlingTomas Henzl1-14/+28
2014-09-16hpsa: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-15/+12
2014-09-16hpsa: Fallback to MSI rather than to INTx if MSI-X failedAlexander Gordeev1-1/+0
2014-08-08scsi: use pci_zalloc_consistentJoe Perches1-5/+3
2014-07-25hpsa: fix bad -ENOMEM return value in hpsa_big_passthru_ioctlStephen M. Cameron1-1/+1
2014-07-25hpsa: remove online devices from offline device listStephen M. Cameron1-1/+5
2014-07-25hpsa: fix non-x86 buildsArnd Bergmann1-2/+2
2014-07-25hpsa: do not unconditionally copy sense dataRobert Elliott1-8/+8
2014-07-25hpsa: fix 6-byte READ/WRITE with 0 length data xferStephen M. Cameron1-1/+2
2014-07-25hpsa: make hpsa_init_one return -ENOMEM if allocation of h->lockup_detected failsStephen M. Cameron1-1/+3
2014-07-17scsi: use 64-bit LUNsHannes Reinecke1-1/+1
2014-06-02hpsa: fix handling of hpsa_volume_offline return valueStephen M. Cameron1-4/+8
2014-06-02hpsa: return -ENOMEM not -1 on kzalloc failure in hpsa_get_device_idStephen M. Cameron1-1/+1
2014-06-02hpsa: remove messages about volume status VPD inquiry page not supportedStephen M. Cameron1-9/+3
2014-06-02hpsa: report check condition even if no sense data present for ioaccel2 modeStephen M. Cameron1-2/+5
2014-06-02hpsa: remove bad unlikely annotation from device list updating codeStephen M. Cameron1-1/+1
2014-06-02hpsa: kill annoying messages about SSD Smart Path retriesStephen M. Cameron1-10/+0
2014-06-02hpsa: define extended_report_lun_entry data structureStephen M. Cameron1-13/+8
2014-06-02hpsa: Rearrange start_io to avoid one unlock/lock sequence in main io pathStephen M. Cameron1-8/+16
2014-06-02hpsa: avoid unnecessary readl on every command submissionStephen M. Cameron1-0/+7
2014-06-02hpsa: use per-cpu variable for lockup_detectedStephen M. Cameron1-27/+53
2014-06-02hpsa: set irq affinity hints to route MSI-X vectors across CPUsStephen M. Cameron1-1/+16
2014-06-02hpsa: allocate reply queues individuallyStephen M. Cameron1-21/+32
2014-06-02hpsa: choose number of reply queues more intelligently.Stephen M. Cameron1-0/+2
2014-06-02hpsa: use gcc aligned attribute instead of manually padding structsStephen M. Cameron1-3/+0
2014-06-02hpsa: change doorbell reset delay to ten secondsJustin Lindley1-2/+2
2014-06-02hpsa: allow passthru ioctls to work with bidirectional commandsStephen M. Cameron1-4/+4
2014-06-02hpsa: remove unused fields from struct ctlr_infoStephen M. Cameron1-2/+0
2014-05-28hpsa: fix bad comparison of signed with unsigned in hpsa_update_scsi_devicesJoe Handzik1-1/+1
2014-05-19hpsa: do not ignore failure of sense controller parameters commandJoe Handzik1-3/+5
2014-05-19hpsa: fix memory leak in hpsa_hba_mode_enabledJoe Handzik1-1/+6
2014-05-19hpsa: add new Smart Array PCI IDs (May 2014)Joe Handzik1-0/+12
2014-05-19hpsa: Checking for a NULL return from a kzalloc callJoe Handzik1-0/+2
2014-04-21[SCSI] hpsa: fix NULL dereference in hpsa_put_ctlr_into_performant_mode()scameron@beardog.cce.hp.com1-4/+4
2014-03-19[SCSI] hpsa: update driver version to 3.4.4-1Stephen M. Cameron1-1/+1
2014-03-19[SCSI] hpsa: fix bad endif placement in RAID 5 mapper codeStephen M. Cameron1-1/+1
2014-03-15[SCSI] hpsa: Do not zero fields of ioaccel2 command structure twiceStephen M. Cameron1-2/+0
2014-03-15[SCSI] hpsa: Add hba mode to the hpsa driverStephen M. Cameron1-4/+89
2014-03-15[SCSI] hpsa: increase the probability of a reported success after a device resetTomas Henzl1-1/+2
2014-03-15[SCSI] hpsa: bring format-in-progress drives online when readyStephen M. Cameron1-24/+287
2014-03-15[SCSI] hpsa: remove unused kthread.h headerStephen M. Cameron1-1/+0
2014-03-15[SCSI] hpsa: Add support for a few HP Storage controllersStephen M. Cameron1-0/+10
2014-03-15[SCSI] hpsa add sysfs debug switch for raid map debugging messagesStephen M. Cameron1-0/+64
2014-03-15[SCSI] hpsa: improve error messages for driver initiated commandsStephen M. Cameron1-27/+44
2014-03-15[SCSI] hpsa: only do device rescan for certain eventsStephen M. Cameron1-1/+1
2014-03-15[SCSI] hpsa: when switching out of accel mode await only accel command completionsStephen M. Cameron1-6/+16
2014-03-15[SCSI] hpsa: add controller base data-at-rest encryption compatibility ioaccel2Scott Teel1-9/+170
2014-03-15[SCSI] hpsa: update source file copyrightsScott Teel1-1/+1
2014-03-15[SCSI] hpsa: retry certain ioaccel error cases on the RAID pathScott Teel1-6/+39