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