aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hpsa_cmd.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-25scsi: hpsa: update discovery pollingBader Ali Saleh1-0/+2
2017-10-25scsi: hpsa: add controller checkpointDon Brace1-0/+1
2017-06-12scsi: hpsa: update identify physical device structureDon Brace1-6/+14
2017-03-15scsi: hpsa: update check for logical volume statusDon Brace1-0/+2
2016-09-14scsi: hpsa: Check for vpd support before sendingScott Teel1-0/+1
2016-02-23hpsa: update copyright informationDon Brace1-1/+2
2016-02-23hpsa: correct lun data caching bitmap definitionDon Brace1-1/+1
2016-01-06hpsa: Add box and bay information for enclosure devicesDon Brace1-0/+13
2015-11-09hpsa: add in sas transport classKevin Barnett1-0/+14
2015-11-09hpsa: disable report lun data cachingScott Teel1-0/+3
2015-11-09hpsa: generalize external arraysScott Teel1-0/+11
2015-11-09hpsa: correct check for non-disk devicesDon Brace1-2/+0
2015-08-26hpsa: add in new offline modeScott Benesh1-0/+1
2015-08-26hpsa: add PMC to copyrightDon Brace1-6/+3
2015-05-31hpsa: cleanup resetWebb Scales1-0/+1
2015-05-31hpsa: don't return abort request until target is completeWebb Scales1-0/+2
2015-05-31hpsa: add support sending aborts to physical devices via the ioaccel2 pathStephen Cameron1-2/+4
2015-05-31hpsa: add more ioaccel2 error handling, including underrun statuses.Joe Handzik1-0/+6
2015-05-31hpsa: factor out hpsa_init_cmd functionStephen Cameron1-1/+1
2015-05-31hpsa: hpsa decode sense data for io and tmfStephen Cameron1-0/+9
2015-05-31hpsa: rework controller command submissionWebb Scales1-0/+5
2015-05-31hpsa: add masked physical devices into h->dev[] arrayStephen Cameron1-0/+3
2015-02-02hpsa: do not use a void pointer for scsi_cmd field of struct CommandListStephen Cameron1-1/+1
2015-02-02hpsa: fix race between abort handler and main i/o pathWebb Scales1-0/+1
2015-02-02hpsa: honor queue depth of physical devicesDon Brace1-0/+148
2015-02-02hpsa: use workqueue to resubmit failed ioaccel commandsDon Brace1-0/+1
2015-02-02hpsa: do not queue commands internally in driverDon Brace1-7/+3
2015-02-02hpsa: correct endian sparse warningsDon Brace1-86/+86
2014-11-20hpsa: get rid of type/attribute/direction bit field where possibleStephen M. Cameron1-5/+13
2014-11-20hpsa: fix endianness issue with scatter gather elementsStephen M. Cameron1-7/+7
2014-11-20hpsa: fix allocation sizes for CISS_REPORT_LUNs commandsStephen M. Cameron1-1/+1
2014-06-02hpsa: fix handling of hpsa_volume_offline return valueStephen M. Cameron1-1/+1
2014-06-02hpsa: define extended_report_lun_entry data structureStephen M. Cameron1-1/+11
2014-06-02hpsa: choose number of reply queues more intelligently.Stephen M. Cameron1-1/+1
2014-06-02hpsa: use gcc aligned attribute instead of manually padding structsStephen M. Cameron1-27/+6
2014-03-15[SCSI] hpsa: Add hba mode to the hpsa driverStephen M. Cameron1-0/+1
2014-03-15[SCSI] hpsa: remove unused struct request from CommandListStephen M. Cameron1-3/+2
2014-03-15[SCSI] hpsa: bring format-in-progress drives online when readyStephen M. Cameron1-0/+15
2014-03-15[SCSI] hpsa: add controller base data-at-rest encryption compatibility ioaccel2Scott Teel1-5/+14
2014-03-15[SCSI] hpsa: update source file copyrightsScott Teel1-1/+1
2014-03-15[SCSI] hpsa: do not inquire for unsupported ioaccel status vpd pageStephen M. Cameron1-0/+2
2014-03-15[SCSI] hpsa: add task management for ioaccel mode 2Scott Teel1-3/+4
2014-03-15[SCSI] hpsa: get ioaccel mode 2 i/o workingScott Teel1-0/+1
2014-03-15[SCSI] hpsa: initialize controller to perform io accelerator mode 2Stephen M. Cameron1-1/+1
2014-03-15[SCSI] hpsa: Acknowledge controller events in ioaccell mode 2 as well as mode 1Stephen M. Cameron1-0/+1
2014-03-15[SCSI] hpsa: add ioaccel mode 2 structure definitionsMike Miller1-0/+99
2014-03-15[SCSI] hpsa: poll controller to detect device change eventStephen M. Cameron1-0/+3
2014-03-15[SCSI] hpsa: add ioaccell mode 1 RAID offload support.Stephen M. Cameron1-3/+62
2014-03-15[SCSI] hpsa: add support for 'fastpath' i/oMatt Gates1-0/+60
2014-03-15[SCSI] hpsa: mark last scatter gather element as the lastMatt Gates1-0/+1