1. 6f37e21 scsi: libfc: pass an error pointer to fc_disc_error() by Dan Carpenter · 7 years ago
  2. b2d0910 sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h> in <linux/sched.h> by Ingo Molnar · 8 years ago
  3. 5922a95 scsi: libfc: Replace ->rport_flush_queue callback with function call by Hannes Reinecke · 8 years ago
  4. c96c792 scsi: libfc: Replace ->rport_logoff callback with function call by Hannes Reinecke · 8 years ago
  5. 05d7d3b scsi: libfc: Replace ->rport_login callback with function call by Hannes Reinecke · 8 years ago
  6. 2580064 scsi: libfc: Replace ->rport_create callback with function call by Hannes Reinecke · 8 years ago
  7. 944ef96 scsi: libfc: Replace ->rport_destroy callback with function call by Hannes Reinecke · 8 years ago
  8. 7ab24dd scsi: libfc: Replace ->seq_els_rsp_send callback with function call by Hannes Reinecke · 8 years ago
  9. a407c59 scsi: libfc: Fixup disc_mutex handling by Hannes Reinecke · 8 years ago
  10. 0807619 libfc, fcoe, bnx2fc: Split fc_disc_init into fc_disc_{init, config} by Robert Love · 12 years ago
  11. 8a9a713 libfc, fcoe, bnx2fc: Always use fcoe_disc_init for discovery layer initialization by Robert Love · 12 years ago
  12. 0083208 [SCSI] libfc: Handle discovery failure during ctlr link down by Bhanu Prakash Gollapudi · 13 years ago
  13. c6b21c9 [SCSI] libfc: Declare local functions static by Bart Van Assche · 13 years ago
  14. 0970366 scsi: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required by Paul Gortmaker · 14 years ago
  15. 83383dd [SCSI] libfc: fix mm leak in handling incoming request for target discovery by Hillf Danton · 14 years ago
  16. c531b9b [SCSI] libfc: Do not let disc work cancel itself by Bhanu Prakash Gollapudi · 14 years ago
  17. 92261156 [SCSI] libfc: don't require a local exchange for incoming requests by Joe Eykholt · 14 years ago
  18. 0685230 [SCSI] libfc: add discovery-private pointer for LLD by Joe Eykholt · 14 years ago
  19. 42e9041 [SCSI] libfc: convert rport lookup to be RCU safe by Joe Eykholt · 14 years ago
  20. 7b2787e [SCSI] libfc: Move the port_id into lport by Robert Love · 15 years ago
  21. 9f8f3aa [SCSI] libfc, fcoe: normalize format specifies for world wide names by Chris Leech · 15 years ago
  22. ce8b5df [SCSI] libfc: set both precision and field with when printing FC IDs by Chris Leech · 15 years ago
  23. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  24. b94f895 [SCSI] libfc fcoe: increase ELS and CT timeouts by Joe Eykholt · 15 years ago
  25. 3a3b42b [SCSI] libfc: Formatting cleanups across libfc by Robert Love · 15 years ago
  26. 8866a5d [SCSI] libfc: Add libfc/fc_libfc.[ch] for libfc internal routines by Robert Love · 15 years ago
  27. 8f550f9 [SCSI] libfc: fix memory corruption caused by double frees and bad error handling by Chris Leech · 15 years ago
  28. 2ab7e1e [SCSI] libfc: send GPN_ID in reaction to single-port RSCNs. by Joe Eykholt · 15 years ago
  29. 9737e6a [SCSI] libfc: Initialize fc_rport_identifiers inside fc_rport_create by Robert Love · 15 years ago
  30. 935d0fc [SCSI] libfc: don't do discovery before callback is set by Joe Eykholt · 15 years ago
  31. 29d898e [SCSI] libfc: clean up point-to-point discovery code. by Joe Eykholt · 15 years ago
  32. 81a67b9 [SCSI] libfc: discovery gpn_ft parse bug by Joe Eykholt · 15 years ago
  33. 3667d7e [SCSI] libfc: discovery retry should clear pending first. by Joe Eykholt · 15 years ago
  34. c762608 [SCSI] libfc: fix: empty zone causes endless discovery retries. by Joe Eykholt · 15 years ago
  35. 883a337 [SCSI] libfc: handle discovery failure more correctly. by Joe Eykholt · 15 years ago
  36. a1c1e4e [SCSI] libfc: rearrange code in fc_disc_gpn_ft_resp() by Joe Eykholt · 15 years ago
  37. c356afd [SCSI] libfc: discovery restart sequence error fix by Joe Eykholt · 15 years ago
  38. 0f6c61498 [SCSI] libfc: do not log off rports before or after discovery by Joe Eykholt · 15 years ago
  39. 8025b5d [SCSI] libfc: move rport_lookup into fc_rport.c by Joe Eykholt · 15 years ago
  40. 8345592 [SCSI] libfc: change to make remote port callback optional by Joe Eykholt · 15 years ago
  41. 19f97e3 [SCSI] libfc: have rport_create do a lookup for pre-existing rports first by Joe Eykholt · 15 years ago
  42. 48f0090 [SCSI] libfc: make rport module maintain the rport list by Joe Eykholt · 15 years ago
  43. b84c796 [SCSI] libfc: remove unused disc->delay element by Joe Eykholt · 15 years ago
  44. 786681b [SCSI] libfc: eliminate disc->event by Joe Eykholt · 15 years ago
  45. 9e9d045 [SCSI] libfc: don't create dummy (rogue) remote ports by Joe Eykholt · 15 years ago
  46. 4c0f62b [SCSI] libfc: rename rport event CREATED to READY by Joe Eykholt · 15 years ago
  47. f211fa5 [SCSI] libfc: make rport structure optional by Joe Eykholt · 15 years ago
  48. a46f327 [SCSI] libfc: change elsct to use FC_ID instead of rdata by Joe Eykholt · 15 years ago
  49. 9fb9d32 [SCSI] libfc: make fc_rport_priv the primary rport interface. by Joe Eykholt · 15 years ago
  50. 795d86f [SCSI] libfc: change interface for rport_create by Joe Eykholt · 15 years ago
  51. ab28f1f [SCSI] libfc: prepare to split off struct fc_rport_priv from fc_rport_libfc_priv by Joe Eykholt · 15 years ago
  52. 7414705 libfc: Add runtime debugging with debug_logging module parameter by Robert Love · 16 years ago
  53. b4c6f54 [SCSI] libfc: Track rogue remote ports by Abhijeet Joglekar · 16 years ago
  54. 0d228c0 [SCSI] libfc: Hold disc mutex while processing gpn ft resp by Abhijeet Joglekar · 16 years ago
  55. 34f42a0 [SCSI] libfc, fcoe: Fix kerneldoc comments by Robert Love · 16 years ago
  56. d3b3332 [SCSI] libfc: rename rp to rdata in fc_disc_new_target() by Robert Love · 16 years ago
  57. 23f11f9 [SCSI] libfc: correct RPORT_TO_PRIV usage by Robert Love · 16 years ago
  58. 5101ff9 [SCSI] libfc: Don't violate transport template for rogue port creation by Robert Love · 16 years ago
  59. 42e9a92 [SCSI] libfc: A modular Fibre Channel library by Robert Love · 16 years ago