Age | Commit message (Expand) | Author |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license |  Greg Kroah-Hartman |
2017-08-01 | libceph: make RECOVERY_DELETES feature create a new interval |  Ilya Dryomov |
2017-07-07 | libceph: respect RADOS_BACKOFF backoffs |  Ilya Dryomov |
2017-07-07 | libceph: make sure need_resend targets reflect latest map |  Ilya Dryomov |
2017-07-07 | libceph: MOSDOp v8 encoding (actual spgid + full hash) |  Ilya Dryomov |
2017-07-07 | libceph: introduce ceph_spg, ceph_pg_to_primary_shard() |  Ilya Dryomov |
2017-07-07 | libceph: fold [l]req->last_force_resend into ceph_osd_request_target |  Ilya Dryomov |
2017-05-04 | libceph: add an epoch_barrier field to struct ceph_osd_client |  Jeff Layton |
2017-05-04 | libceph: allow requests to return immediately on full conditions if caller wi... |  Jeff Layton |
2017-05-04 | libceph: remove req->r_replay_version |  Jeff Layton |
2017-05-04 | libceph: convert ceph_osd.o_ref from atomic_t to refcount_t |  Elena Reshetova |
2017-03-07 | libceph: osd_request_timeout option |  Ilya Dryomov |
2017-02-24 | libceph: get rid of ack vs commit |  Ilya Dryomov |
2016-12-14 | libceph: always signal completion when done |  Ilya Dryomov |
2016-11-10 | libceph: initialize last_linger_id with a large integer |  Ilya Dryomov |
2016-08-24 | libceph: add ceph_osdc_call() single-page helper |  Douglas Fuller |
2016-08-24 | libceph: support for CEPH_OSD_OP_LIST_WATCHERS |  Douglas Fuller |
2016-07-28 | libceph: fix some missing includes |  Ilya Dryomov |
2016-05-30 | libceph: change ceph_osdmap_flag() to take osdc |  Ilya Dryomov |
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 |