aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hpsa.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-29scsi: hpsa: clean up two indentation issuesColin Ian King1-2/+2
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig1-1/+0
2018-11-28scsi: hpsa: mark expected switch fall-throughsGustavo A. R. Silva1-0/+5
2018-10-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-75/+73
2018-10-17scsi: hpsa: switch to generic DMA APIChristoph Hellwig1-67/+69
2018-09-25scsi: hpsa: Use vmemdup_user to replace the open codezhong jiang1-8/+4
2018-08-27scsi: hpsa: limit transfer length to 1MB, not 512kBMartin Wilck1-1/+1
2018-07-10scsi: hpsa: correct enclosure sas addressDon Brace1-4/+21
2018-06-14Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+8
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-11/+11
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-6/+8
2018-06-05scsi: hpsa: disable device during shutdownSinan Kaya1-2/+8
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