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_base.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
2018-06-14
1
-0
/
+1
|
\
|
*
scsi: mpt3sas: Add an I/O barrier
Tomas Henzl
2018-06-06
1
-0
/
+1
*
|
scsi: mpt3sas: For NVME device, issue a protocol level reset
Chaitra P B
2018-05-08
1
-0
/
+13
*
|
scsi: mpt3sas: Report Firmware Package Version from HBA Driver.
Chaitra P B
2018-05-08
1
-2
/
+107
*
|
scsi: mpt3sas: Cache enclosure pages during enclosure add.
Chaitra P B
2018-05-08
1
-0
/
+22
*
|
scsi: mpt3sas: Added support for SAS Device Discovery Error Event.
Chaitra P B
2018-05-08
1
-0
/
+4
*
|
scsi: mpt3sas: Enhanced handling of Sense Buffer.
Chaitra P B
2018-05-08
1
-0
/
+56
*
|
scsi: mpt3sas: Optimize I/O memory consumption in driver.
Chaitra P B
2018-05-08
1
-29
/
+51
*
|
scsi: mpt3sas: Lockless access for chain buffers.
Chaitra P B
2018-05-08
1
-52
/
+59
*
|
scsi: mpt3sas: Pre-allocate RDPQ Array at driver boot time.
Chaitra P B
2018-05-08
1
-22
/
+35
*
|
scsi: mpt3sas: Bug fix for big endian systems.
Chaitra P B
2018-05-08
1
-23
/
+32
*
|
scsi: mpt3sas: fix spelling mistake: "disbale" -> "disable"
Colin Ian King
2018-05-02
1
-1
/
+1
|
/
*
Merge branch 'fixes' into misc
James Bottomley
2018-04-04
1
-5
/
+8
|
\
|
*
scsi: mpt3sas: wait for and flush running commands on shutdown/unload
Sreekanth Reddy
2018-02-22
1
-4
/
+4
|
*
scsi: mpt3sas: fix an out of bound write
Tomas Henzl
2018-01-31
1
-1
/
+4
*
|
scsi: mpt3sas: clarify mmio pointer types
Arnd Bergmann
2018-03-06
1
-19
/
+23
*
|
scsi: mpt3sas: Do not use 32-bit atomic request descriptor for Ventura contro...
Suganath Prabu S
2018-02-28
1
-147
/
+22
*
|
scsi: mpt3sas: Introduce function to clone mpi reply.
Suganath Prabu Subramani
2018-02-28
1
-1
/
+36
*
|
scsi: mpt3sas: Introduce function to clone mpi request.
Suganath Prabu Subramani
2018-02-28
1
-15
/
+125
*
|
scsi: mpt3sas: Introduce Base function for cloning.
Suganath Prabu Subramani
2018-02-28
1
-1
/
+214
*
|
scsi: mpt3sas: Introduce API to get BAR0 mapped buffer address
Suganath Prabu Subramani
2018-02-28
1
-0
/
+93
*
|
scsi: mpt3sas: Configure reply post queue depth, DMA and sgl tablesize.
Suganath Prabu Subramani
2018-02-28
1
-17
/
+30
|
/
*
scsi: mpt3sas: make function _get_st_from_smid static
Colin Ian King
2018-01-17
1
-1
/
+1
*
scsi: mpt3sas: lockless command submission
Suganath Prabu Subramani
2018-01-11
1
-80
/
+67
*
scsi: mpt3sas: simplify _wait_for_commands_to_complete()
Hannes Reinecke
2018-01-11
1
-10
/
+4
*
scsi: mpt3sas: always use first reserved smid for ioctl passthrough
Hannes Reinecke
2018-01-11
1
-6
/
+13
*
scsi: mpt3sas: Introduce mpt3sas_get_st_from_smid()
Hannes Reinecke
2018-01-11
1
-4
/
+18
*
scsi: mpt3sas: separate out _base_recovery_check()
Hannes Reinecke
2018-01-11
1
-9
/
+14
*
scsi: mpt3sas: use list_splice_init()
Hannes Reinecke
2018-01-11
1
-9
/
+2
*
scsi: mpt3sas: set default value for cb_idx
Hannes Reinecke
2018-01-11
1
-3
/
+2
*
scsi: mpt3sas: Replace PCI pool old API
Romain Perier
2017-12-05
1
-6
/
+6
*
Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-11-15
1
-1
/
+1
|
\
|
*
treewide: Fix function prototypes for module_param_call()
Kees Cook
2017-10-31
1
-1
/
+1
*
|
scsi: mpt3sas: fix dma_addr_t casts
Arnd Bergmann
2017-11-07
1
-33
/
+29
*
|
scsi: mpt3sas: Fix sparse warnings
Suganath Prabu Subramani
2017-11-03
1
-11
/
+11
*
|
scsi: mpt3sas: Handle NVMe PCIe device related events generated from firmware.
Suganath Prabu Subramani
2017-11-03
1
-1
/
+29
*
|
scsi: mpt3sas: Added support for nvme encapsulated request message.
Suganath Prabu Subramani
2017-11-03
1
-1
/
+275
*
|
scsi: mpt3sas: SGL to PRP Translation for I/Os to NVMe devices
Suganath Prabu Subramani
2017-11-03
1
-7
/
+332
*
|
scsi: mpt3sas: Reduce memory footprint in kdump kernel
Sreekanth Reddy
2017-10-11
1
-3
/
+11
*
|
scsi: mpt3sas: Processing of Cable Exception events
Sreekanth Reddy
2017-10-11
1
-3
/
+2
|
/
*
scsi: mpt3sas: fix pr_info message continuation
Colin Ian King
2017-08-25
1
-2
/
+2
*
scsi: mpt3sas: Fix memory allocation failure test in 'mpt3sas_base_attach()'
Christophe JAILLET
2017-08-11
1
-4
/
+4
*
scsi: mpt3sas: Replace PCI pool old API
Romain Perier
2017-08-07
1
-39
/
+34
*
scsi: mpt3sas: remove redundant wmb
Sinan Kaya
2017-04-25
1
-2
/
+0
*
scsi: mpt3sas: switch to pci_alloc_irq_vectors
Hannes Reinecke
2017-02-23
1
-57
/
+48
*
scsi: mpt3sas: Fix Firmware fault state 0x2100 during heavy 4K RR FIO stress ...
Chaitra P B
2017-02-01
1
-0
/
+19
*
scsi: mpt3sas: Fix for Crusader to achieve product targets with SAS devices.
Chaitra P B
2017-02-01
1
-0
/
+1
*
scsi: mpt3sas: Use the new MPI 2.6 32-bit Atomic Request Descriptors for SAS3...
Suganath Prabu Subramani
2016-11-08
1
-18
/
+123
*
scsi: mpt3sas: Increased/Additional MSIX support for SAS35 devices.
Suganath Prabu Subramani
2016-11-08
1
-7
/
+7
*
scsi: mpt3sas: Implement device_remove_in_progress check in IOCTL path
Suganath Prabu Subramani
2016-11-08
1
-0
/
+19
[next]