1. 8f2777f libfc: Fix fc_fcp_cleanup_each_cmd() by Bart Van Assche · 9 years ago
  2. db5ed4d scsi: drop reason argument from ->change_queue_depth by Christoph Hellwig · 10 years ago
  3. c40ecc1 scsi: avoid ->change_queue_depth indirection for queue full tracking by Christoph Hellwig · 10 years ago
  4. c8b09f6 scsi: don't set tagging state from scsi_adjust_queue_depth by Christoph Hellwig · 10 years ago
  5. 2ecb204 scsi: always assign block layer tags if enabled by Christoph Hellwig · 10 years ago
  6. a62182f scsi: provide a generic change_queue_type method by Christoph Hellwig · 10 years ago
  7. 9de9901 fcp: Do not interpret check condition as underrun by Bart Van Assche · 11 years ago
  8. 83a35e3 treewide: relase -> release by Geert Uytterhoeven · 11 years ago
  9. 5b97fab libfc: fix REC handling by Vasu Dev · 12 years ago
  10. 3b64b18 [SCSI] libfc: fix lun reset failure bugs in fc_fcp_resp handling of FCP_RSP_INFO by Yi Zou · 12 years ago
  11. a752359 [SCSI] libfc: fix sending REC after FCP_RESP is received by Yi Zou · 12 years ago
  12. 0f02a66 [SCSI] libfc: adds FCP failures stats by Vasu Dev · 12 years ago
  13. 1bd49b4 [SCSI] libfc, fcoe, bnx2fc: cleanup fcoe_dev_stats by Vasu Dev · 12 years ago
  14. 1ab142d Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 13 years ago
  15. 77dfce0 scsi: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  16. e35fa8c scsi: Use struct scsi_lun in fc/fcp.h by Andy Grover · 13 years ago
  17. 76ffe8a [SCSI] libfc: remove redundant timer init for fcp by Yi Zou · 13 years ago
  18. ec7ae51 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 13 years ago
  19. ed26cfe [SCSI] libfc: cache align struct fc_fcp_pkt fields by Vasu Dev · 13 years ago
  20. 21cc0bd3 [SCSI] libfc: block SCSI eh thread for blocked rports by Vasu Dev · 13 years ago
  21. c9d24a7 [SCSI] libfc: Remove the reference to FCP packet from scsi_cmnd in case of error by Neerav Parikh · 13 years ago
  22. 8598212 [SCSI] libfc: cleanup sending SRR request by Hillf Danton · 13 years ago
  23. 547fb12 [SCSI] libfc: two minor changes in comments by Hillf Danton · 13 years ago
  24. 688fd36 [SCSI] libfc: use FC_MAX_ERROR_CNT by Hillf Danton · 13 years ago
  25. 8467b96 [SCSI] libfc: do not immediately retry the cmd when seq_send fails in fc_fcp_send_data by Yi Zou · 13 years ago
  26. 0a219ed [SCSI] libfc: fix race in SRR response by Vasu Dev · 13 years ago
  27. 6a716a8 [SCSI] libfc: release DDP context if frame_send() fails by Yi Zou · 13 years ago
  28. f2817ec [SCSI] libfc: rec tov value and REC_TOV_CONST units usages is incorrect by Vasu Dev · 14 years ago
  29. 9c8cce8 [SCSI] libfc: Move host_lock usage into ramp_up/down routines by Robert Love · 14 years ago
  30. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  31. 04885b1 [SCSI] libfc: Remove usage of the Scsi_Host's host_lock by Robert Love · 14 years ago
  32. 5520490 [SCSI] libfc: fix sparse static and non-ANSI warnings by Randy Dunlap · 14 years ago
  33. e4a9a98 [SCSI] libfc:prevent dereferencing ERR_PTR in fc_tm_done() by Dan Carpenter · 14 years ago
  34. fa79dbd [SCSI] libfc: Return a valid return code in fc_fcp_pkt_abort() by Hillf Danton · 14 years ago
  35. f56635a [SCSI] libfc: always initialize the FCoE DDP exchange id for fsp as FC_XID_UNKNOWN by Yi Zou · 14 years ago
  36. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  37. 4b7bd36 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  38. 5f0e385 [SCSI] libfc: fix statistics for FCP input/output megabytes by Joe Eykholt · 14 years ago
  39. b5fe5e9 [SCSI] libfc: fix fc_tm_done not freeing the allocated fsp pkt by Yi Zou · 14 years ago
  40. 3a91090 [SCSI] libfc: the timeout for the REC itself is 2 * R_A_TOV_els by Yi Zou · 14 years ago
  41. d889b30 [SCSI] libfc: do not fc_io_compl on fsp w/o any scsi_cmnd associated by Yi Zou · 14 years ago
  42. 05fee64 [SCSI] libfc: remove tgt_flags from fc_fcp_pkt struct by john fastabend · 14 years ago
  43. e0883a3 [SCSI] libfc: use rport timeout values for fcp recovery by john fastabend · 14 years ago
  44. ac17ea8 [SCSI] libfc: incorrect scsi host byte codes returned to scsi-ml by john fastabend · 14 years ago
  45. e90ff5e [SCSI] libfc: fix stats computation in fc_queuecommand() by Hillf Danton · 14 years ago
  46. 3c2c3bf [SCSI] libfc: Fix incorrect locking and unlocking in FCP by Robert Love · 14 years ago
  47. f281233 SCSI host lock push-down by Jeff Garzik · 14 years ago
  48. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  49. 8b7ac2b [SCSI] libfc: possible race could panic system due to NULL fsp->cmd by Vasu Dev · 14 years ago
  50. 75eee72 [SCSI] libfc: use DID_TRANSPORT_DISRUPTED while lport not ready by Vasu Dev · 14 years ago
  51. be948fc [SCSI] libfc: call fc_remote_port_chkready under the host lock. by Mike Christie · 14 years ago
  52. 24f089e [SCSI] libfc: add fc_fill_reply_hdr() and fc_fill_hdr() by Joe Eykholt · 14 years ago
  53. e0d93c5 [SCSI] libfc: IO errors on link down due to cable unplug by Vasu Dev · 14 years ago
  54. ba40280 [SCSI] libfc: fix slowpath error from WARN_ON in fc_fcp_send_data by Yi Zou · 14 years ago
  55. 1c4bfe6 [SCSI] libfc: lport state is enum not bit mask by Yi Zou · 14 years ago
  56. 7b2787e [SCSI] libfc: Move the port_id into lport by Robert Love · 14 years ago
  57. ce8b5df [SCSI] libfc: set both precision and field with when printing FC IDs by Chris Leech · 14 years ago
  58. 63ac4bb [SCSI] libfc: bug in erroring out upon FCP_RSP_LEN_VAL in fc_fcp_resp by Yi Zou · 14 years ago
  59. f018b73 [SCSI] libfc, libfcoe, fcoe: use smp_processor_id() only when preempt disabled by Joe Eykholt · 15 years ago
  60. b3ef990 [SCSI] libfc: Add debug statements when fc_fcp returns DID_ERROR to scsi-ml by Robert Love · 15 years ago
  61. 5c12c41 [SCSI] libfc: fix fcp pkt recovery in fc_fcp_recv_data by Vasu Dev · 15 years ago
  62. 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
  63. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  64. 10897ae [SCSI] libfc: call ddp setup for only FCP reads to avoid accessing junk fsp pointer by Vasu Dev · 15 years ago
  65. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 15 years ago
  66. 9ddc5b6 tree-wide: fix typos "ammount" -> "amount" by Uwe Kleine-König · 15 years ago
  67. c1ecb90 [SCSI] libfc: reduce hold time on SCSI host lock by Chris Leech · 15 years ago
  68. 18fa11e [SCSI] libfc, fcoe: fixes for highmem skb linearize panics by Chris Leech · 15 years ago
  69. 349e11f [SCSI] libfc: do not use DID_NO_CONNECT for pkt alloc failures. by Mike Christie · 15 years ago
  70. 84c3e1a [SCSI] libfc: adds can_queue ramp up by Vasu Dev · 15 years ago
  71. c46be11 [SCSI] libfc: reduce can_queue for all FCP frame allocation failures by Vasu Dev · 15 years ago
  72. a7bbc7f [SCSI] fcoe, libfc: use single frame allocation API by Vasu Dev · 15 years ago
  73. 3a3b42b [SCSI] libfc: Formatting cleanups across libfc by Robert Love · 15 years ago
  74. 5868287 [SCSI] libfc: Add routine to copy data from a buffer to a SG list by Robert Love · 15 years ago
  75. 93e6d5a [SCSI] libfc: Move libfc_init and libfc_exit to fc_libfc.c by Robert Love · 15 years ago
  76. 8866a5d [SCSI] libfc: Add libfc/fc_libfc.[ch] for libfc internal routines by Robert Love · 15 years ago
  77. 255f638 [SCSI] libfc: Remove fc_fcp_complete by Robert Love · 15 years ago
  78. 229b8d7 [SCSI] libfc: add queue_depth ramp up by Vasu Dev · 15 years ago
  79. 14caf44 [SCSI] fcoe, libfc: fix an libfc issue with queue ramp down in libfc by Vasu Dev · 15 years ago
  80. 5c20848 [SCSI] libfc: convert to scsi_track_queue_full by Mike Christie · 15 years ago
  81. e881a17 [SCSI] modify change_queue_depth to take in reason why it is being called by Mike Christie · 15 years ago
  82. 8f550f9 [SCSI] libfc: fix memory corruption caused by double frees and bad error handling by Chris Leech · 15 years ago
  83. d37322a [SCSI] libfc: Fix frags in frame exceeding SKB_MAX_FRAGS in fc_fcp_send_data by Yi Zou · 15 years ago
  84. 4347fa6 [SCSI] libfc: Fix wrong scsi return status under FC_DATA_UNDRUN by Yi Zou · 15 years ago
  85. c340111 [SCSI] libfc: Remove unused fc_lport pointer from fc_fcp_pkt_abort by Robert Love · 15 years ago
  86. 473e285 [SCSI] libfc, fcoe: Don't EXPORT_SYMBOLS unnecessarily by Robert Love · 15 years ago
  87. 5e472d0 [SCSI] libfc: fix ddp in fc_fcp for 0 xid by Yi Zou · 15 years ago
  88. a46f327 [SCSI] libfc: change elsct to use FC_ID instead of rdata by Joe Eykholt · 15 years ago
  89. 9fb9d32 [SCSI] libfc: make fc_rport_priv the primary rport interface. by Joe Eykholt · 15 years ago
  90. 53fcfbb [SCSI] libfc: Remove page flags check for sglist by Yi Zou · 15 years ago
  91. 537029f [SCSI] libfc: Remove FC_FRAME_SG_LEN in fc_fcp_send_data by Yi Zou · 15 years ago
  92. 7414705 libfc: Add runtime debugging with debug_logging module parameter by Robert Love · 15 years ago
  93. d5e6054 [SCSI] libfc: use DID_ERROR when we have internall aborted command by Mike Christie · 15 years ago
  94. a29e764 [SCSI] libfc: Fix compilation warnings with allmodconfig by Robert Love · 15 years ago
  95. 9b34ecf [SCSI] fcoe, libfc: add libfcoe module by Vasu Dev · 16 years ago
  96. 582b45b [SCSI] fcoe: Use per-CPU kernel function for dev_stats instead of an array by Robert Love · 16 years ago
  97. b277d2a [SCSI] libfc: add support of large receive offload by ddp in fc_fcp by Yi Zou · 16 years ago
  98. 276d681 [SCSI] libfc: use lso_max for sequence offload by Yi Zou · 16 years ago
  99. 1c9fbaf [SCSI] Remove SUGGEST flags by Martin K. Petersen · 16 years ago
  100. 34f42a0 [SCSI] libfc, fcoe: Fix kerneldoc comments by Robert Love · 16 years ago