summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libfc/fc_disc.c
Commit message (Expand)AuthorAgeFilesLines
...
* [SCSI] libfc: do not log off rports before or after discoveryJoe Eykholt2009-09-101-13/+34
* [SCSI] libfc: move rport_lookup into fc_rport.cJoe Eykholt2009-09-101-22/+0
* [SCSI] libfc: change to make remote port callback optionalJoe Eykholt2009-09-101-42/+3
* [SCSI] libfc: have rport_create do a lookup for pre-existing rports firstJoe Eykholt2009-09-101-6/+3
* [SCSI] libfc: make rport module maintain the rport listJoe Eykholt2009-09-101-8/+0
* [SCSI] libfc: remove unused disc->delay elementJoe Eykholt2009-09-101-3/+0
* [SCSI] libfc: eliminate disc->eventJoe Eykholt2009-09-101-19/+12
* [SCSI] libfc: don't create dummy (rogue) remote portsJoe Eykholt2009-09-101-30/+10
* [SCSI] libfc: rename rport event CREATED to READYJoe Eykholt2009-09-101-1/+1
* [SCSI] libfc: make rport structure optionalJoe Eykholt2009-09-101-35/+19
* [SCSI] libfc: change elsct to use FC_ID instead of rdataJoe Eykholt2009-09-101-1/+1
* [SCSI] libfc: make fc_rport_priv the primary rport interface.Joe Eykholt2009-09-101-61/+34
* [SCSI] libfc: change interface for rport_createJoe Eykholt2009-09-101-19/+12
* [SCSI] libfc: prepare to split off struct fc_rport_priv from fc_rport_libfc_privJoe Eykholt2009-09-101-9/+9
* libfc: Add runtime debugging with debug_logging module parameterRobert Love2009-06-211-48/+35
* [SCSI] libfc: Track rogue remote portsAbhijeet Joglekar2009-04-271-11/+25
* [SCSI] libfc: Hold disc mutex while processing gpn ft respAbhijeet Joglekar2009-04-271-3/+15
* [SCSI] libfc, fcoe: Fix kerneldoc commentsRobert Love2009-03-101-22/+23
* [SCSI] libfc: rename rp to rdata in fc_disc_new_target()Robert Love2009-03-061-4/+4
* [SCSI] libfc: correct RPORT_TO_PRIV usageRobert Love2009-03-061-2/+2
* [SCSI] libfc: Don't violate transport template for rogue port creationRobert Love2009-03-061-3/+3
* [SCSI] libfc: A modular Fibre Channel libraryRobert Love2008-12-291-0/+845