1. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  2. 4b7bd36 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  3. 5f0e385 [SCSI] libfc: fix statistics for FCP input/output megabytes by Joe Eykholt · 14 years ago
  4. b5fe5e9 [SCSI] libfc: fix fc_tm_done not freeing the allocated fsp pkt by Yi Zou · 14 years ago
  5. 3a91090 [SCSI] libfc: the timeout for the REC itself is 2 * R_A_TOV_els by Yi Zou · 14 years ago
  6. d889b30 [SCSI] libfc: do not fc_io_compl on fsp w/o any scsi_cmnd associated by Yi Zou · 14 years ago
  7. 05fee64 [SCSI] libfc: remove tgt_flags from fc_fcp_pkt struct by john fastabend · 14 years ago
  8. e0883a3 [SCSI] libfc: use rport timeout values for fcp recovery by john fastabend · 14 years ago
  9. ac17ea8 [SCSI] libfc: incorrect scsi host byte codes returned to scsi-ml by john fastabend · 14 years ago
  10. e90ff5e [SCSI] libfc: fix stats computation in fc_queuecommand() by Hillf Danton · 14 years ago
  11. 3c2c3bf [SCSI] libfc: Fix incorrect locking and unlocking in FCP by Robert Love · 14 years ago
  12. f281233 SCSI host lock push-down by Jeff Garzik · 14 years ago
  13. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  14. 8b7ac2b [SCSI] libfc: possible race could panic system due to NULL fsp->cmd by Vasu Dev · 14 years ago
  15. 75eee72 [SCSI] libfc: use DID_TRANSPORT_DISRUPTED while lport not ready by Vasu Dev · 14 years ago
  16. be948fc [SCSI] libfc: call fc_remote_port_chkready under the host lock. by Mike Christie · 14 years ago
  17. 24f089e [SCSI] libfc: add fc_fill_reply_hdr() and fc_fill_hdr() by Joe Eykholt · 14 years ago
  18. e0d93c5 [SCSI] libfc: IO errors on link down due to cable unplug by Vasu Dev · 14 years ago
  19. ba40280 [SCSI] libfc: fix slowpath error from WARN_ON in fc_fcp_send_data by Yi Zou · 14 years ago
  20. 1c4bfe6 [SCSI] libfc: lport state is enum not bit mask by Yi Zou · 15 years ago
  21. 7b2787e [SCSI] libfc: Move the port_id into lport by Robert Love · 15 years ago
  22. ce8b5df [SCSI] libfc: set both precision and field with when printing FC IDs by Chris Leech · 15 years ago
  23. 63ac4bb [SCSI] libfc: bug in erroring out upon FCP_RSP_LEN_VAL in fc_fcp_resp by Yi Zou · 15 years ago
  24. f018b73 [SCSI] libfc, libfcoe, fcoe: use smp_processor_id() only when preempt disabled by Joe Eykholt · 15 years ago
  25. b3ef990c [SCSI] libfc: Add debug statements when fc_fcp returns DID_ERROR to scsi-ml by Robert Love · 15 years ago
  26. 5c12c41 [SCSI] libfc: fix fcp pkt recovery in fc_fcp_recv_data by Vasu Dev · 15 years ago
  27. 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
  28. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  29. 10897ae [SCSI] libfc: call ddp setup for only FCP reads to avoid accessing junk fsp pointer by Vasu Dev · 15 years ago
  30. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 15 years ago
  31. 9ddc5b6 tree-wide: fix typos "ammount" -> "amount" by Uwe Kleine-König · 15 years ago
  32. c1ecb90 [SCSI] libfc: reduce hold time on SCSI host lock by Chris Leech · 15 years ago
  33. 18fa11e [SCSI] libfc, fcoe: fixes for highmem skb linearize panics by Chris Leech · 15 years ago
  34. 349e11f [SCSI] libfc: do not use DID_NO_CONNECT for pkt alloc failures. by Mike Christie · 15 years ago
  35. 84c3e1a [SCSI] libfc: adds can_queue ramp up by Vasu Dev · 15 years ago
  36. c46be11 [SCSI] libfc: reduce can_queue for all FCP frame allocation failures by Vasu Dev · 15 years ago
  37. a7bbc7f [SCSI] fcoe, libfc: use single frame allocation API by Vasu Dev · 15 years ago
  38. 3a3b42b [SCSI] libfc: Formatting cleanups across libfc by Robert Love · 15 years ago
  39. 5868287 [SCSI] libfc: Add routine to copy data from a buffer to a SG list by Robert Love · 15 years ago
  40. 93e6d5a [SCSI] libfc: Move libfc_init and libfc_exit to fc_libfc.c by Robert Love · 15 years ago
  41. 8866a5d [SCSI] libfc: Add libfc/fc_libfc.[ch] for libfc internal routines by Robert Love · 15 years ago
  42. 255f638 [SCSI] libfc: Remove fc_fcp_complete by Robert Love · 15 years ago
  43. 229b8d7 [SCSI] libfc: add queue_depth ramp up by Vasu Dev · 15 years ago
  44. 14caf44 [SCSI] fcoe, libfc: fix an libfc issue with queue ramp down in libfc by Vasu Dev · 15 years ago
  45. 5c20848 [SCSI] libfc: convert to scsi_track_queue_full by Mike Christie · 15 years ago
  46. e881a17 [SCSI] modify change_queue_depth to take in reason why it is being called by Mike Christie · 15 years ago
  47. 8f550f9 [SCSI] libfc: fix memory corruption caused by double frees and bad error handling by Chris Leech · 15 years ago
  48. d37322a [SCSI] libfc: Fix frags in frame exceeding SKB_MAX_FRAGS in fc_fcp_send_data by Yi Zou · 15 years ago
  49. 4347fa6 [SCSI] libfc: Fix wrong scsi return status under FC_DATA_UNDRUN by Yi Zou · 15 years ago
  50. c340111 [SCSI] libfc: Remove unused fc_lport pointer from fc_fcp_pkt_abort by Robert Love · 15 years ago
  51. 473e285 [SCSI] libfc, fcoe: Don't EXPORT_SYMBOLS unnecessarily by Robert Love · 15 years ago
  52. 5e472d0 [SCSI] libfc: fix ddp in fc_fcp for 0 xid by Yi Zou · 15 years ago
  53. a46f327 [SCSI] libfc: change elsct to use FC_ID instead of rdata by Joe Eykholt · 15 years ago
  54. 9fb9d32 [SCSI] libfc: make fc_rport_priv the primary rport interface. by Joe Eykholt · 15 years ago
  55. 53fcfbb [SCSI] libfc: Remove page flags check for sglist by Yi Zou · 15 years ago
  56. 537029f [SCSI] libfc: Remove FC_FRAME_SG_LEN in fc_fcp_send_data by Yi Zou · 15 years ago
  57. 7414705 libfc: Add runtime debugging with debug_logging module parameter by Robert Love · 16 years ago
  58. d5e6054 [SCSI] libfc: use DID_ERROR when we have internall aborted command by Mike Christie · 16 years ago
  59. a29e764 [SCSI] libfc: Fix compilation warnings with allmodconfig by Robert Love · 16 years ago
  60. 9b34ecf [SCSI] fcoe, libfc: add libfcoe module by Vasu Dev · 16 years ago
  61. 582b45b [SCSI] fcoe: Use per-CPU kernel function for dev_stats instead of an array by Robert Love · 16 years ago
  62. b277d2a [SCSI] libfc: add support of large receive offload by ddp in fc_fcp by Yi Zou · 16 years ago
  63. 276d681 [SCSI] libfc: use lso_max for sequence offload by Yi Zou · 16 years ago
  64. 1c9fbaf [SCSI] Remove SUGGEST flags by Martin K. Petersen · 16 years ago
  65. 34f42a0 [SCSI] libfc, fcoe: Fix kerneldoc comments by Robert Love · 16 years ago
  66. 26d9cab [SCSI] libfc: fixed a read IO data integrity issue when a IO data frame lost by Vasu Dev · 16 years ago
  67. bc0e17f [SCSI] libfc, fcoe: fixed locking issues with lport->lp_mutex around lport->link_status by Vasu Dev · 16 years ago
  68. 42e9a92 [SCSI] libfc: A modular Fibre Channel library by Robert Love · 16 years ago