index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
libfc
/
fc_exch.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-13
scsi: libfc: Avoid invoking response handler twice if ep is already completed
Javed Hasan
1
-2
/
+14
2020-10-30
scsi: libfc: Fix enum-conversion warning
Arnd Bergmann
1
-1
/
+1
2020-10-30
scsi: libfc: Move scsi/fc_encode.h to libfc
Arnd Bergmann
1
-1
/
+0
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-2
/
+2
2020-07-15
scsi: libfc: Supply some missing kerneldoc struct/function attributes/params
Lee Jones
1
-1
/
+6
2019-07-20
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
1
-1
/
+1
2019-07-17
scsi: libfc: fix null pointer dereference on a null lport
Colin Ian King
1
-1
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335
Thomas Gleixner
1
-13
/
+1
2019-05-21
scsi: libfc: switch to SPDX tags
Christoph Hellwig
1
-13
/
+1
2016-11-09
scsi: libfc: Don't have fc_exch_find log errors on a new exchange
Chris Leech
1
-0
/
+3
2016-11-09
scsi: libfc: Replace ->seq_release callback with function call
Hannes Reinecke
1
-4
/
+2
2016-11-09
scsi: libfc: Replace ->seq_assign callback with function call
Hannes Reinecke
1
-4
/
+2
2016-11-09
scsi: libfc: Replace ->seq_set_resp callback with direct function call
Hannes Reinecke
1
-7
/
+4
2016-11-09
scsi: libfc: Replace ->seq_start_next callback with function call
Hannes Reinecke
1
-4
/
+2
2016-11-09
scsi: libfc: Replace ->exch_done callback with function call
Hannes Reinecke
1
-4
/
+2
2016-11-09
scsi: libfc: Replace ->seq_exch_abort callback with function call
Hannes Reinecke
1
-5
/
+8
2016-11-09
scsi: libfc: Replace ->seq_send callback with function call
Hannes Reinecke
1
-5
/
+2
2016-11-09
scsi: libfc: Replace ->exch_seq_send callback with function call
Hannes Reinecke
1
-11
/
+26
2016-11-09
scsi: libfc: Replace ->lport_recv with function call
Hannes Reinecke
1
-2
/
+2
2016-11-09
scsi: libfc: Replace ->seq_els_rsp_send callback with function call
Hannes Reinecke
1
-5
/
+3
2016-11-09
scsi: libfc: Check xid when looking up REC exchanges
Hannes Reinecke
1
-4
/
+12
2016-11-09
scsi: libfc: Do not drop out-of-order frames
Hannes Reinecke
1
-3
/
+0
2016-11-09
scsi: libfc: quarantine timed out xids
Hannes Reinecke
1
-11
/
+22
2016-11-09
scsi: libfc: safeguard against invalid exchange index
Hannes Reinecke
1
-7
/
+14
2016-11-09
scsi: libfc: use configured lport R_A_TOV
Hannes Reinecke
1
-1
/
+1
2016-11-09
scsi: libfc: additional debugging messages
Hannes Reinecke
1
-11
/
+48
2016-11-09
scsi: libfc: Revert "[SCSI] libfc: use offload EM instance again instead jump...
Martin K. Petersen
1
-5
/
+10
2016-08-19
scsi: libfc: do not send ABTS when resetting exchanges
Hannes Reinecke
1
-1
/
+0
2016-07-14
libfc: sanity check cpu number extracted from xid
Chris Leech
1
-1
/
+9
2015-08-12
libfc: Fix fc_exch_recv_req() error path
Bart Van Assche
1
-4
/
+4
2013-09-05
libfc: Do not invoke the response handler after fc_exch_done()
Bart Van Assche
1
-39
/
+92
2013-09-05
libfc: Reduce exchange lock contention in fc_exch_recv_abts()
Bart Van Assche
1
-8
/
+10
2013-09-05
libfc: Avoid that sending after an abort triggers a kernel warning
Bart Van Assche
1
-22
/
+37
2013-09-05
libfc: Protect ep->esb_stat changes via ex_lock
Bart Van Assche
1
-2
/
+7
2013-09-05
libfc: Fix a race in fc_exch_timer_set_locked()
Bart Van Assche
1
-3
/
+4
2013-09-05
libfc: Clarify fc_exch_find()
Bart Van Assche
1
-1
/
+3
2013-09-05
libfc: Micro-optimize fc_setup_exch_mgr()
Bart Van Assche
1
-7
/
+3
2013-09-04
libfc: Debug code fixes
Bart Van Assche
1
-4
/
+4
2013-09-04
libfc: Source code comment spelling fixes
Bart Van Assche
1
-4
/
+1
2013-07-09
libfc: Differentiate echange timer cancellation debug statements
Robert Love
1
-1
/
+1
2013-07-09
libfc: Remove extra space in fc_exch_timer_cancel definition
Robert Love
1
-1
/
+1
2013-05-10
libfc: extend ex_lock to protect all of fc_seq_send
Neil Horman
1
-13
/
+24
2012-07-20
[SCSI] libfc: add exch timer debug info
Vasu Dev
1
-43
/
+53
2012-07-20
[SCSI] libfc: update fcp and exch stats
Vasu Dev
1
-5
/
+25
2012-07-20
[SCSI] libfc, fcoe, bnx2fc: cleanup fcoe_dev_stats
Vasu Dev
1
-2
/
+2
2012-03-28
[SCSI] libfc: fcoe_transport_create fails in single-CPU environment
Steven Clark
1
-2
/
+12
2012-02-19
[SCSI] libfc: Fix panic in fc_exch_recv
Bhanu Prakash Gollapudi
1
-3
/
+4
2012-01-16
[SCSI] libfc: Declare local functions static
Bart Van Assche
1
-1
/
+1
2011-11-07
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+1
2011-11-01
scsi: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required
Paul Gortmaker
1
-0
/
+1
[next]