index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
smartpqi
/
smartpqi_init.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-06
scsi: smartpqi: Correct system hangs when resuming from hibernation
Kevin Barnett
1
-0
/
+7
2021-04-06
scsi: smartpqi: Update enclosure identifier in sysfs
Murthy Bhat
1
-1
/
+0
2021-04-06
scsi: smartpqi: Add additional logging for LUN resets
Kevin Barnett
1
-36
/
+89
2021-04-06
scsi: smartpqi: Add phy ID support for the physical drives
Murthy Bhat
1
-0
/
+10
2021-04-06
scsi: smartpqi: Convert snprintf() to scnprintf()
Kevin Barnett
1
-12
/
+11
2021-04-06
scsi: smartpqi: Fix driver synchronization issues
Kevin Barnett
1
-103
/
+3
2021-04-06
scsi: smartpqi: Update device scan operations
Kevin Barnett
1
-8
/
+14
2021-04-06
scsi: smartpqi: Update OFA management
Kevin Barnett
1
-184
/
+190
2021-04-06
scsi: smartpqi: Update RAID bypass handling
Kevin Barnett
1
-153
/
+19
2021-04-06
scsi: smartpqi: Update suspend/resume and shutdown
Kevin Barnett
1
-50
/
+63
2021-04-06
scsi: smartpqi: Synchronize device resets with mutex
Kevin Barnett
1
-35
/
+13
2021-04-06
scsi: smartpqi: Update soft reset management for OFA
Kevin Barnett
1
-33
/
+53
2021-04-06
scsi: smartpqi: Update event handler
Kevin Barnett
1
-4
/
+5
2021-04-06
scsi: smartpqi: Add support for wwid
Kevin Barnett
1
-1
/
+23
2021-04-06
scsi: smartpqi: Remove timeouts from internal cmds
Kevin Barnett
1
-99
/
+42
2021-04-06
scsi: smartpqi: Disable WRITE SAME for HBA NVMe disks
Kevin Barnett
1
-2
/
+5
2021-04-06
scsi: smartpqi: Add host level stream detection enable
Don Brace
1
-0
/
+32
2021-04-06
scsi: smartpqi: Add stream detection
Don Brace
1
-6
/
+81
2021-04-06
scsi: smartpqi: Align code with oob driver
Kevin Barnett
1
-195
/
+121
2021-04-06
scsi: smartpqi: Add support for long firmware version
Kevin Barnett
1
-8
/
+29
2021-04-06
scsi: smartpqi: Add support for BMIC sense feature cmd and feature bits
Kevin Barnett
1
-19
/
+318
2021-04-06
scsi: smartpqi: Add support for RAID1 writes
Don Brace
1
-78
/
+150
2021-04-06
scsi: smartpqi: Add support for RAID5 and RAID6 writes
Don Brace
1
-6
/
+231
2021-04-06
scsi: smartpqi: Refactor scatterlist code
Don Brace
1
-59
/
+42
2021-04-06
scsi: smartpqi: Refactor aio submission code
Don Brace
1
-246
/
+308
2021-04-06
scsi: smartpqi: Add support for new product ids
Kevin Barnett
1
-0
/
+7
2021-04-06
scsi: smartpqi: Correct request leakage during reset operations
Murthy Bhat
1
-0
/
+4
2021-04-06
scsi: smartpqi: Use host-wide tag space
Don Brace
1
-0
/
+1
2020-11-17
scsi: smartpqi: Update version to 1.2.16-012
Don Brace
1
-2
/
+2
2020-11-17
scsi: smartpqi: Correct driver removal with HBA disks
Don Brace
1
-7
/
+3
2020-10-15
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-203
/
+273
2020-09-03
scsi: smartpqi: Update copyright
Don Brace
1
-1
/
+1
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-9
/
+8
2020-08-21
scsi: smartpqi: Bump version to 1.2.16-010
Don Brace
1
-3
/
+3
2020-08-21
scsi: smartpqi: Add RAID bypass counter
Kevin Barnett
1
-24
/
+53
2020-08-21
scsi: smartpqi: Support device deletion via sysfs
Kevin Barnett
1
-49
/
+43
2020-08-21
scsi: smartpqi: Avoid crashing kernel for controller issues
Kevin Barnett
1
-34
/
+67
2020-08-21
scsi: smartpqi: Update logical volume size after expansion
Mahesh Rajashekhara
1
-5
/
+16
2020-08-21
scsi: smartpqi: Add id support for SmartRAID 3152-8i
Mahesh Rajashekhara
1
-0
/
+4
2020-08-21
scsi: smartpqi: Identify physical devices without issuing INQUIRY
Kevin Barnett
1
-87
/
+86
2020-06-26
PCI: Convert PCIe capability PCIBIOS errors to errno
Bolarinwa Olayemi Saheed
1
-1
/
+5
2020-03-17
scsi: smartpqi: Use scnprintf() for avoiding potential buffer overflow
Takashi Iwai
1
-11
/
+11
2020-01-06
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
1
-1
/
+1
2019-12-09
treewide: Use sizeof_field() macro
Pankaj Bharadiya
1
-3
/
+3
2019-10-10
scsi: smartpqi: bump version
Don Brace
1
-3
/
+3
2019-10-10
scsi: smartpqi: Align driver syntax with oob
Kevin Barnett
1
-66
/
+84
2019-10-10
scsi: smartpqi: fix problem with unique ID for physical device
Kevin Barnett
1
-87
/
+12
2019-10-10
scsi: smartpqi: correct syntax issue
Kevin Barnett
1
-1
/
+1
2019-10-10
scsi: smartpqi: change TMF timeout from 60 to 30 seconds
Kevin Barnett
1
-1
/
+1
2019-10-10
scsi: smartpqi: fix LUN reset when fw bkgnd thread is hung
Murthy Bhat
1
-3
/
+18
[next]