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-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2024-03-17
1
-32
/
+67
|
\
|
*
scsi: mpt3sas: Reload SBR without rebooting HBA
Ranjan Kumar
2024-01-25
1
-32
/
+67
*
|
scsi: mpt3sas: Prevent sending diag_reset when the controller is ready
Ranjan Kumar
2024-02-27
1
-1
/
+3
|
/
*
scsi: mpt3sas: Replace a dynamic allocation with a local variable
James Seo
2023-11-15
1
-14
/
+5
*
scsi: mpt3sas: Fix typo of "TRIGGER"
James Seo
2023-11-15
1
-3
/
+3
*
scsi: mpt3sas: Remove the iounit_pg8 member of the per-adapter struct
James Seo
2023-11-15
1
-3
/
+4
*
scsi: mpt3sas: Use struct_size() for struct size calculations
James Seo
2023-11-15
1
-2
/
+1
*
scsi: mpt3sas: Fix loop logic
Ranjan Kumar
2023-10-25
1
-2
/
+2
*
scsi: mpt3sas: Remove volatile qualifier
Ranjan Kumar
2023-08-31
1
-4
/
+4
*
scsi: mpt3sas: Perform additional retries if doorbell read returns 0
Ranjan Kumar
2023-08-31
1
-13
/
+33
*
scsi: mpt3sas: Remove HBA BIOS version in the kernel log
Ranjan Kumar
2023-04-12
1
-8
/
+2
*
Merge branch '6.3/scsi-fixes' into 6.4/scsi-staging
Martin K. Petersen
2023-04-01
1
-5
/
+0
|
\
|
*
scsi: mpt3sas: Don't print sense pool info twice
Jerry Snitselaar
2023-03-25
1
-5
/
+0
*
|
scsi: mpt3sas: Drop redundant pci_enable_pcie_error_reporting()
Bjorn Helgaas
2023-03-10
1
-5
/
+0
|
/
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2023-02-22
1
-0
/
+3
|
\
|
*
scsi: mpt3sas: Fix a memory leak
Tomas Henzl
2023-02-09
1
-0
/
+3
*
|
scsi: mpt3sas: Remove usage of dma_get_required_mask() API
Sreekanth Reddy
2022-11-17
1
-2
/
+1
|
/
*
scsi: mpt3sas: re-do lost mpt3sas DMA mask fix
Sreekanth Reddy
2022-10-25
1
-1
/
+1
*
scsi: mpt3sas: Revert "scsi: mpt3sas: Fix ioc->base_readl() use"
Damien Le Moal
2022-09-25
1
-6
/
+7
*
scsi: mpt3sas: Revert "scsi: mpt3sas: Fix writel() use"
Damien Le Moal
2022-09-25
1
-5
/
+5
*
scsi: mpt3sas: Don't change DMA mask while reallocating pools
Sreekanth Reddy
2022-09-01
1
-7
/
+14
*
scsi: mpt3sas: Add support for ATTO ExpressSAS H12xx GT devices
Bradley Grove
2022-09-01
1
-6
/
+167
*
Merge branch '5.19/scsi-fixes' into 5.20/scsi-staging
Martin K. Petersen
2022-07-07
1
-11
/
+12
|
\
|
*
scsi: mpt3sas: Fix out-of-bounds compiler warning
Helge Deller
2022-06-08
1
-11
/
+12
*
|
scsi: mpt3sas: Fix whitespace and spelling mistake
Zhang Jiaming
2022-06-22
1
-4
/
+4
|
/
*
scsi: mpt3sas: Fix junk chars displayed while printing ChipName
Sreekanth Reddy
2022-05-20
1
-1
/
+1
*
scsi: mpt3sas: Fix adapter replyPostRegisterIndex declaration
Damien Le Moal
2022-04-26
1
-4
/
+5
*
scsi: mpt3sas: Fix ioc->base_readl() use
Damien Le Moal
2022-04-26
1
-7
/
+6
*
scsi: mpt3sas: Fix writel() use
Damien Le Moal
2022-04-26
1
-5
/
+5
*
scsi: mpt3sas: Fix mpt3sas_check_same_4gb_region() kdoc comment
Damien Le Moal
2022-04-07
1
-2
/
+1
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2022-03-25
1
-28
/
+15
|
\
|
*
scsi: mpt3sas: Fix incorrect 4GB boundary check
Sreekanth Reddy
2022-03-09
1
-13
/
+12
|
*
scsi: mpt3sas: Remove scsi_dma_map() error messages
Sreekanth Reddy
2022-03-09
1
-15
/
+3
*
|
scsi: mpt3sas: Page fault in reply q processing
Matt Lupfer
2022-03-15
1
-2
/
+3
|
/
*
scsi: mpt3sas: Use irq_set_affinity_and_hint()
Nitesh Narayan Lal
2021-12-10
1
-11
/
+10
*
scsi: mpt3sas: Fix incorrect system timestamp
Sreekanth Reddy
2021-11-19
1
-2
/
+2
*
scsi: mpt3sas: Call cpu_relax() before calling udelay()
Sreekanth Reddy
2021-09-14
1
-1
/
+3
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2021-09-03
1
-24
/
+293
|
\
|
*
Merge branch '5.14/scsi-fixes' into 5.15/scsi-staging
Martin K. Petersen
2021-08-12
1
-16
/
+16
|
|
\
|
*
|
scsi: mpt3sas: Use scsi_cmd_to_rq() instead of scsi_cmnd.request
Bart Van Assche
2021-08-12
1
-2
/
+2
|
*
|
scsi: mpt3sas: Use firmware recommended queue depth
Suganath Prabu S
2021-08-10
1
-0
/
+70
|
*
|
scsi: mpt3sas: Add io_uring iopoll support
Sreekanth Reddy
2021-08-10
1
-22
/
+221
*
|
|
scsi: mpt3sas: Fix incorrectly assigned error return and check
Colin Ian King
2021-08-10
1
-1
/
+1
|
|
/
|
/
|
*
|
scsi: mpt3sas: Transition IOC to Ready state during shutdown
Sreekanth Reddy
2021-07-20
1
-16
/
+16
|
/
*
scsi: mpt3sas: Fix Coverity reported issue
Suganath Prabu S
2021-06-19
1
-1
/
+1
*
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
-4
/
+4
*
scsi: mpt3sas: Handle firmware faults during first half of IOC init
Suganath Prabu S
2021-06-01
1
-73
/
+180
*
scsi: mpt3sas: Documentation cleanup
Randy Dunlap
2021-05-10
1
-49
/
+50
*
scsi: mpt3sas: Fix two kernel-doc headers
Bart Van Assche
2021-04-16
1
-2
/
+2
[next]