index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
qedf
/
qedf_io.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
scsi: qedf: Remove trailing space after \n newline
Colin Ian King
2024-09-13
1
-1
/
+1
*
scsi: qedf: Make qedf_execute_tmf() non-preemptible
John Meneghini
2024-04-25
1
-3
/
+3
*
Merge patch series "scsi: EH rework prep patches, part 1"
Martin K. Petersen
2023-10-13
1
-55
/
+20
|
\
|
*
scsi: qedf: Use FC rport as argument for qedf_initiate_tmf()
Hannes Reinecke
2023-10-13
1
-55
/
+20
*
|
scsi: qedf: Add synchronization between I/O completions and abort
Javed Hasan
2023-09-05
1
-2
/
+8
|
/
*
scsi: qedf: Fix typo in comment
Julia Lawall
2022-05-24
1
-1
/
+1
*
scsi: qedf: Remove redundant variable op
Colin Ian King
2022-05-20
1
-2
/
+1
*
scsi: qedf: Stop using the SCSI pointer
Bart Van Assche
2022-02-23
1
-13
/
+12
*
scsi: qedf: Fix refcount issue when LOGO is received during TMF
Saurav Kashyap
2022-01-25
1
-0
/
+1
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2021-11-05
1
-13
/
+6
|
\
|
*
scsi: qedf: Call scsi_done() directly
Bart Van Assche
2021-10-17
1
-13
/
+6
*
|
qed: Remove e4_ and _e4 from FW HSI
Shai Malin
2021-10-04
1
-6
/
+6
|
/
*
scsi: qedf: Use scsi_cmd_to_rq() instead of scsi_cmnd.request
Bart Van Assche
2021-08-12
1
-7
/
+1
*
scsi: qedf: Add check to synchronize abort and flush
Javed Hasan
2021-06-29
1
-1
/
+21
*
scsi: qedf: Drop unnecessary NULL checks after container_of()
Guenter Roeck
2021-05-15
1
-5
/
+0
*
scsi: qedf: Remove redundant assignment to variable 'rc'
Jing Xiangfeng
2020-10-03
1
-1
/
+0
*
scsi: qedf: Fix race between ELS completion and flushing ELS request
Saurav Kashyap
2020-08-21
1
-0
/
+2
*
scsi: qedf: Initiate cleanup for ELS commands as well
Saurav Kashyap
2020-08-21
1
-0
/
+7
*
scsi: qedf: Send cleanup even for RRQ on timeout
Saurav Kashyap
2020-08-21
1
-1
/
+1
*
scsi: qedf: Remove a whole host of unused variables
Lee Jones
2020-07-15
1
-26
/
+4
*
scsi: qedf: Honor status qualifier in FCP_RSP per spec
Javed Hasan
2020-04-17
1
-10
/
+34
*
scsi: qedf: Acquire rport_lock for resetting the delay_timestamp
Javed Hasan
2020-04-17
1
-0
/
+4
*
scsi: qedf: Add debug information for unsolicited processing
Saurav Kashyap
2019-08-30
1
-0
/
+5
*
scsi: qedf: Fix crash during sg_reset
Arun Easi
2019-08-30
1
-2
/
+2
*
scsi: qedf: Print message during bailout conditions
Saurav Kashyap
2019-08-30
1
-9
/
+49
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 440
Thomas Gleixner
2019-06-05
1
-4
/
+1
*
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: 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
1
-16
/
+37
*
scsi: qedf: Check for tm_flags instead of cmd_type during cleanup
Saurav Kashyap
2019-03-28
1
-1
/
+2
*
scsi: qedf: Add a flag to help debugging io_req which could not be cleaned
Shyam Sundar
2019-03-28
1
-0
/
+7
*
scsi: qedf: Don't send ABTS for under run scenario
Saurav Kashyap
2019-03-28
1
-9
/
+1
*
scsi: qedf: Don't queue anything if upload is in progress
Shyam Sundar
2019-03-28
1
-1
/
+8
*
scsi: qedf: fc_rport_priv reference counting fixes
Hannes Reinecke
2019-03-28
1
-8
/
+17
*
scsi: qedf: Add missing return in qedf_scsi_done()
Chad Dupuis
2019-03-28
1
-0
/
+1
*
scsi: qedf: Add additional checks for io_req->sc_cmd validity
Chad Dupuis
2019-03-28
1
-2
/
+37
*
scsi: qedf: Correct the memory barriers in qedf_ring_doorbell
Andrew Vasquez
2019-03-28
1
-2
/
+10
*
scsi: qedf: Use a separate completion for cleanup commands
Chad Dupuis
2019-03-28
1
-4
/
+7
*
scsi: qedf: Modify abort and tmf handler to handle edge condition and flush
Saurav Kashyap
2019-03-28
1
-29
/
+149
*
scsi: qedf: Modify flush routine to handle all I/Os and TMF
Shyam Sundar
2019-03-28
1
-23
/
+262
*
scsi: qedf: Simplify s/g list mapping
Chad Dupuis
2019-03-28
1
-87
/
+37
*
scsi: qedf: Add missing return in qedf_post_io_req() in the fcport offload check
Chad Dupuis
2019-03-28
1
-0
/
+1
*
scsi: qedf: Correct xid range overlap between offloaded requests and libfc re...
Chad Dupuis
2019-03-28
1
-3
/
+3
*
scsi: stop setting up request->special
Christoph Hellwig
2019-02-06
1
-6
/
+0
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2018-06-10
1
-6
/
+81
|
\
|
*
scsi: qedf: Update copyright for 2018
Chad Dupuis
2018-05-08
1
-1
/
+1
|
*
scsi: qedf: Add more defensive checks for concurrent error conditions
Chad Dupuis
2018-05-08
1
-2
/
+31
[next]