1. 4c46459 libceph: report defined but unsupported osd ops by Alex Elder · 12 years ago
  2. 2d2f522 libceph: kill ceph_osdc_wait_event() by Alex Elder · 12 years ago
  3. 3c663bb libceph: kill ceph_osdc_create_event() "one_shot" parameter by Alex Elder · 12 years ago
  4. 60e56f1 libceph: kill ceph_calc_raw_layout() by Alex Elder · 12 years ago
  5. 6078938 libdeph: don't export ceph_osdc_init() or ceph_osdc_stop() by Alex Elder · 12 years ago
  6. f9d2519 libceph: lock outside send_queued() by Alex Elder · 12 years ago
  7. a3bea47 ceph: kill ceph_osdc_new_request() "num_reply" parameter by Alex Elder · 12 years ago
  8. 2480882 ceph: kill ceph_osdc_writepages() "flags" parameter by Alex Elder · 12 years ago
  9. fbf8685 ceph: kill ceph_osdc_writepages() "dosync" parameter by Alex Elder · 12 years ago
  10. 87f979d ceph: kill ceph_osdc_writepages() "nofail" parameter by Alex Elder · 12 years ago
  11. 9cbb1d7 libceph: don't require r_num_pages for bio requests by Alex Elder · 12 years ago
  12. 1e32d34 rbd: don't take extra bio reference for osd client by Alex Elder · 12 years ago
  13. ae7ca4a3 libceph: pass num_op with ops by Alex Elder · 12 years ago
  14. 54a5400 libceph: don't set pages or bio in ceph_osdc_alloc_request() by Alex Elder · 12 years ago
  15. d178a9e libceph: don't set flags in ceph_osdc_alloc_request() by Alex Elder · 12 years ago
  16. e75b45c libceph: drop osdc from ceph_calc_raw_layout() by Alex Elder · 12 years ago
  17. 4d6b250 libceph: drop snapid in ceph_calc_raw_layout() by Alex Elder · 12 years ago
  18. e8afad6 libceph: pass length to ceph_calc_file_object_mapping() by Alex Elder · 12 years ago
  19. 0120be3 libceph: pass length to ceph_osdc_build_request() by Alex Elder · 12 years ago
  20. 5b9d1b1 libceph: kill op_needs_trail() by Alex Elder · 12 years ago
  21. c885837 libceph: always allow trail in osd request by Alex Elder · 12 years ago
  22. af77f26 rbd: drop oid parameters from ceph_osdc_build_request() by Alex Elder · 12 years ago
  23. c3acb18 libceph: reformat __reset_osd() by Alex Elder · 12 years ago
  24. a41bad1 ceph: re-calculate truncate_size for strip object by Yan, Zheng · 12 years ago
  25. e6d50f6 libceph: always reset osds when kicking by Alex Elder · 12 years ago
  26. ab60b16 libceph: move linger requests sooner in kick_requests() by Alex Elder · 12 years ago
  27. c89ce05 libceph: register request before unregister linger by Alex Elder · 12 years ago
  28. a978fa2 libceph: don't use rb_init_node() in ceph_osdc_alloc_request() by Alex Elder · 12 years ago
  29. 3ee5234 libceph: init event->node in ceph_osdc_create_event() by Alex Elder · 12 years ago
  30. f407731 libceph: init osd->o_node in create_osd() by Alex Elder · 12 years ago
  31. 61c7403 rbd: remove linger unconditionally by Alex Elder · 12 years ago
  32. 685a755 libceph: avoid using freed osd in __kick_osd_requests() by Alex Elder · 12 years ago
  33. 7d5f248 ceph: don't reference req after put by Alex Elder · 12 years ago
  34. 83aff95 libceph: remove 'osdtimeout' option by Sage Weil · 12 years ago
  35. 6816282 ceph: propagate layout error on osd request creation by Sage Weil · 12 years ago
  36. d63b77f libceph: check for invalid mapping by Sage Weil · 12 years ago
  37. 756a16a libceph: be less chatty about stray replies by Sage Weil · 12 years ago
  38. 048a9d2 libceph: trivial fix for the incorrect debug output by Jiaju Zhang · 12 years ago
  39. 6194ea8 libceph: resubmit linger ops when pg mapping changes by Sage Weil · 12 years ago
  40. cd43045 libceph: initialize rb, list nodes in ceph_osd_request by Sage Weil · 12 years ago
  41. d50b409 libceph: initialize msgpool message types by Sage Weil · 12 years ago
  42. b7a9e5d libceph: set peer name on con_open, not init by Sage Weil · 12 years ago
  43. 9a64e8e Merge tag 'v3.5-rc1' by Sage Weil · 12 years ago
  44. 8921d11 libceph: make ceph_con_revoke_message() a msg op by Alex Elder · 12 years ago
  45. 6740a84 libceph: make ceph_con_revoke() a msg operation by Alex Elder · 12 years ago
  46. 1c20f2d libceph: tweak ceph_alloc_msg() by Alex Elder · 12 years ago
  47. 1bfd89f libceph: fully initialize connection in con_init() by Alex Elder · 12 years ago
  48. 0d47766 libceph: use con get/put ops from osd_client by Sage Weil · 12 years ago
  49. ab8cb34 libceph: osd_client: don't drop reply reference too early by Alex Elder · 12 years ago
  50. e10006f libceph: provide osd number when creating osd by Alex Elder · 12 years ago
  51. 15d9882 libceph: embed ceph messenger structure in ceph_client by Alex Elder · 12 years ago
  52. af56e0a Merge git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
  53. 35f9f8a libceph: avoid unregistering osd request when not registered by Sage Weil · 12 years ago
  54. 8f43fb5 ceph: use info returned by get_authorizer by Alex Elder · 12 years ago
  55. a3530df ceph: have get_authorizer methods return pointers by Alex Elder · 12 years ago
  56. a255651 ceph: ensure auth ops are defined before use by Alex Elder · 12 years ago
  57. 74f1869 ceph: messenger: reduce args to create_authorizer by Alex Elder · 12 years ago
  58. 6c4a191 ceph: define ceph_auth_handshake type by Alex Elder · 12 years ago
  59. 065a68f ceph: osd_client: fix endianness bug in osd_req_encode_op() by Alex Elder · 12 years ago
  60. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  61. 56e925b libceph: remove useless return value for osd_client __send_request() by Sage Weil · 13 years ago
  62. 224736d libceph: Allocate larger oid buffer in request msgs by Stratos Psomadakis · 13 years ago
  63. 38d6453 libceph: force resend of osd requests if we skip an osdmap by Sage Weil · 13 years ago
  64. b61c276 libceph: don't complain on msgpool alloc failures by Sage Weil · 13 years ago
  65. 935b639 libceph: fix linger request requeuing by Sage Weil · 13 years ago
  66. aca420b libceph: fix leak of osd structs during shutdown by Sage Weil · 13 years ago
  67. 4cf9d54 libceph: don't time out osd requests that haven't been received by Sage Weil · 13 years ago
  68. 9bb0ce2 libceph: fix page calculation for non-page-aligned io by Sage Weil · 13 years ago
  69. 2584547 ceph: fix sync vs canceled write by Sage Weil · 13 years ago
  70. cd634fb libceph: subscribe to osdmap when cluster is full by Sage Weil · 13 years ago
  71. 9d6fcb0 ceph: check return value for start_request in writepages by Sage Weil · 13 years ago
  72. 2dab036 libceph: use snprintf for formatting object name by Sage Weil · 13 years ago
  73. 4ad1262 libceph: fix ceph_osdc_alloc_request error checks by Sage Weil · 13 years ago
  74. e6d2831 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  75. 42933ba Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 by Linus Torvalds · 13 years ago
  76. 77f38e0 libceph: fix linger request requeueing by Sage Weil · 13 years ago
  77. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  78. fbdb919 libceph: fix null dereference when unregistering linger requests by Sage Weil · 14 years ago
  79. 234af26f ceph: unlock on error in ceph_osdc_start_request() by Dan Carpenter · 14 years ago
  80. 6b0ae40 ceph: fix possible NULL pointer dereference by Mariusz Kozlowski · 14 years ago
  81. a40c4f1 libceph: add lingering request and watch/notify event framework by Yehuda Sadeh · 14 years ago
  82. 6f6c700 libceph: fix osd request queuing on osdmap updates by Sage Weil · 14 years ago
  83. c5c6b19 ceph: explicitly specify page alignment in network messages by Sage Weil · 14 years ago
  84. b7495fc ceph: make page alignment explicit in osd interface by Sage Weil · 14 years ago
  85. 3d14c5d ceph: factor out libceph from Ceph file system by Yehuda Sadeh · 14 years ago[Renamed (97%) from fs/ceph/osd_client.c]
  86. ae1533b ceph-rbd: osdc support for osd call and rollback operations by Yehuda Sadeh · 14 years ago
  87. 68b4476 ceph: messenger and osdc changes for rbd by Yehuda Sadeh · 14 years ago
  88. 3499e8a ceph: refactor osdc requests creation functions by Yehuda Sadeh · 14 years ago
  89. 6bc1887 ceph: avoid null deref in osd request error path by Sage Weil · 14 years ago
  90. 07a27e2 ceph: fix osd request lru adjustment when sending request by Henry C Chang · 14 years ago
  91. 213c99e ceph: whitespace cleanup by Sage Weil · 14 years ago
  92. 796d695 ceph: only set num_pages in calc_layout by Sage Weil · 14 years ago
  93. 03066f2 ceph: use complete_all and wake_up_all by Yehuda Sadeh · 14 years ago
  94. 4a32f93 ceph: fix map handler error path by Sage Weil · 14 years ago
  95. 79494d1 ceph: fix leak of osd authorizer by Sage Weil · 14 years ago
  96. 9e32789 ceph: Storage class should be before const qualifier by Tobias Klauser · 14 years ago
  97. 34d2376 ceph: all allocation functions should get gfp_mask by Yehuda Sadeh · 14 years ago
  98. 4f48280 ceph: name msgpools; useful error messages by Sage Weil · 14 years ago
  99. f26e681 ceph: osdtimeout=0 for now timeout by Sage Weil · 14 years ago
  100. c473ad9 ceph: wake up mount thread when getting osdmap by Yehuda Sadeh · 14 years ago