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
/
mpt3sas
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-24
scsi: mpt3sas: change allocation option
Tomas Henzl
1
-1
/
+1
2019-10-09
scsi: mpt3sas: Clean up some indenting
Dan Carpenter
1
-1
/
+1
2019-09-30
scsi: mpt3sas: Bump mpt3sas driver version to 32.100.00.00
Sreekanth Reddy
1
-2
/
+2
2019-09-30
scsi: mpt3sas: Fix module parameter max_msix_vectors
Sreekanth Reddy
1
-2
/
+2
2019-09-30
scsi: mpt3sas: Reject NVMe Encap cmnds to unsupported HBA
Sreekanth Reddy
1
-0
/
+12
2019-09-30
scsi: mpt3sas: Use Component img header to get Package ver
Sreekanth Reddy
1
-9
/
+23
2019-09-30
scsi: mpt3sas: Fail release cmnd if diag buffer is released
Sreekanth Reddy
1
-1
/
+1
2019-09-30
scsi: mpt3sas: Add app owned flag support for diag buffer
Sreekanth Reddy
2
-1
/
+43
2019-09-30
scsi: mpt3sas: Reuse diag buffer allocated at load time
Sreekanth Reddy
3
-21
/
+69
2019-09-30
scsi: mpt3sas: clear release bit when buffer reregistered
Sreekanth Reddy
1
-0
/
+2
2019-09-30
scsi: mpt3sas: Maintain owner of buffer through UniqueID
Sreekanth Reddy
2
-9
/
+113
2019-09-30
scsi: mpt3sas: Free diag buffer without any status check
Sreekanth Reddy
1
-6
/
+0
2019-09-30
scsi: mpt3sas: Fix clear pending bit in ioctl status
Sreekanth Reddy
1
-1
/
+2
2019-09-30
scsi: mpt3sas: Display message before releasing diag buffer
Sreekanth Reddy
2
-3
/
+16
2019-09-30
scsi: mpt3sas: Register trace buffer based on NVDATA settings
Sreekanth Reddy
3
-7
/
+75
2019-09-23
Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+0
2019-09-21
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
9
-116
/
+543
2019-08-29
scsi: mpt3sas: Introduce module parameter to override queue depth
Sreekanth Reddy
3
-4
/
+140
2019-08-28
PCI: Move ASPM declarations to linux/pci.h
Krzysztof Wilczynski
1
-1
/
+0
2019-08-07
scsi: mpt3sas: Update driver version to 31.100.00.00
Suganath Prabu
1
-2
/
+2
2019-08-07
scsi: mpt3sas: Run SAS DEVICE STATUS CHANGE EVENT from ISR
Suganath Prabu
1
-10
/
+16
2019-08-07
scsi: mpt3sas: Reduce the performance drop
Suganath Prabu
1
-5
/
+2
2019-08-07
scsi: mpt3sas: Handle fault during HBA initialization
Suganath Prabu
1
-13
/
+62
2019-08-07
scsi: mpt3sas: Add sysfs to know supported features
Suganath Prabu
3
-0
/
+27
2019-08-07
scsi: mpt3sas: Support MEMORY MOVE Tool box command
Suganath Prabu
1
-2
/
+25
2019-08-07
scsi: mpt3sas: Allow ioctls to blocked access status NVMe
Suganath Prabu
2
-2
/
+27
2019-08-07
scsi: mpt3sas: Enumerate SES of a managed PCIe switch
Suganath Prabu
4
-37
/
+83
2019-08-07
scsi: mpt3sas: Update MPI headers to 2.6.8 spec
Suganath Prabu
5
-34
/
+46
2019-08-07
scsi: mpt3sas: Gracefully handle online firmware update
Suganath Prabu
2
-0
/
+95
2019-08-07
scsi: mpt3sas: memset request frame before reusing
Suganath Prabu
2
-0
/
+3
2019-08-07
scsi: mpt3sas: Add support for PCIe Lane margin
Suganath Prabu
1
-3
/
+4
2019-07-30
scsi: mpt3sas: support target smid for [abort|query] task
Minwoo Im
1
-2
/
+10
2019-07-30
scsi: mpt3sas: clean up a couple sizeof() uses
Dan Carpenter
1
-3
/
+2
2019-07-30
scsi: mpt3sas: Use 63-bit DMA addressing on SAS35 HBA
Suganath Prabu
1
-5
/
+7
2019-07-16
scsi: mpt3sas: set an unlimited max_segment_size for SAS 3.0 HBAs
Christoph Hellwig
1
-0
/
+1
2019-06-26
scsi: mpt3sas: Fix msix load balance on and off settings
Sreekanth Reddy
1
-5
/
+18
2019-06-26
scsi: mpt3sas: Determine smp affinity on per HBA basis
Sreekanth Reddy
2
-4
/
+7
2019-06-26
scsi: mpt3sas: Use configured PCIe link speed, not max
Sreekanth Reddy
1
-9
/
+4
2019-06-26
scsi: mpt3sas: Remove CPU arch check to determine perf_mode
Sreekanth Reddy
1
-15
/
+1
2019-06-20
scsi: mpt3sas: use DEVICE_ATTR_{RO, RW}
Tomas Henzl
1
-113
/
+97
2019-06-20
scsi: mpt3sas: make driver options visible in sys
Tomas Henzl
2
-14
/
+14
2019-06-20
scsi: mpt3sas: Mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2019-06-18
scsi: mpt3sas: Update driver version to 29.100.00.00
Suganath Prabu S
1
-2
/
+2
2019-06-18
scsi: mpt3sas: Introduce perf_mode module parameter
Suganath Prabu S
1
-18
/
+126
2019-06-18
scsi: mpt3sas: Enable interrupt coalescing on high iops
Suganath Prabu S
5
-2
/
+109
2019-06-18
scsi: mpt3sas: Affinity high iops queues IRQs to local node
Suganath Prabu S
1
-11
/
+62
2019-06-18
scsi: mpt3sas: save and use MSI-X index for posting RD
Suganath Prabu S
3
-9
/
+35
2019-06-18
scsi: mpt3sas: Use high iops queues under some circumstances
Suganath Prabu S
2
-2
/
+48
2019-06-18
scsi: mpt3sas: change _base_get_msix_index prototype
Suganath Prabu S
1
-10
/
+20
2019-06-18
scsi: mpt3sas: Add flag high_iops_queues
Suganath Prabu S
2
-5
/
+45
[next]