aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libfc/fc_rport.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-10[SCSI] libfc: rearrange code in fc_rport_workJoe Eykholt1-9/+15
2009-09-10[SCSI] libfc: make rport structure optionalJoe Eykholt1-45/+57
2009-09-10[SCSI] libfc: change elsct to use FC_ID instead of rdataJoe Eykholt1-4/+4
2009-09-10[SCSI] libfc: make fc_rport_priv the primary rport interface.Joe Eykholt1-188/+176
2009-09-10[SCSI] libfc: change interface for rport_createJoe Eykholt1-8/+9
2009-09-10[SCSI] libfc: prepare to split off struct fc_rport_priv from fc_rport_libfc_privJoe Eykholt1-30/+30
2009-08-22[SCSI] libfc: fix: cancel rport retry timerJoe Eykholt1-2/+1
2009-08-22[SCSI] libfc: fc_rport_logoff should not drop the lockJoe Eykholt1-22/+38
2009-08-22[SCSI] libfc: rename rport state "NONE" to "DELETE".Joe Eykholt1-14/+14
2009-06-21libfc: Add runtime debugging with debug_logging module parameterRobert Love1-70/+50
2009-05-23[SCSI] libfc,fcoe,fnic: Separate rport and lport max retry countsAbhijeet Joglekar1-1/+1
2009-05-20[SCSI] fcoe, libfc: fix function declarations to be ANSI-compliantRandy Dunlap1-2/+2
2009-04-27[SCSI] libfc: Fix compilation warnings with allmodconfigRobert Love1-1/+1
2009-04-27[SCSI] libfc: whenever queueing delete ev for rport, set state to NONEAbhijeet Joglekar1-0/+4
2009-04-27[SCSI] libfc: Track rogue remote portsAbhijeet Joglekar1-0/+28
2009-04-27[SCSI] libfc: Do not retry if the new state is not the same as old stateAbhijeet Joglekar1-20/+28
2009-03-12[SCSI] libfc: fix compile warningFUJITA Tomonori1-1/+1
2009-03-10[SCSI] libfc, fcoe: Cleanup function formatting and minor typosRobert Love1-2/+2
2009-03-10[SCSI] libfc, fcoe: Fix kerneldoc commentsRobert Love1-23/+23
2009-03-06[SCSI] libfc: check for err when recv and state is incorrectRobert Love1-15/+15
2009-03-06[SCSI] libfc: Don't violate transport template for rogue port creationRobert Love1-0/+3
2009-03-06[SCSI] libfc: rport retry on LS_RJT from certain ELSChris Leech1-47/+64
2009-03-06[SCSI] libfc: when rport goes away (re-plogi), clean up exchanges to/from rportAbhijeet Joglekar1-1/+6
2009-03-06[SCSI] libfc: Pass lport in exch_mgr_resetAbhijeet Joglekar1-2/+2
2008-12-29[SCSI] libfc: A modular Fibre Channel libraryRobert Love1-0/+1291