summaryrefslogtreecommitdiff
path: root/drivers/scsi/smartpqi
AgeCommit message (Expand)AuthorFilesLines
2024-02-15scsi: smartpqi: Fix disable_managed_interruptsDon Brace1-1/+4
2024-01-04scsi: smartpqi: Bump driver version to 2.1.26-030Don Brace1-3/+3
2024-01-04scsi: smartpqi: Fix logical volume rescan race conditionMahesh Rajashekhara2-8/+36
2024-01-04scsi: smartpqi: Add new controller PCI IDsDavid Strahan1-0/+40
2023-08-25Merge patch series "smartpqi updates"Martin K. Petersen2-55/+215
2023-08-25scsi: smartpqi: Change driver version to 2.1.24-046Don Brace1-3/+3
2023-08-25scsi: smartpqi: Enhance error messagesMahesh Rajashekhara1-8/+9
2023-08-25scsi: smartpqi: Enhance controller offline notificationDavid Strahan1-1/+49
2023-08-25scsi: smartpqi: Enhance shutdown notificationDavid Strahan1-1/+1
2023-08-25scsi: smartpqi: Simplify lun_number assignmentDavid Strahan1-4/+2
2023-08-25scsi: smartpqi: Rename pciinfo to pci_infoKevin Barnett1-6/+6
2023-08-25scsi: smartpqi: Rename MACRO to clarify purposeKevin Barnett2-2/+2
2023-08-25scsi: smartpqi: Add abort handlerKevin Barnett2-36/+149
2023-08-25scsi: core: Improve type safety of scsi_rescan_device()Bart Van Assche1-1/+1
2023-07-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-5/+4
2023-06-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds6-153/+179
2023-06-22scsi: smartpqi: Replace one-element arrays with flexible-array membersGustavo A. R. Silva2-5/+4
2023-06-01scsi: smartpqi: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh1-1/+1
2023-05-26overflow: Add struct_size_t() helperKees Cook1-1/+1
2023-05-08scsi: smartpqi: Update version to 2.1.22-040Don Brace1-3/+3
2023-05-08scsi: smartpqi: Update copyright to 2023Don Brace6-6/+6
2023-05-08scsi: smartpqi: Add sysfs entry for NUMA node in /sys/block/sdX/deviceDon Brace2-0/+16
2023-05-08scsi: smartpqi: Stop sending driver-initiated TURsKevin Barnett2-75/+11
2023-05-08scsi: smartpqi: Fix byte aligned writew for ARM serversDon Brace1-2/+2
2023-05-08scsi: smartpqi: Add support for RAID NCQ priorityGilbert Wu1-44/+45
2023-05-08scsi: smartpqi: Validate block layer host tagMurthy Bhat1-1/+2
2023-05-08scsi: smartpqi: Remove contention for raid_bypass_cntMike McGowen2-4/+4
2023-05-08scsi: smartpqi: Fix rare SAS transport memory leakDon Brace1-1/+3
2023-05-08scsi: smartpqi: Remove NULL pointer checkKevin Barnett1-15/+13
2023-05-08scsi: smartpqi: Add new controller PCI IDsDavid Strahan1-0/+72
2023-05-08scsi: smartpqi: Map full length of PCI BAR 0Mike McGowen1-1/+1
2023-03-25scsi: smartpqi: Declare SCSI host template constBart Van Assche1-1/+1
2023-02-09scsi: smartpqi: Replace one-element array with flexible-array memberGustavo A. R. Silva2-2/+3
2022-11-17scsi: smartpqi: Change version to 2.1.20-035Don Brace1-3/+3
2022-11-17scsi: smartpqi: Initialize feature section infoDon Brace1-1/+1
2022-11-17scsi: smartpqi: Add controller cache flush during rmmodGilbert Wu1-0/+8
2022-11-17scsi: smartpqi: Correct device removal for multi-actuator devicesKumar Meiyappan2-10/+25
2022-11-17scsi: smartpqi: Change sysfs raid_level attribute to N/A for controllersKevin Barnett1-1/+1
2022-11-17scsi: smartpqi: Correct max LUN numberKevin Barnett1-1/+0
2022-11-17scsi: smartpqi: Add new controller PCI IDsMike McGowen1-0/+44
2022-11-17scsi: smartpqi: Convert to host_tagsetDon Brace2-28/+43
2022-08-22block: Change the return type of blk_mq_map_queues() into voidBart Van Assche1-3/+3
2022-07-14scsi: smartpqi: Update version to 2.1.18-045Don Brace1-3/+3
2022-07-14scsi: smartpqi: Update copyright to current yearDon Brace6-6/+6
2022-07-14scsi: smartpqi: Add ctrl ready timeout module parameterKevin Barnett3-1/+33
2022-07-14scsi: smartpqi: Update deleting a LUN via sysfsKevin Barnett1-18/+30
2022-07-14scsi: smartpqi: Add module param to disable managed intsMike McGowen2-2/+13
2022-07-14scsi: smartpqi: Fix RAID map race conditionKevin Barnett1-39/+71
2022-07-14scsi: smartpqi: Fix DMA direction for RAID requestsMahesh Rajashekhara1-2/+2
2022-07-14scsi: smartpqi: Stop logging spurious PQI reset failuresKevin Barnett1-2/+1