1. cb9d94e libfc: Enhancement to RPORT state machine applicable only for VN2VN mode by Kiran Patil · 13 years ago
  2. 8467b96 [SCSI] libfc: do not immediately retry the cmd when seq_send fails in fc_fcp_send_data by Yi Zou · 13 years ago
  3. 0a219ed [SCSI] libfc: fix race in SRR response by Vasu Dev · 13 years ago
  4. 8d23f4b [SCSI] libfc: don't call resp handler after FC_EX_TIMEOUT by Vasu Dev · 13 years ago
  5. 6a716a8 [SCSI] libfc: release DDP context if frame_send() fails by Yi Zou · 13 years ago
  6. 83383dd [SCSI] libfc: fix mm leak in handling incoming request for target discovery by Hillf Danton · 13 years ago
  7. f2817ec [SCSI] libfc: rec tov value and REC_TOV_CONST units usages is incorrect by Vasu Dev · 13 years ago
  8. 66a5b3a [SCSI] libfc: remove duplicate ema_list init by Vasu Dev · 13 years ago
  9. 9c8cce8 [SCSI] libfc: Move host_lock usage into ramp_up/down routines by Robert Love · 13 years ago
  10. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  11. 72fa396 [SCSI] fcoe, libfc: initialize EM anchors list and then update npiv EMs by Vasu Dev · 14 years ago
  12. f316248 [SCSI] Revert "[SCSI] libfc: fix exchange being deleted when the abort itself is timed out" by Parikh, Neerav · 14 years ago
  13. fe5e3f1 [SCSI] libfc: Fixing a memory leak when destroying an interface by Parikh, Neerav · 14 years ago
  14. 75a2792 [SCSI] libfc: introduce LLD event callback by Bhanu Prakash Gollapudi · 14 years ago
  15. acc1a92 [SCSI] libfc: Extending lport's roles for target if there is a registered target. by Kiran Patil · 14 years ago
  16. 6c8cc1c [SCSI] libfc: Enhanced exchange ID selection mechanism and fix related EMA selection logic. by Kiran Patil · 14 years ago
  17. 62bdb64 [SCSI] libfc: export seq_release() for users of seq_assign() by Joe Eykholt · 14 years ago
  18. 04885b1 [SCSI] libfc: Remove usage of the Scsi_Host's host_lock by Robert Love · 14 years ago
  19. 925ceda [SCSI] libfc: use PRLI hook to get parameters when sending outgoing PRLI by Joe Eykholt · 14 years ago
  20. 70d53b0 [SCSI] libfc: add hook to notify providers of local port changes by Joe Eykholt · 14 years ago
  21. 1a5c2d7 [SCSI] libfc: add method for setting handler for incoming exchange by Joe Eykholt · 14 years ago
  22. 96ad846 [SCSI] libfc: add hook for FC-4 provider registration by Joe Eykholt · 14 years ago
  23. 5520490 [SCSI] libfc: fix sparse static and non-ANSI warnings by Randy Dunlap · 14 years ago
  24. e4a9a98 [SCSI] libfc:prevent dereferencing ERR_PTR in fc_tm_done() by Dan Carpenter · 14 years ago
  25. 28a4af1 [SCSI] libfc: Cleanup return paths in fc_rport_error_retry by Hillf Danton · 14 years ago
  26. fa79dbd [SCSI] libfc: Return a valid return code in fc_fcp_pkt_abort() by Hillf Danton · 14 years ago
  27. f56635a [SCSI] libfc: always initialize the FCoE DDP exchange id for fsp as FC_XID_UNKNOWN by Yi Zou · 14 years ago
  28. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  29. 4b7bd36 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  30. 5f0e385 [SCSI] libfc: fix statistics for FCP input/output megabytes by Joe Eykholt · 14 years ago
  31. b5fe5e9 [SCSI] libfc: fix fc_tm_done not freeing the allocated fsp pkt by Yi Zou · 14 years ago
  32. 3a91090 [SCSI] libfc: the timeout for the REC itself is 2 * R_A_TOV_els by Yi Zou · 14 years ago
  33. ea3e2e7 [SCSI] libfc: fix exchange being deleted when the abort itself is timed out by Yi Zou · 14 years ago
  34. d889b30 [SCSI] libfc: do not fc_io_compl on fsp w/o any scsi_cmnd associated by Yi Zou · 14 years ago
  35. 9b90dc8 [SCSI] libfc: add print of exchange id for debugging fc_fcp by Yi Zou · 14 years ago
  36. 0e9e3d3 [SCSI] libfc: fix memory leakage in remote port by Hillf Danton · 14 years ago
  37. 72e0daa [SCSI] libfc: fix memory leakage in local port by Hillf Danton · 14 years ago
  38. 2d6dfb0 [SCSI] libfc: fix memory leakage in local port by Hillf Danton · 14 years ago
  39. 05fee64 [SCSI] libfc: remove tgt_flags from fc_fcp_pkt struct by john fastabend · 14 years ago
  40. e0883a3 [SCSI] libfc: use rport timeout values for fcp recovery by john fastabend · 14 years ago
  41. ac17ea8 [SCSI] libfc: incorrect scsi host byte codes returned to scsi-ml by john fastabend · 14 years ago
  42. e90ff5e [SCSI] libfc: fix stats computation in fc_queuecommand() by Hillf Danton · 14 years ago
  43. 530994d [SCSI] libfc: fix mem leak in fc_seq_assign() by Hillf Danton · 14 years ago
  44. 3c2c3bf [SCSI] libfc: Fix incorrect locking and unlocking in FCP by Robert Love · 14 years ago
  45. 2034c19 [SCSI] libfc: tune fc_exch_em_alloc() to be O(2) by Hillf Danton · 14 years ago
  46. 8236554 [SCSI] libfc: fix mem leak in fc_exch_recv_seq_resp() by Hillf Danton · 14 years ago
  47. 12137f5 [SCSI] libfc: remove define of fc_seq_exch in fc_exch.c by Hillf Danton · 14 years ago
  48. f281233 SCSI host lock push-down by Jeff Garzik · 14 years ago
  49. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  50. c531b9b [SCSI] libfc: Do not let disc work cancel itself by Bhanu Prakash Gollapudi · 14 years ago
  51. 8b7ac2b [SCSI] libfc: possible race could panic system due to NULL fsp->cmd by Vasu Dev · 14 years ago
  52. 60a3c4d [SCSI] libfc: adds flogi retry in case DID is zero in RJT by Vasu Dev · 14 years ago
  53. 75eee72 [SCSI] libfc: use DID_TRANSPORT_DISRUPTED while lport not ready by Vasu Dev · 14 years ago
  54. 73b4376 [SCSI] libfc: fix setting of rport dev loss by Mike Christie · 14 years ago
  55. be948fc [SCSI] libfc: call fc_remote_port_chkready under the host lock. by Mike Christie · 14 years ago
  56. 3cfc2c4 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  57. 7f98523 [SCSI] libfc: Add retry logic to lport state machine when receiving LS_RJT by Bhanu Prakash Gollapudi · 14 years ago
  58. 9226115 [SCSI] libfc: don't require a local exchange for incoming requests by Joe Eykholt · 14 years ago
  59. 239e810 [SCSI] libfc: add interface to allocate a sequence for incoming requests by Joe Eykholt · 14 years ago
  60. 24f089e [SCSI] libfc: add fc_fill_reply_hdr() and fc_fill_hdr() by Joe Eykholt · 14 years ago
  61. 251748a [SCSI] libfc: add fc_frame_sid() and fc_frame_did() functions by Joe Eykholt · 14 years ago
  62. 079ecd8 [SCSI] libfc: eliminate rport LOGO state by Joe Eykholt · 14 years ago
  63. f60e12e [SCSI] libfc: track FIP exchanges by Joe Eykholt · 14 years ago
  64. a7b12a2 [SCSI] libfc: add FLOGI state to rport for VN2VN by Joe Eykholt · 14 years ago
  65. 3726f35 [SCSI] libfc: Add local port point-to-multipoint flag by Joe Eykholt · 14 years ago
  66. 0685230 [SCSI] libfc: add discovery-private pointer for LLD by Joe Eykholt · 14 years ago
  67. f90377a [SCSI] libfc: provide space for LLD after remote port structure by Joe Eykholt · 14 years ago
  68. 42e9041 [SCSI] libfc: convert rport lookup to be RCU safe by Joe Eykholt · 14 years ago
  69. e0d93c5 [SCSI] libfc: IO errors on link down due to cable unplug by Vasu Dev · 14 years ago
  70. ba40280 [SCSI] libfc: fix slowpath error from WARN_ON in fc_fcp_send_data by Yi Zou · 14 years ago
  71. f034260 [SCSI] libfc: fix indefinite rport restart by Joe Eykholt · 14 years ago
  72. 4b2164d [SCSI] libfc: Fix remote port restart problem by Joe Eykholt · 14 years ago
  73. 1c4bfe6 [SCSI] libfc: lport state is enum not bit mask by Yi Zou · 14 years ago
  74. f8fc6c2 [SCSI] libfc: Handle unsolicited PRLO request by Bhanu Prakash Gollapudi · 14 years ago
  75. 618461c [SCSI] libfc: Honor LS_ACC response codes for PRLI by Bhanu Prakash Gollapudi · 14 years ago
  76. 292e40b [SCSI] libfc: Retry a rejected PRLI request by Bhanu Prakash Gollapudi · 14 years ago
  77. 7156fff libfc: use ARRAY_SIZE by Kulikov Vasiliy · 14 years ago
  78. 732bee7 fix typos concerning "hierarchy" by Uwe Kleine-König · 14 years ago
  79. 7b2787e [SCSI] libfc: Move the port_id into lport by Robert Love · 14 years ago
  80. 1b80e0f [SCSI] libfc: Remove unused fc_get_host_port_type by Robert Love · 14 years ago
  81. b3667f9 [SCSI] libfc: set seq_id for incoming sequence by Joe Eykholt · 14 years ago
  82. 9f8f3aa [SCSI] libfc, fcoe: normalize format specifies for world wide names by Chris Leech · 14 years ago
  83. ce8b5df [SCSI] libfc: set both precision and field with when printing FC IDs by Chris Leech · 14 years ago
  84. 63ac4bb [SCSI] libfc: bug in erroring out upon FCP_RSP_LEN_VAL in fc_fcp_resp by Yi Zou · 14 years ago
  85. 3b719d0 [SCSI] libfc: remove unneeded variables in fc_exch_recv_req() by Joe Eykholt · 14 years ago
  86. f018b73 [SCSI] libfc, libfcoe, fcoe: use smp_processor_id() only when preempt disabled by Joe Eykholt · 15 years ago
  87. b3ef990 [SCSI] libfc: Add debug statements when fc_fcp returns DID_ERROR to scsi-ml by Robert Love · 15 years ago
  88. 5c12c41 [SCSI] libfc: fix fcp pkt recovery in fc_fcp_recv_data by Vasu Dev · 15 years ago
  89. 3e22760 [SCSI] libfc: use offload EM instance again instead jumping to next EM by Vasu Dev · 15 years ago
  90. a104c84 [SCSI] libfc: fixes unnecessary seq id jump by Vasu Dev · 15 years ago
  91. cc3593d [SCSI] libfc: fix sequence-initiative WARN in fc_seq_start_next by Joe Eykholt · 15 years ago
  92. ccfc309 [SCSI] libfc: send point-to-poin FLOGI LS_ACC to assigned D_DID by Joe Eykholt · 15 years ago
  93. f4568b8 [SCSI] libfc: recognize incoming FLOGI for point-to-point mode by Joe Eykholt · 15 years ago
  94. 2f2ac4a [SCSI] libfc: fix oops in point-to-point mode by Joe Eykholt · 15 years ago
  95. a2f6a02 [SCSI] libfc: recode incoming PRLI handling by Joe Eykholt · 15 years ago
  96. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  97. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  98. b248df3 [SCSI] libfc: Don't assume response request present. by Hugh Daschbach · 15 years ago
  99. 3b70915 [SCSI] libfc: Fix e_d_tov ns -> ms scaling factor in PLOGI response. by Hugh Daschbach · 15 years ago
  100. 10897ae [SCSI] libfc: call ddp setup for only FCP reads to avoid accessing junk fsp pointer by Vasu Dev · 15 years ago