index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
mpt3sas
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-15
scsi: mpt3sas: Fix a bunch of potential naming doc-rot
Lee Jones
1
-5
/
+5
2021-03-15
scsi: mpt3sas: Move a little data from the stack onto the heap
Lee Jones
1
-12
/
+26
2021-03-15
scsi: mpt3sas: Fix misspelling of _base_put_smid_default_atomic()
Lee Jones
1
-1
/
+1
2021-03-04
scsi: core: Replace sdev->device_busy with sbitmap
Ming Lei
1
-2
/
+1
2021-03-04
scsi: core: Add scsi_device_busy() wrapper
Ming Lei
1
-1
/
+1
2021-02-08
scsi: mpt3sas: Update driver version to 37.100.00.00
Suganath Prabu S
1
-2
/
+2
2021-02-08
scsi: mpt3sas: Additional diagnostic buffer query interface
Suganath Prabu S
6
-4
/
+177
2021-02-08
scsi: mpt3sas: Add support for shared host tagset for CPU hotplug
Sreekanth Reddy
3
-18
/
+75
2021-02-08
scsi: mpt3sas: Fix ReplyPostFree pool allocation
Sreekanth Reddy
1
-1
/
+2
2021-01-22
scsi: mpt3sas: Simplify bool comparison
YANG LI
1
-2
/
+2
2021-01-05
scsi: mpt3sas: Fix spelling mistake in Kconfig "compatiblity" -> "compatibility"
Colin Ian King
1
-1
/
+1
2021-01-01
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
1
-1
/
+1
2020-12-16
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
7
-233
/
+2806
2020-12-09
scsi: mpt3sas: Signedness bug in _base_get_diag_triggers()
Dan Carpenter
1
-1
/
+1
2020-12-09
scsi: mpt3sas: Update driver version to 36.100.00.00
Suganath Prabu S
1
-3
/
+3
2020-12-09
scsi: mpt3sas: Handle trigger page after firmware update
Suganath Prabu S
1
-1
/
+49
2020-12-09
scsi: mpt3sas: Add persistent MPI trigger page
Suganath Prabu S
3
-1
/
+224
2020-12-09
scsi: mpt3sas: Add persistent SCSI sense trigger page
Suganath Prabu S
3
-0
/
+222
2020-12-09
scsi: mpt3sas: Add persistent Event trigger page
Suganath Prabu S
3
-0
/
+226
2020-12-09
scsi: mpt3sas: Add persistent Master trigger page
Suganath Prabu S
3
-0
/
+203
2020-12-09
scsi: mpt3sas: Add persistent trigger pages support
Suganath Prabu S
4
-0
/
+303
2020-12-09
scsi: mpt3sas: Sync time periodically between driver and firmware
Suganath Prabu S
2
-3
/
+104
2020-12-01
scsi: mpt3sas: Increase IOCInit request timeout to 30s
Sreekanth Reddy
1
-1
/
+1
2020-12-01
scsi: mpt3sas: Fix ioctl timeout
Suganath Prabu S
1
-1
/
+1
2020-12-01
scsi: mpt3sas: Remove in_interrupt()
Ahmed S. Darwish
1
-1
/
+3
2020-11-25
scsi: mpt3sas_scsih: Use generic power management
Vaibhav Gupta
1
-21
/
+13
2020-11-25
scsi: mpt3sas_scsih: Drop PCI Wakeup calls from .resume
Vaibhav Gupta
1
-1
/
+0
2020-11-10
scsi: mpt3sas: mpt3sas_scsih: Fix function documentation formatting
Lee Jones
1
-4
/
+4
2020-11-04
scsi: mpt3sas: Bump driver version to 35.101.00.00
Sreekanth Reddy
1
-2
/
+2
2020-11-04
scsi: mpt3sas: Add module parameter multipath_on_hba
Sreekanth Reddy
4
-7
/
+76
2020-11-04
scsi: mpt3sas: Handle vSES vphy object during HBA reset
Sreekanth Reddy
1
-0
/
+233
2020-11-04
scsi: mpt3sas: Add bypass_dirty_port_flag parameter
Sreekanth Reddy
3
-30
/
+44
2020-11-04
scsi: mpt3sas: Handling HBA vSES device
Sreekanth Reddy
3
-11
/
+198
2020-11-04
scsi: mpt3sas: Set valid PhysicalPort in SMPPassThrough
Sreekanth Reddy
3
-6
/
+72
2020-11-04
scsi: mpt3sas: Update hba_port objects after host reset
Sreekanth Reddy
1
-0
/
+338
2020-11-04
scsi: mpt3sas: Get sas_device objects using device's rphy
Sreekanth Reddy
3
-6
/
+47
2020-11-04
scsi: mpt3sas: Rename transport_del_phy_from_an_existing_port()
Sreekanth Reddy
2
-12
/
+30
2020-11-04
scsi: mpt3sas: Get device objects using sas_address & portID
Sreekanth Reddy
3
-87
/
+178
2020-11-04
scsi: mpt3sas: Update hba_port's sas_address & phy_mask
Sreekanth Reddy
3
-27
/
+126
2020-11-04
scsi: mpt3sas: Rearrange _scsih_mark_responding_sas_device()
Sreekanth Reddy
1
-58
/
+58
2020-11-04
scsi: mpt3sas: Allocate memory for hba_port objects
Sreekanth Reddy
1
-4
/
+69
2020-11-04
scsi: mpt3sas: Define hba_port structure
Sreekanth Reddy
1
-1
/
+34
2020-11-02
scsi: mpt3sas: Fix timeouts observed while reenabling IRQ
Sreekanth Reddy
1
-0
/
+7
2020-10-14
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
5
-74
/
+398
2020-09-15
scsi: mpt3sas: A small correction in _base_process_reply_queue
Tomas Henzl
1
-1
/
+1
2020-09-15
scsi: mpt3sas: Fix sync irqs
Tomas Henzl
1
-5
/
+9
2020-09-15
scsi: mpt3sas: Detect tampered Aero and Sea adapters
Sreekanth Reddy
1
-16
/
+105
2020-09-15
Merge branch '5.9/scsi-fixes' into 5.10/scsi-ufs
Martin K. Petersen
1
-1
/
+1
2020-09-08
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
1
-1
/
+1
2020-09-02
scsi: mpt3sas: Don't call disable_irq from IRQ poll handler
Tomas Henzl
1
-1
/
+1
[prev]
[next]