1. f42299e libceph: small refactor in write_partial_kvec() by Alex Elder · 12 years ago
  2. fe3ad59 libceph: do crc calculations outside loop by Alex Elder · 12 years ago
  3. a9a0c51 libceph: separate CRC calculation from byte swapping by Alex Elder · 12 years ago
  4. bca064d libceph: use "do" in CRC-related Boolean variables by Alex Elder · 12 years ago
  5. d3002b9 libceph: a few small changes by Alex Elder · 12 years ago
  6. 41617d0 libceph: make ceph_tcp_connect() return int by Alex Elder · 12 years ago
  7. 6173d1f libceph: encapsulate some messenger cleanup code by Alex Elder · 12 years ago
  8. e0f43c9 libceph: make ceph_msgr_wq private by Alex Elder · 12 years ago
  9. 859eb79 libceph: encapsulate connection kvec operations by Alex Elder · 12 years ago
  10. 963be4d libceph: move prepare_write_banner() by Alex Elder · 12 years ago
  11. 99f0f3b ceph: eliminate some abusive casts by Alex Elder · 13 years ago
  12. bd40614 ceph: eliminate some needless casts by Alex Elder · 13 years ago
  13. f64a931 ceph: kill addr_str_lock spinlock; use atomic instead by Alex Elder · 13 years ago
  14. a5bc312 ceph: make use of "else" where appropriate by Alex Elder · 13 years ago
  15. 5766651 ceph: use a shared zero page rather than one per messenger by Alex Elder · 13 years ago
  16. 182fac2 net/ceph: Only clear SOCK_NOSPACE when there is sufficient space in the socket buffer by Jim Schutt · 12 years ago
  17. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  18. ee3b56f ceph: use kernel DNS resolver by Noah Watkins · 13 years ago
  19. f0ed1b7 libceph: warn on msg allocation failures by Sage Weil · 13 years ago
  20. b61c276 libceph: don't complain on msgpool alloc failures by Sage Weil · 13 years ago
  21. c0d5f9d libceph: initialize ack_stamp to avoid unnecessary connection reset by Jim Schutt · 13 years ago
  22. 4cf9d54 libceph: don't time out osd requests that haven't been received by Sage Weil · 13 years ago
  23. a2a7960 libceph: add missing breaks in addr_set_port by Sage Weil · 13 years ago
  24. 0417788 libceph: fix TAG_WAIT case by Sage Weil · 13 years ago
  25. 12a2f64 libceph: use snprintf for unknown addrs by Sage Weil · 13 years ago
  26. e8f54ce libceph: fix uninitialized value when no get_authorizer method is set by Sage Weil · 13 years ago
  27. 0da5d70 libceph: handle connection reopen race with callbacks by Sage Weil · 13 years ago
  28. ca20892 libceph: fix ceph_msg_new error path by Henry C Chang · 13 years ago
  29. e00de34 libceph: fix msgr standby handling by Sage Weil · 13 years ago
  30. e76661d libceph: fix msgr keepalive flag by Sage Weil · 13 years ago
  31. 60bf8bf libceph: fix msgr backoff by Sage Weil · 13 years ago
  32. 692d20f libceph: retry after authorization failure by Sage Weil · 13 years ago
  33. 42961d2 libceph: fix socket write error handling by Sage Weil · 14 years ago
  34. 98bdb0a libceph: fix socket read error handling by Sage Weil · 14 years ago
  35. f363e45 net/ceph: make ceph_msgr_wq non-reentrant by Tejun Heo · 14 years ago
  36. d96c904 ceph: fix msgr_init error path by Sage Weil · 14 years ago
  37. c5c6b19 ceph: explicitly specify page alignment in network messages by Sage Weil · 14 years ago
  38. df9f86f ceph: fix small seq message skipping by Sage Weil · 14 years ago
  39. 3d14c5d ceph: factor out libceph from Ceph file system by Yehuda Sadeh · 14 years ago[Renamed (96%) from fs/ceph/messenger.c]
  40. 68b4476 ceph: messenger and osdc changes for rbd by Yehuda Sadeh · 14 years ago
  41. 213c99e ceph: whitespace cleanup by Sage Weil · 14 years ago
  42. 6a25938 ceph: specify supported features in super.h by Sage Weil · 14 years ago
  43. cd84db6 ceph: code cleanup by Yehuda Sadeh · 14 years ago
  44. f91d347 ceph: fix creation of ipv6 sockets by Sage Weil · 14 years ago
  45. 39139f6 ceph: fix parsing of ipv6 addresses by Sage Weil · 14 years ago
  46. d06dbaf ceph: fix printing of ipv6 addrs by Sage Weil · 14 years ago
  47. ed98ada ceph: fix message revocation by Sage Weil · 14 years ago
  48. ae32be3 ceph: fix message memory leak, uninitialized variable by Sage Weil · 14 years ago
  49. 0cf5537 ceph: some endianity fixes by Yehuda Sadeh · 14 years ago
  50. a922d38 ceph: close out mds, osd connections before stopping auth by Sage Weil · 14 years ago
  51. 34d2376 ceph: all allocation functions should get gfp_mask by Yehuda Sadeh · 14 years ago
  52. aba558e ceph: save peer feature bits in connection structure by Sage Weil · 14 years ago
  53. ca9d93a ceph: resync headers with userland by Sage Weil · 14 years ago
  54. dbad185 ceph: drop src address(es) from message header [new protocol feature] by Sage Weil · 14 years ago
  55. 9dd4658 ceph: close messenger race by Sage Weil · 14 years ago
  56. 6f2bc3f ceph: clean up connection reset by Sage Weil · 14 years ago
  57. bb25766 ceph: simplify ceph_msg_new by Sage Weil · 14 years ago
  58. a79832f ceph: make ceph_msg_new return NULL on failure; clean up, fix callers by Sage Weil · 14 years ago
  59. 31459fe ceph: use __page_cache_alloc and add_to_page_cache_lru by Yehuda Sadeh · 14 years ago
  60. e84346b ceph: preserve seq # on requeued messages after transient transport errors by Sage Weil · 14 years ago
  61. 45c6ceb ceph: zero unused message header, footer fields by Sage Weil · 14 years ago
  62. ae18756 ceph: discard incoming messages with bad seq # by Sage Weil · 14 years ago
  63. 684be25 ceph: fix seq counting for skipped messages by Sage Weil · 14 years ago
  64. 96e35b4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 14 years ago
  65. a6a5349 ceph: use separate class for ceph sockets' sk_lock by Sage Weil · 14 years ago
  66. 0e0d5e0 ceph: fix ack counter reset on connection reset by Sage Weil · 14 years ago
  67. 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
  68. 87b315a ceph: avoid reopening osd connections when address hasn't changed by Sage Weil · 14 years ago
  69. 3c3f2e3 ceph: fix connection fault con_work reentrancy problem by Sage Weil · 14 years ago
  70. 63733a0 ceph: fix authenticator timeout by Sage Weil · 14 years ago
  71. 3ca02ef ceph: reset front len on return to msgpool; BUG on mismatched front iov by Sage Weil · 14 years ago
  72. 1679f87 ceph: reset bits on connection close by Sage Weil · 14 years ago
  73. e80a52d ceph: fix connection fault STANDBY check by Sage Weil · 14 years ago
  74. 161fd65 ceph: invalidate_authorizer without con->mutex held by Sage Weil · 14 years ago
  75. 5b3a4db ceph: fix up unexpected message handling by Sage Weil · 14 years ago
  76. 91e45ce ceph: cancel delayed work when closing connection by Sage Weil · 14 years ago
  77. e2663ab ceph: allow connection to be reopened by fault callback by Sage Weil · 14 years ago
  78. 6c5d1a4 ceph: fix msgr to keep sent messages until acked by Sage Weil · 14 years ago
  79. 9bd2e6f ceph: allow renewal of auth credentials by Sage Weil · 14 years ago
  80. ac8839d ceph: include type in ceph_entity_addr, filepath by Sage Weil · 15 years ago
  81. 0d59ab8 ceph: keep reserved replies on the request structure by Yehuda Sadeh · 15 years ago
  82. 0547a9b ceph: alloc message data pages and check if tid exists by Yehuda Sadeh · 15 years ago
  83. 9d7f0f1 ceph: refactor messages data section allocation by Yehuda Sadeh · 15 years ago
  84. 2450418 ceph: allocate middle of message before stating to read by Yehuda Sadeh · 15 years ago
  85. 103e2d3 ceph: remove unused erank field by Sage Weil · 15 years ago
  86. 58bb3b3 ceph: support ceph_pagelist for message payload by Sage Weil · 15 years ago
  87. 04a419f ceph: add feature bits to connection handshake (protocol change) by Sage Weil · 15 years ago
  88. 350b1c3 ceph: control access to page vector for incoming data by Sage Weil · 15 years ago
  89. ec30264 ceph: use connection mutex to protect read and write stages by Sage Weil · 15 years ago
  90. 169e16c ceph: remove unaccessible code by Yehuda Sadeh · 15 years ago
  91. cf3e5c4 ceph: plug leak of incoming message during connection fault/close by Sage Weil · 15 years ago
  92. 9ec7cab ceph: hex dump corrupt server data to KERN_DEBUG by Sage Weil · 15 years ago
  93. b3d1dbb ceph: don't save sent messages on lossy connections by Sage Weil · 15 years ago
  94. 92ac41d ceph: detect lossy state of connection by Sage Weil · 15 years ago
  95. 5e095e8 ceph: plug msg leak in con_fault by Sage Weil · 15 years ago
  96. c86a293 ceph: carry explicit msg reference for currently sending message by Sage Weil · 15 years ago
  97. c2e552e ceph: use kref for ceph_msg by Sage Weil · 15 years ago
  98. b6c1d5b ceph: simplify ceph_buffer interface by Sage Weil · 15 years ago
  99. 03c677e ceph: reset msgr backoff during open, not after successful handshake by Sage Weil · 15 years ago
  100. 4e7a5dc ceph: negotiate authentication protocol; implement AUTH_NONE protocol by Sage Weil · 15 years ago