summaryrefslogtreecommitdiff
path: root/drivers/scsi/smartpqi/smartpqi_init.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-22Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-8/+3
2024-05-04scsi: Use device_show_string() helper for sysfs attributesLukas Wunner1-8/+3
2024-03-25Merge patch series "scsi: replace deprecated strncpy"Martin K. Petersen1-3/+2
2024-03-11scsi: smartpqi: Replace deprecated strncpy() with strscpy()Justin Stitt1-3/+2
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 Rajashekhara1-7/+36
2024-01-04scsi: smartpqi: Add new controller PCI IDsDavid Strahan1-0/+40
2023-08-25Merge patch series "smartpqi updates"Martin K. Petersen1-53/+201
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 Barnett1-1/+1
2023-08-25scsi: smartpqi: Add abort handlerKevin Barnett1-35/+136
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 Torvalds1-3/+2
2023-06-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-131/+155
2023-06-22scsi: smartpqi: Replace one-element arrays with flexible-array membersGustavo A. R. Silva1-3/+2
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 Brace1-1/+1
2023-05-08scsi: smartpqi: Add sysfs entry for NUMA node in /sys/block/sdX/deviceDon Brace1-0/+15
2023-05-08scsi: smartpqi: Stop sending driver-initiated TURsKevin Barnett1-75/+10
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 McGowen1-3/+3
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. Silva1-1/+2
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 Meiyappan1-9/+24
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 Brace1-25/+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 Brace1-1/+1
2022-07-14scsi: smartpqi: Add ctrl ready timeout module parameterKevin Barnett1-0/+28
2022-07-14scsi: smartpqi: Update deleting a LUN via sysfsKevin Barnett1-18/+30
2022-07-14scsi: smartpqi: Add module param to disable managed intsMike McGowen1-1/+12
2022-07-14scsi: smartpqi: Fix RAID map race conditionKevin Barnett1-39/+71