| Age | Commit message (Expand) | Author | Files | Lines |
| 2016-07-28 | libceph: fix some missing includes |  Ilya Dryomov | 1 | -0/+1 |
| 2016-05-30 | 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-27 | libceph: follow redirect replies from osds |  Ilya Dryomov | 1 | -0/+6 |
| 2014-01-27 | libceph: rename ceph_osd_request::r_{oloc,oid} to r_base_{oloc,oid} |  Ilya Dryomov | 1 | -2/+2 |
| 2014-01-27 | libceph: introduce and start using oid abstraction |  Ilya Dryomov | 1 | -8/+1 |
| 2014-01-27 | libceph: rename MAX_OBJ_NAME_SIZE to CEPH_MAX_OID_NAME_LEN |  Ilya Dryomov | 1 | -2/+2 |
| 2014-01-27 | 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-03 | libceph: fix safe completion |  Yan, Zheng | 1 | -1/+0 |
| 2013-05-02 | libceph: use slab cache for osd client requests |  Alex Elder | 1 | -0/+3 |
| 2013-05-01 | libceph: support pages for class request data |  Alex Elder | 1 | -0/+5 |
| 2013-05-01 | libceph: support raw data requests |  Alex Elder | 1 | -0/+10 |
| 2013-05-01 | libceph: kill off osd data write_request parameters |  Alex Elder | 1 | -4/+4 |
| 2013-05-01 | libceph: change how "safe" callback is used |  Alex Elder | 1 | -1/+3 |
| 2013-05-01 | libceph: make method call data be a separate data item |  Alex Elder | 1 | -5/+5 |
| 2013-05-01 | libceph: kill off osd request r_data_in and r_data_out |  Alex Elder | 1 | -6/+3 |
| 2013-05-01 | libceph: set the data pointers when encoding ops |  Alex Elder | 1 | -1/+1 |
| 2013-05-01 | libceph: combine initializing and setting osd data |  Alex Elder | 1 | -16/+27 |
| 2013-05-01 | libceph: format class info at init time |  Alex Elder | 1 | -1/+2 |