1. fe38a2b libceph: start defining message data cursor by Alex Elder · 12 years ago
  2. 4379450 libceph: abstract message data by Alex Elder · 12 years ago
  3. f9e1577 libceph: be explicit about message data representation by Alex Elder · 12 years ago
  4. 97fb1c7 libceph: define ceph_msg_has_*() data macros by Alex Elder · 12 years ago
  5. 35b6280 libceph: define and use ceph_crc32c_page() by Alex Elder · 12 years ago
  6. afb3d90 libceph: define and use ceph_tcp_recvpage() by Alex Elder · 12 years ago
  7. 34d2d20 libceph: encapsulate reading message data by Alex Elder · 12 years ago
  8. e387d52 libceph: small write_partial_msg_pages() refactor by Alex Elder · 12 years ago
  9. 7862505 libceph: consolidate message prep code by Alex Elder · 12 years ago
  10. bae6acd libceph: use local variables for message positions by Alex Elder · 12 years ago
  11. 98a0370 libceph: don't clear bio_iter in prepare_write_message() by Alex Elder · 12 years ago
  12. 07aa155 libceph: activate message data assignment checks by Alex Elder · 12 years ago
  13. 4a73ef2 libceph: record message data byte length by Alex Elder · 12 years ago
  14. ebf18f4 ceph: only set message data pointers if non-empty by Alex Elder · 12 years ago
  15. 27fa838 libceph: isolate other message data fields by Alex Elder · 12 years ago
  16. f1baeb2 libceph: set page info with byte length by Alex Elder · 12 years ago
  17. 02afca6 libceph: isolate message page field manipulation by Alex Elder · 12 years ago
  18. 9516e45 libceph: simplify new message initialization by Alex Elder · 12 years ago
  19. 35c7bfb libceph: advance pagelist with list_rotate_left() by Alex Elder · 12 years ago
  20. e788182 libceph: define and use in_msg_pos_next() by Alex Elder · 12 years ago
  21. b3d56fa libceph: kill args in read_partial_message_bio() by Alex Elder · 12 years ago
  22. e1dcb12 libceph: change type of ceph_tcp_sendpage() "more" by Alex Elder · 12 years ago
  23. 6ebc8b3 libceph: minor byte order problems in read_partial_message() by Alex Elder · 12 years ago
  24. 7b11ba3 libceph: define CEPH_MSG_MAX_MIDDLE_LEN by Alex Elder · 12 years ago
  25. 4137577 libceph: clean up skipped message logic by Alex Elder · 12 years ago
  26. 53ded49 libceph: define mds_alloc_msg() method by Alex Elder · 12 years ago
  27. 1d866d1 libceph: drop mutex while allocating a message by Alex Elder · 12 years ago
  28. ec02a2f libceph: kill ceph_msg->pagelist_count by Alex Elder · 12 years ago
  29. d4b515f libceph: distinguish page array and pagelist count by Alex Elder · 12 years ago
  30. 07c09b7 libceph: make ceph_msg->bio_seg be unsigned by Alex Elder · 12 years ago
  31. 4965941 libceph: use a do..while loop in con_work() by Alex Elder · 12 years ago
  32. b6e7b6a libceph: use a flag to indicate a fault has occurred by Alex Elder · 12 years ago
  33. 9320926 libceph: separate non-locked fault handling by Alex Elder · 12 years ago
  34. f20a39f libceph: encapsulate connection backoff by Alex Elder · 12 years ago
  35. 1541716 libceph: eliminate sparse warnings by Alex Elder · 12 years ago
  36. c9ffc77 libceph: define connection flag helpers by Alex Elder · 12 years ago
  37. 3ebc21f libceph: fix messenger CONFIG_BLOCK dependencies by Alex Elder · 12 years ago
  38. 0fa6ebc libceph: fix protocol feature mismatch failure path by Sage Weil · 12 years ago
  39. 122070a libceph: WARN, don't BUG on unexpected connection states by Alex Elder · 12 years ago
  40. 2836298 libceph: report connection fault with warning by Alex Elder · 12 years ago
  41. 7bb21d68 libceph: socket can close in any connection state by Alex Elder · 12 years ago
  42. 7246240 libceph: avoid NULL kref_put from NULL alloc_msg return by Sage Weil · 12 years ago
  43. 802c6d9 rbd: define common queue_con_delay() by Alex Elder · 12 years ago
  44. 8618e30 rbd: let con_work() handle backoff by Alex Elder · 12 years ago
  45. 588377d rbd: reset BACKOFF if unable to re-queue by Alex Elder · 12 years ago
  46. 5ce765a libceph: only kunmap kmapped pages by Alex Elder · 12 years ago
  47. 6d4221b libceph: avoid truncation due to racing banners by Jim Schutt · 12 years ago
  48. cc8362b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
  49. 6139919 libceph: recheck con state after allocating incoming message by Sage Weil · 12 years ago
  50. 4740a62 libceph: change ceph_con_in_msg_alloc convention to be less weird by Sage Weil · 12 years ago
  51. 8636ea6 libceph: avoid dropping con mutex before fault by Sage Weil · 12 years ago
  52. 7b862e0 libceph: verify state after retaking con lock after dispatch by Sage Weil · 12 years ago
  53. 8007b8d libceph: fix handling of immediate socket connect failure by Sage Weil · 12 years ago
  54. 43c7427 libceph: clear all flags on con_close by Sage Weil · 12 years ago
  55. 4a86169 libceph: clean up con flags by Sage Weil · 12 years ago
  56. 8dacc7d libceph: replace connection state bits with states by Sage Weil · 12 years ago
  57. d7353dd libceph: drop unnecessary CLOSED check in socket state change callback by Sage Weil · 12 years ago
  58. ee76e07 libceph: close socket directly from ceph_con_close() by Sage Weil · 12 years ago
  59. 2e8cb10 libceph: drop gratuitous socket close calls in con_work by Sage Weil · 12 years ago
  60. a59b55a libceph: move ceph_con_send() closed check under the con mutex by Sage Weil · 12 years ago
  61. 0065093 libceph: move msgr clear_standby under con mutex protection by Sage Weil · 12 years ago
  62. 3b5ede0 libceph: fix fault locking; close socket on lossy fault by Sage Weil · 12 years ago
  63. 85effe1 libceph: reset connection retry on successfully negotiation by Sage Weil · 12 years ago
  64. 5469155 libceph: protect ceph_con_open() with mutex by Sage Weil · 12 years ago
  65. a410702 libceph: (re)initialize bio_iter on start of message receive by Sage Weil · 12 years ago
  66. 8c50c81 libceph: fix mutex coverage for ceph_con_close by Sage Weil · 12 years ago
  67. 3a140a0 libceph: report socket read/write error message by Sage Weil · 12 years ago
  68. a2a3258 libceph: prevent the race of incoming work during teardown by Guanjun He · 12 years ago
  69. a16cb1f libceph: fix messenger retry by Sage Weil · 12 years ago
  70. 5bdca4e libceph: fix messenger retry by Sage Weil · 12 years ago
  71. fbb85a4 libceph: allow sock transition from CONNECTING to CLOSED by Sage Weil · 12 years ago
  72. b7a9e5d libceph: set peer name on con_open, not init by Sage Weil · 12 years ago
  73. bc18f4b libceph: add some fine ASCII art by Alex Elder · 12 years ago
  74. 5821bd8 libceph: small changes to messenger.c by Alex Elder · 12 years ago
  75. 7593af9 libceph: distinguish two phases of connect sequence by Alex Elder · 12 years ago
  76. ab166d5 libceph: separate banner and connect writes by Alex Elder · 12 years ago
  77. e27947c libceph: define and use an explicit CONNECTED state by Alex Elder · 12 years ago
  78. 3ec50d1 libceph: clear NEGOTIATING when done by Alex Elder · 12 years ago
  79. bb9e6bb libceph: clear CONNECTING in ceph_con_close() by Alex Elder · 12 years ago
  80. 456ea46 libceph: don't touch con state in con_close_socket() by Alex Elder · 12 years ago
  81. d65c9e0 libceph: just set SOCK_CLOSED when state changes by Alex Elder · 12 years ago
  82. 188048b libceph: don't change socket state on sock event by Alex Elder · 12 years ago
  83. a8d00e3 libceph: SOCK_CLOSED is a flag, not a state by Alex Elder · 12 years ago
  84. abdaa6a libceph: don't use bio_iter as a flag by Alex Elder · 12 years ago
  85. 572c588 libceph: move init of bio_iter by Alex Elder · 12 years ago
  86. df6ad1f libceph: move init_bio_*() functions up by Alex Elder · 12 years ago
  87. fd154f3 libceph: don't mark footer complete before it is by Alex Elder · 12 years ago
  88. 84ca8fc libceph: encapsulate advancing msg page by Alex Elder · 12 years ago
  89. 739c905 libceph: encapsulate out message data setup by Alex Elder · 12 years ago
  90. d59315c libceph: drop ceph_con_get/put helpers and nref member by Sage Weil · 12 years ago
  91. 36eb71a libceph: use con get/put methods by Sage Weil · 12 years ago
  92. b132cf4 rbd: Clear ceph_msg->bio_iter for retransmitted message by Yan, Zheng · 12 years ago
  93. 26ce171 libceph: fix NULL dereference in reset_connection() by Dan Carpenter · 12 years ago
  94. 9a64e8e Merge tag 'v3.5-rc1' by Sage Weil · 12 years ago
  95. 89a86be libceph: transition socket state prior to actual connect by Sage Weil · 12 years ago
  96. 4364352 rbd: Clear ceph_msg->bio_iter for retransmitted message by Yan, Zheng · 12 years ago
  97. 8921d11 libceph: make ceph_con_revoke_message() a msg op by Alex Elder · 12 years ago
  98. 6740a84 libceph: make ceph_con_revoke() a msg operation by Alex Elder · 12 years ago
  99. 92ce034 libceph: have messages take a connection reference by Alex Elder · 12 years ago
  100. 38941f8 libceph: have messages point to their connection by Alex Elder · 12 years ago