aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libfc/fc_disc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner1-13/+1
2018-07-12scsi: libfc: hold disc_mutex in fc_disc_stop_rports()Hannes Reinecke1-6/+4
2018-07-10scsi: libfc: fixup 'sleeping function called from invalid context'Hannes Reinecke1-3/+4
2018-07-10scsi: libfc: Add lockdep annotationsHannes Reinecke1-21/+11
2018-02-13scsi: libfc: remove redundant initialization of 'disc'Colin Ian King1-1/+1
2017-07-12scsi: libfc: pass an error pointer to fc_disc_error()Dan Carpenter1-1/+1
2017-03-02sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h> in <linux/sched.h>Ingo Molnar1-0/+2
2016-11-08scsi: libfc: Replace ->rport_flush_queue callback with function callHannes Reinecke1-1/+1
2016-11-08scsi: libfc: Replace ->rport_logoff callback with function callHannes Reinecke1-4/+4
2016-11-08scsi: libfc: Replace ->rport_login callback with function callHannes Reinecke1-3/+3
2016-11-08scsi: libfc: Replace ->rport_create callback with function callHannes Reinecke1-4/+3
2016-11-08scsi: libfc: Replace ->rport_destroy callback with function callHannes Reinecke1-3/+3
2016-11-08scsi: libfc: Replace ->seq_els_rsp_send callback with function callHannes Reinecke1-2/+2
2016-11-08scsi: libfc: Fixup disc_mutex handlingHannes Reinecke1-13/+25
2013-03-25libfc, fcoe, bnx2fc: Split fc_disc_init into fc_disc_{init, config}Robert Love1-8/+17
2013-03-25libfc, fcoe, bnx2fc: Always use fcoe_disc_init for discovery layer initializationRobert Love1-2/+3
2012-02-19[SCSI] libfc: Handle discovery failure during ctlr link downBhanu Prakash Gollapudi1-0/+7
2012-01-16[SCSI] libfc: Declare local functions staticBart Van Assche1-3/+3
2011-10-31scsi: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker1-0/+1
2011-05-24[SCSI] libfc: fix mm leak in handling incoming request for target discoveryHillf Danton1-0/+1
2010-10-25[SCSI] libfc: Do not let disc work cancel itselfBhanu Prakash Gollapudi1-3/+2
2010-07-28[SCSI] libfc: don't require a local exchange for incoming requestsJoe Eykholt1-12/+7
2010-07-28[SCSI] libfc: add discovery-private pointer for LLDJoe Eykholt1-7/+7
2010-07-28[SCSI] libfc: convert rport lookup to be RCU safeJoe Eykholt1-3/+3
2010-05-16[SCSI] libfc: Move the port_id into lportRobert Love1-1/+1
2010-04-11[SCSI] libfc, fcoe: normalize format specifies for world wide namesChris Leech1-1/+1
2010-04-11[SCSI] libfc: set both precision and field with when printing FC IDsChris Leech1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-04[SCSI] libfc fcoe: increase ELS and CT timeoutsJoe Eykholt1-2/+3
2009-12-04[SCSI] libfc: Formatting cleanups across libfcRobert Love1-40/+38
2009-12-04[SCSI] libfc: Add libfc/fc_libfc.[ch] for libfc internal routinesRobert Love1-0/+2
2009-12-04[SCSI] libfc: fix memory corruption caused by double frees and bad error handlingChris Leech1-1/+1
2009-09-10[SCSI] libfc: send GPN_ID in reaction to single-port RSCNs.Joe Eykholt1-24/+113
2009-09-10[SCSI] libfc: Initialize fc_rport_identifiers inside fc_rport_createRobert Love1-12/+8
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 Eykholt1-82/+2
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 Eykholt1-22/+0
2009-09-10[SCSI] libfc: change to make remote port callback optionalJoe Eykholt1-42/+3
2009-09-10[SCSI] libfc: have rport_create do a lookup for pre-existing rports firstJoe Eykholt1-6/+3
2009-09-10[SCSI] libfc: make rport module maintain the rport listJoe Eykholt1-8/+0
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: don't create dummy (rogue) remote portsJoe Eykholt1-30/+10