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