index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
leds
/
leds-lp8860.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-03-07
scsi: lpfc: Fix NVME CMD IU byte swapped word 1 problem
James Smart
1
-13
/
+4
2017-03-07
scsi: lpfc: Fix RCTL value on NVME LS request and response
James Smart
2
-2
/
+2
2017-03-07
scsi: lpfc: Fix crash during Hardware error recovery on SLI3 adapters
James Smart
1
-4
/
+10
2017-03-07
scsi: lpfc: fix missing spin_unlock on sql_list_lock
James Smart
1
-1
/
+1
2017-03-07
scsi: lpfc: don't dereference dma_buf->iocbq before null check
James Smart
1
-1
/
+1
2017-03-07
scsi: lpfc: sanity check hrq is null before dereferencing it
James Smart
1
-5
/
+5
2017-03-07
scsi: lpfc: remove redundant assignment of sgel
James Smart
1
-1
/
+0
2017-03-07
scsi: lpfc: replace init_timer by setup_timer
Tomas Jasek
2
-33
/
+19
2017-03-07
scsi: qedf: Use vsprintf extension %pad
Joe Perches
1
-2
/
+2
2017-03-07
scsi: qedf: Fix defective logging format and argument mismatches
Joe Perches
3
-8
/
+11
2017-03-07
scsi: vmw_pvscsi: handle the return value from pci_alloc_irq_vectors correctly
Christoph Hellwig
1
-1
/
+1
2017-03-07
scsi: qla2xxx: Fix ql_dump_buffer
Joe Perches
1
-8
/
+4
2017-03-07
scsi: aacraid: Fix typo in blink status
Raghava Aditya Renukunta
1
-1
/
+1
2017-03-07
scsi: qedi: fix build error without DEBUG_FS
Arnd Bergmann
4
-15
/
+21
2017-03-02
scsi: mpt3sas: Avoid sleeping in interrupt context
Bart Van Assche
5
-12
/
+16
2017-03-02
scsi: sd: Check for unaligned partial completion
Damien Le Moal
2
-15
/
+17
2017-03-02
scsi: ufs: Factor out ufshcd_read_desc_param
Potomski, MichalX
3
-72
/
+196
2017-03-01
scsi: libiscsi: add lock around task lists to fix list corruption regression
Chris Leech
2
-1
/
+26
2017-03-01
scsi: qedi: fix missing return error code check on call to qedi_setup_int
Colin Ian King
1
-1
/
+1
2017-02-28
scsi: qedi: Fix memory leak in tmf response processing.
Dupuis, Chad
1
-2
/
+3
2017-02-28
scsi: aacraid: remove redundant zero check on ret
Colin Ian King
1
-5
/
+1
2017-02-28
scsi: lpfc: use proper format string for dma_addr_t
Arnd Bergmann
1
-6
/
+6
2017-02-28
scsi: lpfc: use div_u64 for 64-bit division
Arnd Bergmann
1
-32
/
+32
2017-02-23
scsi: mac_scsi: Fix MAC_SCSI=m option when SCSI=m
Finn Thain
1
-1
/
+1
2017-02-23
scsi: cciss: correct check map error.
Don Brace
1
-4
/
+28
2017-02-23
scsi: qla2xxx: fix spelling mistake: "seperator" -> "separator"
Colin Ian King
1
-1
/
+1
2017-02-23
scsi: aacraid: Fixed expander hotplug for SMART family
Raghava Aditya Renukunta
1
-4
/
+1
2017-02-23
scsi: mpt3sas: switch to pci_alloc_irq_vectors
Hannes Reinecke
2
-59
/
+48
2017-02-23
scsi: qedf: fixup compilation warning about atomic_t usage
Dupuis, Chad
2
-7
/
+7
2017-02-23
scsi: remove scsi_execute_req_flags
Christoph Hellwig
8
-51
/
+27
2017-02-23
scsi: merge __scsi_execute into scsi_execute
Christoph Hellwig
7
-74
/
+46
2017-02-23
scsi: simplify scsi_execute_req_flags
Christoph Hellwig
1
-18
/
+9
2017-02-23
scsi: make the sense header argument to scsi_test_unit_ready mandatory
Christoph Hellwig
3
-14
/
+6
2017-02-23
scsi: sd: improve TUR handling in sd_check_events
Christoph Hellwig
1
-14
/
+11
2017-02-23
scsi: always zero sshdr in scsi_normalize_sense
Christoph Hellwig
1
-2
/
+2
2017-02-23
scsi: scsi_dh_emc: return success in clariion_std_inquiry()
Dan Carpenter
1
-1
/
+1
2017-02-23
scsi: fix memory leak of sdpk on when gd fails to allocate
Colin Ian King
1
-2
/
+2
2017-02-23
scsi: sd: make sd_devt_release() static
Wei Yongjun
1
-1
/
+1
2017-02-23
scsi: qedf: Add QLogic FastLinQ offload FCoE driver framework.
Dupuis, Chad
16
-0
/
+8816
2017-02-23
scsi: qla2xxx: Fix Regression introduced by pci_alloc_irq_vectors_affinity call.
Michael Hernandez
1
-2
/
+5
2017-02-23
scsi: qla2xxx: Fix response queue count for Target mode.
Michael Hernandez
1
-1
/
+2
2017-02-23
scsi: qla2xxx: Cleaned up queue configuration code.
Michael Hernandez
1
-9
/
+4
2017-02-23
scsi: lpfc: add missing Kconfig NVME dependencies
James Smart
1
-0
/
+1
2017-02-23
scsi: lpfc: Update lpfc version to 11.2.0.7
James Smart
1
-1
/
+1
2017-02-23
scsi: lpfc: Update copyrights
James Smart
35
-40
/
+112
2017-02-23
scsi: lpfc: NVME Target: Add debugfs support
James Smart
3
-5
/
+628
2017-02-23
scsi: lpfc: NVME Target: bind to nvmet_fc api
James Smart
9
-15
/
+1752
2017-02-23
scsi: lpfc: NVME Target: Merge into FC discovery
James Smart
5
-14
/
+167
2017-02-23
scsi: lpfc: NVME Target: Receive buffer updates
James Smart
9
-22
/
+1374
2017-02-23
scsi: lpfc: NVME Target: Base modifications
James Smart
12
-20
/
+807
[next]