aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libfc
Commit message (Expand)AuthorAge
* [SCSI] libfc: Add libfc/fc_libfc.[ch] for libfc internal routinesRobert Love2009-12-04
* [SCSI] libfc: Remove fc_fcp_completeRobert Love2009-12-04
* [SCSI] libfc: Move non-common routines and prototypes out of libfc.hRobert Love2009-12-04
* [SCSI] libfc: add queue_depth ramp upVasu Dev2009-12-04
* [SCSI] fcoe, libfc: fix an libfc issue with queue ramp down in libfcVasu Dev2009-12-04
* [SCSI] libfc: convert to scsi_track_queue_fullMike Christie2009-12-04
* [SCSI] modify change_queue_depth to take in reason why it is being calledMike Christie2009-12-04
* [SCSI] libfc: fix free of fc_rport_priv with timer pendingJoe Eykholt2009-12-04
* [SCSI] libfc: fix memory corruption caused by double frees and bad error hand...Chris Leech2009-12-04
* [SCSI] libfc: Fix frags in frame exceeding SKB_MAX_FRAGS in fc_fcp_send_dataYi Zou2009-12-04
* [SCSI] libfc: removes unused disc_work and ex_listVasu Dev2009-12-04
* [SCSI] libfc: adds missing exch release for accepted RRQVasu Dev2009-12-04
* [SCSI] libfc: removes initializing fc_cpu_order and fc_cpu_mask per lportVasu Dev2009-12-04
* [SCSI] libfc: don't WARN_ON in lport_timeout for RESET stateJoe Eykholt2009-12-04
* [SCSI] libfc: lport: fix minor documentation errorsJoe Eykholt2009-12-04
* [SCSI] libfc: Fix wrong scsi return status under FC_DATA_UNDRUNYi Zou2009-12-04
* [SCSI] libfc: Remove unused fc_lport pointer from fc_fcp_pkt_abortRobert Love2009-12-04
* [SCSI] libfc, fcoe: Don't EXPORT_SYMBOLS unnecessarilyRobert Love2009-12-04
* [SCSI] libfc: fix ddp in fc_fcp for 0 xidYi Zou2009-12-04
* [SCSI] libfc: fix typo in retry check on received PRLIJoe Eykholt2009-12-04
* [SCSI] libfc: don't swap OX_ID and RX_ID when sending BA_RJTJoe Eykholt2009-09-10
* [SCSI] libfc: send GPN_ID in reaction to single-port RSCNs.Joe Eykholt2009-09-10
* [SCSI] libfc: fix handling of incoming Discover Address (ADISC) requestsJoe Eykholt2009-09-10
* [SCSI] libfc: use ADISC to verify rport login stateJoe Eykholt2009-09-10
* [SCSI] libfc: LOGO response code had extraeous enter_rtvJoe Eykholt2009-09-10
* [SCSI] libfc: re-login to remote ports that send us LOGOJoe Eykholt2009-09-10
* [SCSI] libfc: fix rport error handling for login-required and invalid opsJoe Eykholt2009-09-10
* [SCSI] libfc: correctly handle incoming PLOGI request.Joe Eykholt2009-09-10
* [SCSI] libfc: improve debug messages for ELS response handlersJoe Eykholt2009-09-10
* [SCSI] libfc: fix: rport_recv_req needs disc_mutex when calling rport_lookupJoe Eykholt2009-09-10
* [SCSI] libfc: move remote port lookup for ELS requests into fc_rport.c.Joe Eykholt2009-09-10
* [SCSI] libfc: Always reset remote port roles when receiving PRLIRobert Love2009-09-10
* [SCSI] libfc: Initialize fc_rport_identifiers inside fc_rport_createRobert Love2009-09-10
* [SCSI] libfc: don't do discovery before callback is setJoe Eykholt2009-09-10
* [SCSI] libfc: clean up point-to-point discovery code.Joe Eykholt2009-09-10
* [SCSI] libfc: discovery gpn_ft parse bugJoe Eykholt2009-09-10
* [SCSI] libfc: discovery retry should clear pending first.Joe Eykholt2009-09-10
* [SCSI] libfc: fix: empty zone causes endless discovery retries.Joe Eykholt2009-09-10
* [SCSI] libfc: handle discovery failure more correctly.Joe Eykholt2009-09-10
* [SCSI] libfc: rearrange code in fc_disc_gpn_ft_resp()Joe Eykholt2009-09-10
* [SCSI] libfc: discovery restart sequence error fixJoe Eykholt2009-09-10
* [SCSI] libfc: do not log off rports before or after discoveryJoe Eykholt2009-09-10
* [SCSI] libfc: move rport_lookup into fc_rport.cJoe Eykholt2009-09-10
* [SCSI] libfc: change to make remote port callback optionalJoe Eykholt2009-09-10
* [SCSI] libfc: have rport_create do a lookup for pre-existing rports firstJoe Eykholt2009-09-10
* [SCSI] libfc: make rport module maintain the rport listJoe Eykholt2009-09-10
* [SCSI] libfc: simplify fc_lport_rport_callbackJoe Eykholt2009-09-10
* [SCSI] libfc: rport debug messages were printing pointer valuesJoe Eykholt2009-09-10
* [SCSI] libfc: remove unused disc->delay elementJoe Eykholt2009-09-10
* [SCSI] libfc: eliminate disc->eventJoe Eykholt2009-09-10