index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
libfc
/
fc_rport.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-10
[SCSI] libfc: move rport_lookup into fc_rport.c
Joe Eykholt
1
-0
/
+20
2009-09-10
[SCSI] libfc: change to make remote port callback optional
Joe Eykholt
1
-2
/
+2
2009-09-10
[SCSI] libfc: have rport_create do a lookup for pre-existing rports first
Joe Eykholt
1
-0
/
+4
2009-09-10
[SCSI] libfc: make rport module maintain the rport list
Joe Eykholt
1
-2
/
+9
2009-09-10
[SCSI] libfc: rport debug messages were printing pointer values
Joe Eykholt
1
-1
/
+2
2009-09-10
[SCSI] libfc: fix rport event race between READY and LOGO
Joe Eykholt
1
-3
/
+1
2009-09-10
[SCSI] libfc: don't create dummy (rogue) remote ports
Joe Eykholt
1
-91
/
+63
2009-09-10
[SCSI] libfc: rename rport event CREATED to READY
Joe Eykholt
1
-2
/
+2
2009-09-10
[SCSI] libfc: rearrange code in fc_rport_work
Joe Eykholt
1
-9
/
+15
2009-09-10
[SCSI] libfc: make rport structure optional
Joe Eykholt
1
-45
/
+57
2009-09-10
[SCSI] libfc: change elsct to use FC_ID instead of rdata
Joe Eykholt
1
-4
/
+4
2009-09-10
[SCSI] libfc: make fc_rport_priv the primary rport interface.
Joe Eykholt
1
-188
/
+176
2009-09-10
[SCSI] libfc: change interface for rport_create
Joe Eykholt
1
-8
/
+9
2009-09-10
[SCSI] libfc: prepare to split off struct fc_rport_priv from fc_rport_libfc_priv
Joe Eykholt
1
-30
/
+30
2009-08-23
[SCSI] libfc: fix: cancel rport retry timer
Joe Eykholt
1
-2
/
+1
2009-08-23
[SCSI] libfc: fc_rport_logoff should not drop the lock
Joe Eykholt
1
-22
/
+38
2009-08-23
[SCSI] libfc: rename rport state "NONE" to "DELETE".
Joe Eykholt
1
-14
/
+14
2009-06-21
libfc: Add runtime debugging with debug_logging module parameter
Robert Love
1
-70
/
+50
2009-05-24
[SCSI] libfc,fcoe,fnic: Separate rport and lport max retry counts
Abhijeet Joglekar
1
-1
/
+1
2009-05-21
[SCSI] fcoe, libfc: fix function declarations to be ANSI-compliant
Randy Dunlap
1
-2
/
+2
2009-04-27
[SCSI] libfc: Fix compilation warnings with allmodconfig
Robert Love
1
-1
/
+1
2009-04-27
[SCSI] libfc: whenever queueing delete ev for rport, set state to NONE
Abhijeet Joglekar
1
-0
/
+4
2009-04-27
[SCSI] libfc: Track rogue remote ports
Abhijeet Joglekar
1
-0
/
+28
2009-04-27
[SCSI] libfc: Do not retry if the new state is not the same as old state
Abhijeet Joglekar
1
-20
/
+28
2009-03-12
[SCSI] libfc: fix compile warning
FUJITA Tomonori
1
-1
/
+1
2009-03-10
[SCSI] libfc, fcoe: Cleanup function formatting and minor typos
Robert Love
1
-2
/
+2
2009-03-10
[SCSI] libfc, fcoe: Fix kerneldoc comments
Robert Love
1
-23
/
+23
2009-03-07
[SCSI] libfc: check for err when recv and state is incorrect
Robert Love
1
-15
/
+15
2009-03-07
[SCSI] libfc: Don't violate transport template for rogue port creation
Robert Love
1
-0
/
+3
2009-03-07
[SCSI] libfc: rport retry on LS_RJT from certain ELS
Chris Leech
1
-47
/
+64
2009-03-07
[SCSI] libfc: when rport goes away (re-plogi), clean up exchanges to/from rport
Abhijeet Joglekar
1
-1
/
+6
2009-03-07
[SCSI] libfc: Pass lport in exch_mgr_reset
Abhijeet Joglekar
1
-2
/
+2
2008-12-29
[SCSI] libfc: A modular Fibre Channel library
Robert Love
1
-0
/
+1291