aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hpsa.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-27Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-19/+54
2018-03-14scsi: hpsa: fix selection of reply queueMing Lei1-19/+54
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-5/+5
2018-01-09treewide: Use DEVICE_ATTR_ROJoe Perches1-5/+5
2018-01-08scsi: hpsa: Use vsnprintf extension %phNAndy Shevchenko1-11/+3
2018-01-03scsi: hpsa: drop unneeded newlineJulia Lawall1-1/+1
2017-12-04scsi: hpsa: remove an unnecessary NULL checkDan Carpenter1-2/+0
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-75/+281
2017-10-25scsi: hpsa: bump driver versionDon Brace1-1/+1
2017-10-25scsi: hpsa: add enclosure logical identifierDon Brace1-2/+67
2017-10-25scsi: hpsa: correct logical volume removalDon Brace1-3/+6
2017-10-25scsi: hpsa: reduce warning messages on device removalDon Brace1-2/+4
2017-10-25scsi: hpsa: update queue depth for externalsDon Brace1-2/+6
2017-10-25scsi: hpsa: correct smart path enabledDon Brace1-38/+151
2017-10-25scsi: hpsa: change timeout for internal cmdsDon Brace1-11/+11
2017-10-25scsi: hpsa: update discovery pollingBader Ali Saleh1-13/+26
2017-10-25scsi: hpsa: add controller checkpointDon Brace1-0/+4
2017-10-25scsi: hpsa: clear tmpdevice in scan threadScott Teel1-0/+2
2017-10-25scsi: hpsa: cleanup sas_phy structures in sysfs when unloadingMartin Wilck1-1/+1
2017-10-25scsi: hpsa: destroy sas transport properties before scsi_hostMartin Wilck1-2/+2
2017-10-16scsi: hpsa: Fix configured_logical_drive_count·checkChristos Gkekas1-1/+1
2017-08-29scsi: hpsa: remove the smp_handler stubChristoph Hellwig1-9/+0
2017-08-24scsi: hpsa: fix the device_id in hpsa_update_device_info()Dan Carpenter1-1/+1
2017-08-24scsi: hpsa: Remove 'hpsa_allow_any' module optionHannes Reinecke1-19/+7
2017-08-24scsi: cciss: Drop obsolete driverHannes Reinecke1-0/+1
2017-08-24scsi: hpsa: do not print errors for unsupported report luns formatHannes Reinecke1-9/+11
2017-08-24scsi: hpsa: Ignore errors for unsupported LV_DEVICE_ID VPD pageHannes Reinecke1-1/+1
2017-08-24scsi: hpsa: disable volume status check for legacy boardsHannes Reinecke1-0/+10
2017-08-24scsi: hpsa: add support for legacy boardsHannes Reinecke1-7/+60
2017-07-17scsi: hpsa: limit transfer length to 1MBYadan Fan1-1/+1
2017-06-26scsi: hpsa: fix spelling mistake: "encrypytion" -> "encryption"Colin Ian King1-1/+1
2017-06-12scsi: hpsa: bump driver versionDon Brace1-1/+1
2017-06-12scsi: hpsa: remove abort handlerDon Brace1-613/+8
2017-06-12scsi: hpsa: send ioaccel requests with 0 length down raid pathDon Brace1-1/+61
2017-06-12scsi: hpsa: separate monitor events from rescan workerScott Teel1-18/+58
2017-06-12scsi: hpsa: correct queue depth for externalsDon Brace1-12/+10
2017-06-12scsi: hpsa: cleanup reset handlerDon Brace1-14/+45
2017-06-12scsi: hpsa: correct resets on retried commandsDon Brace1-1/+1
2017-06-12scsi: hpsa: rescan later if reset in progressDon Brace1-0/+1
2017-06-12scsi: hpsa: do not reset enclosuresDon Brace1-0/+3
2017-06-12scsi: hpsa: update reset handlerDon Brace1-1/+1
2017-06-12scsi: hpsa: do not get enclosure info for external devicesDon Brace1-0/+5
2017-05-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+5
2017-03-29scsi: hpsa: change driver versionDon Brace1-1/+1
2017-03-29scsi: hpsa: update pci idsDon Brace1-0/+4
2017-03-23scsi: hpsa: fix volume offline stateTomas Henzl1-0/+1
2017-03-15scsi: hpsa: do not timeout reset operationsDon Brace1-1/+1
2017-03-15scsi: hpsa: limit outstanding rescansDon Brace1-1/+15
2017-03-15scsi: hpsa: update check for logical volume statusDon Brace1-19/+16
2017-02-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-6/+2