index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
module_signing.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-01-09
scsi: libsas: use flush_workqueue to process disco events synchronously
Jason Yan
1
-0
/
+4
2018-01-09
scsi: libsas: Use new workqueue to run sas event and disco event
Jason Yan
4
-4
/
+25
2018-01-09
scsi: libsas: make the event threshold configurable
Jason Yan
3
-0
/
+38
2018-01-09
scsi: libsas: shut down the PHY if events reached the threshold
Jason Yan
3
-2
/
+64
2018-01-09
scsi: libsas: Use dynamic alloced work to avoid sas event lost
Jason Yan
6
-71
/
+115
2018-01-09
scsi: mptfusion: use strlcpy() instead of strncpy()
Xiongfeng Wang
1
-1
/
+1
2018-01-09
scsi: aacraid: remove redundant setting of variable c
Colin Ian King
1
-4
/
+1
2018-01-09
scsi: libcxgbi: use GFP_ATOMIC in cxgbi_conn_alloc_pdu()
Varun Prakash
1
-1
/
+1
2018-01-09
scsi: libsas: initialize sas_phy status according to response of DISCOVER
chenxiang
1
-0
/
+1
2018-01-09
scsi: libsas: fix error when getting phy events
Jason Yan
1
-1
/
+1
2018-01-09
scsi: libsas: fix memory leak in sas_smp_get_phy_events()
Jason Yan
1
-0
/
+1
2018-01-08
scsi: hpsa: Use vsnprintf extension %phN
Andy Shevchenko
1
-11
/
+3
2018-01-04
scsi: bnx2i: Use zeroing allocator rather than allocator/memset
Himanshu Jha
1
-6
/
+4
2018-01-04
scsi: bfa: Use zeroing allocator rather than allocator/memset
Himanshu Jha
2
-8
/
+3
2018-01-04
scsi: qla2xxx: Use zeroing allocator rather than allocator/memset
Himanshu Jha
3
-13
/
+6
2018-01-04
scsi: qla4xxx: Use zeroing allocator rather than allocator/memset
Himanshu Jha
4
-25
/
+18
2018-01-04
scsi: aacraid: Fix driver oops with dead battery
Meelis Roos
1
-16
/
+16
2018-01-04
scsi: qla2xxx: Update driver version to 10.00.00.04-k
himanshu.madhani@cavium.com
1
-1
/
+1
2018-01-04
scsi: qla2xxx: Serialize session free in qlt_free_session_done
Quinn Tran
2
-0
/
+14
2018-01-04
scsi: qla2xxx: Serialize session deletion by using work_lock
Quinn Tran
7
-36
/
+28
2018-01-04
scsi: qla2xxx: Remove unused argument from qlt_schedule_sess_for_deletion()
Quinn Tran
3
-15
/
+13
2018-01-04
scsi: qla2xxx: Prevent relogin trigger from sending too many commands
Quinn Tran
4
-8
/
+17
2018-01-04
scsi: qla2xxx: Prevent multiple active discovery commands per session
Quinn Tran
2
-32
/
+32
2018-01-04
scsi: qla2xxx: Add retry limit for fabric scan logic
Quinn Tran
3
-12
/
+23
2018-01-04
scsi: qla2xxx: Delay loop id allocation at login
Quinn Tran
1
-29
/
+35
2018-01-04
scsi: qla2xxx: Increase verbosity of debug messages logged
Quinn Tran
1
-4
/
+4
2018-01-04
scsi: qla2xxx: Allow relogin and session creation after reset
himanshu.madhani@cavium.com
1
-1
/
+0
2018-01-04
scsi: qla2xxx: Add ability to use GPNFT/GNNFT for RSCN handling
Quinn Tran
5
-60
/
+113
2018-01-04
scsi: qla2xxx: Properly extract ADISC error codes
Quinn Tran
1
-8
/
+16
2018-01-04
scsi: qla2xxx: Fix GPNFT/GNNFT error handling
Quinn Tran
2
-4
/
+19
2018-01-04
scsi: qla2xxx: Remove session creation redundant code
Quinn Tran
1
-117
/
+5
2018-01-04
scsi: qla2xxx: Migrate switch registration commands away from mailbox interface
Quinn Tran
6
-144
/
+347
2018-01-04
scsi: qla2xxx: Fix login state machine freeze
Quinn Tran
1
-6
/
+0
2018-01-04
scsi: qla2xxx: Reduce trace noise for Async Events
Quinn Tran
1
-2
/
+9
2018-01-04
scsi: qla2xxx: Reduce the use of terminate exchange
Quinn Tran
1
-66
/
+74
2018-01-04
scsi: qla2xxx: Add lock protection around host lookup
Quinn Tran
3
-10
/
+8
2018-01-04
scsi: qla2xxx: Add switch command to simplify fabric discovery
Quinn Tran
9
-121
/
+1103
2018-01-04
scsi: qla2xxx: Use known NPort ID for Management Server login
himanshu.madhani@cavium.com
3
-4
/
+4
2018-01-04
scsi: qla2xxx: Fix session cleanup for N2N
Quinn Tran
7
-155
/
+378
2018-01-04
scsi: qla2xxx: Tweak resource count dump
Quinn Tran
3
-15
/
+48
2018-01-04
scsi: qla2xxx: Allow target mode to accept PRLI in dual mode
Quinn Tran
2
-3
/
+18
2018-01-04
scsi: qla2xxx: Don't call dma_free_coherent with IRQ disabled.
Giridhar Malavali
1
-1
/
+2
2018-01-04
scsi: qla2xxx: Add ability to send PRLO
Quinn Tran
5
-0
/
+96
2018-01-04
scsi: qla2xxx: Add option for use reserve exch for ELS
Quinn Tran
3
-0
/
+13
2018-01-04
scsi: qla2xxx: Use shadow register for ISP27XX
Quinn Tran
1
-1
/
+3
2018-01-04
scsi: qla2xxx: Enable ATIO interrupt handshake for ISP27XX
Quinn Tran
1
-14
/
+25
2018-01-04
scsi: qla2xxx: Move work element processing out of DPC thread
Quinn Tran
5
-27
/
+63
2018-01-04
scsi: qla2xxx: Replace GPDB with async ADISC command
Quinn Tran
3
-37
/
+50
2018-01-04
scsi: qla2xxx: Fix Firmware dump size for Extended login and Exchange Offload
Quinn Tran
2
-102
/
+147
2018-01-04
scsi: qla2xxx: Chip reset uses wrong lock during IO flush.
Quinn Tran
1
-74
/
+84
[next]