1. 3a813fb libceph: do not crash on large auth tickets by Ilya Dryomov · 10 years ago
  2. 1af471f libceph: do not hard code max auth ticket len by Ilya Dryomov · 10 years ago
  3. 61fad81 libceph: add process_one_ticket() helper by Ilya Dryomov · 10 years ago
  4. 9e7f1ce libceph: gracefully handle large reply messages from the mon by Sage Weil · 10 years ago
  5. 561803d libceph: resend all writes after the osdmap loses the full flag by Josh Durgin · 11 years ago
  6. 1750865 libceph: unregister request in __map_request failed and nofail == false by majianpeng · 11 years ago
  7. f7f2231 libceph: Fix NULL pointer dereference in auth client code by Tyler Hicks · 11 years ago
  8. 137dbf8 libceph: wrap auth methods in a mutex by Sage Weil · 11 years ago
  9. e722283 libceph: wrap auth ops in wrapper functions by Sage Weil · 11 years ago
  10. 0ad7d72 libceph: add update_authorizer auth method by Sage Weil · 11 years ago
  11. 02693e1 libceph: fix authorizer invalidation by Sage Weil · 11 years ago
  12. e5135c8 libceph: clear messenger auth_retry flag when we authenticate by Sage Weil · 11 years ago
  13. 20c6d0b libceph: must hold mutex for reset_changed_osds() by Alex Elder · 11 years ago
  14. 48a838d rbd: remove linger unconditionally by Alex Elder · 12 years ago
  15. d034801 ceph: don't reference req after put by Alex Elder · 12 years ago
  16. 072d6a4 libceph: remove 'osdtimeout' option by Sage Weil · 12 years ago
  17. f46c198 libceph: avoid using freed osd in __kick_osd_requests() by Alex Elder · 12 years ago
  18. e08321e libceph: fix osdmap decode error paths by Sage Weil · 12 years ago
  19. 607abff libceph: fix protocol feature mismatch failure path by Sage Weil · 12 years ago
  20. f032ca9 libceph: WARN, don't BUG on unexpected connection states by Alex Elder · 12 years ago
  21. e540542 libceph: always reset osds when kicking by Alex Elder · 12 years ago
  22. b2a1616 libceph: move linger requests sooner in kick_requests() by Alex Elder · 12 years ago
  23. c047f31 libceph: register request before unregister linger by Alex Elder · 12 years ago
  24. 51371a5 libceph: don't use rb_init_node() in ceph_osdc_alloc_request() by Alex Elder · 12 years ago
  25. 85e3cd9 libceph: init event->node in ceph_osdc_create_event() by Alex Elder · 12 years ago
  26. 3ff5254 libceph: init osd->o_node in create_osd() by Alex Elder · 12 years ago
  27. 4ce5464 libceph: report connection fault with warning by Alex Elder · 12 years ago
  28. c71be43 libceph: socket can close in any connection state by Alex Elder · 12 years ago
  29. b51b46a ceph: propagate layout error on osd request creation by Sage Weil · 12 years ago
  30. 9f16f47 libceph: check for invalid mapping by Sage Weil · 12 years ago
  31. ded64b2 libceph: avoid NULL kref_put when osd reset races with alloc_msg by Sage Weil · 12 years ago
  32. 773a6b2 rbd: reset BACKOFF if unable to re-queue by Alex Elder · 12 years ago
  33. 18cfd85 libceph: only kunmap kmapped pages by Alex Elder · 12 years ago
  34. 7386740 libceph: avoid truncation due to racing banners by Jim Schutt · 12 years ago
  35. 1beb5d8 libceph: delay debugfs initialization until we learn global_id by Sage Weil · 12 years ago
  36. fedbf516 libceph: fix crypto key null deref, memory leak by Sylvain Munaut · 12 years ago
  37. ee55d8b libceph: recheck con state after allocating incoming message by Sage Weil · 12 years ago
  38. c032d95 libceph: change ceph_con_in_msg_alloc convention to be less weird by Sage Weil · 12 years ago
  39. 3e6ccd7 libceph: avoid dropping con mutex before fault by Sage Weil · 12 years ago
  40. bbdf090 libceph: verify state after retaking con lock after dispatch by Sage Weil · 12 years ago
  41. e068e58 libceph: revoke mon_client messages on session restart by Sage Weil · 12 years ago
  42. 42e1fac libceph: fix handling of immediate socket connect failure by Sage Weil · 12 years ago
  43. fdb9ada libceph: clear all flags on con_close by Sage Weil · 12 years ago
  44. 5d0fc94 libceph: clean up con flags by Sage Weil · 12 years ago
  45. adec668 libceph: replace connection state bits with states by Sage Weil · 12 years ago
  46. edfda78 libceph: drop unnecessary CLOSED check in socket state change callback by Sage Weil · 12 years ago
  47. 7b159bc libceph: close socket directly from ceph_con_close() by Sage Weil · 12 years ago
  48. a6315e2 libceph: drop gratuitous socket close calls in con_work by Sage Weil · 12 years ago
  49. e8a65c2 libceph: move ceph_con_send() closed check under the con mutex by Sage Weil · 12 years ago
  50. 5c8440f libceph: move msgr clear_standby under con mutex protection by Sage Weil · 12 years ago
  51. 4579d61de libceph: fix fault locking; close socket on lossy fault by Sage Weil · 12 years ago
  52. 10093e9 libceph: reset connection retry on successfully negotiation by Sage Weil · 12 years ago
  53. 9b898de libceph: protect ceph_con_open() with mutex by Sage Weil · 12 years ago
  54. e6ebf2d libceph: (re)initialize bio_iter on start of message receive by Sage Weil · 12 years ago
  55. b1bfda5 libceph: resubmit linger ops when pg mapping changes by Sage Weil · 12 years ago
  56. 3f41a38 libceph: fix mutex coverage for ceph_con_close by Sage Weil · 12 years ago
  57. 36e3b58 libceph: report socket read/write error message by Sage Weil · 12 years ago
  58. a8e41c7 libceph: prevent the race of incoming work during teardown by Guanjun He · 12 years ago
  59. 8636dc5 libceph: initialize msgpool message types by Sage Weil · 12 years ago
  60. 5f677c9 libceph: allow sock transition from CONNECTING to CLOSED by Sage Weil · 12 years ago
  61. 347654e libceph: initialize mon_client con only once by Sage Weil · 12 years ago
  62. 69cbd62 libceph: set peer name on con_open, not init by Sage Weil · 12 years ago
  63. 7648e83 libceph: add some fine ASCII art by Alex Elder · 12 years ago
  64. 47a727f libceph: small changes to messenger.c by Alex Elder · 12 years ago
  65. 7306b99 libceph: distinguish two phases of connect sequence by Alex Elder · 12 years ago
  66. c53a044 libceph: separate banner and connect writes by Alex Elder · 12 years ago
  67. 16699e8 libceph: define and use an explicit CONNECTED state by Alex Elder · 12 years ago
  68. eab703f libceph: clear NEGOTIATING when done by Alex Elder · 12 years ago
  69. 640a221 libceph: clear CONNECTING in ceph_con_close() by Alex Elder · 12 years ago
  70. 872ada2 libceph: don't touch con state in con_close_socket() by Alex Elder · 12 years ago
  71. 37fbdde libceph: just set SOCK_CLOSED when state changes by Alex Elder · 12 years ago
  72. 8927e1c libceph: don't change socket state on sock event by Alex Elder · 12 years ago
  73. abe3565 libceph: SOCK_CLOSED is a flag, not a state by Alex Elder · 12 years ago
  74. 7f9abe3 libceph: don't use bio_iter as a flag by Alex Elder · 12 years ago
  75. 19b9c1d libceph: move init of bio_iter by Alex Elder · 12 years ago
  76. a37b809 libceph: move init_bio_*() functions up by Alex Elder · 12 years ago
  77. 8a08de2 libceph: don't mark footer complete before it is by Alex Elder · 12 years ago
  78. 11e8690 libceph: encapsulate advancing msg page by Alex Elder · 12 years ago
  79. 5c5d2ce libceph: encapsulate out message data setup by Alex Elder · 12 years ago
  80. 5d76477 libceph: drop ceph_con_get/put helpers and nref member by Sage Weil · 12 years ago
  81. 4590b6a libceph: use con get/put methods by Sage Weil · 12 years ago
  82. 845764c libceph: fix NULL dereference in reset_connection() by Dan Carpenter · 12 years ago
  83. 03eb0c9 libceph: transition socket state prior to actual connect by Sage Weil · 12 years ago
  84. 66d0d89 libceph: fix overflow in osdmap_apply_incremental() by Xi Wang · 12 years ago
  85. 867dea1 libceph: fix overflow in osdmap_decode() by Xi Wang · 12 years ago
  86. 35e08c3 libceph: fix overflow in __decode_pool_names() by Xi Wang · 12 years ago
  87. 2e58f8c libceph: make ceph_con_revoke_message() a msg op by Alex Elder · 12 years ago
  88. 8d72ff7 libceph: make ceph_con_revoke() a msg operation by Alex Elder · 12 years ago
  89. 0955b32 libceph: have messages take a connection reference by Alex Elder · 12 years ago
  90. d3f32ca libceph: have messages point to their connection by Alex Elder · 12 years ago
  91. 692f0e5 libceph: tweak ceph_alloc_msg() by Alex Elder · 12 years ago
  92. 16ab8cd libceph: fully initialize connection in con_init() by Alex Elder · 12 years ago
  93. a5e05d6 libceph: init monitor connection when opening by Alex Elder · 12 years ago
  94. f1599ff libceph: drop connection refcounting for mon_client by Sage Weil · 12 years ago
  95. 3fb8b35 libceph: embed ceph connection structure in mon_client by Alex Elder · 12 years ago
  96. 2c2070e libceph: set CLOSED state bit in con_init by Alex Elder · 12 years ago
  97. 816dd4f libceph: provide osd number when creating osd by Alex Elder · 12 years ago
  98. 7502e04 libceph: start tracking connection socket state by Alex Elder · 12 years ago
  99. 85ff442 libceph: start separating connection flags from state by Alex Elder · 12 years ago
  100. 1b37a53 libceph: embed ceph messenger structure in ceph_client by Alex Elder · 12 years ago