index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
smartpqi
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-20
scsi: smartpqi: Bump version to 1.2.16-010
Don Brace
1
-3
/
+3
2020-08-20
scsi: smartpqi: Add RAID bypass counter
Kevin Barnett
2
-24
/
+54
2020-08-20
scsi: smartpqi: Support device deletion via sysfs
Kevin Barnett
1
-49
/
+43
2020-08-20
scsi: smartpqi: Avoid crashing kernel for controller issues
Kevin Barnett
2
-35
/
+68
2020-08-20
scsi: smartpqi: Update logical volume size after expansion
Mahesh Rajashekhara
2
-5
/
+17
2020-08-20
scsi: smartpqi: Add id support for SmartRAID 3152-8i
Mahesh Rajashekhara
1
-0
/
+4
2020-08-20
scsi: smartpqi: Identify physical devices without issuing INQUIRY
Kevin Barnett
2
-87
/
+87
2020-06-26
PCI: Convert PCIe capability PCIBIOS errors to errno
Bolarinwa Olayemi Saheed
1
-1
/
+5
2020-06-14
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
1
-1
/
+1
2020-03-17
scsi: smartpqi: Use scnprintf() for avoiding potential buffer overflow
Takashi Iwai
1
-11
/
+11
2020-03-11
scsi: docs: convert smartpqi.txt to ReST
Mauro Carvalho Chehab
1
-1
/
+1
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-09
scsi: smartpqi: bump version
Don Brace
1
-3
/
+3
2019-10-09
scsi: smartpqi: Align driver syntax with oob
Kevin Barnett
3
-118
/
+112
2019-10-09
scsi: smartpqi: remove unused manifest constants
Kevin Barnett
1
-4
/
+0
2019-10-09
scsi: smartpqi: fix problem with unique ID for physical device
Kevin Barnett
2
-88
/
+12
2019-10-09
scsi: smartpqi: correct syntax issue
Kevin Barnett
1
-1
/
+1
2019-10-09
scsi: smartpqi: change TMF timeout from 60 to 30 seconds
Kevin Barnett
1
-1
/
+1
2019-10-09
scsi: smartpqi: fix LUN reset when fw bkgnd thread is hung
Murthy Bhat
2
-4
/
+22
2019-10-09
scsi: smartpqi: add inquiry timeouts
koshyaji
2
-7
/
+33
2019-10-09
scsi: smartpqi: fix call trace in device discovery
Murthy Bhat
1
-1
/
+1
2019-10-09
scsi: smartpqi: fix controller lockup observed during force reboot
Kevin Barnett
2
-20
/
+115
2019-09-30
scsi: smartpqi: clean up an indentation issue
Colin Ian King
1
-2
/
+2
2019-09-30
scsi: smartpqi: remove set but not used variable 'ctrl_info'
YueHaibing
1
-6
/
+0
2019-09-30
scsi: smartpqi: clean up indentation of a statement
Colin Ian King
1
-4
/
+1
2019-08-29
scsi: smartpqi: bump version
Don Brace
1
-3
/
+3
2019-08-29
scsi: smartpqi: update copyright
Don Brace
1
-0
/
+2
2019-08-29
scsi: smartpqi: add new pci ids
Gilbert Wu
1
-0
/
+12
2019-08-29
scsi: smartpqi: correct REGNEWD return status
Murthy Bhat
1
-1
/
+1
2019-08-29
scsi: smartpqi: add gigabyte controller
Gilbert Wu
1
-0
/
+4
2019-08-29
scsi: smartpqi: correct hang when deleting 32 lds
Mahesh Rajashekhara
1
-6
/
+8
2019-08-29
scsi: smartpqi: add bay identifier
Gilbert Wu
3
-6
/
+113
2019-08-29
scsi: smartpqi: add sysfs entries
Murthy Bhat
2
-16
/
+124
2019-08-29
scsi: smartpqi: add module param to hide vsep
Dave Carroll
2
-0
/
+27
2019-08-29
scsi: smartpqi: add pci ids for fiberhome controller
Gilbert Wu
1
-0
/
+16
2019-08-29
scsi: smartpqi: add module param for exposure order
Gilbert Wu
1
-3
/
+15
2019-06-04
scsi: smartpqi: unlock on error in pqi_submit_raid_request_synchronous()
Dan Carpenter
1
-2
/
+4
2019-05-29
scsi: smartpqi: properly set both the DMA mask and the coherent DMA mask
Lianbo Jiang
1
-1
/
+1
2019-05-20
scsi: smartpqi: Reporting unhandled SCSI errors
Erwan Velu
1
-7
/
+16
2019-03-19
scsi: smartpqi: Use HCTX_TYPE_DEFAULT for blk_mq_tag_set->map
Dongli Zhang
1
-1
/
+1
2019-03-18
scsi: smartpqi: bump driver version
Don Brace
1
-3
/
+3
2019-03-18
scsi: smartpqi: add spdx
Don Brace
6
-45
/
+6
2019-03-18
scsi: smartpqi: update copyright
Don Brace
5
-10
/
+15
2019-03-18
scsi: smartpqi: add H3C controller IDs
Ajish Koshy
1
-0
/
+16
2019-03-18
scsi: smartpqi: increase LUN reset timeout
Kevin Barnett
1
-4
/
+8
2019-03-16
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-0
/
+6
2019-03-09
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2
-2
/
+2
2019-03-06
scsi: smartpqi: Reporting 'logical unit failure'
Erwan Velu
1
-0
/
+6
2019-02-08
scsi: ata: Use unsigned int for cmd's type in ioctls in scsi_host_template
Nathan Chancellor
1
-1
/
+2
[next]