aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hpsa.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-14scsi: hpsa: remove memory allocate failure messageAmit Kushwaha1-25/+12
2016-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-126/+126
2016-12-05scsi: hpsa: fallback to use legacy REPORT PHYS commandHannes Reinecke1-2/+26
2016-12-05scsi: hpsa: use %phN for short hex dumpsRasmus Villemoes1-27/+13
2016-11-29scsi: hpsa: add 'ctlr_num' sysfs attributeHannes Reinecke1-0/+13
2016-11-29scsi: hpsa: use correct DID_NO_CONNECT hostbyteHannes Reinecke1-1/+1
2016-11-22scsi: hpsa: use bus '3' for legacy HBA devicesHannes Reinecke1-5/+11
2016-11-16scsi: hpsa: correct logical resetsDon Brace1-1/+22
2016-11-14scsi: hpsa: free irq on q indexed by h->intr_mode and not iColin Ian King1-1/+1
2016-11-12scsi: hpsa: use pci_alloc_irq_vectors and automatic irq affinityChristoph Hellwig1-93/+50
2016-11-08scsi: hpsa: Remove unneeded void pointer castJavier Martinez Canillas1-2/+1
2016-09-21scsi: hpsa: correct call to hpsa_do_resetDon Brace1-1/+1
2016-09-19scsi: hpsa: correct scsi 6byte lba calculationMahesh Rajashekhara1-4/+10
2016-09-14scsi: hpsa: Check for null devices in ioaccel submission patchDon Brace1-0/+31
2016-09-14scsi: hpsa: Prevent sending bmic commands to externalsScott Teel1-1/+11
2016-09-14scsi: hpsa: Check for vpd support before sendingScott Teel1-13/+37
2016-09-14scsi: hpsa: Check for null device pointersDon Brace1-3/+17
2016-09-14scsi: hpsa: Determine device external status earlierDon Brace1-5/+5
2016-07-15hpsa: change hpsa_passthru_ioctl timeoutDon Brace1-2/+2
2016-07-15hpsa: correct skipping masked peripheralsDon Brace1-5/+74
2016-05-10hpsa: Fix type ZBC conditional checksPetros Koutoupis1-6/+4
2016-04-29hpsa: update driver versionDon Brace1-1/+1
2016-04-29hpsa: correct handling of HBA device removalDon Brace1-5/+84
2016-04-29hpsa: correct ioaccel2 error procecssing.Don Brace1-1/+3
2016-04-29hpsa: correct ioaccel state change operationDon Brace1-1/+3
2016-04-29hpsa: add timeouts for driver initiated commandsDon Brace1-19/+23
2016-04-29hpsa: add sas_address to sysfs device attibuteJoseph T Handzik1-0/+25
2016-04-29hpsa: correct initialization order issueDon Brace1-5/+5
2016-04-25hpsa: set the enclosure identifier to zeroDan Carpenter1-0/+1
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