Age | Commit message (Expand) | Author |
2016-05-26 | libceph: replace ceph_monc_request_next_osdmap() | Ilya Dryomov |
2016-05-26 | libceph: pool deletion detection | Ilya Dryomov |
2016-05-26 | libceph: support for checking on status of watch | Ilya Dryomov |
2016-05-26 | libceph: support for sending notifies | Ilya Dryomov |
2016-05-26 | libceph, rbd: ceph_osd_linger_request, watch/notify v2 | Ilya Dryomov |
2016-05-26 | libceph: a major OSD client update | Ilya Dryomov |
2016-05-26 | libceph: protect osdc->osd_lru list with a spinlock | Ilya Dryomov |
2016-05-26 | libceph: redo callbacks and factor out MOSDOpReply decoding | Ilya Dryomov |
2016-05-26 | libceph: drop msg argument from ceph_osdc_callback_t | Ilya Dryomov |
2016-05-26 | libceph: switch to calc_target(), part 2 | Ilya Dryomov |
2016-05-26 | libceph: switch to calc_target(), part 1 | Ilya Dryomov |
2016-05-26 | libceph: introduce ceph_osd_request_target, calc_target() | Ilya Dryomov |
2016-05-26 | libceph: nuke unused fields and functions | Ilya Dryomov |
2016-05-26 | libceph: move message allocation out of ceph_osdc_alloc_request() | Ilya Dryomov |
2016-04-25 | libceph: make authorizer destruction independent of ceph_auth_client | Ilya Dryomov |
2016-03-25 | libceph: add helper that duplicates last extent operation | Yan, Zheng |
2016-03-25 | libceph: enable large, variable-sized OSD requests | Ilya Dryomov |
2016-03-25 | libceph: move r_reply_op_{len,result} into struct ceph_osd_req_op | Yan, Zheng |
2016-03-25 | libceph: rename ceph_osd_req_op::payload_len to indata_len | Ilya Dryomov |
2015-06-25 | libceph: allow setting osd_req_op's flags | Yan, Zheng |
2015-01-08 | libceph: fix sparse endianness warnings | Ilya Dryomov |
2014-12-17 | libceph: specify position of extent operation | Yan, Zheng |
2014-12-17 | libceph: add SETXATTR/CMPXATTR osd operations support | Yan, Zheng |
2014-07-08 | libceph: nuke ceph_osdc_unregister_linger_request() | Ilya Dryomov |
2014-07-08 | libceph: introduce ceph_osdc_cancel_request() | Ilya Dryomov |
2014-07-08 | libceph: move and add dout()s to ceph_osdc_request_{get,put}() | Ilya Dryomov |
2014-07-08 | libceph: rename ceph_osd_request::r_linger_osd to r_linger_osd_item | Ilya Dryomov |
2014-04-03 | libceph: bump CEPH_OSD_MAX_OP to 3 | Ilya Dryomov |
2014-04-03 | libceph: add support for CEPH_OSD_OP_SETALLOCHINT osd op | Ilya Dryomov |
2014-04-03 | libceph: encode CEPH_OSD_OP_FLAG_* op flags | Ilya Dryomov |
2014-01-27 | libceph: follow redirect replies from osds | Ilya Dryomov |
2014-01-27 | libceph: rename ceph_osd_request::r_{oloc,oid} to r_base_{oloc,oid} | Ilya Dryomov |
2014-01-27 | libceph: introduce and start using oid abstraction | Ilya Dryomov |
2014-01-27 | libceph: rename MAX_OBJ_NAME_SIZE to CEPH_MAX_OID_NAME_LEN | Ilya Dryomov |
2014-01-27 | libceph: start using oloc abstraction | Ilya Dryomov |
2013-12-13 | libceph: block I/O when PAUSE or FULL osd map flags are set | Josh Durgin |
2013-09-09 | libceph: add function to ensure notifies are complete | Josh Durgin |
2013-07-03 | libceph: fix safe completion | Yan, Zheng |
2013-05-02 | libceph: use slab cache for osd client requests | Alex Elder |
2013-05-01 | libceph: support pages for class request data | Alex Elder |
2013-05-01 | libceph: support raw data requests | Alex Elder |
2013-05-01 | libceph: kill off osd data write_request parameters | Alex Elder |
2013-05-01 | libceph: change how "safe" callback is used | Alex Elder |
2013-05-01 | libceph: make method call data be a separate data item | Alex Elder |
2013-05-01 | libceph: kill off osd request r_data_in and r_data_out | Alex Elder |
2013-05-01 | libceph: set the data pointers when encoding ops | Alex Elder |
2013-05-01 | libceph: combine initializing and setting osd data | Alex Elder |
2013-05-01 | libceph: format class info at init time | Alex Elder |
2013-05-01 | libceph: specify osd op by index in request | Alex Elder |
2013-05-01 | libceph: add data pointers in osd op structures | Alex Elder |