summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hpsa.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: hpsa: remove the smp_handler stubChristoph Hellwig2017-08-291-9/+0
* scsi: hpsa: fix the device_id in hpsa_update_device_info()Dan Carpenter2017-08-241-1/+1
* scsi: hpsa: Remove 'hpsa_allow_any' module optionHannes Reinecke2017-08-241-19/+7
* scsi: cciss: Drop obsolete driverHannes Reinecke2017-08-241-0/+1
* scsi: hpsa: do not print errors for unsupported report luns formatHannes Reinecke2017-08-241-9/+11
* scsi: hpsa: Ignore errors for unsupported LV_DEVICE_ID VPD pageHannes Reinecke2017-08-241-1/+1
* scsi: hpsa: disable volume status check for legacy boardsHannes Reinecke2017-08-241-0/+10
* scsi: hpsa: add support for legacy boardsHannes Reinecke2017-08-241-7/+60
* scsi: hpsa: limit transfer length to 1MBYadan Fan2017-07-171-1/+1
* scsi: hpsa: fix spelling mistake: "encrypytion" -> "encryption"Colin Ian King2017-06-261-1/+1
* scsi: hpsa: bump driver versionDon Brace2017-06-121-1/+1
* scsi: hpsa: remove abort handlerDon Brace2017-06-121-613/+8
* scsi: hpsa: send ioaccel requests with 0 length down raid pathDon Brace2017-06-121-1/+61
* scsi: hpsa: separate monitor events from rescan workerScott Teel2017-06-121-18/+58
* scsi: hpsa: correct queue depth for externalsDon Brace2017-06-121-12/+10
* scsi: hpsa: cleanup reset handlerDon Brace2017-06-121-14/+45
* scsi: hpsa: correct resets on retried commandsDon Brace2017-06-121-1/+1
* scsi: hpsa: rescan later if reset in progressDon Brace2017-06-121-0/+1
* scsi: hpsa: do not reset enclosuresDon Brace2017-06-121-0/+3
* scsi: hpsa: update reset handlerDon Brace2017-06-121-1/+1
* scsi: hpsa: do not get enclosure info for external devicesDon Brace2017-06-121-0/+5
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-05-041-1/+5
|\
| * scsi: hpsa: change driver versionDon Brace2017-03-291-1/+1
| * scsi: hpsa: update pci idsDon Brace2017-03-291-0/+4
* | scsi: hpsa: fix volume offline stateTomas Henzl2017-03-231-0/+1
* | scsi: hpsa: do not timeout reset operationsDon Brace2017-03-151-1/+1
* | scsi: hpsa: limit outstanding rescansDon Brace2017-03-151-1/+15
* | scsi: hpsa: update check for logical volume statusDon Brace2017-03-151-19/+16
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-02-211-6/+2
|\
| * scsi: hpsa: remove coalescing settings for ioaccel2Don Brace2017-01-311-6/+2
* | block: introduce blk_rq_is_passthroughChristoph Hellwig2017-01-311-2/+2
|/
* scsi: hpsa: remove memory allocate failure messageAmit Kushwaha2016-12-141-25/+12
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2016-12-141-126/+126
|\
| * scsi: hpsa: fallback to use legacy REPORT PHYS commandHannes Reinecke2016-12-051-2/+26
| * scsi: hpsa: use %phN for short hex dumpsRasmus Villemoes2016-12-051-27/+13
| * scsi: hpsa: add 'ctlr_num' sysfs attributeHannes Reinecke2016-11-291-0/+13
| * scsi: hpsa: use correct DID_NO_CONNECT hostbyteHannes Reinecke2016-11-291-1/+1
| * scsi: hpsa: correct logical resetsDon Brace2016-11-161-1/+22
| * scsi: hpsa: free irq on q indexed by h->intr_mode and not iColin Ian King2016-11-141-1/+1
| * scsi: hpsa: use pci_alloc_irq_vectors and automatic irq affinityChristoph Hellwig2016-11-121-93/+50
| * scsi: hpsa: Remove unneeded void pointer castJavier Martinez Canillas2016-11-081-2/+1
* | scsi: hpsa: use bus '3' for legacy HBA devicesHannes Reinecke2016-11-221-5/+11
|/
* scsi: hpsa: correct call to hpsa_do_resetDon Brace2016-09-211-1/+1
* scsi: hpsa: correct scsi 6byte lba calculationMahesh Rajashekhara2016-09-191-4/+10
* scsi: hpsa: Check for null devices in ioaccel submission patchDon Brace2016-09-141-0/+31
* scsi: hpsa: Prevent sending bmic commands to externalsScott Teel2016-09-141-1/+11
* scsi: hpsa: Check for vpd support before sendingScott Teel2016-09-141-13/+37
* scsi: hpsa: Check for null device pointersDon Brace2016-09-141-3/+17
* scsi: hpsa: Determine device external status earlierDon Brace2016-09-141-5/+5
* hpsa: change hpsa_passthru_ioctl timeoutDon Brace2016-07-151-2/+2