Age | Commit message (Expand) | Author | Files | Lines |
2017-05-04 | libceph: add an epoch_barrier field to struct ceph_osd_client | Jeff Layton | 1 | -0/+2 |
2017-05-04 | libceph: allow requests to return immediately on full conditions if caller wi... | Jeff Layton | 1 | -0/+1 |
2017-05-04 | libceph: remove req->r_replay_version | Jeff Layton | 1 | -1/+0 |
2017-05-04 | libceph: convert ceph_osd.o_ref from atomic_t to refcount_t | Elena Reshetova | 1 | -1/+2 |
2017-03-07 | libceph: osd_request_timeout option | Ilya Dryomov | 1 | -0/+1 |
2017-02-24 | libceph: get rid of ack vs commit | Ilya Dryomov | 1 | -5/+1 |
2016-12-15 | libceph: always signal completion when done | Ilya Dryomov | 1 | -1/+1 |
2016-11-10 | libceph: initialize last_linger_id with a large integer | Ilya Dryomov | 1 | -0/+2 |
2016-08-25 | libceph: add ceph_osdc_call() single-page helper | Douglas Fuller | 1 | -0/+8 |
2016-08-25 | libceph: support for CEPH_OSD_OP_LIST_WATCHERS | Douglas Fuller | 1 | -1/+14 |
2016-07-28 | libceph: fix some missing includes | Ilya Dryomov | 1 | -0/+1 |
2016-05-31 | libceph: change ceph_osdmap_flag() to take osdc | Ilya Dryomov | 1 | -0/+5 |
2016-05-26 | libceph: replace ceph_monc_request_next_osdmap() | Ilya Dryomov | 1 | -0/+1 |
2016-05-26 | libceph: pool deletion detection | Ilya Dryomov | 1 | -0/+6 |
2016-05-26 | libceph: support for checking on status of watch | Ilya Dryomov | 1 | -0/+4 |
2016-05-26 | libceph: support for sending notifies | Ilya Dryomov | 1 | -0/+20 |
2016-05-26 | libceph, rbd: ceph_osd_linger_request, watch/notify v2 | Ilya Dryomov | 1 | -39/+58 |
2016-05-26 | libceph: a major OSD client update | Ilya Dryomov | 1 | -11/+7 |
2016-05-26 | libceph: protect osdc->osd_lru list with a spinlock | Ilya Dryomov | 1 | -0/+1 |
2016-05-26 | libceph: redo callbacks and factor out MOSDOpReply decoding | Ilya Dryomov | 1 | -2/+3 |
2016-05-26 | libceph: drop msg argument from ceph_osdc_callback_t | Ilya Dryomov | 1 | -2/+1 |
2016-05-26 | libceph: switch to calc_target(), part 2 | Ilya Dryomov | 1 | -18/+11 |
2016-05-26 | libceph: switch to calc_target(), part 1 | Ilya Dryomov | 1 | -10/+5 |
2016-05-26 | libceph: introduce ceph_osd_request_target, calc_target() | Ilya Dryomov | 1 | -0/+23 |
2016-05-26 | libceph: nuke unused fields and functions | Ilya Dryomov | 1 | -8/+0 |
2016-05-26 | libceph: move message allocation out of ceph_osdc_alloc_request() | Ilya Dryomov | 1 | -0/+1 |
2016-04-25 | libceph: make authorizer destruction independent of ceph_auth_client | Ilya Dryomov | 1 | -1/+0 |
2016-03-25 | libceph: add helper that duplicates last extent operation | Yan, Zheng | 1 | -0/+2 |
2016-03-25 | libceph: enable large, variable-sized OSD requests | Ilya Dryomov | 1 | -2/+4 |
2016-03-25 | libceph: move r_reply_op_{len,result} into struct ceph_osd_req_op | Yan, Zheng | 1 | -2/+3 |
2016-03-25 | libceph: rename ceph_osd_req_op::payload_len to indata_len | Ilya Dryomov | 1 | -1/+1 |
2015-06-25 | libceph: allow setting osd_req_op's flags | Yan, Zheng | 1 | -1/+1 |
2015-01-08 | libceph: fix sparse endianness warnings | Ilya Dryomov | 1 | -2/+2 |
2014-12-17 | libceph: specify position of extent operation | Yan, Zheng | 1 | -1/+2 |
2014-12-17 | libceph: add SETXATTR/CMPXATTR osd operations support | Yan, Zheng | 1 | -0/+10 |
2014-07-08 | libceph: nuke ceph_osdc_unregister_linger_request() | Ilya Dryomov | 1 | -2/+0 |
2014-07-08 | libceph: introduce ceph_osdc_cancel_request() | Ilya Dryomov | 1 | -0/+1 |
2014-07-08 | libceph: move and add dout()s to ceph_osdc_request_{get,put}() | Ilya Dryomov | 1 | -9/+2 |
2014-07-08 | libceph: rename ceph_osd_request::r_linger_osd to r_linger_osd_item | Ilya Dryomov | 1 | -1/+1 |
2014-04-03 | libceph: bump CEPH_OSD_MAX_OP to 3 | Ilya Dryomov | 1 | -1/+1 |
2014-04-03 | libceph: add support for CEPH_OSD_OP_SETALLOCHINT osd op | Ilya Dryomov | 1 | -0/+8 |
2014-04-03 | libceph: encode CEPH_OSD_OP_FLAG_* op flags | Ilya Dryomov | 1 | -0/+1 |
2014-01-28 | libceph: follow redirect replies from osds | Ilya Dryomov | 1 | -0/+6 |
2014-01-28 | libceph: rename ceph_osd_request::r_{oloc,oid} to r_base_{oloc,oid} | Ilya Dryomov | 1 | -2/+2 |
2014-01-28 | libceph: introduce and start using oid abstraction | Ilya Dryomov | 1 | -8/+1 |
2014-01-28 | libceph: rename MAX_OBJ_NAME_SIZE to CEPH_MAX_OID_NAME_LEN | Ilya Dryomov | 1 | -2/+2 |
2014-01-28 | libceph: start using oloc abstraction | Ilya Dryomov | 1 | -1/+2 |
2013-12-13 | libceph: block I/O when PAUSE or FULL osd map flags are set | Josh Durgin | 1 | -0/+1 |
2013-09-09 | libceph: add function to ensure notifies are complete | Josh Durgin | 1 | -0/+2 |
2013-07-04 | libceph: fix safe completion | Yan, Zheng | 1 | -1/+0 |