aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hpsa.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-23hpsa: update copyright informationDon Brace1-1/+2
2016-02-23hpsa: remove function definition for sanitize_inquiry_stringDon Brace1-14/+2
2016-02-23hpsa: check for a null phys_disk pointer in ioaccel2 pathDon Brace1-0/+2
2016-02-23hpsa: correct abort tmf for hba devicesDon Brace1-5/+7
2016-02-23hpsa: add SMR drive supportDon Brace1-2/+10
2016-02-23hpsa: do not get enclosure info for external devicesDon Brace1-2/+5
2016-01-07Merge branch 'jejb-scsi' into miscJames Bottomley1-1/+1
2016-01-06hpsa: Add box and bay information for enclosure devicesDon Brace1-7/+100
2016-01-06hpsa: fix path_info_showDon Brace1-6/+6
2015-12-03Merge branch 'mkp-fixes' into fixesJames Bottomley1-1/+1
2015-11-13hpsa: logical vs bitwise AND typoDan Carpenter1-1/+1
2015-11-12Merge tag '4.4-scsi-mkp' into miscJames Bottomley1-259/+1077
2015-11-09scsi: use host wide tags by defaultChristoph Hellwig1-9/+1
2015-11-09hpsa: move lockup_detected attribute to host attrTomas Henzl1-1/+1
2015-11-09hpsa: bump the driver versionDon Brace1-2/+5
2015-11-09hpsa: add in sas transport classKevin Barnett1-21/+529
2015-11-09hpsa: fix multiple issues in path_info_showRasmus Villemoes1-21/+17
2015-11-09hpsa: enhance device messagesDon Brace1-5/+40
2015-11-09hpsa: disable report lun data cachingScott Teel1-0/+85
2015-11-09hpsa: add discovery polling for PT RAID devices.Scott Teel1-0/+68
2015-11-09hpsa: eliminate fake lun0 enclosuresScott Teel1-68/+0
2015-11-09hpsa: generalize external arraysScott Teel1-26/+113
2015-11-09hpsa: move scsi_add_device and scsi_remove_device calls to new functionKevin Barnett1-26/+45
2015-11-09hpsa: refactor hpsa_figure_bus_target_lunKevin Barnett1-13/+12
2015-11-09hpsa: enhance hpsa_get_device_idDon Brace1-3/+20
2015-11-09hpsa: add function is_logical_deviceKevin Barnett1-7/+12
2015-11-09hpsa: simplify update scsi devicesKevin Barnett1-9/+13
2015-11-09hpsa: simplify check for device exposureKevin Barnett1-14/+11
2015-11-09hpsa: correct ioaccel2 sg chain lenDon Brace1-2/+3
2015-11-09hpsa: correct check for non-disk devicesDon Brace1-13/+15
2015-11-09hpsa: fix physical target resetScott Teel1-6/+28
2015-11-09hpsa: fix hpsa_adjust_hpsa_scsi_tableDon Brace1-0/+16
2015-11-09hpsa: correct transfer length for 6 byte read/write commandsDon Brace1-13/+6
2015-11-09hpsa: abandon rescans on memory alloaction failures.Don Brace1-5/+19
2015-11-09hpsa: allow driver requested rescansDon Brace1-2/+15
2015-11-09hpsa: fix null device issuesDon Brace1-5/+17
2015-11-09hpsa: check for null arguments to dev_printkDon Brace1-0/+3
2015-11-09hpsa: remove unused hpsa_tag_discard_error_bitsDon Brace1-10/+1
2015-11-09hpsa: stop zeroing reset_cmds_out and ioaccel_cmds_out during rescanDon Brace1-2/+0
2015-11-09hpsa: remove unused parameter hostnoDon Brace1-16/+14
2015-08-26hpsa: fix rmmod issuesDon Brace1-2/+8
2015-08-26hpsa: fix issues with multilun devicesshane.seymour1-2/+4
2015-08-26hpsa: add in new offline modeScott Benesh1-4/+11
2015-08-26Change how controllers in mixed mode are handled.Kevin Barnett1-86/+11
2015-08-26hpsa: add in new controllersDon Brace1-0/+10
2015-08-26hpsa: cleanup update scsi devicesDon Brace1-3/+3
2015-08-26hpsa: add sysfs entry path_info to show box and bay informationJoe Handzik1-0/+122
2015-08-26hpsa: add PMC to copyrightDon Brace1-6/+3
2015-08-26hpsa: correct static checker warnings on driver init cleanupDon Brace1-3/+1
2015-08-26hpsa: correct decode sense dataDon Brace1-1/+1