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