summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hpsa.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [SCSI] hpsa: fix NULL dereference in hpsa_put_ctlr_into_performant_mode()scameron@beardog.cce.hp.com2014-04-211-4/+4
* [SCSI] hpsa: update driver version to 3.4.4-1Stephen M. Cameron2014-03-191-1/+1
* [SCSI] hpsa: fix bad endif placement in RAID 5 mapper codeStephen M. Cameron2014-03-191-1/+1
* [SCSI] hpsa: Do not zero fields of ioaccel2 command structure twiceStephen M. Cameron2014-03-151-2/+0
* [SCSI] hpsa: Add hba mode to the hpsa driverStephen M. Cameron2014-03-151-4/+89
* [SCSI] hpsa: increase the probability of a reported success after a device resetTomas Henzl2014-03-151-1/+2
* [SCSI] hpsa: bring format-in-progress drives online when readyStephen M. Cameron2014-03-151-24/+287
* [SCSI] hpsa: remove unused kthread.h headerStephen M. Cameron2014-03-151-1/+0
* [SCSI] hpsa: Add support for a few HP Storage controllersStephen M. Cameron2014-03-151-0/+10
* [SCSI] hpsa add sysfs debug switch for raid map debugging messagesStephen M. Cameron2014-03-151-0/+64
* [SCSI] hpsa: improve error messages for driver initiated commandsStephen M. Cameron2014-03-151-27/+44
* [SCSI] hpsa: only do device rescan for certain eventsStephen M. Cameron2014-03-151-1/+1
* [SCSI] hpsa: when switching out of accel mode await only accel command comple...Stephen M. Cameron2014-03-151-6/+16
* [SCSI] hpsa: add controller base data-at-rest encryption compatibility ioaccel2Scott Teel2014-03-151-9/+170
* [SCSI] hpsa: update source file copyrightsScott Teel2014-03-151-1/+1
* [SCSI] hpsa: retry certain ioaccel error cases on the RAID pathScott Teel2014-03-151-6/+39
* [SCSI] hpsa: do not inquire for unsupported ioaccel status vpd pageStephen M. Cameron2014-03-151-0/+45
* [SCSI] hpsa: allow VPD page zero to be queriedStephen M. Cameron2014-03-151-8/+9
* [SCSI] hpsa: rescan devices on ioaccel2 errorScott Teel2014-03-151-2/+10
* [SCSI] hpsa: allow user to disable accelerated i/o pathScott Teel2014-03-151-1/+44
* [SCSI] hpsa: complete the ioaccel raidmap codeScott Teel2014-03-151-6/+168
OpenPOWER on IntegriCloud