summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/smartpqi/smartpqi_init.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-203/+273
2020-09-02scsi: smartpqi: Update copyrightDon Brace1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-9/+8
2020-08-20scsi: smartpqi: Bump version to 1.2.16-010Don Brace1-3/+3
2020-08-20scsi: smartpqi: Add RAID bypass counterKevin Barnett1-24/+53
2020-08-20scsi: smartpqi: Support device deletion via sysfsKevin Barnett1-49/+43
2020-08-20scsi: smartpqi: Avoid crashing kernel for controller issuesKevin Barnett1-34/+67
2020-08-20scsi: smartpqi: Update logical volume size after expansionMahesh Rajashekhara1-5/+16
2020-08-20scsi: smartpqi: Add id support for SmartRAID 3152-8iMahesh Rajashekhara1-0/+4
2020-08-20scsi: smartpqi: Identify physical devices without issuing INQUIRYKevin Barnett1-87/+86
2020-06-26PCI: Convert PCIe capability PCIBIOS errors to errnoBolarinwa Olayemi Saheed1-1/+5
2020-03-17scsi: smartpqi: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-11/+11
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-3/+3
2019-10-09scsi: smartpqi: bump versionDon Brace1-3/+3
2019-10-09scsi: smartpqi: Align driver syntax with oobKevin Barnett1-66/+84
2019-10-09scsi: smartpqi: fix problem with unique ID for physical deviceKevin Barnett1-87/+12
2019-10-09scsi: smartpqi: correct syntax issueKevin Barnett1-1/+1
2019-10-09scsi: smartpqi: change TMF timeout from 60 to 30 secondsKevin Barnett1-1/+1
2019-10-09scsi: smartpqi: fix LUN reset when fw bkgnd thread is hungMurthy Bhat1-3/+18
2019-10-09scsi: smartpqi: add inquiry timeoutskoshyaji1-6/+28
2019-10-09scsi: smartpqi: fix controller lockup observed during force rebootKevin Barnett1-19/+107
2019-09-30scsi: smartpqi: clean up an indentation issueColin Ian King1-2/+2
2019-09-30scsi: smartpqi: remove set but not used variable 'ctrl_info'YueHaibing1-6/+0
2019-09-30scsi: smartpqi: clean up indentation of a statementColin Ian King1-4/+1
2019-08-29scsi: smartpqi: bump versionDon Brace1-3/+3
2019-08-29scsi: smartpqi: add new pci idsGilbert Wu1-0/+12
2019-08-29scsi: smartpqi: correct REGNEWD return statusMurthy Bhat1-1/+1
2019-08-29scsi: smartpqi: add gigabyte controllerGilbert Wu1-0/+4
2019-08-29scsi: smartpqi: correct hang when deleting 32 ldsMahesh Rajashekhara1-6/+8
2019-08-29scsi: smartpqi: add bay identifierGilbert Wu1-4/+9
2019-08-29scsi: smartpqi: add sysfs entriesMurthy Bhat1-14/+111
2019-08-29scsi: smartpqi: add module param to hide vsepDave Carroll1-0/+26
2019-08-29scsi: smartpqi: add pci ids for fiberhome controllerGilbert Wu1-0/+16
2019-08-29scsi: smartpqi: add module param for exposure orderGilbert Wu1-3/+15
2019-06-04scsi: smartpqi: unlock on error in pqi_submit_raid_request_synchronous()Dan Carpenter1-2/+4
2019-05-29scsi: smartpqi: properly set both the DMA mask and the coherent DMA maskLianbo Jiang1-1/+1
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 Brace1-9/+1
2019-03-18scsi: smartpqi: update copyrightDon Brace1-2/+3
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 Torvalds1-1/+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-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-1/+1
2019-01-08scsi: smartpqi_init: fix boolean expression in pqi_device_remove_startGustavo A. R. Silva1-1/+1