summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libfc/fc_rport.c
Commit message (Expand)AuthorAgeFilesLines
...
* [SCSI] libfc: fix: rport_recv_req needs disc_mutex when calling rport_lookupJoe Eykholt2009-09-101-0/+3
* [SCSI] libfc: move remote port lookup for ELS requests into fc_rport.c.Joe Eykholt2009-09-101-37/+41
* [SCSI] libfc: Always reset remote port roles when receiving PRLIRobert Love2009-09-101-0/+6
* [SCSI] libfc: Initialize fc_rport_identifiers inside fc_rport_createRobert Love2009-09-101-7/+11
* [SCSI] libfc: move rport_lookup into fc_rport.cJoe Eykholt2009-09-101-0/+20
* [SCSI] libfc: change to make remote port callback optionalJoe Eykholt2009-09-101-2/+2
* [SCSI] libfc: have rport_create do a lookup for pre-existing rports firstJoe Eykholt2009-09-101-0/+4
* [SCSI] libfc: make rport module maintain the rport listJoe Eykholt2009-09-101-2/+9
* [SCSI] libfc: rport debug messages were printing pointer valuesJoe Eykholt2009-09-101-1/+2
* [SCSI] libfc: fix rport event race between READY and LOGOJoe Eykholt2009-09-101-3/+1Star
* [SCSI] libfc: don't create dummy (rogue) remote portsJoe Eykholt2009-09-101-91/+63Star
* [SCSI] libfc: rename rport event CREATED to READYJoe Eykholt2009-09-101-2/+2
* [SCSI] libfc: rearrange code in fc_rport_workJoe Eykholt2009-09-101-9/+15
* [SCSI] libfc: make rport structure optionalJoe Eykholt2009-09-101-45/+57
* [SCSI] libfc: change elsct to use FC_ID instead of rdataJoe Eykholt2009-09-101-4/+4
* [SCSI] libfc: make fc_rport_priv the primary rport interface.Joe Eykholt2009-09-101-188/+176Star
* [SCSI] libfc: change interface for rport_createJoe Eykholt2009-09-101-8/+9
* [SCSI] libfc: prepare to split off struct fc_rport_priv from fc_rport_libfc_privJoe Eykholt2009-09-101-30/+30
* [SCSI] libfc: fix: cancel rport retry timerJoe Eykholt2009-08-231-2/+1Star
* [SCSI] libfc: fc_rport_logoff should not drop the lockJoe Eykholt2009-08-231-22/+38
* [SCSI] libfc: rename rport state "NONE" to "DELETE".Joe Eykholt2009-08-231-14/+14
* libfc: Add runtime debugging with debug_logging module parameterRobert Love2009-06-211-70/+50Star
* [SCSI] libfc,fcoe,fnic: Separate rport and lport max retry countsAbhijeet Joglekar2009-05-231-1/+1
* [SCSI] fcoe, libfc: fix function declarations to be ANSI-compliantRandy Dunlap2009-05-211-2/+2
* [SCSI] libfc: Fix compilation warnings with allmodconfigRobert Love2009-04-271-1/+1
* [SCSI] libfc: whenever queueing delete ev for rport, set state to NONEAbhijeet Joglekar2009-04-271-0/+4
* [SCSI] libfc: Track rogue remote portsAbhijeet Joglekar2009-04-271-0/+28
* [SCSI] libfc: Do not retry if the new state is not the same as old stateAbhijeet Joglekar2009-04-271-20/+28
* [SCSI] libfc: fix compile warningFUJITA Tomonori2009-03-121-1/+1
* [SCSI] libfc, fcoe: Cleanup function formatting and minor typosRobert Love2009-03-101-2/+2
* [SCSI] libfc, fcoe: Fix kerneldoc commentsRobert Love2009-03-101-23/+23
* [SCSI] libfc: check for err when recv and state is incorrectRobert Love2009-03-061-15/+15
* [SCSI] libfc: Don't violate transport template for rogue port creationRobert Love2009-03-061-0/+3
* [SCSI] libfc: rport retry on LS_RJT from certain ELSChris Leech2009-03-061-47/+64
* [SCSI] libfc: when rport goes away (re-plogi), clean up exchanges to/from rportAbhijeet Joglekar2009-03-061-1/+6
* [SCSI] libfc: Pass lport in exch_mgr_resetAbhijeet Joglekar2009-03-061-2/+2
* [SCSI] libfc: A modular Fibre Channel libraryRobert Love2008-12-291-0/+1291