index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
libfc
/
fc_rport.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SCSI] libfc: fix setting of rport dev loss
Mike Christie
2010-10-25
1
-2
/
+2
*
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
2010-08-05
1
-1
/
+1
|
\
|
*
fix typos concerning "hierarchy"
Uwe Kleine-König
2010-06-16
1
-1
/
+1
*
|
[SCSI] libfc: don't require a local exchange for incoming requests
Joe Eykholt
2010-07-28
1
-73
/
+39
*
|
[SCSI] libfc: add fc_fill_reply_hdr() and fc_fill_hdr()
Joe Eykholt
2010-07-28
1
-48
/
+16
*
|
[SCSI] libfc: add fc_frame_sid() and fc_frame_did() functions
Joe Eykholt
2010-07-28
1
-20
/
+6
*
|
[SCSI] libfc: eliminate rport LOGO state
Joe Eykholt
2010-07-28
1
-66
/
+22
*
|
[SCSI] libfc: add FLOGI state to rport for VN2VN
Joe Eykholt
2010-07-28
1
-12
/
+278
*
|
[SCSI] libfc: provide space for LLD after remote port structure
Joe Eykholt
2010-07-28
1
-1
/
+1
*
|
[SCSI] libfc: convert rport lookup to be RCU safe
Joe Eykholt
2010-07-28
1
-4
/
+18
*
|
[SCSI] libfc: fix indefinite rport restart
Joe Eykholt
2010-07-27
1
-1
/
+5
*
|
[SCSI] libfc: Fix remote port restart problem
Joe Eykholt
2010-07-27
1
-44
/
+31
*
|
[SCSI] libfc: Handle unsolicited PRLO request
Bhanu Prakash Gollapudi
2010-07-27
1
-8
/
+63
*
|
[SCSI] libfc: Honor LS_ACC response codes for PRLI
Bhanu Prakash Gollapudi
2010-07-27
1
-4
/
+19
*
|
[SCSI] libfc: Retry a rejected PRLI request
Bhanu Prakash Gollapudi
2010-07-27
1
-1
/
+1
|
/
*
[SCSI] libfc: recode incoming PRLI handling
Joe Eykholt
2010-04-11
1
-108
/
+87
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
[SCSI] libfc: Fix e_d_tov ns -> ms scaling factor in PLOGI response.
Hugh Daschbach
2010-02-17
1
-1
/
+1
*
[SCSI] libfc: remote port gets stuck in restart state without really restarting
Abhijeet Joglekar
2009-12-12
1
-0
/
+1
*
[SCSI] libfc: add support of receiving ELS_RLS
Yi Zou
2009-12-04
1
-0
/
+76
*
[SCSI] libfc fcoe: increase ELS and CT timeouts
Joe Eykholt
2009-12-04
1
-5
/
+10
*
[SCSI] libfc: Formatting cleanups across libfc
Robert Love
2009-12-04
1
-105
/
+130
*
[SCSI] libfc: Add libfc/fc_libfc.[ch] for libfc internal routines
Robert Love
2009-12-04
1
-0
/
+2
*
[SCSI] libfc: fix free of fc_rport_priv with timer pending
Joe Eykholt
2009-12-04
1
-19
/
+50
*
[SCSI] libfc: fix memory corruption caused by double frees and bad error hand...
Chris Leech
2009-12-04
1
-5
/
+5
*
[SCSI] libfc, fcoe: Don't EXPORT_SYMBOLS unnecessarily
Robert Love
2009-12-04
1
-2
/
+0
*
[SCSI] libfc: fix typo in retry check on received PRLI
Joe Eykholt
2009-12-04
1
-1
/
+1
*
[SCSI] libfc: fix handling of incoming Discover Address (ADISC) requests
Joe Eykholt
2009-09-10
1
-0
/
+48
*
[SCSI] libfc: use ADISC to verify rport login state
Joe Eykholt
2009-09-10
1
-5
/
+117
*
[SCSI] libfc: LOGO response code had extraeous enter_rtv
Joe Eykholt
2009-09-10
1
-6
/
+4
*
[SCSI] libfc: re-login to remote ports that send us LOGO
Joe Eykholt
2009-09-10
1
-2
/
+11
*
[SCSI] libfc: fix rport error handling for login-required and invalid ops
Joe Eykholt
2009-09-10
1
-49
/
+88
*
[SCSI] libfc: correctly handle incoming PLOGI request.
Joe Eykholt
2009-09-10
1
-92
/
+93
*
[SCSI] libfc: improve debug messages for ELS response handlers
Joe Eykholt
2009-09-10
1
-4
/
+4
*
[SCSI] libfc: fix: rport_recv_req needs disc_mutex when calling rport_lookup
Joe Eykholt
2009-09-10
1
-0
/
+3
*
[SCSI] libfc: move remote port lookup for ELS requests into fc_rport.c.
Joe Eykholt
2009-09-10
1
-37
/
+41
*
[SCSI] libfc: Always reset remote port roles when receiving PRLI
Robert Love
2009-09-10
1
-0
/
+6
*
[SCSI] libfc: Initialize fc_rport_identifiers inside fc_rport_create
Robert Love
2009-09-10
1
-7
/
+11
*
[SCSI] libfc: move rport_lookup into fc_rport.c
Joe Eykholt
2009-09-10
1
-0
/
+20
*
[SCSI] libfc: change to make remote port callback optional
Joe Eykholt
2009-09-10
1
-2
/
+2
*
[SCSI] libfc: have rport_create do a lookup for pre-existing rports first
Joe Eykholt
2009-09-10
1
-0
/
+4
*
[SCSI] libfc: make rport module maintain the rport list
Joe Eykholt
2009-09-10
1
-2
/
+9
*
[SCSI] libfc: rport debug messages were printing pointer values
Joe Eykholt
2009-09-10
1
-1
/
+2
*
[SCSI] libfc: fix rport event race between READY and LOGO
Joe Eykholt
2009-09-10
1
-3
/
+1
*
[SCSI] libfc: don't create dummy (rogue) remote ports
Joe Eykholt
2009-09-10
1
-91
/
+63
*
[SCSI] libfc: rename rport event CREATED to READY
Joe Eykholt
2009-09-10
1
-2
/
+2
*
[SCSI] libfc: rearrange code in fc_rport_work
Joe Eykholt
2009-09-10
1
-9
/
+15
*
[SCSI] libfc: make rport structure optional
Joe Eykholt
2009-09-10
1
-45
/
+57
*
[SCSI] libfc: change elsct to use FC_ID instead of rdata
Joe Eykholt
2009-09-10
1
-4
/
+4
*
[SCSI] libfc: make fc_rport_priv the primary rport interface.
Joe Eykholt
2009-09-10
1
-188
/
+176
[next]