aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ceph/osd_client.h
Commit message (Expand)AuthorAge
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* libceph: make RECOVERY_DELETES feature create a new intervalIlya Dryomov2017-08-01
* libceph: respect RADOS_BACKOFF backoffsIlya Dryomov2017-07-07
* libceph: make sure need_resend targets reflect latest mapIlya Dryomov2017-07-07
* libceph: MOSDOp v8 encoding (actual spgid + full hash)Ilya Dryomov2017-07-07
* libceph: introduce ceph_spg, ceph_pg_to_primary_shard()Ilya Dryomov2017-07-07
* libceph: fold [l]req->last_force_resend into ceph_osd_request_targetIlya Dryomov2017-07-07
* libceph: add an epoch_barrier field to struct ceph_osd_clientJeff Layton2017-05-04
* libceph: allow requests to return immediately on full conditions if caller wi...Jeff Layton2017-05-04
* libceph: remove req->r_replay_versionJeff Layton2017-05-04
* libceph: convert ceph_osd.o_ref from atomic_t to refcount_tElena Reshetova2017-05-04
* libceph: osd_request_timeout optionIlya Dryomov2017-03-07
* libceph: get rid of ack vs commitIlya Dryomov2017-02-24
* libceph: always signal completion when doneIlya Dryomov2016-12-14
* libceph: initialize last_linger_id with a large integerIlya Dryomov2016-11-10
* libceph: add ceph_osdc_call() single-page helperDouglas Fuller2016-08-24
* libceph: support for CEPH_OSD_OP_LIST_WATCHERSDouglas Fuller2016-08-24
* libceph: fix some missing includesIlya Dryomov2016-07-27
* libceph: change ceph_osdmap_flag() to take osdcIlya Dryomov2016-05-30
* libceph: replace ceph_monc_request_next_osdmap()Ilya Dryomov2016-05-25
* libceph: pool deletion detectionIlya Dryomov2016-05-25
* libceph: support for checking on status of watchIlya Dryomov2016-05-25
* libceph: support for sending notifiesIlya Dryomov2016-05-25
* libceph, rbd: ceph_osd_linger_request, watch/notify v2Ilya Dryomov2016-05-25
* libceph: a major OSD client updateIlya Dryomov2016-05-25
* libceph: protect osdc->osd_lru list with a spinlockIlya Dryomov2016-05-25
* libceph: redo callbacks and factor out MOSDOpReply decodingIlya Dryomov2016-05-25
* libceph: drop msg argument from ceph_osdc_callback_tIlya Dryomov2016-05-25
* libceph: switch to calc_target(), part 2Ilya Dryomov2016-05-25
* libceph: switch to calc_target(), part 1Ilya Dryomov2016-05-25
* libceph: introduce ceph_osd_request_target, calc_target()Ilya Dryomov2016-05-25
* libceph: nuke unused fields and functionsIlya Dryomov2016-05-25
* libceph: move message allocation out of ceph_osdc_alloc_request()Ilya Dryomov2016-05-25
* libceph: make authorizer destruction independent of ceph_auth_clientIlya Dryomov2016-04-25
* libceph: add helper that duplicates last extent operationYan, Zheng2016-03-25
* libceph: enable large, variable-sized OSD requestsIlya Dryomov2016-03-25
* libceph: move r_reply_op_{len,result} into struct ceph_osd_req_opYan, Zheng2016-03-25
* libceph: rename ceph_osd_req_op::payload_len to indata_lenIlya Dryomov2016-03-25
* libceph: allow setting osd_req_op's flagsYan, Zheng2015-06-25
* libceph: fix sparse endianness warningsIlya Dryomov2015-01-08
* libceph: specify position of extent operationYan, Zheng2014-12-17
* libceph: add SETXATTR/CMPXATTR osd operations supportYan, Zheng2014-12-17
* libceph: nuke ceph_osdc_unregister_linger_request()Ilya Dryomov2014-07-08
* libceph: introduce ceph_osdc_cancel_request()Ilya Dryomov2014-07-08
* libceph: move and add dout()s to ceph_osdc_request_{get,put}()Ilya Dryomov2014-07-08
* libceph: rename ceph_osd_request::r_linger_osd to r_linger_osd_itemIlya Dryomov2014-07-08
* libceph: bump CEPH_OSD_MAX_OP to 3Ilya Dryomov2014-04-02
* libceph: add support for CEPH_OSD_OP_SETALLOCHINT osd opIlya Dryomov2014-04-02
* libceph: encode CEPH_OSD_OP_FLAG_* op flagsIlya Dryomov2014-04-02
* libceph: follow redirect replies from osdsIlya Dryomov2014-01-27