aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/smartpqi/smartpqi_init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1209/+1892
2021-04-15scsi: smartpqi: Remove unused functionsBart Van Assche1-10/+0
2021-04-15scsi: smartpqi: Fix blocks_per_row static checker issueDon Brace1-2/+6
2021-04-05scsi: smartpqi: Update version to 2.1.8-045Don Brace1-5/+5
2021-04-05scsi: smartpqi: Add new PCI IDsKevin Barnett1-0/+156
2021-04-05scsi: smartpqi: Correct system hangs when resuming from hibernationKevin Barnett1-0/+7
2021-04-05scsi: smartpqi: Update enclosure identifier in sysfsMurthy Bhat1-1/+0
2021-04-05scsi: smartpqi: Add additional logging for LUN resetsKevin Barnett1-36/+89
2021-04-05scsi: smartpqi: Add phy ID support for the physical drivesMurthy Bhat1-0/+10
2021-04-05scsi: smartpqi: Convert snprintf() to scnprintf()Kevin Barnett1-12/+11
2021-04-05scsi: smartpqi: Fix driver synchronization issuesKevin Barnett1-103/+3
2021-04-05scsi: smartpqi: Update device scan operationsKevin Barnett1-8/+14
2021-04-05scsi: smartpqi: Update OFA managementKevin Barnett1-184/+190
2021-04-05scsi: smartpqi: Update RAID bypass handlingKevin Barnett1-153/+19
2021-04-05scsi: smartpqi: Update suspend/resume and shutdownKevin Barnett1-50/+63
2021-04-05scsi: smartpqi: Synchronize device resets with mutexKevin Barnett1-35/+13
2021-04-05scsi: smartpqi: Update soft reset management for OFAKevin Barnett1-33/+53
2021-04-05scsi: smartpqi: Update event handlerKevin Barnett1-4/+5
2021-04-05scsi: smartpqi: Add support for wwidKevin Barnett1-1/+23
2021-04-05scsi: smartpqi: Remove timeouts from internal cmdsKevin Barnett1-99/+42
2021-04-05scsi: smartpqi: Disable WRITE SAME for HBA NVMe disksKevin Barnett1-2/+5
2021-04-05scsi: smartpqi: Add host level stream detection enableDon Brace1-0/+32
2021-04-05scsi: smartpqi: Add stream detectionDon Brace1-6/+81
2021-04-05scsi: smartpqi: Align code with oob driverKevin Barnett1-195/+121
2021-04-05scsi: smartpqi: Add support for long firmware versionKevin Barnett1-8/+29
2021-04-05scsi: smartpqi: Add support for BMIC sense feature cmd and feature bitsKevin Barnett1-19/+318
2021-04-05scsi: smartpqi: Add support for RAID1 writesDon Brace1-78/+150
2021-04-05scsi: smartpqi: Add support for RAID5 and RAID6 writesDon Brace1-6/+231
2021-04-05scsi: smartpqi: Refactor scatterlist codeDon Brace1-59/+42
2021-04-05scsi: smartpqi: Refactor aio submission codeDon Brace1-246/+308
2021-04-05scsi: smartpqi: Add support for new product idsKevin Barnett1-0/+7
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 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 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