index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-03
scsi: qla2xxx: Fix incorrect region-size setting in optrom SYSFS routines
Andrew Vasquez
1
-2
/
+2
2019-04-03
scsi: qla2xxx: Disable T10-DIF feature with FC-NVMe during probe
Giridhar Malavali
1
-0
/
+4
2019-04-03
scsi: qla2xxx: Increase the max_sgl_segments to 1024
Giridhar Malavali
1
-1
/
+1
2019-04-03
scsi: qla2xxx: Reset the FCF_ASYNC_{SENT|ACTIVE} flags
Giridhar Malavali
1
-0
/
+3
2019-04-03
scsi: qla2xxx: Set the qpair in SRB to NULL when SRB is released
Giridhar Malavali
1
-0
/
+1
2019-04-03
scsi: qla2xxx: Set the SCSI command result before calling the command done
Giridhar Malavali
1
-2
/
+1
2019-04-03
scsi: lpfc: Change smp_processor_id() into raw_smp_processor_id()
Bart Van Assche
4
-18
/
+18
2019-04-03
scsi: lpfc: Remove unused functions
Bart Van Assche
1
-153
/
+0
2019-04-03
scsi: lpfc: Remove set-but-not-used variables
Bart Van Assche
3
-29
/
+15
2019-04-03
scsi: lpfc: Move trunk_errmsg[] from a header file into a .c file
Bart Van Assche
2
-16
/
+18
2019-04-03
scsi: lpfc: Annotate switch/case fall-through
Bart Van Assche
6
-6
/
+13
2019-04-03
scsi: lpfc: Fix indentation and balance braces
Bart Van Assche
1
-3
/
+3
2019-04-03
scsi: lpfc: Declare local functions static
Bart Van Assche
6
-14
/
+14
2019-04-03
scsi: ufs: Remove "<name>-fixed-regulator" device tree property
Stanley Chu
1
-5
/
+0
2019-04-03
scsi: ufs: Change "<name>-max-microamp" to non-mandatory property
Stanley Chu
1
-5
/
+3
2019-04-03
scsi: ufs: Fix regulator load and icc-level configuration
Stanley Chu
1
-3
/
+12
2019-04-03
scsi: ufs: Avoid configuring regulator with undefined voltage range
Stanley Chu
1
-5
/
+8
2019-04-03
scsi: ufs: Remove unused min_uA field in struct ufs_vreg
Stanley Chu
2
-2
/
+0
2019-04-03
scsi: bnx2fc: remove unneeded variable
Ding Xiang
1
-2
/
+1
2019-03-27
scsi: qedf: Update the driver version to 8.37.25.19
Saurav Kashyap
1
-4
/
+4
2019-03-27
scsi: qedf: Fix lport may be used uninitialized warning
Saurav Kashyap
1
-3
/
+1
2019-03-27
scsi: qedf: Correctly handle refcounting of rdata
Saurav Kashyap
1
-15
/
+11
2019-03-27
scsi: qedf: Cleanup rrq_work after QEDF_CMD_OUTSTANDING is cleared
Shyam Sundar
2
-16
/
+54
2019-03-27
scsi: qedf: Check for tm_flags instead of cmd_type during cleanup
Saurav Kashyap
1
-1
/
+2
2019-03-27
scsi: qedf: Add a flag to help debugging io_req which could not be cleaned
Shyam Sundar
1
-0
/
+7
2019-03-27
scsi: qedf: Don't send ABTS for under run scenario
Saurav Kashyap
1
-9
/
+1
2019-03-27
scsi: qedf: Don't queue anything if upload is in progress
Shyam Sundar
1
-1
/
+8
2019-03-27
scsi: qedf: Check both the FCF and fabric ID before servicing clear virtual link
Chad Dupuis
1
-18
/
+48
2019-03-27
scsi: qedf: fc_rport_priv reference counting fixes
Hannes Reinecke
3
-9
/
+30
2019-03-27
scsi: qedf: Add missing return in qedf_scsi_done()
Chad Dupuis
1
-0
/
+1
2019-03-27
scsi: qedf: Wait for upload and link down processing during soft ctx reset
Chad Dupuis
3
-11
/
+57
2019-03-27
scsi: qedf: Add additional checks for io_req->sc_cmd validity
Chad Dupuis
1
-2
/
+37
2019-03-27
scsi: qedf: fixup bit operations
Hannes Reinecke
2
-1
/
+8
2019-03-27
scsi: qedf: fixup locking in qedf_restart_rport()
Hannes Reinecke
1
-1
/
+7
2019-03-27
scsi: qedf: missing kref_put in qedf_xmit()
Hannes Reinecke
1
-1
/
+3
2019-03-27
scsi: qedf: Check for link state before processing LL2 packets and send fipvl...
Saurav Kashyap
2
-6
/
+28
2019-03-27
scsi: qedf: Add missing fc_disc_init call after allocating lport
Chad Dupuis
1
-0
/
+2
2019-03-27
scsi: qedf: Correct the memory barriers in qedf_ring_doorbell
Andrew Vasquez
1
-2
/
+10
2019-03-27
scsi: qedf: Use a separate completion for cleanup commands
Chad Dupuis
2
-4
/
+8
2019-03-27
scsi: qedf: Modify abort and tmf handler to handle edge condition and flush
Saurav Kashyap
4
-67
/
+276
2019-03-27
scsi: qedf: Modify flush routine to handle all I/Os and TMF
Shyam Sundar
4
-26
/
+277
2019-03-27
scsi: qedf: Simplify s/g list mapping
Chad Dupuis
3
-94
/
+40
2019-03-27
scsi: qedf: Add missing return in qedf_post_io_req() in the fcport offload check
Chad Dupuis
1
-0
/
+1
2019-03-27
scsi: qedf: Correct xid range overlap between offloaded requests and libfc re...
Chad Dupuis
3
-17
/
+7
2019-03-27
scsi: qedf: Do not retry ELS request if qedf_alloc_cmd fails
Chad Dupuis
1
-12
/
+4
2019-03-27
scsi: qla2xxx: Simplify conditional check again
Nathan Chancellor
1
-2
/
+2
2019-03-27
scsi: sd: Inline sd_probe_part2()
Bart Van Assche
1
-58
/
+43
2019-03-27
scsi: sd: Rely on the driver core for asynchronous probing
Bart Van Assche
4
-47
/
+5
2019-03-27
scsi: mpt3sas: fix indentation issue
Colin Ian King
1
-2
/
+2
2019-03-27
scsi: libcxgbi: remove uninitialized variable len
Colin Ian King
1
-3
/
+2
[next]