aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/smartpqi (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-05scsi: smartpqi: Add stream detectionDon Brace2-6/+90
2021-04-05scsi: smartpqi: Align code with oob driverKevin Barnett4-231/+156
2021-04-05scsi: smartpqi: Add support for long firmware versionKevin Barnett2-12/+39
2021-04-05scsi: smartpqi: Add support for BMIC sense feature cmd and feature bitsKevin Barnett2-19/+388
2021-04-05scsi: smartpqi: Add support for RAID1 writesDon Brace2-82/+183
2021-04-05scsi: smartpqi: Add support for RAID5 and RAID6 writesDon Brace2-6/+268
2021-04-05scsi: smartpqi: Refactor scatterlist codeDon Brace1-59/+42
2021-04-05scsi: smartpqi: Refactor aio submission codeDon Brace2-246/+360
2021-04-05scsi: smartpqi: Add support for new product idsKevin Barnett4-1/+23
2021-04-05scsi: smartpqi: Correct request leakage during reset operationsMurthy Bhat1-0/+4
2021-04-05scsi: smartpqi: Use host-wide tag spaceDon Brace1-0/+1
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky1-1/+0
2020-11-16scsi: smartpqi: Update version to 1.2.16-012Don Brace1-2/+2
2020-11-16scsi: smartpqi: Correct pqi_sas_smp_handler busy conditionDon Brace1-1/+0
2020-11-16scsi: smartpqi: Correct driver removal with HBA disksDon Brace1-7/+3
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds6-210/+283
2020-09-02scsi: smartpqi: Update copyrightDon Brace6-7/+7
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 Barnett2-24/+54
2020-08-20scsi: smartpqi: Support device deletion via sysfsKevin Barnett1-49/+43
2020-08-20scsi: smartpqi: Avoid crashing kernel for controller issuesKevin Barnett2-35/+68
2020-08-20scsi: smartpqi: Update logical volume size after expansionMahesh Rajashekhara2-5/+17
2020-08-20scsi: smartpqi: Add id support for SmartRAID 3152-8iMahesh Rajashekhara1-0/+4
2020-08-20scsi: smartpqi: Identify physical devices without issuing INQUIRYKevin Barnett2-87/+87
2020-06-26PCI: Convert PCIe capability PCIBIOS errors to errnoBolarinwa Olayemi Saheed1-1/+5
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2020-03-17scsi: smartpqi: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-11/+11
2020-03-11scsi: docs: convert smartpqi.txt to ReSTMauro Carvalho Chehab1-1/+1
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 Barnett3-118/+112
2019-10-09scsi: smartpqi: remove unused manifest constantsKevin Barnett1-4/+0
2019-10-09scsi: smartpqi: fix problem with unique ID for physical deviceKevin Barnett2-88/+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 Bhat2-4/+22
2019-10-09scsi: smartpqi: add inquiry timeoutskoshyaji2-7/+33
2019-10-09scsi: smartpqi: fix call trace in device discoveryMurthy Bhat1-1/+1
2019-10-09scsi: smartpqi: fix controller lockup observed during force rebootKevin Barnett2-20/+115
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: update copyrightDon Brace1-0/+2
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