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
/
megaraid
/
megaraid_sas_fusion.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-20
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
1
-1
/
+2
2019-01-11
scsi: megaraid_sas: Retry reads of outbound_intr_status reg
Shivasharan S
1
-1
/
+2
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
1
-2
/
+3
2018-12-20
scsi: megaraid: fix out-of-bound array accesses
Qian Cai
1
-1
/
+1
2018-12-19
scsi: megaraid_sas: add retry logic in megasas_readl
Shivasharan S
1
-11
/
+17
2018-12-19
scsi: megaraid_sas: changes to function prototypes
Shivasharan S
1
-24
/
+24
2018-12-19
scsi: megaraid_sas: Fix Ventura series based checks
Shivasharan S
1
-11
/
+11
2018-12-07
scsi: megaraid_sas: NULL check before some freeing functions is not needed
Thomas Meyer
1
-8
/
+4
2018-11-28
scsi: megaraid_sas_fusion: Mark expected switch fall-through
Gustavo A. R. Silva
1
-1
/
+1
2018-11-06
scsi: megaraid_sas: increase timeout for IOC INIT to 180seconds
Shivasharan S
1
-1
/
+1
2018-11-06
scsi: megaraid_sas: Remove double endian conversion
Shivasharan S
1
-3
/
+1
2018-11-06
scsi: megaraid_sas: Re-use max_mfi_cmds to calculate queue sizes
Shivasharan S
1
-3
/
+1
2018-11-06
scsi: megaraid_sas: Rename scratch_pad registers
Shivasharan S
1
-21
/
+21
2018-11-06
scsi: megaraid_sas: Remove spin lock for dpc operation
Shivasharan S
1
-6
/
+1
2018-11-06
scsi: megaraid_sas: optimize raid context access in IO path
Shivasharan S
1
-43
/
+31
2018-11-06
scsi: megaraid_sas: Update copyright information
Shivasharan S
1
-8
/
+6
2018-11-06
scsi: megaraid_sas: Add support for FW snap dump
Shivasharan S
1
-8
/
+58
2018-11-06
scsi: megaraid_sas: Add watchdog thread to detect Firmware fault
Shivasharan S
1
-48
/
+127
2018-10-17
scsi: megaraid_sas: switch to generic DMA API
Christoph Hellwig
1
-8
/
+8
2018-06-18
scsi: megaraid_sas: Support FW provided TM timeout values
Shivasharan S
1
-7
/
+29
2018-06-12
treewide: Use array_size() in vzalloc()
Kees Cook
1
-4
/
+6
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-1
/
+1
2018-06-10
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-3
/
+5
2018-04-18
scsi: megaraid_sas: Do not log an error if FW successfully initializes.
Vinson Lee
1
-3
/
+3
2018-04-18
scsi: megaraid_sas: Increase timeout by 1 sec for non-RAID fastpath IOs
Shivasharan S
1
-0
/
+3
2018-04-18
scsi: megaraid_sas: Use zeroing memory allocator than allocator/memset
Himanshu Jha
1
-3
/
+2
2018-04-05
Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2018-03-14
scsi: megaraid_sas: fix selection of reply queue
Ming Lei
1
-8
/
+4
2018-03-08
block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()
Bart Van Assche
1
-1
/
+1
2018-02-15
scsi: megaraid_sas: Do not use 32-bit atomic request descriptor for Ventura c...
Shivasharan S
1
-28
/
+14
2018-01-22
scsi: megaraid_sas: NVMe passthrough command support
Shivasharan S
1
-0
/
+7
2018-01-22
scsi: megaraid: use ktime_get_real for firmware time
Arnd Bergmann
1
-4
/
+3
2018-01-10
scsi: megaraid_sas: re-work DCMD refire code
Shivasharan S
1
-17
/
+38
2018-01-10
scsi: megaraid_sas: Selectively apply stream detection based on IO type
Shivasharan S
1
-10
/
+14
2018-01-10
scsi: megaraid_sas: Update LD map after populating drv_map driver map copy
Shivasharan S
1
-1
/
+1
2018-01-10
scsi: megaraid_sas: memset IOC INIT frame using correct size
Shivasharan S
1
-1
/
+1
2018-01-10
scsi: megaraid_sas: zero out IOC INIT and stream detection memory
Shivasharan S
1
-1
/
+1
2017-11-14
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-178
/
+498
2017-11-03
scsi: megaraid_sas: fix spelling mistake: "thershold" -> "threshold"
Colin Ian King
1
-1
/
+1
2017-11-01
scsi: megaraid: Convert timers to use timer_setup()
Kees Cook
1
-12
/
+3
2017-10-25
scsi: megaraid_sas: Add support for 64bit consistent DMA
Shivasharan S
1
-72
/
+312
2017-10-25
scsi: megaraid_sas: Do not limit queue_depth to 1k in non-RDPQ mode
Shivasharan S
1
-4
/
+0
2017-10-25
scsi: megaraid_sas: Retry with reduced queue depth when alloc fails for highe...
Shivasharan S
1
-39
/
+67
2017-10-25
scsi: megaraid_sas: Resize MFA frame used for IOC INIT to 4k
Shivasharan S
1
-9
/
+56
2017-10-25
scsi: megaraid_sas: Update current host time to FW during IOC Init
Shivasharan S
1
-0
/
+7
2017-10-25
scsi: megaraid_sas: Pre-allocate frequently used DMA buffers
Shivasharan S
1
-16
/
+3
2017-10-25
scsi: megaraid_sas: reduce size of fusion_context and use kmalloc for allocation
Shivasharan S
1
-14
/
+29
2017-10-25
scsi: megaraid_sas: replace is_ventura with adapter_type checks
Shivasharan S
1
-13
/
+13
2017-10-25
scsi: megaraid_sas: Remove redundant checks for ctrl_context
Shivasharan S
1
-4
/
+4
2017-10-25
scsi: megaraid_sas: use adapter_type for all gen controllers
Shivasharan S
1
-9
/
+9
[next]