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
/
mpt3sas_scsih.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-12
scsi: Create two versions of scsi_internal_device_unblock()
Bart Van Assche
1
-2
/
+2
2017-06-12
scsi: Split scsi_internal_device_block()
Bart Van Assche
1
-2
/
+2
2017-05-04
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-1
/
+0
2017-04-21
scsi: sas: move scsi_remove_host call into sas_remove_host
Johannes Thumshirn
1
-1
/
+0
2017-03-01
scsi: mpt3sas: Avoid sleeping in interrupt context
Bart Van Assche
1
-2
/
+2
2017-03-01
scsi: sd: Check for unaligned partial completion
Damien Le Moal
1
-15
/
+0
2017-02-21
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-11
/
+45
2017-02-17
Merge branch 'for-4.11/next' into for-4.11/linus-merge
Jens Axboe
1
-1
/
+1
2017-02-09
scsi: mpt3sas: disable ASPM for MPI2 controllers
ojab
1
-0
/
+3
2017-01-31
scsi: mpt3sas: Force request partial completion alignment
Ram Pai
1
-0
/
+15
2017-01-31
scsi: mpt3sas: Fix for Crusader to achieve product targets with SAS devices.
Chaitra P B
1
-3
/
+28
2017-01-31
scsi: mpt3sas: Added print to notify cable running at a degraded speed.
Chaitra P B
1
-8
/
+17
2017-01-17
scsi: mpt3sas: fix hang on ata passthrough commands
James Bottomley
1
-14
/
+26
2016-12-14
scsi: mpt3sas: Recognize and act on iopriority info
Adam Manzanares
1
-1
/
+33
2016-12-14
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-32
/
+97
2016-11-22
scsi: mpt3sas: Unblock device after controller reset
Suganath Prabu S
1
-5
/
+8
2016-11-12
scsi: mpt3sas: Fix secure erase premature termination
Andrey Grodzovsky
1
-1
/
+14
2016-11-08
scsi: mpt3sas: fix some spelling mistakes in message and comments
Colin Ian King
1
-8
/
+8
2016-11-08
scsi: mpt3sas: Fix for Endianness issue.
Suganath Prabu Subramani
1
-5
/
+7
2016-11-08
scsi: mpt3sas: Use the new MPI 2.6 32-bit Atomic Request Descriptors for SAS3...
Suganath Prabu Subramani
1
-12
/
+12
2016-11-08
scsi: mpt3sas: set EEDP-escape-flags for SAS35 devices.
Suganath Prabu Subramani
1
-0
/
+3
2016-11-08
scsi: mpt3sas: Increased/Additional MSIX support for SAS35 devices.
Suganath Prabu Subramani
1
-2
/
+9
2016-11-08
scsi: mpt3sas: Added Device ID's for SAS35 devices and updated MPI header.
Suganath Prabu Subramani
1
-0
/
+31
2016-11-08
scsi: mpt3sas: Implement device_remove_in_progress check in IOCTL path
Suganath Prabu Subramani
1
-1
/
+23
2016-11-08
scsi: mpt3sas: Fix for improper info displayed in var log, while blocking or ...
Suganath Prabu Subramani
1
-4
/
+4
2016-11-01
scsi: mpt3sas: Fix for block device of raid exists even after deleting raid disk
Sreekanth Reddy
1
-2
/
+2
2016-08-08
mpt3sas: Don't spam logs if logging level is 0
Johannes Thumshirn
1
-1
/
+1
2016-08-08
mpt3sas: Fix warnings exposed by W=1
Calvin Owens
1
-37
/
+33
2016-08-08
mpt3sas: Eliminate dead sleep_flag code
Calvin Owens
1
-13
/
+8
2016-08-08
mpt3sas: Eliminate conditional locking in mpt3sas_scsih_issue_tm()
Calvin Owens
1
-35
/
+31
2016-08-08
mpt3sas: Ensure the connector_name string is NUL-terminated
Calvin Owens
1
-4
/
+6
2016-07-15
mpt3sas: Fix panic when aer correct error occurred
Kefeng Wang
1
-2
/
+5
2016-07-12
mpt3sas: set num_phys after allocating phy[] space
Joe Lawrence
1
-9
/
+11
2016-05-22
mpt3sas: add missing curly braces
Dan Carpenter
1
-1
/
+2
2016-05-11
mpt3sas: Used "synchronize_irq()"API to synchronize timed-out IO & TMs
Chaitra P B
1
-1
/
+3
2016-05-11
mpt3sas: Set maximum transfer length per IO to 4MB for VDs
Chaitra P B
1
-0
/
+8
2016-05-11
mpt3sas: Fix initial Reference tag field for 4K PI drives.
Chaitra P B
1
-1
/
+1
2016-05-11
mpt3sas: Handle active cable exception event
Chaitra P B
1
-0
/
+13
2016-04-25
mpt3sas - remove unused fw_event_work elements
Joe Lawrence
1
-6
/
+4
2016-02-23
mpt3sas: Fix for Asynchronous completion of timedout IO and task abort of tim...
Suganath prabu Subramani
1
-3
/
+9
2016-02-23
mpt3sas: Make use of additional HighPriority credit message frames for sendin...
Suganath prabu Subramani
1
-4
/
+150
2016-02-23
mpt3sas: Never block the Enclosure device
Suganath prabu Subramani
1
-1
/
+21
2016-02-23
mpt3sas: Fix static analyzer(coverity) tool identified defects
Suganath prabu Subramani
1
-2
/
+2
2016-02-23
mpt3sas: Added support for high port count HBA variants.
Suganath prabu Subramani
1
-11
/
+69
2015-11-13
mpt3sas: Fix use sas_is_tlr_enabled API before enabling MPI2_SCSIIO_CONTROL_T...
Sreekanth Reddy
1
-2
/
+1
2015-11-11
mpt3sas: Single driver module which supports both SAS 2.0 & SAS 3.0 HBAs
Sreekanth Reddy
1
-109
/
+372
2015-11-11
mpt3sas: setpci reset kernel oops fix
Sreekanth Reddy
1
-0
/
+12
2015-11-11
mpt3sas: Refcount fw_events and fix unsafe list usage
Sreekanth Reddy
1
-22
/
+94
2015-11-11
mpt3sas: Refcount sas_device objects and fix unsafe list usage
Sreekanth Reddy
1
-149
/
+331
2015-11-11
mpt3sas: Ported WarpDrive product SSS6200 support
Sreekanth Reddy
1
-38
/
+222
[next]