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
2022-10-25
scsi: mpt3sas: re-do lost mpt3sas DMA mask fix
Sreekanth Reddy
1
-1
/
+1
2022-10-07
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
6
-27
/
+387
2022-10-07
Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linux
Linus Torvalds
1
-3
/
+2
2022-09-25
scsi: mpt3sas: Revert "scsi: mpt3sas: Fix ioc->base_readl() use"
Damien Le Moal
1
-6
/
+7
2022-09-25
scsi: mpt3sas: Revert "scsi: mpt3sas: Fix writel() use"
Damien Le Moal
1
-5
/
+5
2022-09-15
scsi: mpt3sas: Fix return value check of dma_get_required_mask()
Sreekanth Reddy
1
-1
/
+1
2022-09-06
scsi: mpt3sas: Fix use-after-free warning
Sreekanth Reddy
1
-1
/
+1
2022-09-01
scsi: mpt3sas: Update driver version to 43.100.00.00
Sreekanth Reddy
1
-2
/
+2
2022-09-01
scsi: mpt3sas: Increase cmd_per_lun to 128
Sreekanth Reddy
1
-1
/
+1
2022-09-01
scsi: mpt3sas: Fix trace buffer registration failed
Sreekanth Reddy
1
-0
/
+4
2022-09-01
scsi: mpt3sas: Don't change DMA mask while reallocating pools
Sreekanth Reddy
1
-7
/
+14
2022-09-01
scsi: mpt3sas: Prevent error handler escalation when device removed
Sreekanth Reddy
1
-0
/
+13
2022-08-31
scsi: mpt3sas: Disable MPI2_FUNCTION_FW_DOWNLOAD for ATTO devices
Bradley Grove
1
-0
/
+8
2022-08-31
scsi: mpt3sas: Add support for ATTO ExpressSAS H12xx GT devices
Bradley Grove
5
-6
/
+333
2022-08-22
block: Change the return type of blk_mq_map_queues() into void
Bart Van Assche
1
-3
/
+2
2022-08-04
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2
-6
/
+5
2022-07-26
scsi: mpt3sas: Stop fw fault watchdog work item during system shutdown
David Jeffery
1
-0
/
+1
2022-07-07
Merge branch '5.19/scsi-fixes' into 5.20/scsi-staging
Martin K. Petersen
1
-11
/
+12
2022-06-21
scsi: mpt3sas: Remove flush_scheduled_work() call
Tetsuo Handa
1
-1
/
+0
2022-06-21
scsi: mpt3sas: Fix whitespace and spelling mistake
Zhang Jiaming
1
-4
/
+4
2022-06-21
scsi: mpt3sas: Fix typo in comment
Ren Yu
1
-1
/
+1
2022-06-07
scsi: mpt3sas: Fix out-of-bounds compiler warning
Helge Deller
1
-11
/
+12
2022-05-19
scsi: mpt3sas: Update driver version to 42.100.00.00
Sreekanth Reddy
1
-2
/
+2
2022-05-19
scsi: mpt3sas: Fix junk chars displayed while printing ChipName
Sreekanth Reddy
1
-1
/
+1
2022-05-02
scsi: mpt3sas: Use cached ATA Information VPD page
Martin K. Petersen
1
-10
/
+8
2022-04-25
scsi: mpt3sas: Fix adapter replyPostRegisterIndex declaration
Damien Le Moal
2
-5
/
+6
2022-04-25
scsi: mpt3sas: Fix event callback log_code value handling
Damien Le Moal
1
-3
/
+3
2022-04-25
scsi: mpt3sas: Fix ioc->base_readl() use
Damien Le Moal
1
-7
/
+6
2022-04-25
scsi: mpt3sas: Fix writel() use
Damien Le Moal
1
-5
/
+5
2022-04-25
scsi: mpt3sas: Fix _ctl_set_task_mid() TaskMID check
Damien Le Moal
1
-5
/
+6
2022-04-06
scsi: mpt3sas: Fail reset operation if config request timed out
Sreekanth Reddy
1
-3
/
+6
2022-04-06
scsi: mpt3sas: Fix mpt3sas_check_same_4gb_region() kdoc comment
Damien Le Moal
1
-2
/
+1
2022-04-06
Merge branch '5.18/scsi-queue' into 5.18/scsi-fixes
Martin K. Petersen
1
-1
/
+4
2022-03-29
scsi: mpt3sas: Fix use after free in _scsih_expander_node_remove()
Damien Le Moal
1
-1
/
+4
2022-03-24
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2
-31
/
+18
2022-03-14
scsi: mpt3sas: Page fault in reply q processing
Matt Lupfer
1
-2
/
+3
2022-03-08
scsi: mpt3sas: Fix incorrect 4GB boundary check
Sreekanth Reddy
1
-13
/
+12
2022-03-08
scsi: mpt3sas: Remove scsi_dma_map() error messages
Sreekanth Reddy
1
-15
/
+3
2022-02-07
scsi: mpt3sas: Convert to flexible arrays
Kees Cook
1
-3
/
+3
2022-01-22
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2
-6
/
+85
2022-01-05
scsi: mpt3sas: Update persistent trigger pages from sysfs interface
Suganath Prabu S
2
-6
/
+85
2021-12-10
scsi: mpt3sas: Use irq_set_affinity_and_hint()
Nitesh Narayan Lal
1
-11
/
+10
2021-11-18
scsi: mpt3sas: Fix incorrect system timestamp
Sreekanth Reddy
1
-2
/
+2
2021-11-18
scsi: mpt3sas: Fix system going into read-only mode
Sreekanth Reddy
2
-1
/
+60
2021-11-18
scsi: mpt3sas: Fix kernel panic during drive powercycle test
Sreekanth Reddy
1
-1
/
+1
2021-11-05
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
3
-48
/
+66
2021-10-29
scsi: mpt3sas: Fix reference tag handling for WRITE_INSERT
Martin K. Petersen
1
-3
/
+6
2021-10-20
scsi: mpt3sas: Make mpt3sas_dev_attrs static
Jiapeng Chong
1
-1
/
+1
2021-10-16
scsi: mpt3sas: Switch to attribute groups
Bart Van Assche
3
-39
/
+57
2021-10-16
scsi: mpt3sas: Call scsi_done() directly
Bart Van Assche
1
-9
/
+9
[next]