1. 8921d11 libceph: make ceph_con_revoke_message() a msg op by Alex Elder · 12 years ago
  2. 6740a84 libceph: make ceph_con_revoke() a msg operation by Alex Elder · 12 years ago
  3. 92ce034 libceph: have messages take a connection reference by Alex Elder · 12 years ago
  4. 38941f8 libceph: have messages point to their connection by Alex Elder · 12 years ago
  5. 1c20f2d libceph: tweak ceph_alloc_msg() by Alex Elder · 12 years ago
  6. 1bfd89f libceph: fully initialize connection in con_init() by Alex Elder · 12 years ago
  7. a5988c4 libceph: set CLOSED state bit in con_init by Alex Elder · 12 years ago
  8. ce2c890 libceph: start tracking connection socket state by Alex Elder · 12 years ago
  9. 928443c libceph: start separating connection flags from state by Alex Elder · 12 years ago
  10. 15d9882 libceph: embed ceph messenger structure in ceph_client by Alex Elder · 12 years ago
  11. e220042 libceph: rename kvec_reset and kvec_add functions by Alex Elder · 12 years ago
  12. 327800b libceph: rename socket callbacks by Alex Elder · 12 years ago
  13. 6384bb8 libceph: kill bad_proto ceph connection op by Alex Elder · 12 years ago
  14. e5e372d libceph: eliminate connection state "DEAD" by Alex Elder · 12 years ago
  15. 3da5477 ceph: add auth buf in prepare_write_connect() by Alex Elder · 12 years ago
  16. dac1e71 ceph: rename prepare_connect_authorizer() by Alex Elder · 12 years ago
  17. 729796b ceph: return pointer from prepare_connect_authorizer() by Alex Elder · 12 years ago
  18. 8f43fb5 ceph: use info returned by get_authorizer by Alex Elder · 12 years ago
  19. a3530df ceph: have get_authorizer methods return pointers by Alex Elder · 12 years ago
  20. ed96af6 ceph: messenger: check return from get_authorizer by Alex Elder · 12 years ago
  21. b1c6b98 ceph: messenger: rework prepare_connect_authorizer() by Alex Elder · 12 years ago
  22. 5a0f8fd ceph: messenger: check prepare_write_connect() result by Alex Elder · 12 years ago
  23. e10c758 ceph: don't set WRITE_PENDING too early by Alex Elder · 12 years ago
  24. e825a66 ceph: drop msgr argument from prepare_write_connect() by Alex Elder · 12 years ago
  25. 41b90c0 ceph: messenger: send banner in process_connect() by Alex Elder · 12 years ago
  26. 84fb3ad ceph: messenger: reset connection kvec caller by Alex Elder · 12 years ago
  27. d329156 libceph: don't reset kvec in prepare_write_banner() by Alex Elder · 12 years ago
  28. fd51653 ceph: messenger: change read_partial() to take "end" arg by Alex Elder · 12 years ago
  29. e6cee71 ceph: messenger: update "to" in read_partial() caller by Alex Elder · 12 years ago
  30. 57dac9d ceph: messenger: use read_partial() in read_partial_message() by Alex Elder · 12 years ago
  31. 8d63e31 libceph: isolate kmap() call in write_partial_msg_pages() by Alex Elder · 12 years ago
  32. 9bd1966 libceph: rename "page_shift" variable to something sensible by Alex Elder · 12 years ago
  33. 0cdf9e6 libceph: get rid of zero_page_address by Alex Elder · 12 years ago
  34. e36b13c libceph: only call kernel_sendpage() via helper by Alex Elder · 12 years ago
  35. 3173913 libceph: use kernel_sendpage() for sending zeroes by Alex Elder · 12 years ago
  36. 37675b0 libceph: fix inverted crc option logic by Alex Elder · 12 years ago
  37. 84495f4 libceph: some simple changes by Alex Elder · 12 years ago
  38. f42299e libceph: small refactor in write_partial_kvec() by Alex Elder · 12 years ago
  39. fe3ad59 libceph: do crc calculations outside loop by Alex Elder · 12 years ago
  40. a9a0c51 libceph: separate CRC calculation from byte swapping by Alex Elder · 12 years ago
  41. bca064d libceph: use "do" in CRC-related Boolean variables by Alex Elder · 12 years ago
  42. d3002b9 libceph: a few small changes by Alex Elder · 12 years ago
  43. 41617d0 libceph: make ceph_tcp_connect() return int by Alex Elder · 12 years ago
  44. 6173d1f libceph: encapsulate some messenger cleanup code by Alex Elder · 12 years ago
  45. e0f43c9 libceph: make ceph_msgr_wq private by Alex Elder · 12 years ago
  46. 859eb79 libceph: encapsulate connection kvec operations by Alex Elder · 12 years ago
  47. 963be4d libceph: move prepare_write_banner() by Alex Elder · 12 years ago
  48. 99f0f3b ceph: eliminate some abusive casts by Alex Elder · 12 years ago
  49. bd40614 ceph: eliminate some needless casts by Alex Elder · 12 years ago
  50. f64a931 ceph: kill addr_str_lock spinlock; use atomic instead by Alex Elder · 12 years ago
  51. a5bc3129a ceph: make use of "else" where appropriate by Alex Elder · 12 years ago
  52. 5766651 ceph: use a shared zero page rather than one per messenger by Alex Elder · 12 years ago
  53. 182fac2 net/ceph: Only clear SOCK_NOSPACE when there is sufficient space in the socket buffer by Jim Schutt · 12 years ago
  54. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  55. ee3b56f ceph: use kernel DNS resolver by Noah Watkins · 13 years ago
  56. f0ed1b7 libceph: warn on msg allocation failures by Sage Weil · 13 years ago
  57. b61c276 libceph: don't complain on msgpool alloc failures by Sage Weil · 13 years ago
  58. c0d5f9d libceph: initialize ack_stamp to avoid unnecessary connection reset by Jim Schutt · 13 years ago
  59. 4cf9d54 libceph: don't time out osd requests that haven't been received by Sage Weil · 13 years ago
  60. a2a7960 libceph: add missing breaks in addr_set_port by Sage Weil · 13 years ago
  61. 0417788 libceph: fix TAG_WAIT case by Sage Weil · 13 years ago
  62. 12a2f64 libceph: use snprintf for unknown addrs by Sage Weil · 13 years ago
  63. e8f54ce libceph: fix uninitialized value when no get_authorizer method is set by Sage Weil · 13 years ago
  64. 0da5d70 libceph: handle connection reopen race with callbacks by Sage Weil · 13 years ago
  65. ca20892 libceph: fix ceph_msg_new error path by Henry C Chang · 13 years ago
  66. e00de34 libceph: fix msgr standby handling by Sage Weil · 13 years ago
  67. e76661d libceph: fix msgr keepalive flag by Sage Weil · 13 years ago
  68. 60bf8bf libceph: fix msgr backoff by Sage Weil · 13 years ago
  69. 692d20f libceph: retry after authorization failure by Sage Weil · 13 years ago
  70. 42961d2 libceph: fix socket write error handling by Sage Weil · 13 years ago
  71. 98bdb0a libceph: fix socket read error handling by Sage Weil · 13 years ago
  72. f363e45 net/ceph: make ceph_msgr_wq non-reentrant by Tejun Heo · 14 years ago
  73. d96c904 ceph: fix msgr_init error path by Sage Weil · 14 years ago
  74. c5c6b19 ceph: explicitly specify page alignment in network messages by Sage Weil · 14 years ago
  75. df9f86f ceph: fix small seq message skipping by Sage Weil · 14 years ago
  76. 3d14c5d ceph: factor out libceph from Ceph file system by Yehuda Sadeh · 14 years ago[Renamed (96%) from fs/ceph/messenger.c]
  77. 68b4476 ceph: messenger and osdc changes for rbd by Yehuda Sadeh · 14 years ago
  78. 213c99e ceph: whitespace cleanup by Sage Weil · 14 years ago
  79. 6a25938 ceph: specify supported features in super.h by Sage Weil · 14 years ago
  80. cd84db6 ceph: code cleanup by Yehuda Sadeh · 14 years ago
  81. f91d347 ceph: fix creation of ipv6 sockets by Sage Weil · 14 years ago
  82. 39139f6 ceph: fix parsing of ipv6 addresses by Sage Weil · 14 years ago
  83. d06dbaf ceph: fix printing of ipv6 addrs by Sage Weil · 14 years ago
  84. ed98ada ceph: fix message revocation by Sage Weil · 14 years ago
  85. ae32be3 ceph: fix message memory leak, uninitialized variable by Sage Weil · 14 years ago
  86. 0cf5537 ceph: some endianity fixes by Yehuda Sadeh · 14 years ago
  87. a922d38 ceph: close out mds, osd connections before stopping auth by Sage Weil · 14 years ago
  88. 34d2376 ceph: all allocation functions should get gfp_mask by Yehuda Sadeh · 14 years ago
  89. aba558e ceph: save peer feature bits in connection structure by Sage Weil · 14 years ago
  90. ca9d93a ceph: resync headers with userland by Sage Weil · 14 years ago
  91. dbad185 ceph: drop src address(es) from message header [new protocol feature] by Sage Weil · 14 years ago
  92. 9dd4658 ceph: close messenger race by Sage Weil · 14 years ago
  93. 6f2bc3f ceph: clean up connection reset by Sage Weil · 14 years ago
  94. bb25766 ceph: simplify ceph_msg_new by Sage Weil · 14 years ago
  95. a79832f ceph: make ceph_msg_new return NULL on failure; clean up, fix callers by Sage Weil · 14 years ago
  96. 31459fe ceph: use __page_cache_alloc and add_to_page_cache_lru by Yehuda Sadeh · 14 years ago
  97. e84346b ceph: preserve seq # on requeued messages after transient transport errors by Sage Weil · 14 years ago
  98. 45c6ceb ceph: zero unused message header, footer fields by Sage Weil · 14 years ago
  99. ae18756 ceph: discard incoming messages with bad seq # by Sage Weil · 14 years ago
  100. 684be25 ceph: fix seq counting for skipped messages by Sage Weil · 14 years ago