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
pinetabv-6.6.y-devel
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
starfive-6.6.48-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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-09
scsi: libfc: use configured rport E_D_TOV
Hannes Reinecke
1
-1
/
+1
2016-11-09
scsi: libfc: use configured lport R_A_TOV
Hannes Reinecke
1
-1
/
+1
2016-11-09
scsi: libfc: spurious I/O error under high load
Hannes Reinecke
1
-8
/
+15
2016-11-09
scsi: libfc: additional debugging messages
Hannes Reinecke
3
-24
/
+101
2016-11-09
scsi: libfc: Revert "[SCSI] libfc: use offload EM instance again instead jump...
Martin K. Petersen
1
-5
/
+10
2016-11-09
scsi: libfc: don't advance state machine for incoming FLOGI
Hannes Reinecke
1
-6
/
+14
2016-11-09
scsi: libfc: Do not login if the port is already started
Hannes Reinecke
1
-0
/
+6
2016-11-09
scsi: libfc: Do not drop down to FLOGI for fc_rport_login()
Hannes Reinecke
1
-1
/
+5
2016-11-09
scsi: libfc: Do not take rdata->rp_mutex when processing a -FC_EX_CLOSED ELS ...
Chad Dupuis
1
-8
/
+24
2016-11-09
scsi: libfc: Fixup disc_mutex handling
Hannes Reinecke
3
-15
/
+34
2016-11-09
scsi: libfc: Revisit kref handling
Hannes Reinecke
1
-30
/
+101
2016-08-19
scsi: libfc: do not send ABTS when resetting exchanges
Hannes Reinecke
1
-1
/
+0
2016-08-19
scsi: libfc: reset exchange manager during LOGO handling
Hannes Reinecke
1
-1
/
+13
2016-08-19
scsi: libfc: send LOGO for PLOGI failure
Hannes Reinecke
1
-1
/
+9
2016-08-19
scsi: libfc: Issue PRLI after a PRLO has been received
Hannes Reinecke
1
-1
/
+1
2016-07-14
libfc: sanity check cpu number extracted from xid
Chris Leech
1
-1
/
+9
2016-07-13
scsi: libfc: fix seconds_since_last_reset calculation
Arnd Bergmann
1
-4
/
+1
2016-07-13
libfc: Update rport reference counting
Hannes Reinecke
2
-31
/
+37
2015-11-10
libfc: Use the correct function name in kernel-doc comment.
Sebastian Herbszt
1
-1
/
+1
2015-09-02
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-1
/
+1
2015-08-12
libfc: Fix fc_fcp_cleanup_each_cmd()
Bart Van Assche
1
-2
/
+17
2015-08-12
libfc: Fix fc_exch_recv_req() error path
Bart Van Assche
1
-4
/
+4
2015-08-12
libfc: Fix a typo in a source code comment
Bart Van Assche
1
-1
/
+1
2014-11-24
scsi: drop reason argument from ->change_queue_depth
Christoph Hellwig
1
-14
/
+1
2014-11-24
scsi: avoid ->change_queue_depth indirection for queue full tracking
Christoph Hellwig
1
-13
/
+1
2014-11-12
scsi: don't set tagging state from scsi_adjust_queue_depth
Christoph Hellwig
1
-3
/
+3
2014-11-12
scsi: always assign block layer tags if enabled
Christoph Hellwig
1
-6
/
+1
2014-11-12
scsi: provide a generic change_queue_type method
Christoph Hellwig
1
-20
/
+0
2014-09-30
libfc: Replace rcu_assign_pointer() with RCU_INIT_POINTER()
Andreea-Cristina Bernat
1
-2
/
+2
2013-09-05
fcp: Do not interpret check condition as underrun
Bart Van Assche
1
-5
/
+5
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
2
-5
/
+5
2013-09-04
libfc: Source code comment spelling fixes
Bart Van Assche
3
-8
/
+5
2013-07-13
Merge tag 'fcoe' into for-linus
James Bottomley
2
-2
/
+29
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-07-09
libfc: Reject PLOGI from nodes with incompatible role
Mark Rustad
1
-0
/
+27
2013-07-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2013-06-28
treewide: relase -> release
Geert Uytterhoeven
1
-1
/
+1
2013-05-10
libfc: extend ex_lock to protect all of fc_seq_send
Neil Horman
1
-13
/
+24
2013-05-10
libfc: Correct check for initiator role
Mark Rustad
1
-1
/
+1
2013-03-26
libfc, fcoe, bnx2fc: Split fc_disc_init into fc_disc_{init, config}
Robert Love
1
-8
/
+17
2013-03-26
libfc, fcoe, bnx2fc: Always use fcoe_disc_init for discovery layer initializa...
Robert Love
1
-2
/
+3
2013-02-15
libfc: XenServer fails to mount root filesystem.
Krishna Mohan
1
-1
/
+1
[prev]
[next]