1. 2c63f49 libceph: add helper that duplicates last extent operation by Yan, Zheng · 9 years ago
  2. 3f1af42 libceph: enable large, variable-sized OSD requests by Ilya Dryomov · 8 years ago
  3. 9e767ad libceph: osdc->req_mempool should be backed by a slab pool by Ilya Dryomov · 8 years ago
  4. ae458f5 libceph: make r_request msg_size calculation clearer by Ilya Dryomov · 8 years ago
  5. 7665d85 libceph: move r_reply_op_{len,result} into struct ceph_osd_req_op by Yan, Zheng · 9 years ago
  6. de2aa10 libceph: rename ceph_osd_req_op::payload_len to indata_len by Ilya Dryomov · 8 years ago
  7. 82dcaba libceph: revamp subs code, switch to SUBSCRIBE2 protocol by Ilya Dryomov · 9 years ago
  8. cd8140c libceph: don't spam dmesg with stray reply warnings by Ilya Dryomov · 8 years ago
  9. b0b31a8 libceph: MOSDOpReply v7 encoding by Ilya Dryomov · 9 years ago
  10. 583d0fe libceph: clear msg->con in ceph_msg_release() only by Ilya Dryomov · 9 years ago
  11. 79dbd1b libceph: msg signing callouts don't need con argument by Ilya Dryomov · 9 years ago
  12. 8a703a3 libceph: evaluate osd_req_op_data() arguments only once by Ioana Ciornei · 9 years ago
  13. 70cf052 libceph: remove con argument in handle_reply() by Shraddha Barke · 9 years ago
  14. e30b757 rbd: use writefull op for object size writes by Ilya Dryomov · 9 years ago
  15. d15f9d6 libceph: check data_len in ->alloc_msg() by Ilya Dryomov · 9 years ago
  16. a319bf5 libceph: store timeouts in jiffies, verify user input by Ilya Dryomov · 9 years ago
  17. 144cba1 libceph: allow setting osd_req_op's flags by Yan, Zheng · 9 years ago
  18. 66ba609 libceph: properly release STAT request's raw_data_in by Yan, Zheng · 9 years ago
  19. 521a04d Revert "libceph: clear r_req_lru_item in __unregister_linger_request()" by Ilya Dryomov · 9 years ago
  20. b049453 libceph: request a new osdmap if lingering request maps to no osd by Ilya Dryomov · 9 years ago
  21. b28ec2f libceph: kfree() in put_osd() shouldn't depend on authorizer by Ilya Dryomov · 9 years ago
  22. 7eb71e0 libceph: fix double __remove_osd() problem by Ilya Dryomov · 9 years ago
  23. 715e4cd libceph: specify position of extent operation by Yan, Zheng · 10 years ago
  24. 864e919 libceph: add CREATE osd operation support by Yan, Zheng · 10 years ago
  25. d74b50b libceph: add SETXATTR/CMPXATTR osd operations support by Yan, Zheng · 10 years ago
  26. 33d0733 libceph: message signature support by Yan, Zheng · 10 years ago
  27. cc9f1f5 libceph: change from BUG to WARN for __remove_osd() asserts by Ilya Dryomov · 10 years ago
  28. ba9d114 libceph: clear r_req_lru_item in __unregister_linger_request() by Ilya Dryomov · 10 years ago
  29. a390de0 libceph: unlink from o_linger_requests when clearing r_osd by Ilya Dryomov · 10 years ago
  30. 70b5bfa libceph: sync osd op definitions in rados.h by Ilya Dryomov · 10 years ago
  31. 91883cd libceph: don't try checking queue_work() return value by Ilya Dryomov · 10 years ago
  32. b9a6789 libceph: Convert pr_warning to pr_warn by Joe Perches · 10 years ago
  33. 2cc6128 libceph: resend lingering requests with a new tid by Ilya Dryomov · 10 years ago
  34. f671b58 libceph: abstract out ceph_osd_request enqueue logic by Ilya Dryomov · 10 years ago
  35. 2d05f08 libceph: nuke ceph_osdc_unregister_linger_request() by Ilya Dryomov · 10 years ago
  36. c9f9b93d libceph: introduce ceph_osdc_cancel_request() by Ilya Dryomov · 10 years ago
  37. 4f23409 libceph: fix linger request check in __unregister_request() by Ilya Dryomov · 10 years ago
  38. af59306 libceph: unregister only registered linger requests by Ilya Dryomov · 10 years ago
  39. 7c6e6fc libceph: assert both regular and lingering lists in __remove_osd() by Ilya Dryomov · 10 years ago
  40. 6562d66 libceph: harden ceph_osdc_request_release() a bit by Ilya Dryomov · 10 years ago
  41. 9e94af2 libceph: move and add dout()s to ceph_osdc_request_{get,put}() by Ilya Dryomov · 10 years ago
  42. bbf37ec libceph: add maybe_move_osd_to_lru() and switch to it by Ilya Dryomov · 10 years ago
  43. 1d0326b libceph: rename ceph_osd_request::r_linger_osd to r_linger_osd_item by Ilya Dryomov · 10 years ago
  44. f6479449 ceph: remove bogus extern by stephen hemminger · 10 years ago
  45. 240cd6a81 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  46. 8008ab1 libceph: return primary from ceph_calc_pg_acting() by Ilya Dryomov · 10 years ago
  47. a2505d6 libceph: split osdmap allocation and decode steps by Ilya Dryomov · 10 years ago
  48. c647b8a libceph: add support for CEPH_OSD_OP_SETALLOCHINT osd op by Ilya Dryomov · 10 years ago
  49. 7b25bf5 libceph: encode CEPH_OSD_OP_FLAG_* op flags by Ilya Dryomov · 10 years ago
  50. 2045cea net: remove unnecessary return's by stephen hemminger · 10 years ago
  51. ff513ac libceph: take map_sem for read in handle_reply() by Ilya Dryomov · 11 years ago
  52. 0bbfdfe libceph: factor out logic from ceph_osdc_start_request() by Ilya Dryomov · 11 years ago
  53. c172ec5 libceph: fix error handling in ceph_osdc_init() by Ilya Dryomov · 11 years ago
  54. 205ee118 libceph: follow redirect replies from osds by Ilya Dryomov · 11 years ago
  55. 3c972c9 libceph: rename ceph_osd_request::r_{oloc,oid} to r_base_{oloc,oid} by Ilya Dryomov · 11 years ago
  56. 17a13e4 libceph: follow {read,write}_tier fields on osd request submission by Ilya Dryomov · 11 years ago
  57. 7c13cb6 libceph: replace ceph_calc_ceph_pg() with ceph_oloc_oid_to_pg() by Ilya Dryomov · 11 years ago
  58. 4295f22 libceph: introduce and start using oid abstraction by Ilya Dryomov · 11 years ago
  59. 2d0ebc5 libceph: rename MAX_OBJ_NAME_SIZE to CEPH_MAX_OID_NAME_LEN by Ilya Dryomov · 11 years ago
  60. 22116525 libceph: start using oloc abstraction by Ilya Dryomov · 11 years ago
  61. 0b4af2e libceph: dout() is missing a newline by Ilya Dryomov · 11 years ago
  62. f2be82b libceph: fix preallocation check in get_reply() by Ilya Dryomov · 11 years ago
  63. 3f0a4ac libceph: rename front to front_len in get_reply() by Ilya Dryomov · 11 years ago
  64. 9a1ea2d libceph: resend all writes after the osdmap loses the full flag by Josh Durgin · 11 years ago
  65. d29adb3 libceph: block I/O when PAUSE or FULL osd map flags are set by Josh Durgin · 11 years ago
  66. 37c89bd ceph: Add necessary clean up if invalid reply received in handle_reply() by Li Wang · 11 years ago
  67. dd935f4 libceph: add function to ensure notifies are complete by Josh Durgin · 11 years ago
  68. dbcae08 libceph: create_singlethread_workqueue() doesn't return ERR_PTRs by Dan Carpenter · 11 years ago
  69. b72e19b libceph: potential NULL dereference in ceph_osdc_handle_map() by Dan Carpenter · 11 years ago
  70. 1874119 libceph: fix error handling in handle_reply() by Dan Carpenter · 11 years ago
  71. ad7a60d ceph: punch hole support by Li Wang · 11 years ago
  72. 73d9f7e libceph: unregister request in __map_request failed and nofail == false by majianpeng · 11 years ago
  73. 61c5d6b libceph: call r_unsafe_callback when unsafe reply is received by Yan, Zheng · 11 years ago
  74. ccca4e3 libceph: fix truncate size calculation by Yan, Zheng · 11 years ago
  75. eb845ff libceph: fix safe completion by Yan, Zheng · 11 years ago
  76. 4974341 libceph: print more info for short message header by Alex Elder · 11 years ago
  77. 96e4dac libceph: add lingering request reference when registered by Alex Elder · 11 years ago
  78. 14d2f38 libceph: must hold mutex for reset_changed_osds() by Alex Elder · 11 years ago
  79. c10ebbf libceph: init sent and completed when starting by Alex Elder · 11 years ago
  80. 5522ae0 libceph: use slab cache for osd client requests by Alex Elder · 11 years ago
  81. 9ef1ee5 libceph: fix byte order mismatch by Alex Elder · 11 years ago
  82. 6c57b55 libceph: support pages for class request data by Alex Elder · 11 years ago
  83. 4971977 libceph: support raw data requests by Alex Elder · 11 years ago
  84. 863c7eb libceph: clean up osd data field access functions by Alex Elder · 11 years ago
  85. 406e2c9 libceph: kill off osd data write_request parameters by Alex Elder · 11 years ago
  86. 26be880 libceph: change how "safe" callback is used by Alex Elder · 11 years ago
  87. 04017e2 libceph: make method call data be a separate data item by Alex Elder · 11 years ago
  88. 90af360 libceph: add, don't set data for a message by Alex Elder · 11 years ago
  89. 5476492 libceph: kill off osd request r_data_in and r_data_out by Alex Elder · 11 years ago
  90. ec9123c libceph: set the data pointers when encoding ops by Alex Elder · 11 years ago
  91. a4ce40a libceph: combine initializing and setting osd data by Alex Elder · 11 years ago
  92. 39b44cb libceph: set message data when building osd request by Alex Elder · 11 years ago
  93. e65550f libceph: move ceph_osdc_build_request() by Alex Elder · 11 years ago
  94. 5f562df libceph: format class info at init time by Alex Elder · 11 years ago
  95. c99d2d4 libceph: specify osd op by index in request by Alex Elder · 11 years ago
  96. 8c042b0 libceph: add data pointers in osd op structures by Alex Elder · 11 years ago
  97. 54d5064 libceph: rename data out field in osd request op by Alex Elder · 11 years ago
  98. 7952873 libceph: keep source rather than message osd op array by Alex Elder · 11 years ago
  99. 23c08a9cb libceph: define ceph_osd_data_length() by Alex Elder · 11 years ago
  100. c54d47b libceph: define a few more helpers by Alex Elder · 11 years ago