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
2021-10-29
scsi: mpt3sas: Fix reference tag handling for WRITE_INSERT
Martin K. Petersen
1
-3
/
+6
2021-09-13
scsi: mpt3sas: Clean up some inconsistent indenting
Colin Ian King
2
-3
/
+2
2021-09-13
scsi: mpt3sas: Call cpu_relax() before calling udelay()
Sreekanth Reddy
1
-1
/
+3
2021-09-02
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
5
-77
/
+501
2021-08-24
scsi: mpt3sas: Use the proper SCSI midlayer interfaces for PI
Martin K. Petersen
1
-30
/
+13
2021-08-11
Merge branch '5.14/scsi-fixes' into 5.15/scsi-staging
Martin K. Petersen
3
-17
/
+25
2021-08-11
scsi: mpt3sas: Use scsi_cmd_to_rq() instead of scsi_cmnd.request
Bart Van Assche
2
-5
/
+5
2021-08-09
scsi: mpt3sas: Fix incorrectly assigned error return and check
Colin Ian King
1
-1
/
+1
2021-08-09
scsi: mpt3sas: Introduce sas_ncq_prio_supported sysfs sttribute
Damien Le Moal
1
-0
/
+19
2021-08-09
scsi: mpt3sas: Update driver version to 39.100.00.00
Suganath Prabu S
1
-2
/
+2
2021-08-09
scsi: mpt3sas: Use firmware recommended queue depth
Suganath Prabu S
5
-6
/
+165
2021-08-09
scsi: mpt3sas: Bump driver version to 38.100.00.00
Sreekanth Reddy
1
-3
/
+3
2021-08-09
scsi: mpt3sas: Add io_uring iopoll support
Sreekanth Reddy
3
-32
/
+296
2021-07-19
scsi: mpt3sas: Transition IOC to Ready state during shutdown
Sreekanth Reddy
3
-17
/
+26
2021-06-18
scsi: mpt3sas: Fix error return value in _scsih_expander_add()
Zhen Lei
1
-1
/
+3
2021-06-18
scsi: mpt3sas: Fix Coverity reported issue
Suganath Prabu S
1
-1
/
+1
2021-06-02
Merge branch '5.14/scsi-result' into 5.14/scsi-staging
Martin K. Petersen
1
-10
/
+4
2021-06-02
scsi: mpt3sas: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2
-0
/
+2
2021-05-31
scsi: core: Introduce scsi_build_sense()
Hannes Reinecke
1
-10
/
+4
2021-05-31
scsi: mpt3sas: Handle firmware faults during second half of IOC init
Suganath Prabu S
3
-16
/
+145
2021-05-31
scsi: mpt3sas: Handle firmware faults during first half of IOC init
Suganath Prabu S
3
-77
/
+201
2021-05-31
scsi: mpt3sas: Fix deadlock while cancelling the running firmware event
Suganath Prabu S
1
-0
/
+22
2021-05-10
scsi: mpt3sas: Documentation cleanup
Randy Dunlap
1
-49
/
+50
2021-04-15
scsi: mpt3sas: Fix two kernel-doc headers
Bart Van Assche
1
-2
/
+2
2021-04-13
scsi: mpt3sas: Fix out-of-bounds warnings in _ctl_addnl_diag_query
Gustavo A. R. Silva
2
-11
/
+6
2021-04-05
scsi: mpt3sas: Block PCI config access from userspace during reset
Sreekanth Reddy
1
-0
/
+4
2021-04-05
scsi: mpt3sas: Fix endianness for ActiveCablePowerRequirement
Sreekanth Reddy
1
-1
/
+2
2021-04-05
scsi: mpt3sas: Only one vSES is present even when IOC has multi vSES
Sreekanth Reddy
1
-1
/
+3
2021-04-05
Merge branch '5.12/scsi-fixes' into 5.13/scsi-staging
Martin K. Petersen
2
-3
/
+7
2021-03-24
scsi: mpt3sas: Fix a typo
Bhaskar Chowdhury
1
-1
/
+1
2021-03-24
scsi: mpt3sas: Fix error return code of mpt3sas_base_attach()
Jia-Ju Bai
1
-2
/
+6
2021-03-18
scsi: mpt3sas: Fix a few kernel-doc issues
Lee Jones
1
-8
/
+10
2021-03-18
scsi: mpt3sas: Update driver version to 37.101.00.00
Suganath Prabu S
1
-2
/
+2
2021-03-18
scsi: mpt3sas: Force reply post array allocations to be within same 4 GB region
Suganath Prabu S
1
-16
/
+39
2021-03-18
scsi: mpt3sas: Force reply post buffer allocations to be within same 4 GB region
Suganath Prabu S
1
-17
/
+42
2021-03-18
scsi: mpt3sas: Force reply buffer allocations to be within same 4 GB region
Suganath Prabu S
1
-23
/
+40
2021-03-18
scsi: mpt3sas: Force sense buffer allocations to be within same 4 GB region
Suganath Prabu S
1
-46
/
+40
2021-03-18
scsi: mpt3sas: Force chain buffer allocations to be within same 4 GB region
Suganath Prabu S
1
-26
/
+57
2021-03-17
scsi: mpt3sas: Force PCIe scatterlist allocations to be within same 4 GB region
Suganath Prabu S
2
-47
/
+113
2021-03-17
scsi: mpt3sas: Replace unnecessary dynamic allocation with a static one
Gustavo A. R. Silva
2
-17
/
+9
2021-03-16
scsi: mpt3sas: Do not use GFP_KERNEL in atomic context
Christophe JAILLET
1
-1
/
+1
2021-03-15
scsi: mpt3sas: Fix some kernel-doc misnaming issues
Lee Jones
1
-8
/
+8
2021-03-15
scsi: mpt3sas: Fix a couple of misdocumented functions/params
Lee Jones
1
-3
/
+4
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
[next]