Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
a684b8da35a429a246ec2a91e2742bdff5209709
/
drivers
/
scsi
/
libfc
/
fc_rport.c
0e9e3d3
[SCSI] libfc: fix memory leakage in remote port
by Hillf Danton
· 14 years ago
73b4376
[SCSI] libfc: fix setting of rport dev loss
by Mike Christie
· 14 years ago
3cfc2c4
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
92261156
[SCSI] libfc: don't require a local exchange for incoming requests
by Joe Eykholt
· 14 years ago
24f089e
[SCSI] libfc: add fc_fill_reply_hdr() and fc_fill_hdr()
by Joe Eykholt
· 14 years ago
251748a
[SCSI] libfc: add fc_frame_sid() and fc_frame_did() functions
by Joe Eykholt
· 14 years ago
079ecd8
[SCSI] libfc: eliminate rport LOGO state
by Joe Eykholt
· 14 years ago
a7b12a2
[SCSI] libfc: add FLOGI state to rport for VN2VN
by Joe Eykholt
· 14 years ago
f90377a
[SCSI] libfc: provide space for LLD after remote port structure
by Joe Eykholt
· 14 years ago
42e9041
[SCSI] libfc: convert rport lookup to be RCU safe
by Joe Eykholt
· 14 years ago
f034260
[SCSI] libfc: fix indefinite rport restart
by Joe Eykholt
· 15 years ago
4b2164d
[SCSI] libfc: Fix remote port restart problem
by Joe Eykholt
· 15 years ago
f8fc6c2
[SCSI] libfc: Handle unsolicited PRLO request
by Bhanu Prakash Gollapudi
· 15 years ago
618461c
[SCSI] libfc: Honor LS_ACC response codes for PRLI
by Bhanu Prakash Gollapudi
· 15 years ago
292e40b
[SCSI] libfc: Retry a rejected PRLI request
by Bhanu Prakash Gollapudi
· 15 years ago
732bee7
fix typos concerning "hierarchy"
by Uwe Kleine-König
· 15 years ago
a2f6a02
[SCSI] libfc: recode incoming PRLI handling
by Joe Eykholt
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
3b70915
[SCSI] libfc: Fix e_d_tov ns -> ms scaling factor in PLOGI response.
by Hugh Daschbach
· 15 years ago
5543c72
[SCSI] libfc: remote port gets stuck in restart state without really restarting
by Abhijeet Joglekar
· 15 years ago
63e27fb
[SCSI] libfc: add support of receiving ELS_RLS
by Yi Zou
· 15 years ago
b94f895
[SCSI] libfc fcoe: increase ELS and CT timeouts
by Joe Eykholt
· 15 years ago
3a3b42b
[SCSI] libfc: Formatting cleanups across libfc
by Robert Love
· 15 years ago
8866a5d
[SCSI] libfc: Add libfc/fc_libfc.[ch] for libfc internal routines
by Robert Love
· 15 years ago
b4a9c7e
[SCSI] libfc: fix free of fc_rport_priv with timer pending
by Joe Eykholt
· 15 years ago
8f550f9
[SCSI] libfc: fix memory corruption caused by double frees and bad error handling
by Chris Leech
· 15 years ago
473e285
[SCSI] libfc, fcoe: Don't EXPORT_SYMBOLS unnecessarily
by Robert Love
· 15 years ago
85b5893
[SCSI] libfc: fix typo in retry check on received PRLI
by Joe Eykholt
· 15 years ago
8abbe3a
[SCSI] libfc: fix handling of incoming Discover Address (ADISC) requests
by Joe Eykholt
· 15 years ago
370c3bd
[SCSI] libfc: use ADISC to verify rport login state
by Joe Eykholt
· 15 years ago
68a1750
[SCSI] libfc: LOGO response code had extraeous enter_rtv
by Joe Eykholt
· 15 years ago
feab4ae
[SCSI] libfc: re-login to remote ports that send us LOGO
by Joe Eykholt
· 15 years ago
83fe6a9
[SCSI] libfc: fix rport error handling for login-required and invalid ops
by Joe Eykholt
· 15 years ago
3ac6f98
[SCSI] libfc: correctly handle incoming PLOGI request.
by Joe Eykholt
· 15 years ago
f657d29
[SCSI] libfc: improve debug messages for ELS response handlers
by Joe Eykholt
· 15 years ago
25b37b9
[SCSI] libfc: fix: rport_recv_req needs disc_mutex when calling rport_lookup
by Joe Eykholt
· 15 years ago
131203a
[SCSI] libfc: move remote port lookup for ELS requests into fc_rport.c.
by Joe Eykholt
· 15 years ago
6bd054c
[SCSI] libfc: Always reset remote port roles when receiving PRLI
by Robert Love
· 15 years ago
9737e6a
[SCSI] libfc: Initialize fc_rport_identifiers inside fc_rport_create
by Robert Love
· 15 years ago
8025b5d
[SCSI] libfc: move rport_lookup into fc_rport.c
by Joe Eykholt
· 15 years ago
8345592
[SCSI] libfc: change to make remote port callback optional
by Joe Eykholt
· 15 years ago
19f97e3
[SCSI] libfc: have rport_create do a lookup for pre-existing rports first
by Joe Eykholt
· 15 years ago
48f0090
[SCSI] libfc: make rport module maintain the rport list
by Joe Eykholt
· 15 years ago
cdbe6df
[SCSI] libfc: rport debug messages were printing pointer values
by Joe Eykholt
· 15 years ago
00fea93
[SCSI] libfc: fix rport event race between READY and LOGO
by Joe Eykholt
· 15 years ago
9e9d045
[SCSI] libfc: don't create dummy (rogue) remote ports
by Joe Eykholt
· 15 years ago
4c0f62b
[SCSI] libfc: rename rport event CREATED to READY
by Joe Eykholt
· 15 years ago
629f442
[SCSI] libfc: rearrange code in fc_rport_work
by Joe Eykholt
· 15 years ago
f211fa5
[SCSI] libfc: make rport structure optional
by Joe Eykholt
· 15 years ago
a46f327
[SCSI] libfc: change elsct to use FC_ID instead of rdata
by Joe Eykholt
· 15 years ago
9fb9d32
[SCSI] libfc: make fc_rport_priv the primary rport interface.
by Joe Eykholt
· 15 years ago
795d86f
[SCSI] libfc: change interface for rport_create
by Joe Eykholt
· 15 years ago
ab28f1f
[SCSI] libfc: prepare to split off struct fc_rport_priv from fc_rport_libfc_priv
by Joe Eykholt
· 15 years ago
201e579
[SCSI] libfc: fix: cancel rport retry timer
by Joe Eykholt
· 15 years ago
5f7ea3b
[SCSI] libfc: fc_rport_logoff should not drop the lock
by Joe Eykholt
· 15 years ago
1419405
[SCSI] libfc: rename rport state "NONE" to "DELETE".
by Joe Eykholt
· 15 years ago
7414705
libfc: Add runtime debugging with debug_logging module parameter
by Robert Love
· 16 years ago
a366695
[SCSI] libfc,fcoe,fnic: Separate rport and lport max retry counts
by Abhijeet Joglekar
· 16 years ago
b0d428a
[SCSI] fcoe, libfc: fix function declarations to be ANSI-compliant
by Randy Dunlap
· 16 years ago
a29e764
[SCSI] libfc: Fix compilation warnings with allmodconfig
by Robert Love
· 16 years ago
55c7a60
[SCSI] libfc: whenever queueing delete ev for rport, set state to NONE
by Abhijeet Joglekar
· 16 years ago
b4c6f54
[SCSI] libfc: Track rogue remote ports
by Abhijeet Joglekar
· 16 years ago
76f6804
[SCSI] libfc: Do not retry if the new state is not the same as old state
by Abhijeet Joglekar
· 16 years ago
6e7490c
[SCSI] libfc: fix compile warning
by FUJITA Tomonori
· 16 years ago
b2ab99c
[SCSI] libfc, fcoe: Cleanup function formatting and minor typos
by Robert Love
· 16 years ago
34f42a0
[SCSI] libfc, fcoe: Fix kerneldoc comments
by Robert Love
· 16 years ago
efaf5c0
[SCSI] libfc: check for err when recv and state is incorrect
by Robert Love
· 16 years ago
5101ff9
[SCSI] libfc: Don't violate transport template for rogue port creation
by Robert Love
· 16 years ago
6755db1
[SCSI] libfc: rport retry on LS_RJT from certain ELS
by Chris Leech
· 16 years ago
571f824
[SCSI] libfc: when rport goes away (re-plogi), clean up exchanges to/from rport
by Abhijeet Joglekar
· 16 years ago
1f6ff36
[SCSI] libfc: Pass lport in exch_mgr_reset
by Abhijeet Joglekar
· 16 years ago
42e9a92
[SCSI] libfc: A modular Fibre Channel library
by Robert Love
· 16 years ago