summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/smartpqi/smartpqi_init.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: smartpqi: unlock on error in pqi_submit_raid_request_synchronous()Dan Carpenter2019-06-051-2/+4
* scsi: smartpqi: properly set both the DMA mask and the coherent DMA maskLianbo Jiang2019-05-301-1/+1
* scsi: smartpqi: Reporting unhandled SCSI errorsErwan Velu2019-05-201-7/+16
* scsi: smartpqi: Use HCTX_TYPE_DEFAULT for blk_mq_tag_set->mapDongli Zhang2019-03-191-1/+1
* scsi: smartpqi: bump driver versionDon Brace2019-03-181-3/+3
* scsi: smartpqi: add spdxDon Brace2019-03-181-9/+1Star
* scsi: smartpqi: update copyrightDon Brace2019-03-181-2/+3
* scsi: smartpqi: add H3C controller IDsAjish Koshy2019-03-181-0/+16
* scsi: smartpqi: increase LUN reset timeoutKevin Barnett2019-03-181-4/+8
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-161-0/+6
|\
| * scsi: smartpqi: Reporting 'logical unit failure'Erwan Velu2019-03-061-0/+6
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-101-1/+2
|\|
| * scsi: ata: Use unsigned int for cmd's type in ioctls in scsi_host_templateNathan Chancellor2019-02-081-1/+2
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-01-191-1/+1
|\ \
| * | scsi: smartpqi_init: fix boolean expression in pqi_device_remove_startGustavo A. R. Silva2019-01-091-1/+1
| |/
* / cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-16/+16
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-12-281-191/+1367
|\
| * scsi: smartpqi: call pqi_free_interrupts() in pqi_shutdown()Yanjiang Jin2018-12-211-0/+1
| * scsi: smartpqi: fix build warningsDon Brace2018-12-211-1/+3
| * scsi: smartpqi: update driver versionDon Brace2018-12-201-2/+2
| * scsi: smartpqi: add ofa supportMahesh Rajashekhara2018-12-201-36/+551
| * scsi: smartpqi: bump driver versionDon Brace2018-12-201-3/+3
| * scsi: smartpqi: add smp_utils supportDon Brace2018-12-201-51/+80
| * scsi: smartpqi: correct lun reset issuesKevin Barnett2018-12-201-0/+3
| * scsi: smartpqi: correct volume statusDave Carroll2018-12-201-0/+3
| * scsi: smartpqi: do not offline disks for transient did no connect conditionsDave Carroll2018-12-201-2/+2
| * scsi: smartpqi: allow for larger raid mapsAjish Koshy2018-12-201-31/+28Star
| * scsi: smartpqi: check for null device pointersMahesh Rajashekhara2018-12-201-3/+62
| * scsi: smartpqi: add support for huawei controllersAjish Koshy2018-12-201-0/+24
| * scsi: smartpqi: enhance numa node detectionSagar Biradar2018-12-201-3/+7
| * scsi: smartpqi: wake up drives after os resumes from suspendDave Carroll2018-12-201-0/+2
| * scsi: smartpqi: fix disk name mount pointMurthy Bhat2018-12-201-1/+6
| * scsi: smartpqi: add h3c ssidMurthy Bhat2018-12-201-0/+8
| * scsi: smartpqi: add sysfs attributesDave Carroll2018-12-201-0/+232
| * scsi: smartpqi: refactor sending controller raid requestsDave Carroll2018-12-201-88/+46Star
| * scsi: smartpqi: turn off lun data caching for ptraidDave Carroll2018-12-201-6/+73
| * scsi: smartpqi: correct host serial num for ssaMahesh Rajashekhara2018-12-201-0/+3
| * scsi: smartpqi: add no_write_same for logical volumesDave Carroll2018-12-201-0/+7
| * scsi: smartpqi: Add retries for device resetMahesh Rajashekhara2018-12-201-1/+13
| * scsi: smartpqi: add support for PQI Config Table handshakeKevin Barnett2018-12-201-4/+250
| * scsi: flip the default on use_clusteringChristoph Hellwig2018-12-191-1/+0Star
* | blk-mq: abstract out queue mapJens Axboe2018-11-071-1/+2
|/
* scsi: smartpqi: fully convert to the generic DMA APIChristoph Hellwig2018-10-181-58/+42Star
* scsi: smartpqi: bump driver version to 1.1.4-130Don Brace2018-06-201-2/+2
* scsi: smartpqi: fix critical ARM issue reading PQI index registersKevin Barnett2018-06-201-20/+25
* scsi: smartpqi: add inspur advantech idsKevin Barnett2018-06-201-0/+16
* scsi: smartpqi: improve error checking for sync requestsKevin Barnett2018-06-201-16/+38
* scsi: smartpqi: improve handling for sync requestsKevin Barnett2018-06-201-32/+23Star
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-2/+3
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-2/+3