aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/smartpqi (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-20scsi: smartpqi: Reporting unhandled SCSI errorsErwan Velu1-7/+16
2019-03-19scsi: smartpqi: Use HCTX_TYPE_DEFAULT for blk_mq_tag_set->mapDongli Zhang1-1/+1
2019-03-18scsi: smartpqi: bump driver versionDon Brace1-3/+3
2019-03-18scsi: smartpqi: add spdxDon Brace6-45/+6
2019-03-18scsi: smartpqi: update copyrightDon Brace5-10/+15
2019-03-18scsi: smartpqi: add H3C controller IDsAjish Koshy1-0/+16
2019-03-18scsi: smartpqi: increase LUN reset timeoutKevin Barnett1-4/+8
2019-03-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+6
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-2/+2
2019-03-06scsi: smartpqi: Reporting 'logical unit failure'Erwan Velu1-0/+6
2019-02-08scsi: ata: Use unsigned int for cmd's type in ioctls in scsi_host_templateNathan Chancellor1-1/+2
2019-01-29scsi: remove unneeded header search pathsMasahiro Yamada1-1/+0
2019-01-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2019-01-08scsi: smartpqi_init: fix boolean expression in pqi_device_remove_startGustavo A. R. Silva1-1/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-16/+16
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-206/+1748
2018-12-20scsi: smartpqi: call pqi_free_interrupts() in pqi_shutdown()Yanjiang Jin1-0/+1
2018-12-20scsi: smartpqi: fix build warningsDon Brace1-1/+3
2018-12-19scsi: smartpqi: update driver versionDon Brace1-2/+2
2018-12-19scsi: smartpqi: add ofa supportMahesh Rajashekhara4-43/+634
2018-12-19scsi: smartpqi: increase fw status register read timeoutMahesh Rajashekhara1-1/+1
2018-12-19scsi: smartpqi: bump driver versionDon Brace1-3/+3
2018-12-19scsi: smartpqi: add smp_utils supportDon Brace3-60/+324
2018-12-19scsi: smartpqi: correct lun reset issuesKevin Barnett1-0/+3
2018-12-19scsi: smartpqi: correct volume statusDave Carroll1-0/+3
2018-12-19scsi: smartpqi: do not offline disks for transient did no connect conditionsDave Carroll1-2/+2
2018-12-19scsi: smartpqi: allow for larger raid mapsAjish Koshy1-31/+28
2018-12-19scsi: smartpqi: check for null device pointersMahesh Rajashekhara2-3/+64
2018-12-19scsi: smartpqi: add support for huawei controllersAjish Koshy1-0/+24
2018-12-19scsi: smartpqi: enhance numa node detectionSagar Biradar1-3/+7
2018-12-19scsi: smartpqi: wake up drives after os resumes from suspendDave Carroll1-0/+2
2018-12-19scsi: smartpqi: fix disk name mount pointMurthy Bhat1-1/+6
2018-12-19scsi: smartpqi: add h3c ssidMurthy Bhat1-0/+8
2018-12-19scsi: smartpqi: add sysfs attributesDave Carroll2-0/+235
2018-12-19scsi: smartpqi: refactor sending controller raid requestsDave Carroll1-88/+46
2018-12-19scsi: smartpqi: turn off lun data caching for ptraidDave Carroll2-6/+79
2018-12-19scsi: smartpqi: correct host serial num for ssaMahesh Rajashekhara1-0/+3
2018-12-19scsi: smartpqi: add no_write_same for logical volumesDave Carroll1-0/+7
2018-12-19scsi: smartpqi: Add retries for device resetMahesh Rajashekhara2-1/+14
2018-12-19scsi: smartpqi: add support for PQI Config Table handshakeKevin Barnett2-4/+293
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig1-1/+0
2018-11-07blk-mq: abstract out queue mapJens Axboe1-1/+2
2018-10-17scsi: smartpqi: fully convert to the generic DMA APIChristoph Hellwig2-64/+47
2018-06-19scsi: smartpqi: bump driver version to 1.1.4-130Don Brace1-2/+2
2018-06-19scsi: smartpqi: fix critical ARM issue reading PQI index registersKevin Barnett2-25/+30
2018-06-19scsi: smartpqi: add inspur advantech idsKevin Barnett1-0/+16
2018-06-19scsi: smartpqi: improve error checking for sync requestsKevin Barnett2-16/+40
2018-06-19scsi: smartpqi: improve handling for sync requestsKevin Barnett1-32/+23
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+3
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+3