index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
scsi: smartpqi: enhance drive offline informational message
Kevin Barnett
2016-09-02
1
-0
/
+5
|
*
|
scsi: smartpqi: simplify spanning
Kevin Barnett
2016-09-02
1
-18
/
+20
|
*
|
scsi: smartpqi: change tmf macro names
Kevin Barnett
2016-09-02
2
-6
/
+4
|
*
|
scsi: smartpqi: change aio sg processing
Kevin Barnett
2016-09-02
1
-29
/
+39
|
*
|
scsi: bfa: Do not dereference port before it is null checked
Colin Ian King
2016-09-02
1
-2
/
+2
|
*
|
scsi: qla4xxx: Mark symbols static where possible
Baoyou Xie
2016-09-02
1
-1
/
+1
|
*
|
scsi: move function declarations to scsi_priv.h
Baoyou Xie
2016-08-31
2
-2
/
+2
|
*
|
scsi: qla2xxx: fix spelling mistake "retyring" -> "retrying"
Colin Ian King
2016-08-31
1
-3
/
+3
|
*
|
scsi: ncr5380: Avoid a compiler warning
Finn Thain
2016-08-31
2
-8
/
+7
|
*
|
scsi: ibmvscsis: Use list_move_tail instead of list_del/list_add_tail
Wei Yongjun
2016-08-31
1
-2
/
+1
|
*
|
scsi: be2iscsi: Add missing unlock for mbox_lock
Jitendra Bhivare
2016-08-30
1
-1
/
+3
|
*
|
scsi: be2iscsi: Remove redundant iscsi_wrb desc memset
Jitendra Bhivare
2016-08-30
2
-5
/
+3
|
*
|
scsi: be2iscsi: Fix error return code
Christophe JAILLET
2016-08-30
1
-9
/
+13
|
*
|
scsi: megaraid_sas: Fix the search of first memory bar
Christophe JAILLET
2016-08-30
1
-1
/
+1
|
*
|
scsi: sg: Use mult_frac, drop MULDIV macro
Paul Burton
2016-08-30
1
-15
/
+4
|
*
|
scsi: sg: Avoid overflow when USER_HZ > HZ
Paul Burton
2016-08-30
1
-2
/
+3
|
*
|
scsi: ibmvfc: add FC Class 3 Error Recovery support
Tyrel Datwyler
2016-08-25
2
-0
/
+11
|
*
|
scsi: ibmvfc: Set READ FCP_XFER_READY DISABLED bit in PRLI
Tyrel Datwyler
2016-08-25
1
-0
/
+1
|
*
|
scsi: aic94xx: Add missing error code assignment before test
Christophe JAILLET
2016-08-25
1
-1
/
+1
|
*
|
scsi: configure runtime pm before calling device_add in scsi_add_host_with_dma
Heiner Kallweit
2016-08-25
1
-4
/
+8
|
*
|
scsi: ipr: Add asynchronous error notification
Brian King
2016-08-25
2
-14
/
+118
|
*
|
scsi: hisi_sas: update version to 1.6
John Garry
2016-08-25
1
-1
/
+1
|
*
|
scsi: hisi_sas: add TMF success check
John Garry
2016-08-25
1
-0
/
+6
|
*
|
scsi: hisi_sas: fail tmf task prep when port detached
John Garry
2016-08-25
1
-1
/
+1
|
*
|
scsi: hisi_sas: add v2 hw slot complete internal abort support
John Garry
2016-08-25
1
-0
/
+31
|
*
|
scsi: hisi_sas: add prep_abort_v2_hw()
John Garry
2016-08-25
1
-0
/
+33
|
*
|
scsi: hisi_sas: add internal abort to hisi_sas_abort_task()
John Garry
2016-08-25
1
-6
/
+10
|
*
|
scsi: hisi_sas: add internal abort in hisi_sas_dev_gone()
John Garry
2016-08-25
1
-0
/
+3
|
*
|
scsi: hisi_sas: add internal abort main code
John Garry
2016-08-25
2
-0
/
+171
|
*
|
scsi: esas2r: don't reinitialize adapter's req_table
Shawn Lin
2016-08-25
1
-4
/
+0
|
*
|
scsi: esas2r: not need to alloc zero buffer for local_atto_ioctl
Shawn Lin
2016-08-25
1
-1
/
+1
|
*
|
scsi: megaraid_sas: Use memdup_user() rather than duplicating its implementation
Markus Elfring
2016-08-23
1
-8
/
+3
|
*
|
scsi: be2iscsi: Update the driver version
Jitendra Bhivare
2016-08-23
1
-1
/
+1
|
*
|
scsi: be2iscsi: Update copyright information
Jitendra Bhivare
2016-08-23
9
-24
/
+24
|
*
|
scsi: be2iscsi: Fix queue and connection parameters
Jitendra Bhivare
2016-08-23
2
-2
/
+2
|
*
|
scsi: be2iscsi: Fix bad WRB index error
Jitendra Bhivare
2016-08-23
1
-12
/
+6
|
*
|
scsi: be2iscsi: Fix async PDU handling path
Jitendra Bhivare
2016-08-23
2
-505
/
+461
|
*
|
scsi: be2iscsi: Add FUNCTION_RESET during driver unload
Jitendra Bhivare
2016-08-23
3
-1
/
+6
|
*
|
scsi: be2iscsi: Fail the sessions immediately after TPE
Jitendra Bhivare
2016-08-23
2
-3
/
+22
|
*
|
scsi: be2iscsi: Add TPE recovery feature
Jitendra Bhivare
2016-08-23
7
-430
/
+629
|
*
|
scsi: be2iscsi: Add V1 of EPFW cleanup IOCTL
Jitendra Bhivare
2016-08-23
5
-108
/
+73
|
*
|
scsi: be2iscsi: Fix POST check and reset sequence
Jitendra Bhivare
2016-08-23
4
-196
/
+164
|
*
|
scsi: be2iscsi: Move functions to right files
Jitendra Bhivare
2016-08-23
7
-295
/
+293
|
*
|
scsi: be2iscsi: Add IOCTL to check UER supported
Jitendra Bhivare
2016-08-23
5
-19
/
+89
|
*
|
scsi: be2iscsi: Fix to add timer for UE detection
Jitendra Bhivare
2016-08-23
6
-51
/
+75
|
*
|
scsi: be2iscsi: Fix to make boot discovery non-blocking
Jitendra Bhivare
2016-08-23
7
-657
/
+725
|
*
|
scsi: be2iscsi: Fix checks for HBA in error state
Jitendra Bhivare
2016-08-23
5
-113
/
+134
|
*
|
scsi: be2iscsi: Remove isr_lock and dead code
Jitendra Bhivare
2016-08-23
3
-87
/
+49
|
*
|
scsi: be2iscsi: Remove alloc_mcc_tag & beiscsi_pci_soft_reset
Jitendra Bhivare
2016-08-23
2
-77
/
+0
|
*
|
scsi: be2iscsi: Check all zeroes IP before issuing IOCTL
Jitendra Bhivare
2016-08-23
5
-47
/
+69
[prev]
[next]