summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hpsa.c
AgeCommit message (Expand)Author
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig
2014-11-24scsi: don't allow setting of queue_depth bigger than can_queueChristoph Hellwig
2014-11-20hpsa: remove spin lock around command allocationStephen M. Cameron
2014-11-20hpsa: always call pci_set_master after pci_enable_deviceRobert Elliott
2014-11-20hpsa: Convert SCSI LLD ->queuecommand() for host_lock less operationNicholas Bellinger
2014-11-20hpsa: do not be so noisy about check conditionsStephen M. Cameron
2014-11-20hpsa: use atomics for commands_outstandingStephen M. Cameron
2014-11-20hpsa: get rid of type/attribute/direction bit field where possibleStephen M. Cameron
2014-11-20hpsa: fix endianness issue with scatter gather elementsStephen M. Cameron
2014-11-20hpsa: fix allocation sizes for CISS_REPORT_LUNs commandsStephen M. Cameron
2014-11-20hpsa: remove 'action required' phrasingStephen M. Cameron
2014-11-20hpsa: correct off-by-one sizing of chained SG blockWebb Scales
2014-11-20hpsa: fix a couple pci id table mistakesStephen M. Cameron
2014-11-20hpsa: remove dev_warn prints from RAID-1ADMRobert Elliott
2014-11-20hpsa: Clean up warnings from sparse.Don Brace
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig
2014-09-25hpsa: add missing pci_set_master in kdump pathTomas Henzl
2014-09-16hpsa: refine the pci enable/disable handlingTomas Henzl
2014-09-16hpsa: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev
2014-09-16hpsa: Fallback to MSI rather than to INTx if MSI-X failedAlexander Gordeev
2014-08-08scsi: use pci_zalloc_consistentJoe Perches
2014-07-25hpsa: fix bad -ENOMEM return value in hpsa_big_passthru_ioctlStephen M. Cameron
2014-07-25hpsa: remove online devices from offline device listStephen M. Cameron
2014-07-25hpsa: fix non-x86 buildsArnd Bergmann
2014-07-25hpsa: do not unconditionally copy sense dataRobert Elliott
2014-07-25hpsa: fix 6-byte READ/WRITE with 0 length data xferStephen M. Cameron
2014-07-25hpsa: make hpsa_init_one return -ENOMEM if allocation of h->lockup_detected f...Stephen M. Cameron
2014-07-17scsi: use 64-bit LUNsHannes Reinecke
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