index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
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
/
qedf
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-17
15
-60
/
+15
|
\
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 440
Thomas Gleixner
2019-06-05
15
-60
/
+15
*
|
qedf: Use hwfns and affin_hwfn_idx to get MSI-X vector index to use
Chad Dupuis
2019-05-26
1
-11
/
+28
|
/
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
2
-0
/
+2
*
scsi: qedf: remove set but not used variables
YueHaibing
2019-04-29
1
-9
/
+1
*
scsi: qedf: Update the driver version to 8.37.25.20
Saurav Kashyap
2019-04-29
1
-2
/
+2
*
scsi: qedf: Add return value to log message if scsi_add_host fails
Saurav Kashyap
2019-04-29
1
-2
/
+3
*
scsi: qedf: Print fcport information on wait for upload timeout
Saurav Kashyap
2019-04-29
1
-3
/
+5
*
scsi: qedf: Check the return value of start_xmit
Saurav Kashyap
2019-04-29
2
-3
/
+21
*
scsi: qedf: Log message if scsi_add_host fails
Saurav Kashyap
2019-04-29
1
-1
/
+4
*
scsi: qedf: Check for fcoe_libfc_config failure
Saurav Kashyap
2019-04-29
1
-1
/
+5
*
scsi: qedf: Add comment to display logging levels
Saurav Kashyap
2019-04-29
1
-0
/
+6
*
scsi: qedf: Add port_id for fcport into initiate_cleanup debug message
Chad Dupuis
2019-04-29
1
-2
/
+2
*
scsi: qedf: Add LBA to underrun debug messages
Chad Dupuis
2019-04-29
1
-5
/
+6
*
scsi: qedf: Print scsi_cmd backpointer in good completion path if the command...
Chad Dupuis
2019-04-29
1
-3
/
+3
*
scsi: qedf: Add driver state to 'driver_stats' debugfs node
Chad Dupuis
2019-04-29
1
-3
/
+52
*
scsi: qedf: Change MSI-X load error message
Chad Dupuis
2019-04-29
1
-1
/
+2
*
scsi: qedf: remove memset/memcpy to nfunc and use func instead
Colin Ian King
2019-04-18
1
-24
/
+8
*
scsi: qedf: Remove set but not used variable 'fr_len'
YueHaibing
2019-04-03
1
-2
/
+0
*
scsi: qedf: Update the driver version to 8.37.25.19
Saurav Kashyap
2019-03-27
1
-4
/
+4
*
scsi: qedf: Fix lport may be used uninitialized warning
Saurav Kashyap
2019-03-27
1
-3
/
+1
*
scsi: qedf: Correctly handle refcounting of rdata
Saurav Kashyap
2019-03-27
1
-15
/
+11
*
scsi: qedf: Cleanup rrq_work after QEDF_CMD_OUTSTANDING is cleared
Shyam Sundar
2019-03-27
2
-16
/
+54
*
scsi: qedf: Check for tm_flags instead of cmd_type during cleanup
Saurav Kashyap
2019-03-27
1
-1
/
+2
*
scsi: qedf: Add a flag to help debugging io_req which could not be cleaned
Shyam Sundar
2019-03-27
1
-0
/
+7
*
scsi: qedf: Don't send ABTS for under run scenario
Saurav Kashyap
2019-03-27
1
-9
/
+1
*
scsi: qedf: Don't queue anything if upload is in progress
Shyam Sundar
2019-03-27
1
-1
/
+8
*
scsi: qedf: Check both the FCF and fabric ID before servicing clear virtual link
Chad Dupuis
2019-03-27
1
-18
/
+48
*
scsi: qedf: fc_rport_priv reference counting fixes
Hannes Reinecke
2019-03-27
3
-9
/
+30
*
scsi: qedf: Add missing return in qedf_scsi_done()
Chad Dupuis
2019-03-27
1
-0
/
+1
*
scsi: qedf: Wait for upload and link down processing during soft ctx reset
Chad Dupuis
2019-03-27
3
-11
/
+57
*
scsi: qedf: Add additional checks for io_req->sc_cmd validity
Chad Dupuis
2019-03-27
1
-2
/
+37
*
scsi: qedf: fixup bit operations
Hannes Reinecke
2019-03-27
2
-1
/
+8
*
scsi: qedf: fixup locking in qedf_restart_rport()
Hannes Reinecke
2019-03-27
1
-1
/
+7
*
scsi: qedf: missing kref_put in qedf_xmit()
Hannes Reinecke
2019-03-27
1
-1
/
+3
*
scsi: qedf: Check for link state before processing LL2 packets and send fipvl...
Saurav Kashyap
2019-03-27
2
-6
/
+28
*
scsi: qedf: Add missing fc_disc_init call after allocating lport
Chad Dupuis
2019-03-27
1
-0
/
+2
*
scsi: qedf: Correct the memory barriers in qedf_ring_doorbell
Andrew Vasquez
2019-03-27
1
-2
/
+10
*
scsi: qedf: Use a separate completion for cleanup commands
Chad Dupuis
2019-03-27
2
-4
/
+8
*
scsi: qedf: Modify abort and tmf handler to handle edge condition and flush
Saurav Kashyap
2019-03-27
4
-67
/
+276
*
scsi: qedf: Modify flush routine to handle all I/Os and TMF
Shyam Sundar
2019-03-27
4
-26
/
+277
*
scsi: qedf: Simplify s/g list mapping
Chad Dupuis
2019-03-27
3
-94
/
+40
*
scsi: qedf: Add missing return in qedf_post_io_req() in the fcport offload check
Chad Dupuis
2019-03-27
1
-0
/
+1
*
scsi: qedf: Correct xid range overlap between offloaded requests and libfc re...
Chad Dupuis
2019-03-27
3
-17
/
+7
*
scsi: qedf: Do not retry ELS request if qedf_alloc_cmd fails
Chad Dupuis
2019-03-27
1
-12
/
+4
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2019-03-09
3
-23
/
+3
|
\
|
*
scsi: fcoe: make use of fip_mode enum complete
Sedat Dilek
2019-02-19
1
-1
/
+1
|
*
scsi: stop setting up request->special
Christoph Hellwig
2019-02-05
1
-6
/
+0
|
*
scsi: qedf: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-01-29
1
-16
/
+2
*
|
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
2019-01-08
1
-12
/
+17
|
/
[next]