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
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
2017-08-24
scsi: megaraid_sas: modified few prints in OCR and IOC INIT path
Shivasharan S
1
-9
/
+14
2017-08-24
scsi: megaraid_sas: use vmalloc for crash dump buffers and driver's local RAI...
Shivasharan S
1
-42
/
+79
2017-08-24
scsi: megaraid_sas: Use SMID for Task abort case only
Shivasharan S
1
-3
/
+3
2017-08-24
scsi: megaraid_sas: Do not re-fire shutdown DCMD after OCR
Shivasharan S
1
-0
/
+9
2017-08-24
scsi: megaraid_sas: Call megasas_complete_cmd_dpc_fusion every 1 second while...
Shivasharan S
1
-2
/
+1
2017-08-24
scsi: megaraid_sas: Use synchronize_irq in target reset case
Shivasharan S
1
-5
/
+1
2017-08-24
scsi: megaraid_sas: mismatch of allocated MFI frame size and length exposed i...
Shivasharan S
1
-1
/
+1
2017-08-07
scsi: megaraid: Replace PCI pool old API
Romain Perier
1
-22
/
+24
2017-07-24
scsi: megaraid_sas: fix memleak in megasas_alloc_cmdlist_fusion
Shu Wang
1
-1
/
+5
2017-03-13
scsi: megaraid_sas: raid6 also require cpuSel check same as raid5
Shivasharan S
1
-1
/
+1
2017-03-13
scsi: megaraid_sas: add correct return type check for ldio hint logic for raid1
Shivasharan S
1
-1
/
+1
2017-02-15
scsi: megaraid_sas: handle dma_addr_t right on 32-bit
Arnd Bergmann
1
-7
/
+7
2017-02-13
scsi: megaraid_sas: Change RAID_1_10_RMW_CMDS to RAID_1_PEER_CMDS and set val...
Shivasharan S
1
-1
/
+1
2017-02-13
scsi: megaraid_sas: Indentation and smatch warning fixes
Shivasharan S
1
-49
/
+43
2017-02-13
scsi: megaraid_sas: Cleanup VD_EXT_DEBUG and SPAN_DEBUG related debug prints
Shivasharan S
1
-5
/
+0
2017-02-13
scsi: megaraid_sas: Increase internal command pool
Shivasharan S
1
-1
/
+1
2017-02-13
scsi: megaraid_sas: Use synchronize_irq to wait for IRQs to complete
Shivasharan S
1
-2
/
+18
2017-02-13
scsi: megaraid_sas: Change build_mpt_mfi_pass_thru to return void
Shivasharan S
1
-8
/
+2
[next]