1. 7627151 libceph: define new ceph_file_layout structure by Yan, Zheng · 8 years ago
  2. 4a3262b libceph: use %s instead of %pE in dout()s by Ilya Dryomov · 8 years ago
  3. dc045a9 libceph: put request only if it's done in handle_reply() by Ilya Dryomov · 8 years ago
  4. b7ec35b libceph: change ceph_osdmap_flag() to take osdc by Ilya Dryomov · 8 years ago
  5. 0e76abf libceph: make ceph_osdc_wait_request() uninterruptible by Yan, Zheng · 8 years ago
  6. 7cca78c libceph: replace ceph_monc_request_next_osdmap() by Ilya Dryomov · 8 years ago
  7. 4609245 libceph: pool deletion detection by Ilya Dryomov · 8 years ago
  8. b07d3c4 libceph: support for checking on status of watch by Ilya Dryomov · 8 years ago
  9. 1907920 libceph: support for sending notifies by Ilya Dryomov · 8 years ago
  10. 922dab6 libceph, rbd: ceph_osd_linger_request, watch/notify v2 by Ilya Dryomov · 8 years ago
  11. 42b0696 libceph: wait_request_timeout() by Ilya Dryomov · 8 years ago
  12. 3540bfd libceph: request_init() and request_release_checks() by Ilya Dryomov · 8 years ago
  13. 5aea3dc libceph: a major OSD client update by Ilya Dryomov · 8 years ago
  14. 9dd2845 libceph: protect osdc->osd_lru list with a spinlock by Ilya Dryomov · 8 years ago
  15. 7a28f59 libceph: allocate ceph_osd with GFP_NOFAIL by Ilya Dryomov · 8 years ago
  16. 0247a0c libceph: osd_init() and osd_cleanup() by Ilya Dryomov · 8 years ago
  17. 42c1b12 libceph: handle_one_map() by Ilya Dryomov · 8 years ago
  18. e5253a7 libceph: allocate dummy osdmap in ceph_osdc_init() by Ilya Dryomov · 8 years ago
  19. fbca963 libceph: schedule tick from ceph_osdc_init() by Ilya Dryomov · 8 years ago
  20. b37ee1b libceph: move schedule_delayed_work() in ceph_osdc_init() by Ilya Dryomov · 8 years ago
  21. fe5da05 libceph: redo callbacks and factor out MOSDOpReply decoding by Ilya Dryomov · 8 years ago
  22. 85e084f libceph: drop msg argument from ceph_osdc_callback_t by Ilya Dryomov · 8 years ago
  23. bb873b5 libceph: switch to calc_target(), part 2 by Ilya Dryomov · 8 years ago
  24. a66dd38 libceph: switch to calc_target(), part 1 by Ilya Dryomov · 8 years ago
  25. 63244fa libceph: introduce ceph_osd_request_target, calc_target() by Ilya Dryomov · 8 years ago
  26. 6f3bfd4 libceph: ceph_osds, ceph_pg_to_up_acting_osds() by Ilya Dryomov · 8 years ago
  27. d9591f5 libceph: rename ceph_oloc_oid_to_pg() by Ilya Dryomov · 8 years ago
  28. fcd00b6 libceph: DEFINE_RB_FUNCS macro by Ilya Dryomov · 8 years ago
  29. 42a2c09 libceph: open-code remove_{all,old}_osds() by Ilya Dryomov · 8 years ago
  30. 0c0a8de libceph: nuke unused fields and functions by Ilya Dryomov · 8 years ago
  31. d30291b libceph: variable-sized ceph_object_id by Ilya Dryomov · 8 years ago
  32. 711da55 libceph: change how osd_op_reply message size is calculated by Ilya Dryomov · 8 years ago
  33. 13d1ad1 libceph: move message allocation out of ceph_osdc_alloc_request() by Ilya Dryomov · 8 years ago
  34. 8412728 libceph: grab snapc in ceph_osdc_alloc_request() by Ilya Dryomov · 8 years ago
  35. 3ed97d6 libceph: make ceph_osdc_put_request() accept NULL by Ilya Dryomov · 8 years ago
  36. 6c1ea26 libceph: make authorizer destruction independent of ceph_auth_client by Ilya Dryomov · 8 years ago
  37. 2c63f49 libceph: add helper that duplicates last extent operation by Yan, Zheng · 8 years ago
  38. 3f1af42 libceph: enable large, variable-sized OSD requests by Ilya Dryomov · 8 years ago
  39. 9e767ad libceph: osdc->req_mempool should be backed by a slab pool by Ilya Dryomov · 8 years ago
  40. ae458f5 libceph: make r_request msg_size calculation clearer by Ilya Dryomov · 8 years ago
  41. 7665d85 libceph: move r_reply_op_{len,result} into struct ceph_osd_req_op by Yan, Zheng · 8 years ago
  42. de2aa10 libceph: rename ceph_osd_req_op::payload_len to indata_len by Ilya Dryomov · 8 years ago
  43. 82dcaba libceph: revamp subs code, switch to SUBSCRIBE2 protocol by Ilya Dryomov · 8 years ago
  44. cd8140c libceph: don't spam dmesg with stray reply warnings by Ilya Dryomov · 8 years ago
  45. b0b31a8 libceph: MOSDOpReply v7 encoding by Ilya Dryomov · 8 years ago
  46. 583d0fe libceph: clear msg->con in ceph_msg_release() only by Ilya Dryomov · 9 years ago
  47. 79dbd1b libceph: msg signing callouts don't need con argument by Ilya Dryomov · 9 years ago
  48. 8a703a3 libceph: evaluate osd_req_op_data() arguments only once by Ioana Ciornei · 9 years ago
  49. 70cf052 libceph: remove con argument in handle_reply() by Shraddha Barke · 9 years ago
  50. e30b757 rbd: use writefull op for object size writes by Ilya Dryomov · 9 years ago
  51. d15f9d6 libceph: check data_len in ->alloc_msg() by Ilya Dryomov · 9 years ago
  52. a319bf5 libceph: store timeouts in jiffies, verify user input by Ilya Dryomov · 9 years ago
  53. 144cba1 libceph: allow setting osd_req_op's flags by Yan, Zheng · 9 years ago
  54. 66ba609 libceph: properly release STAT request's raw_data_in by Yan, Zheng · 9 years ago
  55. 521a04d Revert "libceph: clear r_req_lru_item in __unregister_linger_request()" by Ilya Dryomov · 9 years ago
  56. b049453 libceph: request a new osdmap if lingering request maps to no osd by Ilya Dryomov · 9 years ago
  57. b28ec2f libceph: kfree() in put_osd() shouldn't depend on authorizer by Ilya Dryomov · 9 years ago
  58. 7eb71e0 libceph: fix double __remove_osd() problem by Ilya Dryomov · 9 years ago
  59. 715e4cd libceph: specify position of extent operation by Yan, Zheng · 10 years ago
  60. 864e919 libceph: add CREATE osd operation support by Yan, Zheng · 10 years ago
  61. d74b50b libceph: add SETXATTR/CMPXATTR osd operations support by Yan, Zheng · 10 years ago
  62. 33d0733 libceph: message signature support by Yan, Zheng · 10 years ago
  63. cc9f1f5 libceph: change from BUG to WARN for __remove_osd() asserts by Ilya Dryomov · 10 years ago
  64. ba9d114 libceph: clear r_req_lru_item in __unregister_linger_request() by Ilya Dryomov · 10 years ago
  65. a390de0 libceph: unlink from o_linger_requests when clearing r_osd by Ilya Dryomov · 10 years ago
  66. 70b5bfa libceph: sync osd op definitions in rados.h by Ilya Dryomov · 10 years ago
  67. 91883cd libceph: don't try checking queue_work() return value by Ilya Dryomov · 10 years ago
  68. b9a6789 libceph: Convert pr_warning to pr_warn by Joe Perches · 10 years ago
  69. 2cc6128 libceph: resend lingering requests with a new tid by Ilya Dryomov · 10 years ago
  70. f671b58 libceph: abstract out ceph_osd_request enqueue logic by Ilya Dryomov · 10 years ago
  71. 2d05f08 libceph: nuke ceph_osdc_unregister_linger_request() by Ilya Dryomov · 10 years ago
  72. c9f9b93d libceph: introduce ceph_osdc_cancel_request() by Ilya Dryomov · 10 years ago
  73. 4f23409 libceph: fix linger request check in __unregister_request() by Ilya Dryomov · 10 years ago
  74. af59306 libceph: unregister only registered linger requests by Ilya Dryomov · 10 years ago
  75. 7c6e6fc libceph: assert both regular and lingering lists in __remove_osd() by Ilya Dryomov · 10 years ago
  76. 6562d66 libceph: harden ceph_osdc_request_release() a bit by Ilya Dryomov · 10 years ago
  77. 9e94af2 libceph: move and add dout()s to ceph_osdc_request_{get,put}() by Ilya Dryomov · 10 years ago
  78. bbf37ec libceph: add maybe_move_osd_to_lru() and switch to it by Ilya Dryomov · 10 years ago
  79. 1d0326b libceph: rename ceph_osd_request::r_linger_osd to r_linger_osd_item by Ilya Dryomov · 10 years ago
  80. f6479449 ceph: remove bogus extern by stephen hemminger · 10 years ago
  81. 240cd6a81 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  82. 8008ab1 libceph: return primary from ceph_calc_pg_acting() by Ilya Dryomov · 10 years ago
  83. a2505d6 libceph: split osdmap allocation and decode steps by Ilya Dryomov · 10 years ago
  84. c647b8a libceph: add support for CEPH_OSD_OP_SETALLOCHINT osd op by Ilya Dryomov · 10 years ago
  85. 7b25bf5 libceph: encode CEPH_OSD_OP_FLAG_* op flags by Ilya Dryomov · 10 years ago
  86. 2045cea net: remove unnecessary return's by stephen hemminger · 10 years ago
  87. ff513ac libceph: take map_sem for read in handle_reply() by Ilya Dryomov · 10 years ago
  88. 0bbfdfe libceph: factor out logic from ceph_osdc_start_request() by Ilya Dryomov · 10 years ago
  89. c172ec5 libceph: fix error handling in ceph_osdc_init() by Ilya Dryomov · 10 years ago
  90. 205ee118 libceph: follow redirect replies from osds by Ilya Dryomov · 10 years ago
  91. 3c972c9 libceph: rename ceph_osd_request::r_{oloc,oid} to r_base_{oloc,oid} by Ilya Dryomov · 10 years ago
  92. 17a13e4 libceph: follow {read,write}_tier fields on osd request submission by Ilya Dryomov · 10 years ago
  93. 7c13cb6 libceph: replace ceph_calc_ceph_pg() with ceph_oloc_oid_to_pg() by Ilya Dryomov · 10 years ago
  94. 4295f22 libceph: introduce and start using oid abstraction by Ilya Dryomov · 10 years ago
  95. 2d0ebc5 libceph: rename MAX_OBJ_NAME_SIZE to CEPH_MAX_OID_NAME_LEN by Ilya Dryomov · 10 years ago
  96. 22116525 libceph: start using oloc abstraction by Ilya Dryomov · 10 years ago
  97. 0b4af2e libceph: dout() is missing a newline by Ilya Dryomov · 10 years ago
  98. f2be82b libceph: fix preallocation check in get_reply() by Ilya Dryomov · 10 years ago
  99. 3f0a4ac libceph: rename front to front_len in get_reply() by Ilya Dryomov · 10 years ago
  100. 9a1ea2d libceph: resend all writes after the osdmap loses the full flag by Josh Durgin · 11 years ago