summaryrefslogtreecommitdiffstats
path: root/include/linux/ceph/osd_client.h
Commit message (Expand)AuthorAgeFilesLines
* libceph: osd_request_timeout optionIlya Dryomov2017-03-071-0/+1
* libceph: get rid of ack vs commitIlya Dryomov2017-02-241-5/+1
* libceph: always signal completion when doneIlya Dryomov2016-12-141-1/+1
* libceph: initialize last_linger_id with a large integerIlya Dryomov2016-11-101-0/+2
* libceph: add ceph_osdc_call() single-page helperDouglas Fuller2016-08-241-0/+8
* libceph: support for CEPH_OSD_OP_LIST_WATCHERSDouglas Fuller2016-08-241-1/+14
* libceph: fix some missing includesIlya Dryomov2016-07-281-0/+1
* libceph: change ceph_osdmap_flag() to take osdcIlya Dryomov2016-05-301-0/+5
* libceph: replace ceph_monc_request_next_osdmap()Ilya Dryomov2016-05-261-0/+1
* libceph: pool deletion detectionIlya Dryomov2016-05-261-0/+6
* libceph: support for checking on status of watchIlya Dryomov2016-05-261-0/+4
* libceph: support for sending notifiesIlya Dryomov2016-05-261-0/+20
* libceph, rbd: ceph_osd_linger_request, watch/notify v2Ilya Dryomov2016-05-261-39/+58
* libceph: a major OSD client updateIlya Dryomov2016-05-261-11/+7
* libceph: protect osdc->osd_lru list with a spinlockIlya Dryomov2016-05-261-0/+1
* libceph: redo callbacks and factor out MOSDOpReply decodingIlya Dryomov2016-05-261-2/+3
* libceph: drop msg argument from ceph_osdc_callback_tIlya Dryomov2016-05-261-2/+1
* libceph: switch to calc_target(), part 2Ilya Dryomov2016-05-261-18/+11
* libceph: switch to calc_target(), part 1Ilya Dryomov2016-05-261-10/+5
* libceph: introduce ceph_osd_request_target, calc_target()Ilya Dryomov2016-05-261-0/+23
* libceph: nuke unused fields and functionsIlya Dryomov2016-05-261-8/+0
* libceph: move message allocation out of ceph_osdc_alloc_request()Ilya Dryomov2016-05-261-0/+1
* libceph: make authorizer destruction independent of ceph_auth_clientIlya Dryomov2016-04-251-1/+0
* libceph: add helper that duplicates last extent operationYan, Zheng2016-03-251-0/+2
* libceph: enable large, variable-sized OSD requestsIlya Dryomov2016-03-251-2/+4
* libceph: move r_reply_op_{len,result} into struct ceph_osd_req_opYan, Zheng2016-03-251-2/+3
* libceph: rename ceph_osd_req_op::payload_len to indata_lenIlya Dryomov2016-03-251-1/+1
* libceph: allow setting osd_req_op's flagsYan, Zheng2015-06-251-1/+1
* libceph: fix sparse endianness warningsIlya Dryomov2015-01-081-2/+2
* libceph: specify position of extent operationYan, Zheng2014-12-171-1/+2
* libceph: add SETXATTR/CMPXATTR osd operations supportYan, Zheng2014-12-171-0/+10
* libceph: nuke ceph_osdc_unregister_linger_request()Ilya Dryomov2014-07-081-2/+0
* libceph: introduce ceph_osdc_cancel_request()Ilya Dryomov2014-07-081-0/+1
* libceph: move and add dout()s to ceph_osdc_request_{get,put}()Ilya Dryomov2014-07-081-9/+2
* libceph: rename ceph_osd_request::r_linger_osd to r_linger_osd_itemIlya Dryomov2014-07-081-1/+1
* libceph: bump CEPH_OSD_MAX_OP to 3Ilya Dryomov2014-04-031-1/+1
* libceph: add support for CEPH_OSD_OP_SETALLOCHINT osd opIlya Dryomov2014-04-031-0/+8
* libceph: encode CEPH_OSD_OP_FLAG_* op flagsIlya Dryomov2014-04-031-0/+1
* libceph: follow redirect replies from osdsIlya Dryomov2014-01-271-0/+6
* libceph: rename ceph_osd_request::r_{oloc,oid} to r_base_{oloc,oid}Ilya Dryomov2014-01-271-2/+2
* libceph: introduce and start using oid abstractionIlya Dryomov2014-01-271-8/+1
* libceph: rename MAX_OBJ_NAME_SIZE to CEPH_MAX_OID_NAME_LENIlya Dryomov2014-01-271-2/+2
* libceph: start using oloc abstractionIlya Dryomov2014-01-271-1/+2
* libceph: block I/O when PAUSE or FULL osd map flags are setJosh Durgin2013-12-131-0/+1
* libceph: add function to ensure notifies are completeJosh Durgin2013-09-091-0/+2
* libceph: fix safe completionYan, Zheng2013-07-031-1/+0
* libceph: use slab cache for osd client requestsAlex Elder2013-05-021-0/+3
* libceph: support pages for class request dataAlex Elder2013-05-011-0/+5
* libceph: support raw data requestsAlex Elder2013-05-011-0/+10
* libceph: kill off osd data write_request parametersAlex Elder2013-05-011-4/+4
OpenPOWER on IntegriCloud