summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hpsa.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2014-11-241-15/+1
* scsi: don't allow setting of queue_depth bigger than can_queueChristoph Hellwig2014-11-241-5/+0
* hpsa: remove spin lock around command allocationStephen M. Cameron2014-11-201-13/+23
* hpsa: always call pci_set_master after pci_enable_deviceRobert Elliott2014-11-201-3/+5
* hpsa: Convert SCSI LLD ->queuecommand() for host_lock less operationNicholas Bellinger2014-11-201-9/+7
* hpsa: do not be so noisy about check conditionsStephen M. Cameron2014-11-201-59/+0
* hpsa: use atomics for commands_outstandingStephen M. Cameron2014-11-201-17/+9
* hpsa: get rid of type/attribute/direction bit field where possibleStephen M. Cameron2014-11-201-29/+29
* hpsa: fix endianness issue with scatter gather elementsStephen M. Cameron2014-11-201-123/+100
* hpsa: fix allocation sizes for CISS_REPORT_LUNs commandsStephen M. Cameron2014-11-201-7/+7
* hpsa: remove 'action required' phrasingStephen M. Cameron2014-11-201-4/+4
* hpsa: correct off-by-one sizing of chained SG blockWebb Scales2014-11-201-2/+2
* hpsa: fix a couple pci id table mistakesStephen M. Cameron2014-11-201-1/+1
* hpsa: remove dev_warn prints from RAID-1ADMRobert Elliott2014-11-201-5/+0
* hpsa: Clean up warnings from sparse.Don Brace2014-11-201-13/+16
* scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig2014-11-121-1/+1
* hpsa: add missing pci_set_master in kdump pathTomas Henzl2014-09-251-1/+1
* hpsa: refine the pci enable/disable handlingTomas Henzl2014-09-161-14/+28
* hpsa: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2014-09-161-15/+12
* hpsa: Fallback to MSI rather than to INTx if MSI-X failedAlexander Gordeev2014-09-161-1/+0
* scsi: use pci_zalloc_consistentJoe Perches2014-08-081-5/+3
* hpsa: fix bad -ENOMEM return value in hpsa_big_passthru_ioctlStephen M. Cameron2014-07-251-1/+1
* hpsa: remove online devices from offline device listStephen M. Cameron2014-07-251-1/+5
* hpsa: fix non-x86 buildsArnd Bergmann2014-07-251-2/+2
* hpsa: do not unconditionally copy sense dataRobert Elliott2014-07-251-8/+8
* hpsa: fix 6-byte READ/WRITE with 0 length data xferStephen M. Cameron2014-07-251-1/+2
* hpsa: make hpsa_init_one return -ENOMEM if allocation of h->lockup_detected f...Stephen M. Cameron2014-07-251-1/+3
* scsi: use 64-bit LUNsHannes Reinecke2014-07-171-1/+1
* 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/+3
* 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/+0
* hpsa: define extended_report_lun_entry data structureStephen M. Cameron2014-06-021-13/+8
* 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/+0
* 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/+0
* 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
OpenPOWER on IntegriCloud