index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
scsi: qla2xxx: Make qla2x00_process_response_queue() easier to read
Bart Van Assche
2019-04-09
1
-38
/
+47
*
scsi: qla2xxx: Reduce the number of forward declarations
Bart Van Assche
2019-04-09
1
-46
/
+31
*
scsi: qla2xxx: Declare local symbols static
Bart Van Assche
2019-04-09
1
-2
/
+2
*
scsi: qla2xxx: Use ARRAY_SIZE() in the definition of QLA_LAST_SPEED
Bart Van Assche
2019-04-09
1
-1
/
+1
*
scsi: qla2xxx: Remove a comment that refers to the SCSI host lock
Bart Van Assche
2019-04-09
1
-3
/
+0
*
scsi: qla2xxx: Change a stack variable into a static const variable
Bart Van Assche
2019-04-09
1
-2
/
+3
*
scsi: qla2xxx: fix spelling mistake "alredy" -> "already"
Colin Ian King
2019-04-09
1
-1
/
+1
*
scsi: lpfc: add support for posting FC events on FPIN reception
James Smart
2019-04-09
2
-0
/
+12
*
scsi: scsi_transport_fc: Add FPIN fc event codes
James Smart
2019-04-09
1
-0
/
+18
*
scsi: scsi_transport_fc: refactor event posting routines
James Smart
2019-04-09
1
-59
/
+41
*
scsi: lpfc: Fix a recently introduced compiler warning
Bart Van Assche
2019-04-09
1
-2
/
+2
*
scsi: qla2xxx: Remove useless set memory to zero use memset()
YueHaibing
2019-04-04
1
-1
/
+0
*
scsi: mptscsih: Mark expected switch fall-throughs
Gustavo A. R. Silva
2019-04-04
1
-0
/
+2
*
scsi: ufs-cdns: Add support for UFSHCI with M31 PHY
Jan Kotas
2019-04-04
1
-10
/
+64
*
scsi: ufs: remove unnecessary pointer evaluation
Zeng Guangyue
2019-04-04
1
-10
/
+1
*
scsi: qedf: Remove set but not used variable 'fr_len'
YueHaibing
2019-04-04
1
-2
/
+0
*
scsi: pm8001: fix spelling mistake, interupt -> interrupt
Colin Ian King
2019-04-04
4
-7
/
+7
*
scsi: pm8001: clean up dead code when PM8001_USE_MSIX is defined
Colin Ian King
2019-04-04
2
-12
/
+16
*
scsi: qla2xxx: Update driver version to 10.01.00.16-k
Himanshu Madhani
2019-04-04
1
-1
/
+1
*
scsi: qla2xxx: Change abort wait_loop from msleep to wait_event_timeout
Giridhar Malavali
2019-04-04
2
-39
/
+46
*
scsi: qla2xxx: Fix driver unload when FC-NVMe LUNs are connected
Giridhar Malavali
2019-04-04
2
-8
/
+27
*
scsi: qla2xxx: Cleanup redundant qla2x00_abort_all_cmds during unload
Anil Gurumurthy
2019-04-04
1
-2
/
+0
*
scsi: qla2xxx: Set remote port devloss timeout to 0
Giridhar Malavali
2019-04-04
1
-12
/
+7
*
scsi: qla2xxx: Cleanup fcport memory to prevent leak
Quinn Tran
2019-04-04
2
-5
/
+4
*
scsi: qla2xxx: Use mutex protection during qla2x00_sysfs_read_fw_dump()
Quinn Tran
2019-04-04
2
-12
/
+19
*
scsi: qla2xxx: Fix fw dump corruption
Quinn Tran
2019-04-04
2
-32
/
+53
*
scsi: qla2xxx: Further limit FLASH region write access from SysFS
Andrew Vasquez
2019-04-04
1
-3
/
+5
*
scsi: qla2xxx: Fix incorrect region-size setting in optrom SYSFS routines
Andrew Vasquez
2019-04-04
1
-2
/
+2
*
scsi: qla2xxx: Disable T10-DIF feature with FC-NVMe during probe
Giridhar Malavali
2019-04-04
1
-0
/
+4
*
scsi: qla2xxx: Increase the max_sgl_segments to 1024
Giridhar Malavali
2019-04-04
1
-1
/
+1
*
scsi: qla2xxx: Reset the FCF_ASYNC_{SENT|ACTIVE} flags
Giridhar Malavali
2019-04-04
1
-0
/
+3
*
scsi: qla2xxx: Set the qpair in SRB to NULL when SRB is released
Giridhar Malavali
2019-04-04
1
-0
/
+1
*
scsi: qla2xxx: Set the SCSI command result before calling the command done
Giridhar Malavali
2019-04-04
1
-2
/
+1
*
scsi: lpfc: Change smp_processor_id() into raw_smp_processor_id()
Bart Van Assche
2019-04-04
4
-18
/
+18
*
scsi: lpfc: Remove unused functions
Bart Van Assche
2019-04-04
1
-153
/
+0
*
scsi: lpfc: Remove set-but-not-used variables
Bart Van Assche
2019-04-04
3
-29
/
+15
*
scsi: lpfc: Move trunk_errmsg[] from a header file into a .c file
Bart Van Assche
2019-04-04
2
-16
/
+18
*
scsi: lpfc: Annotate switch/case fall-through
Bart Van Assche
2019-04-04
6
-6
/
+13
*
scsi: lpfc: Fix indentation and balance braces
Bart Van Assche
2019-04-04
1
-3
/
+3
*
scsi: lpfc: Declare local functions static
Bart Van Assche
2019-04-04
6
-14
/
+14
*
scsi: ufs: Remove "<name>-fixed-regulator" device tree property
Stanley Chu
2019-04-04
1
-5
/
+0
*
scsi: ufs: Change "<name>-max-microamp" to non-mandatory property
Stanley Chu
2019-04-04
1
-5
/
+3
*
scsi: ufs: Fix regulator load and icc-level configuration
Stanley Chu
2019-04-04
1
-3
/
+12
*
scsi: ufs: Avoid configuring regulator with undefined voltage range
Stanley Chu
2019-04-04
1
-5
/
+8
*
scsi: ufs: Remove unused min_uA field in struct ufs_vreg
Stanley Chu
2019-04-04
2
-2
/
+0
*
scsi: bnx2fc: remove unneeded variable
Ding Xiang
2019-04-04
1
-2
/
+1
*
scsi: qedf: Update the driver version to 8.37.25.19
Saurav Kashyap
2019-03-28
1
-4
/
+4
*
scsi: qedf: Fix lport may be used uninitialized warning
Saurav Kashyap
2019-03-28
1
-3
/
+1
*
scsi: qedf: Correctly handle refcounting of rdata
Saurav Kashyap
2019-03-28
1
-15
/
+11
*
scsi: qedf: Cleanup rrq_work after QEDF_CMD_OUTSTANDING is cleared
Shyam Sundar
2019-03-28
2
-16
/
+54
[next]