1. 5aea3dc libceph: a major OSD client update by Ilya Dryomov · 9 years ago
  2. 9dd2845 libceph: protect osdc->osd_lru list with a spinlock by Ilya Dryomov · 9 years ago
  3. fe5da05 libceph: redo callbacks and factor out MOSDOpReply decoding by Ilya Dryomov · 9 years ago
  4. 85e084f libceph: drop msg argument from ceph_osdc_callback_t by Ilya Dryomov · 9 years ago
  5. bb873b539 libceph: switch to calc_target(), part 2 by Ilya Dryomov · 9 years ago
  6. a66dd38 libceph: switch to calc_target(), part 1 by Ilya Dryomov · 9 years ago
  7. 63244fa libceph: introduce ceph_osd_request_target, calc_target() by Ilya Dryomov · 9 years ago
  8. 0c0a8de libceph: nuke unused fields and functions by Ilya Dryomov · 9 years ago
  9. 13d1ad1 libceph: move message allocation out of ceph_osdc_alloc_request() by Ilya Dryomov · 9 years ago
  10. 6c1ea26 libceph: make authorizer destruction independent of ceph_auth_client by Ilya Dryomov · 9 years ago
  11. 2c63f49 libceph: add helper that duplicates last extent operation by Yan, Zheng · 9 years ago
  12. 3f1af42 libceph: enable large, variable-sized OSD requests by Ilya Dryomov · 9 years ago
  13. 7665d85 libceph: move r_reply_op_{len,result} into struct ceph_osd_req_op by Yan, Zheng · 9 years ago
  14. de2aa10 libceph: rename ceph_osd_req_op::payload_len to indata_len by Ilya Dryomov · 9 years ago
  15. 144cba1 libceph: allow setting osd_req_op's flags by Yan, Zheng · 10 years ago
  16. d7d5a00 libceph: fix sparse endianness warnings by Ilya Dryomov · 10 years ago
  17. 715e4cd libceph: specify position of extent operation by Yan, Zheng · 10 years ago
  18. d74b50b libceph: add SETXATTR/CMPXATTR osd operations support by Yan, Zheng · 10 years ago
  19. 2d05f08 libceph: nuke ceph_osdc_unregister_linger_request() by Ilya Dryomov · 11 years ago
  20. c9f9b93 libceph: introduce ceph_osdc_cancel_request() by Ilya Dryomov · 11 years ago
  21. 9e94af2 libceph: move and add dout()s to ceph_osdc_request_{get,put}() by Ilya Dryomov · 11 years ago
  22. 1d0326b libceph: rename ceph_osd_request::r_linger_osd to r_linger_osd_item by Ilya Dryomov · 11 years ago
  23. 7cc69d4 libceph: bump CEPH_OSD_MAX_OP to 3 by Ilya Dryomov · 11 years ago
  24. c647b8a libceph: add support for CEPH_OSD_OP_SETALLOCHINT osd op by Ilya Dryomov · 11 years ago
  25. 7b25bf5 libceph: encode CEPH_OSD_OP_FLAG_* op flags by Ilya Dryomov · 11 years ago
  26. 205ee118 libceph: follow redirect replies from osds by Ilya Dryomov · 11 years ago
  27. 3c972c9 libceph: rename ceph_osd_request::r_{oloc,oid} to r_base_{oloc,oid} by Ilya Dryomov · 11 years ago
  28. 4295f22 libceph: introduce and start using oid abstraction by Ilya Dryomov · 11 years ago
  29. 2d0ebc5 libceph: rename MAX_OBJ_NAME_SIZE to CEPH_MAX_OID_NAME_LEN by Ilya Dryomov · 11 years ago
  30. 22116525 libceph: start using oloc abstraction by Ilya Dryomov · 11 years ago
  31. d29adb3 libceph: block I/O when PAUSE or FULL osd map flags are set by Josh Durgin · 11 years ago
  32. dd935f4 libceph: add function to ensure notifies are complete by Josh Durgin · 11 years ago
  33. eb845ff libceph: fix safe completion by Yan, Zheng · 12 years ago
  34. 5522ae0 libceph: use slab cache for osd client requests by Alex Elder · 12 years ago
  35. 6c57b55 libceph: support pages for class request data by Alex Elder · 12 years ago
  36. 4971977 libceph: support raw data requests by Alex Elder · 12 years ago
  37. 406e2c9 libceph: kill off osd data write_request parameters by Alex Elder · 12 years ago
  38. 26be880 libceph: change how "safe" callback is used by Alex Elder · 12 years ago
  39. 04017e2 libceph: make method call data be a separate data item by Alex Elder · 12 years ago
  40. 5476492 libceph: kill off osd request r_data_in and r_data_out by Alex Elder · 12 years ago
  41. ec9123c libceph: set the data pointers when encoding ops by Alex Elder · 12 years ago
  42. a4ce40a libceph: combine initializing and setting osd data by Alex Elder · 12 years ago
  43. 5f562df libceph: format class info at init time by Alex Elder · 12 years ago
  44. c99d2d4 libceph: specify osd op by index in request by Alex Elder · 12 years ago
  45. 8c042b0 libceph: add data pointers in osd op structures by Alex Elder · 12 years ago
  46. 54d5064 libceph: rename data out field in osd request op by Alex Elder · 12 years ago
  47. 7952873 libceph: keep source rather than message osd op array by Alex Elder · 12 years ago
  48. 43bfe5d libceph: define osd data initialization helpers by Alex Elder · 12 years ago
  49. e5975c7 ceph: build osd request message later for writepages by Alex Elder · 12 years ago
  50. acead00 libceph: don't build request in ceph_osdc_new_request() by Alex Elder · 12 years ago
  51. fdce58c libceph: record length of bio list with bio by Alex Elder · 12 years ago
  52. ace6d3a libceph: drop ceph_osd_request->r_con_filling_msg by Alex Elder · 12 years ago
  53. 33803f3 libceph: define source request op functions by Alex Elder · 12 years ago
  54. 95e072e libceph: kill osd request r_trail by Alex Elder · 12 years ago
  55. 9a5e6d0 libceph: have osd requests support pagelist data by Alex Elder · 12 years ago
  56. 175face libceph: let osd ops determine request data length by Alex Elder · 12 years ago
  57. e0c5948 libceph: record byte count not page count by Alex Elder · 12 years ago
  58. 0fff87e libceph: separate read and write data by Alex Elder · 12 years ago
  59. 2ac2b7a libceph: distinguish page and bio requests by Alex Elder · 12 years ago
  60. 2794a82 libceph: separate osd request data info by Alex Elder · 12 years ago
  61. 153e516 libceph: don't assign page info in ceph_osdc_new_request() by Alex Elder · 12 years ago
  62. 2a24d1f libceph: use (void *) for untyped data in osd ops by Alex Elder · 12 years ago
  63. 0d5af16 libceph: complete lingering requests only once by Alex Elder · 12 years ago
  64. 1b83bef libceph: update osd request/reply encoding by Sage Weil · 12 years ago
  65. 2169aea libceph: calculate placement based on the internal data types by Sage Weil · 12 years ago
  66. 5b191d9 libceph: decode into cpu-native ceph_pg type by Sage Weil · 12 years ago
  67. 12979354 libceph: rename ceph_pg -> ceph_pg_v1 by Sage Weil · 12 years ago
  68. 2d2f522 libceph: kill ceph_osdc_wait_event() by Alex Elder · 12 years ago
  69. 3c663bb libceph: kill ceph_osdc_create_event() "one_shot" parameter by Alex Elder · 12 years ago
  70. 60e56f1 libceph: kill ceph_calc_raw_layout() by Alex Elder · 12 years ago
  71. a3bea47 ceph: kill ceph_osdc_new_request() "num_reply" parameter by Alex Elder · 12 years ago
  72. 2480882 ceph: kill ceph_osdc_writepages() "flags" parameter by Alex Elder · 12 years ago
  73. fbf8685 ceph: kill ceph_osdc_writepages() "dosync" parameter by Alex Elder · 12 years ago
  74. 87f979d ceph: kill ceph_osdc_writepages() "nofail" parameter by Alex Elder · 12 years ago
  75. e7e319a libceph: improve packing in struct ceph_osd_req_op by Alex Elder · 12 years ago
  76. 2b5fc64 rbd: kill ceph_osd_req_op->flags by Alex Elder · 12 years ago
  77. ae7ca4a3 libceph: pass num_op with ops by Alex Elder · 12 years ago
  78. 54a5400 libceph: don't set pages or bio in ceph_osdc_alloc_request() by Alex Elder · 12 years ago
  79. d178a9e libceph: don't set flags in ceph_osdc_alloc_request() by Alex Elder · 12 years ago
  80. e75b45c libceph: drop osdc from ceph_calc_raw_layout() by Alex Elder · 12 years ago
  81. 4d6b250 libceph: drop snapid in ceph_calc_raw_layout() by Alex Elder · 12 years ago
  82. 0120be3 libceph: pass length to ceph_osdc_build_request() by Alex Elder · 12 years ago
  83. c885837 libceph: always allow trail in osd request by Alex Elder · 12 years ago
  84. af77f26 rbd: drop oid parameters from ceph_osdc_build_request() by Alex Elder · 12 years ago
  85. d63b77f libceph: check for invalid mapping by Sage Weil · 12 years ago
  86. 6c4a191 ceph: define ceph_auth_handshake type by Alex Elder · 13 years ago
  87. 224736d libceph: Allocate larger oid buffer in request msgs by Stratos Psomadakis · 13 years ago
  88. a40c4f1 libceph: add lingering request and watch/notify event framework by Yehuda Sadeh · 14 years ago
  89. 6f6c700 libceph: fix osd request queuing on osdmap updates by Sage Weil · 14 years ago
  90. b7495fc ceph: make page alignment explicit in osd interface by Sage Weil · 14 years ago
  91. 3d14c5d ceph: factor out libceph from Ceph file system by Yehuda Sadeh · 15 years ago[Renamed (99%) from fs/ceph/osd_client.h]
  92. ae1533b ceph-rbd: osdc support for osd call and rollback operations by Yehuda Sadeh · 15 years ago
  93. 68b4476 ceph: messenger and osdc changes for rbd by Yehuda Sadeh · 15 years ago
  94. 3499e8a ceph: refactor osdc requests creation functions by Yehuda Sadeh · 15 years ago
  95. d85b705 ceph: resubmit requests on pg mapping change (not just primary change) by Sage Weil · 15 years ago
  96. 54ad023 ceph: don't use writeback_control in writepages completion by Sage Weil · 15 years ago
  97. 3dd72fc ceph: rename r_sent_stamp r_stamp by Sage Weil · 15 years ago
  98. 422d2cb ceph: reset osd after relevant messages timed out by Yehuda Sadeh · 15 years ago
  99. c16e786 ceph: use single osd op reply msg by Sage Weil · 15 years ago
  100. f5a2041 ceph: put unused osd connections on lru by Yehuda Sadeh · 15 years ago