aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-04[SCSI] libfc: lport: fix minor documentation errorsJoe Eykholt1-10/+10
2009-12-04[SCSI] libfc: Fix wrong scsi return status under FC_DATA_UNDRUNYi Zou1-1/+2
2009-12-04[SCSI] libfc: Remove unused fc_lport pointer from fc_fcp_pkt_abortRobert Love1-2/+2
2009-12-04[SCSI] libfc, fcoe: Don't EXPORT_SYMBOLS unnecessarilyRobert Love4-5/+0
2009-12-04[SCSI] libfc: fix ddp in fc_fcp for 0 xidYi Zou1-2/+6
2009-12-04[SCSI] libfc: fix typo in retry check on received PRLIJoe Eykholt1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-09-10[SCSI] libfc: don't swap OX_ID and RX_ID when sending BA_RJTJoe Eykholt1-2/+2
2009-09-10[SCSI] libfc: send GPN_ID in reaction to single-port RSCNs.Joe Eykholt2-25/+114
2009-09-10[SCSI] libfc: fix handling of incoming Discover Address (ADISC) requestsJoe Eykholt2-53/+48
2009-09-10[SCSI] libfc: use ADISC to verify rport login stateJoe Eykholt1-5/+117
2009-09-10[SCSI] libfc: LOGO response code had extraeous enter_rtvJoe Eykholt1-6/+4
2009-09-10[SCSI] libfc: re-login to remote ports that send us LOGOJoe Eykholt1-2/+11
2009-09-10[SCSI] libfc: fix rport error handling for login-required and invalid opsJoe Eykholt1-49/+88
2009-09-10[SCSI] libfc: correctly handle incoming PLOGI request.Joe Eykholt1-92/+93
2009-09-10[SCSI] libfc: improve debug messages for ELS response handlersJoe Eykholt3-14/+52
2009-09-10[SCSI] libfc: fix: rport_recv_req needs disc_mutex when calling rport_lookupJoe Eykholt1-0/+3
2009-09-10[SCSI] libfc: move remote port lookup for ELS requests into fc_rport.c.Joe Eykholt2-65/+43
2009-09-10[SCSI] libfc: Always reset remote port roles when receiving PRLIRobert Love1-0/+6
2009-09-10[SCSI] libfc: Initialize fc_rport_identifiers inside fc_rport_createRobert Love3-34/+23
2009-09-10[SCSI] libfc: don't do discovery before callback is setJoe Eykholt1-0/+3
2009-09-10[SCSI] libfc: clean up point-to-point discovery code.Joe Eykholt2-93/+4
2009-09-10[SCSI] libfc: discovery gpn_ft parse bugJoe Eykholt1-3/+4
2009-09-10[SCSI] libfc: discovery retry should clear pending first.Joe Eykholt1-2/+2
2009-09-10[SCSI] libfc: fix: empty zone causes endless discovery retries.Joe Eykholt1-0/+3
2009-09-10[SCSI] libfc: handle discovery failure more correctly.Joe Eykholt1-0/+3
2009-09-10[SCSI] libfc: rearrange code in fc_disc_gpn_ft_resp()Joe Eykholt1-16/+12
2009-09-10[SCSI] libfc: discovery restart sequence error fixJoe Eykholt1-2/+1
2009-09-10[SCSI] libfc: do not log off rports before or after discoveryJoe Eykholt1-13/+34
2009-09-10[SCSI] libfc: move rport_lookup into fc_rport.cJoe Eykholt2-22/+20
2009-09-10[SCSI] libfc: change to make remote port callback optionalJoe Eykholt2-44/+5
2009-09-10[SCSI] libfc: have rport_create do a lookup for pre-existing rports firstJoe Eykholt2-6/+7
2009-09-10[SCSI] libfc: make rport module maintain the rport listJoe Eykholt3-18/+15
2009-09-10[SCSI] libfc: simplify fc_lport_rport_callbackJoe Eykholt1-28/+15
2009-09-10[SCSI] libfc: rport debug messages were printing pointer valuesJoe Eykholt1-1/+2
2009-09-10[SCSI] libfc: remove unused disc->delay elementJoe Eykholt1-3/+0
2009-09-10[SCSI] libfc: eliminate disc->eventJoe Eykholt1-19/+12
2009-09-10[SCSI] libfc: fix rport event race between READY and LOGOJoe Eykholt1-3/+1
2009-09-10[SCSI] libfc: don't create dummy (rogue) remote portsJoe Eykholt2-121/+73
2009-09-10[SCSI] libfc: rename rport event CREATED to READYJoe Eykholt3-5/+5
2009-09-10[SCSI] libfc: rearrange code in fc_rport_workJoe Eykholt1-9/+15
2009-09-10[SCSI] libfc: make rport structure optionalJoe Eykholt3-88/+82
2009-09-10[SCSI] libfc: change elsct to use FC_ID instead of rdataJoe Eykholt5-17/+18
2009-09-10[SCSI] libfc: make fc_rport_priv the primary rport interface.Joe Eykholt5-265/+226
2009-09-10[SCSI] libfc: change interface for rport_createJoe Eykholt3-41/+33
2009-09-10[SCSI] libfc: prepare to split off struct fc_rport_priv from fc_rport_libfc_privJoe Eykholt3-40/+40
2009-09-05[SCSI] fcoe, libfc: fully makes use of per cpu exch pool and then removes em_lockVasu Dev1-89/+100
2009-09-05[SCSI] fcoe, libfc: adds per cpu exch pool within exchange manager(EM)Vasu Dev1-3/+86
2009-09-05[SCSI] libfc: Fix misleading debug statementRobert Love1-1/+3
2009-08-22[SCSI] libfc: Remove page flags check for sglistYi Zou1-27/+0