index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
megaraid
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
scsi: flip the default on use_clustering
Christoph Hellwig
2018-12-19
2
-2
/
+0
*
scsi: megaraid_sas: NULL check before some freeing functions is not needed
Thomas Meyer
2018-12-08
3
-16
/
+8
*
scsi: megaraid_sas_fusion: Mark expected switch fall-through
Gustavo A. R. Silva
2018-11-29
1
-1
/
+1
*
scsi: megaraid: megaraid_sas_base: Mark expected switch fall-through
Gustavo A. R. Silva
2018-11-29
1
-0
/
+1
*
scsi: megaraid_sas: Add support for MegaRAID Aero controllers
Shivasharan S
2018-11-22
2
-0
/
+19
*
scsi: megaraid_sas: Update driver version
Shivasharan S
2018-11-07
1
-2
/
+2
*
scsi: megaraid_sas: modify max supported lds related print
Shivasharan S
2018-11-07
1
-3
/
+3
*
scsi: megaraid_sas: remove unused macro
Shivasharan S
2018-11-07
1
-1
/
+0
*
scsi: megaraid_sas: increase timeout for IOC INIT to 180seconds
Shivasharan S
2018-11-07
1
-1
/
+1
*
scsi: megaraid_sas: Remove double endian conversion
Shivasharan S
2018-11-07
1
-3
/
+1
*
scsi: megaraid_sas: Re-use max_mfi_cmds to calculate queue sizes
Shivasharan S
2018-11-07
1
-3
/
+1
*
scsi: megaraid_sas: Rename scratch_pad registers
Shivasharan S
2018-11-07
3
-46
/
+45
*
scsi: megaraid_sas: Remove spin lock for dpc operation
Shivasharan S
2018-11-07
1
-6
/
+1
*
scsi: megaraid_sas: optimize raid context access in IO path
Shivasharan S
2018-11-07
1
-43
/
+31
*
scsi: megaraid_sas: Fail init if heartbeat timer fails
Shivasharan S
2018-11-07
1
-2
/
+4
*
scsi: megaraid_sas: For SRIOV, do not set STOP_ADP bit
Shivasharan S
2018-11-07
1
-3
/
+5
*
scsi: megaraid_sas: Fix combined reply queue mode detection
Shivasharan S
2018-11-07
1
-3
/
+20
*
scsi: megaraid_sas: Fix module parameter description
Shivasharan S
2018-11-07
1
-3
/
+2
*
scsi: megaraid_sas: Fix goto labels in error handling
Shivasharan S
2018-11-07
1
-3
/
+2
*
scsi: megaraid_sas: Update copyright information
Shivasharan S
2018-11-07
5
-42
/
+32
*
scsi: megaraid_sas: Add check for reset adapter bit
Shivasharan S
2018-11-07
1
-11
/
+22
*
scsi: megaraid_sas: Fix msleep granularity
Shivasharan S
2018-11-07
1
-2
/
+2
*
scsi: megaraid_sas: Add support for FW snap dump
Shivasharan S
2018-11-07
4
-13
/
+208
*
scsi: megaraid_sas: Add watchdog thread to detect Firmware fault
Shivasharan S
2018-11-07
3
-54
/
+167
*
scsi: megaraid_sas: switch to generic DMA API
Christoph Hellwig
2018-10-18
2
-83
/
+83
*
scsi: megaraid_mbox: switch to generic DMA API
Christoph Hellwig
2018-10-18
1
-26
/
+25
*
scsi: megaraid_mbox: remove set but not used variables
YueHaibing
2018-10-17
1
-27
/
+0
*
scsi: megaraid_sas: fix a missing-check bug
Wenwen Wang
2018-10-16
1
-0
/
+3
*
scsi: megaraid_mbox: remove bogus use of pci_dma_sync_sg_* APIs
Christoph Hellwig
2018-10-16
1
-34
/
+1
*
scsi: megaraid: fix spelling mistake "maibox" -> "mailbox"
Colin Ian King
2018-09-26
2
-3
/
+3
*
scsi: read host_busy via scsi_host_busy()
Ming Lei
2018-06-26
1
-1
/
+1
*
scsi: megaraid_sas: driver version upgrade
Shivasharan S
2018-06-19
1
-2
/
+2
*
scsi: megaraid_sas: Support FW provided TM timeout values
Shivasharan S
2018-06-19
3
-17
/
+84
*
scsi: megaraid_sas: Return immediately from wait_for_adapter_operational afte...
Shivasharan S
2018-06-19
1
-7
/
+8
*
scsi: megaraid_sas: Update controller info during resume
Shivasharan S
2018-06-19
1
-0
/
+3
*
scsi: megaraid_sas: Do not do Kill adapter if GET_CTRL_INFO times out
Shivasharan S
2018-06-19
1
-2
/
+3
*
treewide: Use array_size() in vzalloc()
Kees Cook
2018-06-13
1
-4
/
+6
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-13
2
-5
/
+5
*
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-13
1
-4
/
+6
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2018-06-10
3
-21
/
+18
|
\
|
*
scsi: megaraid_sas: fix spelling mistake: "disbale" -> "disable"
Colin Ian King
2018-05-02
1
-1
/
+1
|
*
scsi: megaraid_sas: driver version upgrade
Shivasharan S
2018-04-19
1
-2
/
+2
|
*
scsi: megaraid_sas: Increase timeout by 1 sec for non-RAID fastpath IOs
Shivasharan S
2018-04-19
1
-0
/
+3
|
*
scsi: megaraid_sas: Use zeroing memory allocator than allocator/memset
Himanshu Jha
2018-04-19
2
-18
/
+12
*
|
block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONE
Christoph Hellwig
2018-05-29
1
-1
/
+1
*
|
scsi: megaraid_sas: Do not log an error if FW successfully initializes.
Vinson Lee
2018-04-19
1
-3
/
+3
|
/
*
Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...
Linus Torvalds
2018-04-06
1
-2
/
+1
|
\
|
*
Merge branch 'fixes' into misc
James Bottomley
2018-04-04
3
-39
/
+55
|
|
\
|
*
|
scsi: megaraid: Use dma_pool_zalloc()
Souptick Joarder
2018-03-07
1
-2
/
+1
*
|
|
Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-04-05
2
-2
/
+2
|
\
\
\
[next]