1. 969e5aa Merge branch 'testing' of github.com:ceph/ceph-client into v3.8-rc5-testing by Alex Elder · 12 years ago
  2. 1ec3911 libceph: fix undefined behavior when using snprintf() by Cong Ding · 12 years ago
  3. ae7ca4a3 libceph: pass num_op with ops by Alex Elder · 12 years ago
  4. 54a5400 libceph: don't set pages or bio in ceph_osdc_alloc_request() by Alex Elder · 12 years ago
  5. d178a9e libceph: don't set flags in ceph_osdc_alloc_request() by Alex Elder · 12 years ago
  6. e75b45c libceph: drop osdc from ceph_calc_raw_layout() by Alex Elder · 12 years ago
  7. 4d6b250 libceph: drop snapid in ceph_calc_raw_layout() by Alex Elder · 12 years ago
  8. e8afad6 libceph: pass length to ceph_calc_file_object_mapping() by Alex Elder · 12 years ago
  9. 0120be3 libceph: pass length to ceph_osdc_build_request() by Alex Elder · 12 years ago
  10. 5b9d1b1 libceph: kill op_needs_trail() by Alex Elder · 12 years ago
  11. c885837 libceph: always allow trail in osd request by Alex Elder · 12 years ago
  12. af77f26 rbd: drop oid parameters from ceph_osdc_build_request() by Alex Elder · 12 years ago
  13. c3acb18 libceph: reformat __reset_osd() by Alex Elder · 12 years ago
  14. 7d7c1f6 crush: avoid recursion if we have already collided by Sage Weil · 12 years ago
  15. 1604f48 libceph: for chooseleaf rules, retry CRUSH map descent from root if leaf is failed by Jim Schutt · 12 years ago
  16. a41bad1 ceph: re-calculate truncate_size for strip object by Yan, Zheng · 12 years ago
  17. 58890c0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
  18. 0fa6ebc libceph: fix protocol feature mismatch failure path by Sage Weil · 12 years ago
  19. 122070a libceph: WARN, don't BUG on unexpected connection states by Alex Elder · 12 years ago
  20. e6d50f6 libceph: always reset osds when kicking by Alex Elder · 12 years ago
  21. ab60b16 libceph: move linger requests sooner in kick_requests() by Alex Elder · 12 years ago
  22. 40889e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
  23. c89ce05 libceph: register request before unregister linger by Alex Elder · 12 years ago
  24. a978fa2 libceph: don't use rb_init_node() in ceph_osdc_alloc_request() by Alex Elder · 12 years ago
  25. 3ee5234 libceph: init event->node in ceph_osdc_create_event() by Alex Elder · 12 years ago
  26. f407731 libceph: init osd->o_node in create_osd() by Alex Elder · 12 years ago
  27. 2836298 libceph: report connection fault with warning by Alex Elder · 12 years ago
  28. 7bb21d68 libceph: socket can close in any connection state by Alex Elder · 12 years ago
  29. 61c7403 rbd: remove linger unconditionally by Alex Elder · 12 years ago
  30. 685a755 libceph: avoid using freed osd in __kick_osd_requests() by Alex Elder · 12 years ago
  31. 7d5f248 ceph: don't reference req after put by Alex Elder · 12 years ago
  32. 83aff95 libceph: remove 'osdtimeout' option by Sage Weil · 12 years ago
  33. 72afc71 libceph: define ceph_pg_pool_name_by_id() by Alex Elder · 12 years ago
  34. 0ed7285 libceph: fix osdmap decode error paths by Sage Weil · 12 years ago
  35. 35fd3dc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
  36. 7246240 libceph: avoid NULL kref_put from NULL alloc_msg return by Sage Weil · 12 years ago
  37. 9bd95261 libceph: avoid NULL kref_put when osd reset races with alloc_msg by Sage Weil · 12 years ago
  38. d25282d Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  39. 802c6d9 rbd: define common queue_con_delay() by Alex Elder · 12 years ago
  40. 8618e30 rbd: let con_work() handle backoff by Alex Elder · 12 years ago
  41. 588377d rbd: reset BACKOFF if unable to re-queue by Alex Elder · 12 years ago
  42. 4c199a9 rbtree: empty nodes have no color by Michel Lespinasse · 12 years ago
  43. cf7f601 KEYS: Add payload preparsing opportunity prior to key instantiate or update by David Howells · 12 years ago
  44. 6816282 ceph: propagate layout error on osd request creation by Sage Weil · 12 years ago
  45. d63b77f libceph: check for invalid mapping by Sage Weil · 12 years ago
  46. cc4829e ceph: use list_move_tail instead of list_del/list_add_tail by Wei Yongjun · 12 years ago
  47. 7698f2f libceph: Fix sparse warning by Iulius Curt · 12 years ago
  48. 290e335 libceph: remove unused monc->have_fsid by Sage Weil · 12 years ago
  49. 5ce765a libceph: only kunmap kmapped pages by Alex Elder · 12 years ago
  50. 6d4221b libceph: avoid truncation due to racing banners by Jim Schutt · 12 years ago
  51. d1c338a libceph: delay debugfs initialization until we learn global_id by Sage Weil · 12 years ago
  52. f0666b1 libceph: fix crypto key null deref, memory leak by Sylvain Munaut · 12 years ago
  53. cc8362b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
  54. 6139919 libceph: recheck con state after allocating incoming message by Sage Weil · 12 years ago
  55. 4740a62 libceph: change ceph_con_in_msg_alloc convention to be less weird by Sage Weil · 12 years ago
  56. 8636ea6 libceph: avoid dropping con mutex before fault by Sage Weil · 12 years ago
  57. 7b862e0 libceph: verify state after retaking con lock after dispatch by Sage Weil · 12 years ago
  58. 4f471e4 libceph: revoke mon_client messages on session restart by Sage Weil · 12 years ago
  59. 8007b8d libceph: fix handling of immediate socket connect failure by Sage Weil · 12 years ago
  60. 756a16a libceph: be less chatty about stray replies by Sage Weil · 12 years ago
  61. 43c7427 libceph: clear all flags on con_close by Sage Weil · 12 years ago
  62. 4a86169 libceph: clean up con flags by Sage Weil · 12 years ago
  63. 8dacc7d libceph: replace connection state bits with states by Sage Weil · 12 years ago
  64. d7353dd libceph: drop unnecessary CLOSED check in socket state change callback by Sage Weil · 12 years ago
  65. ee76e07 libceph: close socket directly from ceph_con_close() by Sage Weil · 12 years ago
  66. 2e8cb10 libceph: drop gratuitous socket close calls in con_work by Sage Weil · 12 years ago
  67. a59b55a libceph: move ceph_con_send() closed check under the con mutex by Sage Weil · 12 years ago
  68. 0065093 libceph: move msgr clear_standby under con mutex protection by Sage Weil · 12 years ago
  69. 3b5ede0 libceph: fix fault locking; close socket on lossy fault by Sage Weil · 12 years ago
  70. 048a9d2 libceph: trivial fix for the incorrect debug output by Jiaju Zhang · 12 years ago
  71. 85effe1 libceph: reset connection retry on successfully negotiation by Sage Weil · 12 years ago
  72. 5469155 libceph: protect ceph_con_open() with mutex by Sage Weil · 12 years ago
  73. a410702 libceph: (re)initialize bio_iter on start of message receive by Sage Weil · 12 years ago
  74. 6194ea8 libceph: resubmit linger ops when pg mapping changes by Sage Weil · 12 years ago
  75. 8c50c81 libceph: fix mutex coverage for ceph_con_close by Sage Weil · 12 years ago
  76. 3a140a0 libceph: report socket read/write error message by Sage Weil · 12 years ago
  77. 546f04e libceph: support crush tunables by Sage Weil · 12 years ago
  78. 1fe60e5 libceph: move feature bits to separate header by Sage Weil · 12 years ago
  79. a2a3258 libceph: prevent the race of incoming work during teardown by Guanjun He · 12 years ago
  80. a16cb1f libceph: fix messenger retry by Sage Weil · 12 years ago
  81. cd43045 libceph: initialize rb, list nodes in ceph_osd_request by Sage Weil · 12 years ago
  82. d50b409 libceph: initialize msgpool message types by Sage Weil · 12 years ago
  83. 3c4cfad Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  84. 5bdca4e libceph: fix messenger retry by Sage Weil · 12 years ago
  85. ae86b9e net: Fix non-kernel-doc comments with kernel-doc start marker by Ben Hutchings · 12 years ago
  86. fbb85a4 libceph: allow sock transition from CONNECTING to CLOSED by Sage Weil · 12 years ago
  87. 735a72e libceph: initialize mon_client con only once by Sage Weil · 12 years ago
  88. b7a9e5d libceph: set peer name on con_open, not init by Sage Weil · 12 years ago
  89. bc18f4b libceph: add some fine ASCII art by Alex Elder · 12 years ago
  90. 5821bd8 libceph: small changes to messenger.c by Alex Elder · 12 years ago
  91. 7593af9 libceph: distinguish two phases of connect sequence by Alex Elder · 12 years ago
  92. ab166d5 libceph: separate banner and connect writes by Alex Elder · 12 years ago
  93. e27947c libceph: define and use an explicit CONNECTED state by Alex Elder · 12 years ago
  94. 3ec50d1 libceph: clear NEGOTIATING when done by Alex Elder · 12 years ago
  95. bb9e6bb libceph: clear CONNECTING in ceph_con_close() by Alex Elder · 12 years ago
  96. 456ea46 libceph: don't touch con state in con_close_socket() by Alex Elder · 12 years ago
  97. d65c9e0 libceph: just set SOCK_CLOSED when state changes by Alex Elder · 12 years ago
  98. 188048b libceph: don't change socket state on sock event by Alex Elder · 12 years ago
  99. a8d00e3 libceph: SOCK_CLOSED is a flag, not a state by Alex Elder · 12 years ago
  100. abdaa6a libceph: don't use bio_iter as a flag by Alex Elder · 12 years ago