1. 6194ea8 libceph: resubmit linger ops when pg mapping changes by Sage Weil · 12 years ago
  2. cd43045 libceph: initialize rb, list nodes in ceph_osd_request by Sage Weil · 12 years ago
  3. d50b409 libceph: initialize msgpool message types by Sage Weil · 12 years ago
  4. b7a9e5d libceph: set peer name on con_open, not init by Sage Weil · 12 years ago
  5. 9a64e8e Merge tag 'v3.5-rc1' by Sage Weil · 12 years ago
  6. 8921d11 libceph: make ceph_con_revoke_message() a msg op by Alex Elder · 12 years ago
  7. 6740a84 libceph: make ceph_con_revoke() a msg operation by Alex Elder · 12 years ago
  8. 1c20f2d libceph: tweak ceph_alloc_msg() by Alex Elder · 12 years ago
  9. 1bfd89f libceph: fully initialize connection in con_init() by Alex Elder · 12 years ago
  10. 0d47766 libceph: use con get/put ops from osd_client by Sage Weil · 12 years ago
  11. ab8cb34 libceph: osd_client: don't drop reply reference too early by Alex Elder · 12 years ago
  12. e10006f libceph: provide osd number when creating osd by Alex Elder · 12 years ago
  13. 15d9882 libceph: embed ceph messenger structure in ceph_client by Alex Elder · 12 years ago
  14. af56e0a Merge git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
  15. 35f9f8a libceph: avoid unregistering osd request when not registered by Sage Weil · 12 years ago
  16. 8f43fb5 ceph: use info returned by get_authorizer by Alex Elder · 12 years ago
  17. a3530df ceph: have get_authorizer methods return pointers by Alex Elder · 12 years ago
  18. a255651 ceph: ensure auth ops are defined before use by Alex Elder · 12 years ago
  19. 74f1869 ceph: messenger: reduce args to create_authorizer by Alex Elder · 12 years ago
  20. 6c4a191 ceph: define ceph_auth_handshake type by Alex Elder · 12 years ago
  21. 065a68f ceph: osd_client: fix endianness bug in osd_req_encode_op() by Alex Elder · 12 years ago
  22. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  23. 56e925b libceph: remove useless return value for osd_client __send_request() by Sage Weil · 13 years ago
  24. 224736d libceph: Allocate larger oid buffer in request msgs by Stratos Psomadakis · 13 years ago
  25. 38d6453 libceph: force resend of osd requests if we skip an osdmap by Sage Weil · 13 years ago
  26. b61c276 libceph: don't complain on msgpool alloc failures by Sage Weil · 13 years ago
  27. 935b639 libceph: fix linger request requeuing by Sage Weil · 13 years ago
  28. aca420b libceph: fix leak of osd structs during shutdown by Sage Weil · 13 years ago
  29. 4cf9d54 libceph: don't time out osd requests that haven't been received by Sage Weil · 13 years ago
  30. 9bb0ce2 libceph: fix page calculation for non-page-aligned io by Sage Weil · 13 years ago
  31. 2584547 ceph: fix sync vs canceled write by Sage Weil · 13 years ago
  32. cd634fb libceph: subscribe to osdmap when cluster is full by Sage Weil · 13 years ago
  33. 9d6fcb0 ceph: check return value for start_request in writepages by Sage Weil · 13 years ago
  34. 2dab036 libceph: use snprintf for formatting object name by Sage Weil · 13 years ago
  35. 4ad1262 libceph: fix ceph_osdc_alloc_request error checks by Sage Weil · 13 years ago
  36. e6d2831 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  37. 42933ba Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 by Linus Torvalds · 13 years ago
  38. 77f38e0 libceph: fix linger request requeueing by Sage Weil · 13 years ago
  39. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  40. fbdb919 libceph: fix null dereference when unregistering linger requests by Sage Weil · 13 years ago
  41. 234af26f ceph: unlock on error in ceph_osdc_start_request() by Dan Carpenter · 13 years ago
  42. 6b0ae40 ceph: fix possible NULL pointer dereference by Mariusz Kozlowski · 13 years ago
  43. a40c4f1 libceph: add lingering request and watch/notify event framework by Yehuda Sadeh · 13 years ago
  44. 6f6c700 libceph: fix osd request queuing on osdmap updates by Sage Weil · 13 years ago
  45. c5c6b19 ceph: explicitly specify page alignment in network messages by Sage Weil · 14 years ago
  46. b7495fc ceph: make page alignment explicit in osd interface by Sage Weil · 14 years ago
  47. 3d14c5d ceph: factor out libceph from Ceph file system by Yehuda Sadeh · 14 years ago[Renamed (97%) from fs/ceph/osd_client.c]
  48. ae1533b ceph-rbd: osdc support for osd call and rollback operations by Yehuda Sadeh · 14 years ago
  49. 68b4476 ceph: messenger and osdc changes for rbd by Yehuda Sadeh · 14 years ago
  50. 3499e8a ceph: refactor osdc requests creation functions by Yehuda Sadeh · 14 years ago
  51. 6bc1887 ceph: avoid null deref in osd request error path by Sage Weil · 14 years ago
  52. 07a27e2 ceph: fix osd request lru adjustment when sending request by Henry C Chang · 14 years ago
  53. 213c99e ceph: whitespace cleanup by Sage Weil · 14 years ago
  54. 796d695 ceph: only set num_pages in calc_layout by Sage Weil · 14 years ago
  55. 03066f2 ceph: use complete_all and wake_up_all by Yehuda Sadeh · 14 years ago
  56. 4a32f93 ceph: fix map handler error path by Sage Weil · 14 years ago
  57. 79494d1 ceph: fix leak of osd authorizer by Sage Weil · 14 years ago
  58. 9e32789 ceph: Storage class should be before const qualifier by Tobias Klauser · 14 years ago
  59. 34d2376 ceph: all allocation functions should get gfp_mask by Yehuda Sadeh · 14 years ago
  60. 4f48280 ceph: name msgpools; useful error messages by Sage Weil · 14 years ago
  61. f26e681 ceph: osdtimeout=0 for now timeout by Sage Weil · 14 years ago
  62. c473ad9 ceph: wake up mount thread when getting osdmap by Yehuda Sadeh · 14 years ago
  63. bb25766 ceph: simplify ceph_msg_new by Sage Weil · 14 years ago
  64. a79832f ceph: make ceph_msg_new return NULL on failure; clean up, fix callers by Sage Weil · 14 years ago
  65. 6f46cb2 ceph: fix theoretically possible double-put on connection by Sage Weil · 14 years ago
  66. 21b667f ceph: simplify page setup for incoming data by Sage Weil · 14 years ago
  67. d85b705 ceph: resubmit requests on pg mapping change (not just primary change) by Sage Weil · 14 years ago
  68. 0ceed5d ceph: unregister osd request on failure by Sage Weil · 14 years ago
  69. 87b315a ceph: avoid reopening osd connections when address hasn't changed by Sage Weil · 14 years ago
  70. 3dd72fc ceph: rename r_sent_stamp r_stamp by Sage Weil · 14 years ago
  71. 12eadc1 ceph: fix null pointer deref of r_osd in debug output by Sage Weil · 14 years ago
  72. 422d2cb ceph: reset osd after relevant messages timed out by Yehuda Sadeh · 14 years ago
  73. 6f863e7 ceph: set osd request message front length correctly by Sage Weil · 14 years ago
  74. c16e786 ceph: use single osd op reply msg by Sage Weil · 14 years ago
  75. c99eb1c ceph: remove fragile __map_osds optimization by Sage Weil · 14 years ago
  76. 5b3a4db ceph: fix up unexpected message handling by Sage Weil · 14 years ago
  77. 153a008 ceph: reset osd connections after fault by Sage Weil · 14 years ago
  78. f5a2041 ceph: put unused osd connections on lru by Yehuda Sadeh · 14 years ago
  79. 9bd2e6f ceph: allow renewal of auth credentials by Sage Weil · 14 years ago
  80. 0c94899 ceph: always send truncation info with read and write osd ops by Yehuda Sadeh · 14 years ago
  81. 0d59ab8 ceph: keep reserved replies on the request structure by Yehuda Sadeh · 14 years ago
  82. 0547a9b ceph: alloc message data pages and check if tid exists by Yehuda Sadeh · 14 years ago
  83. 2450418 ceph: allocate middle of message before stating to read by Yehuda Sadeh · 14 years ago
  84. 7740a42 ceph: display pgid in debugfs osd request dump by Sage Weil · 14 years ago
  85. 103e2d3 ceph: remove unused erank field by Sage Weil · 14 years ago
  86. 6df058c ceph: include transaction id in ceph_msg_header (protocol change) by Sage Weil · 15 years ago
  87. 350b1c3 ceph: control access to page vector for incoming data by Sage Weil · 15 years ago
  88. 529cfcc ceph: unregister canceled/timed out osd requests by Sage Weil · 15 years ago
  89. 30dc638 ceph: fix error paths for corrupt osdmap messages by Sage Weil · 15 years ago
  90. 9ec7cab ceph: hex dump corrupt server data to KERN_DEBUG by Sage Weil · 15 years ago
  91. 93c20d9 ceph: fix msgpool reservation leak by Yehuda Sadeh · 15 years ago
  92. 415e49a ceph: use kref for ceph_osd_request by Sage Weil · 15 years ago
  93. 50b885b ceph: whitespace cleanup by Sage Weil · 15 years ago
  94. 34b43a5 ceph: plug leak of request_mutex by Sage Weil · 15 years ago
  95. 32c895e fs/ceph: Move a dereference below a NULL test by Julia Lawall · 15 years ago
  96. 0743304 ceph: fix debugfs entry, simplify fsid checks by Sage Weil · 15 years ago
  97. 4e7a5dc ceph: negotiate authentication protocol; implement AUTH_NONE protocol by Sage Weil · 15 years ago
  98. 5f44f14 ceph: handle errors during osd client init by Sage Weil · 15 years ago
  99. 42ce56e ceph: remove bad calls to ceph_con_shutdown by Sage Weil · 15 years ago
  100. 5104212 ceph: fix endian conversions for ceph_pg by Sage Weil · 15 years ago