aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hpsa.c
Commit message (Expand)AuthorAge
* scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2014-11-24
* scsi: don't allow setting of queue_depth bigger than can_queueChristoph Hellwig2014-11-24
* hpsa: remove spin lock around command allocationStephen M. Cameron2014-11-20
* hpsa: always call pci_set_master after pci_enable_deviceRobert Elliott2014-11-20
* hpsa: Convert SCSI LLD ->queuecommand() for host_lock less operationNicholas Bellinger2014-11-20
* hpsa: do not be so noisy about check conditionsStephen M. Cameron2014-11-20
* hpsa: use atomics for commands_outstandingStephen M. Cameron2014-11-20
* hpsa: get rid of type/attribute/direction bit field where possibleStephen M. Cameron2014-11-20
* hpsa: fix endianness issue with scatter gather elementsStephen M. Cameron2014-11-20
* hpsa: fix allocation sizes for CISS_REPORT_LUNs commandsStephen M. Cameron2014-11-20
* hpsa: remove 'action required' phrasingStephen M. Cameron2014-11-20
* hpsa: correct off-by-one sizing of chained SG blockWebb Scales2014-11-20
* hpsa: fix a couple pci id table mistakesStephen M. Cameron2014-11-20
* hpsa: remove dev_warn prints from RAID-1ADMRobert Elliott2014-11-20
* hpsa: Clean up warnings from sparse.Don Brace2014-11-20
* scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig2014-11-12
* hpsa: add missing pci_set_master in kdump pathTomas Henzl2014-09-25
* hpsa: refine the pci enable/disable handlingTomas Henzl2014-09-16
* hpsa: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2014-09-16
* hpsa: Fallback to MSI rather than to INTx if MSI-X failedAlexander Gordeev2014-09-16
* scsi: use pci_zalloc_consistentJoe Perches2014-08-08
* hpsa: fix bad -ENOMEM return value in hpsa_big_passthru_ioctlStephen M. Cameron2014-07-25
* hpsa: remove online devices from offline device listStephen M. Cameron2014-07-25
* hpsa: fix non-x86 buildsArnd Bergmann2014-07-25
* hpsa: do not unconditionally copy sense dataRobert Elliott2014-07-25
* hpsa: fix 6-byte READ/WRITE with 0 length data xferStephen M. Cameron2014-07-25
* hpsa: make hpsa_init_one return -ENOMEM if allocation of h->lockup_detected f...Stephen M. Cameron2014-07-25
* scsi: use 64-bit LUNsHannes Reinecke2014-07-17
* hpsa: fix handling of hpsa_volume_offline return valueStephen M. Cameron2014-06-02
* hpsa: return -ENOMEM not -1 on kzalloc failure in hpsa_get_device_idStephen M. Cameron2014-06-02
* hpsa: remove messages about volume status VPD inquiry page not supportedStephen M. Cameron2014-06-02
* hpsa: report check condition even if no sense data present for ioaccel2 modeStephen M. Cameron2014-06-02
* hpsa: remove bad unlikely annotation from device list updating codeStephen M. Cameron2014-06-02
* hpsa: kill annoying messages about SSD Smart Path retriesStephen M. Cameron2014-06-02
* hpsa: define extended_report_lun_entry data structureStephen M. Cameron2014-06-02
* hpsa: Rearrange start_io to avoid one unlock/lock sequence in main io pathStephen M. Cameron2014-06-02
* hpsa: avoid unnecessary readl on every command submissionStephen M. Cameron2014-06-02
* hpsa: use per-cpu variable for lockup_detectedStephen M. Cameron2014-06-02
* hpsa: set irq affinity hints to route MSI-X vectors across CPUsStephen M. Cameron2014-06-02
* hpsa: allocate reply queues individuallyStephen M. Cameron2014-06-02
* hpsa: choose number of reply queues more intelligently.Stephen M. Cameron2014-06-02
* hpsa: use gcc aligned attribute instead of manually padding structsStephen M. Cameron2014-06-02
* hpsa: change doorbell reset delay to ten secondsJustin Lindley2014-06-02
* hpsa: allow passthru ioctls to work with bidirectional commandsStephen M. Cameron2014-06-02
* hpsa: remove unused fields from struct ctlr_infoStephen M. Cameron2014-06-02
* hpsa: fix bad comparison of signed with unsigned in hpsa_update_scsi_devicesJoe Handzik2014-05-28
* hpsa: do not ignore failure of sense controller parameters commandJoe Handzik2014-05-19
* hpsa: fix memory leak in hpsa_hba_mode_enabledJoe Handzik2014-05-19
* hpsa: add new Smart Array PCI IDs (May 2014)Joe Handzik2014-05-19
* hpsa: Checking for a NULL return from a kzalloc callJoe Handzik2014-05-19