index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
mpt3sas
/
mpt3sas_scsih.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
scsi: mpt3sas: Fix use after free in _scsih_expander_node_remove()
Damien Le Moal
2022-03-30
1
-1
/
+4
*
scsi: mpt3sas: Fix system going into read-only mode
Sreekanth Reddy
2021-11-19
1
-1
/
+56
*
scsi: mpt3sas: Fix kernel panic during drive powercycle test
Sreekanth Reddy
2021-11-19
1
-1
/
+1
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2021-11-05
1
-13
/
+13
|
\
|
*
scsi: mpt3sas: Switch to attribute groups
Bart Van Assche
2021-10-17
1
-4
/
+4
|
*
scsi: mpt3sas: Call scsi_done() directly
Bart Van Assche
2021-10-17
1
-9
/
+9
*
|
scsi: mpt3sas: Fix reference tag handling for WRITE_INSERT
Martin K. Petersen
2021-10-29
1
-3
/
+6
|
/
*
scsi: mpt3sas: Clean up some inconsistent indenting
Colin Ian King
2021-09-14
1
-2
/
+1
*
scsi: mpt3sas: Use the proper SCSI midlayer interfaces for PI
Martin K. Petersen
2021-08-25
1
-30
/
+13
*
Merge branch '5.14/scsi-fixes' into 5.15/scsi-staging
Martin K. Petersen
2021-08-12
1
-1
/
+6
|
\
|
*
scsi: mpt3sas: Transition IOC to Ready state during shutdown
Sreekanth Reddy
2021-07-20
1
-1
/
+6
*
|
scsi: mpt3sas: Use scsi_cmd_to_rq() instead of scsi_cmnd.request
Bart Van Assche
2021-08-12
1
-3
/
+3
*
|
scsi: mpt3sas: Use firmware recommended queue depth
Suganath Prabu S
2021-08-10
1
-4
/
+47
*
|
scsi: mpt3sas: Add io_uring iopoll support
Sreekanth Reddy
2021-08-10
1
-10
/
+52
|
/
*
scsi: mpt3sas: Fix error return value in _scsih_expander_add()
Zhen Lei
2021-06-19
1
-1
/
+3
*
Merge branch '5.14/scsi-result' into 5.14/scsi-staging
Martin K. Petersen
2021-06-02
1
-10
/
+4
|
\
|
*
scsi: core: Introduce scsi_build_sense()
Hannes Reinecke
2021-06-01
1
-10
/
+4
*
|
scsi: mpt3sas: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2021-06-02
1
-0
/
+1
|
/
*
scsi: mpt3sas: Handle firmware faults during second half of IOC init
Suganath Prabu S
2021-06-01
1
-12
/
+140
*
scsi: mpt3sas: Fix deadlock while cancelling the running firmware event
Suganath Prabu S
2021-06-01
1
-0
/
+22
*
scsi: mpt3sas: Fix endianness for ActiveCablePowerRequirement
Sreekanth Reddy
2021-04-06
1
-1
/
+2
*
scsi: mpt3sas: Only one vSES is present even when IOC has multi vSES
Sreekanth Reddy
2021-04-06
1
-1
/
+3
*
Merge branch '5.12/scsi-fixes' into 5.13/scsi-staging
Martin K. Petersen
2021-04-06
1
-1
/
+1
|
\
|
*
scsi: mpt3sas: Do not use GFP_KERNEL in atomic context
Christophe JAILLET
2021-03-17
1
-1
/
+1
*
|
scsi: mpt3sas: Fix a few kernel-doc issues
Lee Jones
2021-03-19
1
-8
/
+10
*
|
scsi: mpt3sas: Move a little data from the stack onto the heap
Lee Jones
2021-03-16
1
-12
/
+26
*
|
scsi: core: Add scsi_device_busy() wrapper
Ming Lei
2021-03-04
1
-1
/
+1
|
/
*
scsi: mpt3sas: Additional diagnostic buffer query interface
Suganath Prabu S
2021-02-09
1
-0
/
+2
*
scsi: mpt3sas: Add support for shared host tagset for CPU hotplug
Sreekanth Reddy
2021-02-09
1
-1
/
+41
*
scsi: mpt3sas: Remove in_interrupt()
Ahmed S. Darwish
2020-12-01
1
-1
/
+3
*
scsi: mpt3sas_scsih: Use generic power management
Vaibhav Gupta
2020-11-26
1
-21
/
+13
*
scsi: mpt3sas_scsih: Drop PCI Wakeup calls from .resume
Vaibhav Gupta
2020-11-26
1
-1
/
+0
*
scsi: mpt3sas: mpt3sas_scsih: Fix function documentation formatting
Lee Jones
2020-11-11
1
-4
/
+4
*
scsi: mpt3sas: Add module parameter multipath_on_hba
Sreekanth Reddy
2020-11-05
1
-3
/
+66
*
scsi: mpt3sas: Handle vSES vphy object during HBA reset
Sreekanth Reddy
2020-11-05
1
-0
/
+233
*
scsi: mpt3sas: Add bypass_dirty_port_flag parameter
Sreekanth Reddy
2020-11-05
1
-25
/
+38
*
scsi: mpt3sas: Handling HBA vSES device
Sreekanth Reddy
2020-11-05
1
-0
/
+106
*
scsi: mpt3sas: Set valid PhysicalPort in SMPPassThrough
Sreekanth Reddy
2020-11-05
1
-0
/
+1
*
scsi: mpt3sas: Update hba_port objects after host reset
Sreekanth Reddy
2020-11-05
1
-0
/
+338
*
scsi: mpt3sas: Get sas_device objects using device's rphy
Sreekanth Reddy
2020-11-05
1
-2
/
+39
*
scsi: mpt3sas: Get device objects using sas_address & portID
Sreekanth Reddy
2020-11-05
1
-55
/
+120
*
scsi: mpt3sas: Update hba_port's sas_address & phy_mask
Sreekanth Reddy
2020-11-05
1
-19
/
+62
*
scsi: mpt3sas: Rearrange _scsih_mark_responding_sas_device()
Sreekanth Reddy
2020-11-05
1
-58
/
+58
*
scsi: mpt3sas: Allocate memory for hba_port objects
Sreekanth Reddy
2020-11-05
1
-4
/
+69
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2020-10-15
1
-37
/
+329
|
\
|
*
scsi: mpt3sas: Detect tampered Aero and Sea adapters
Sreekanth Reddy
2020-09-16
1
-16
/
+105
|
*
scsi: mpt3sas: Postprocessing of target and LUN reset
Suganath Prabu S
2020-08-21
1
-3
/
+133
|
*
scsi: mpt3sas: Add functions to check if any cmd is outstanding on Target and...
Suganath Prabu S
2020-08-21
1
-13
/
+79
|
*
scsi: mpt3sas: Cancel the running work during host reset
Suganath Prabu S
2020-08-21
1
-5
/
+12
*
|
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
1
-4
/
+4
|
/
[next]