summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/smartpqi (follow)
Commit message (Expand)AuthorAgeFilesLines
* move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-023-3/+3
* scsi: smartpqi: update driver version to 2.1.30-031Don Brace2024-08-291-3/+3
* scsi: smartpqi: fix volume size updatesDon Brace2024-08-291-8/+14
* scsi: smartpqi: fix rare system hang during LUN resetMurthy Bhat2024-08-291-6/+4
* scsi: smartpqi: add new controller PCI IDsDavid Strahan2024-08-291-0/+24
* scsi: smartpqi: add counter for parity write stream requestsMahesh Rajashekhara2024-08-292-14/+55
* scsi: smartpqi: correct stream detectionMahesh Rajashekhara2024-08-291-1/+1
* scsi: smartpqi: Add fw log to kdumpMurthy Bhat2024-08-294-100/+221
* scsi: smartpqi: Update driver version to 2.1.28-025Don Brace2024-08-031-3/+3
* scsi: smartpqi: Improve handling of multipath failoverKevin Barnett2024-08-031-1/+15
* scsi: smartpqi: revert propagate-the-multipath-failure-to-SML-quicklyGilbert Wu2024-08-031-18/+2
* scsi: smartpqi: Improve accuracy/performance of raid-bypass-counterKevin Barnett2024-08-032-5/+27
* scsi: smartpqi: Add new controller PCI IDsDavid Strahan2024-08-031-0/+104
* Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-05-221-8/+3
|\
| * scsi: Use device_show_string() helper for sysfs attributesLukas Wunner2024-05-041-8/+3
* | Merge patch series "scsi: replace deprecated strncpy"Martin K. Petersen2024-03-251-3/+2
|\ \ | |/ |/|
| * scsi: smartpqi: Replace deprecated strncpy() with strscpy()Justin Stitt2024-03-101-3/+2
* | scsi: smartpqi: Fix disable_managed_interruptsDon Brace2024-02-151-1/+4
|/
* scsi: smartpqi: Bump driver version to 2.1.26-030Don Brace2024-01-041-3/+3
* scsi: smartpqi: Fix logical volume rescan race conditionMahesh Rajashekhara2024-01-042-8/+36
* scsi: smartpqi: Add new controller PCI IDsDavid Strahan2024-01-041-0/+40
* Merge patch series "smartpqi updates"Martin K. Petersen2023-08-252-55/+215
|\
| * scsi: smartpqi: Change driver version to 2.1.24-046Don Brace2023-08-251-3/+3
| * scsi: smartpqi: Enhance error messagesMahesh Rajashekhara2023-08-251-8/+9
| * scsi: smartpqi: Enhance controller offline notificationDavid Strahan2023-08-251-1/+49
| * scsi: smartpqi: Enhance shutdown notificationDavid Strahan2023-08-251-1/+1
| * scsi: smartpqi: Simplify lun_number assignmentDavid Strahan2023-08-251-4/+2
| * scsi: smartpqi: Rename pciinfo to pci_infoKevin Barnett2023-08-251-6/+6
| * scsi: smartpqi: Rename MACRO to clarify purposeKevin Barnett2023-08-252-2/+2
| * scsi: smartpqi: Add abort handlerKevin Barnett2023-08-252-36/+149
* | scsi: core: Improve type safety of scsi_rescan_device()Bart Van Assche2023-08-251-1/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-07-082-5/+4
|\
| * scsi: smartpqi: Replace one-element arrays with flexible-array membersGustavo A. R. Silva2023-06-222-5/+4
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-06-306-153/+179
|\|
| * scsi: smartpqi: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh2023-06-011-1/+1
| * scsi: smartpqi: Update version to 2.1.22-040Don Brace2023-05-081-3/+3
| * scsi: smartpqi: Update copyright to 2023Don Brace2023-05-086-6/+6
| * scsi: smartpqi: Add sysfs entry for NUMA node in /sys/block/sdX/deviceDon Brace2023-05-082-0/+16
| * scsi: smartpqi: Stop sending driver-initiated TURsKevin Barnett2023-05-082-75/+11
| * scsi: smartpqi: Fix byte aligned writew for ARM serversDon Brace2023-05-081-2/+2
| * scsi: smartpqi: Add support for RAID NCQ priorityGilbert Wu2023-05-081-44/+45
| * scsi: smartpqi: Validate block layer host tagMurthy Bhat2023-05-081-1/+2
| * scsi: smartpqi: Remove contention for raid_bypass_cntMike McGowen2023-05-082-4/+4
| * scsi: smartpqi: Fix rare SAS transport memory leakDon Brace2023-05-081-1/+3
| * scsi: smartpqi: Remove NULL pointer checkKevin Barnett2023-05-081-15/+13
| * scsi: smartpqi: Add new controller PCI IDsDavid Strahan2023-05-081-0/+72
| * scsi: smartpqi: Map full length of PCI BAR 0Mike McGowen2023-05-081-1/+1
* | overflow: Add struct_size_t() helperKees Cook2023-05-261-1/+1
|/
* scsi: smartpqi: Declare SCSI host template constBart Van Assche2023-03-251-1/+1
* scsi: smartpqi: Replace one-element array with flexible-array memberGustavo A. R. Silva2023-02-092-2/+3