summaryrefslogtreecommitdiff
path: root/drivers/scsi/smartpqi
AgeCommit message (Expand)AuthorFilesLines
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+2
2025-05-06scsi: smartpqi: Delete a stray tab in pqi_is_parity_write_stream()Dan Carpenter1-1/+1
2025-04-29Merge patch series "smartpqi updates"Martin K. Petersen1-10/+130
2025-04-29scsi: smartpqi: Update driver version to 2.1.34-035Don Brace1-3/+3
2025-04-29scsi: smartpqi: Fix smp_processor_id() call trace for preemptible kernelsYi Zhang1-2/+2
2025-04-29scsi: smartpqi: Enhance WWID logging logicVenkatesh Emparala1-5/+18
2025-04-29scsi: smartpqi: Add new PCI IDsDavid Strahan1-0/+84
2025-04-29scsi: smartpqi: Take drives offline when controller is offlineDavid Strahan1-0/+23
2025-04-09Merge branch '6.15/scsi-queue' into 6.15/scsi-fixesMartin K. Petersen1-6/+7
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-04-03scsi: smartpqi: Use is_kdump_kernel() to check for kdumpMartin Wilck1-6/+7
2025-01-27Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-6/+7
2024-12-23scsi: replace blk_mq_pci_map_queues with blk_mq_map_hw_queuesDaniel Wagner1-4/+3
2024-12-04scsi: Convert SCSI drivers to .sdev_configure()Bart Van Assche1-2/+3
2024-12-04scsi: Rename .slave_alloc() and .slave_destroy()Bart Van Assche1-4/+4
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro3-3/+3
2024-08-29scsi: smartpqi: update driver version to 2.1.30-031Don Brace1-3/+3
2024-08-29scsi: smartpqi: fix volume size updatesDon Brace1-8/+14
2024-08-29scsi: smartpqi: fix rare system hang during LUN resetMurthy Bhat1-6/+4
2024-08-29scsi: smartpqi: add new controller PCI IDsDavid Strahan1-0/+24
2024-08-29scsi: smartpqi: add counter for parity write stream requestsMahesh Rajashekhara2-14/+55
2024-08-29scsi: smartpqi: correct stream detectionMahesh Rajashekhara1-1/+1
2024-08-29scsi: smartpqi: Add fw log to kdumpMurthy Bhat4-100/+221
2024-08-03scsi: smartpqi: Update driver version to 2.1.28-025Don Brace1-3/+3
2024-08-03scsi: smartpqi: Improve handling of multipath failoverKevin Barnett1-1/+15
2024-08-03scsi: smartpqi: revert propagate-the-multipath-failure-to-SML-quicklyGilbert Wu1-18/+2
2024-08-03scsi: smartpqi: Improve accuracy/performance of raid-bypass-counterKevin Barnett2-5/+27
2024-08-03scsi: smartpqi: Add new controller PCI IDsDavid Strahan1-0/+104
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 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