| Commit message (Expand) | Author | Age | Files | Lines |
* | libceph: allow setting abort_on_full for rbd | Dongsheng Yang | 2019-01-07 | 1 | -1/+0 |
* | libceph: support the RADOS copy-from operation | Luis Henriques | 2018-10-22 | 1 | -0/+17 |
* | libceph: osd_req_op_cls_init() doesn't need to take opcode | Ilya Dryomov | 2018-10-22 | 1 | -3/+2 |
* | libceph: use timespec64 for r_mtime | Arnd Bergmann | 2018-08-02 | 1 | -3/+3 |
* | libceph: make ceph_osdc_notify{,_ack}() payload_len u32 | Ilya Dryomov | 2018-08-02 | 1 | -2/+2 |
* | libceph: make abort_on_full a per-osdc setting | Ilya Dryomov | 2018-06-04 | 1 | -1/+1 |
* | libceph: defer __complete_request() to a workqueue | Ilya Dryomov | 2018-06-04 | 1 | -0/+2 |
* | libceph: introduce ceph_osdc_abort_requests() | Ilya Dryomov | 2018-06-04 | 1 | -0/+2 |
* | libceph, rbd: add error handling for osd_req_op_cls_init() | Chengguang Xu | 2018-06-04 | 1 | -1/+1 |
* | libceph: add osd_req_op_extent_osd_data_bvecs() | Ilya Dryomov | 2018-05-10 | 1 | -2/+10 |
* | libceph: introduce BVECS data type | Ilya Dryomov | 2018-04-02 | 1 | -0/+8 |
* | libceph, rbd: new bio handling code (aka don't clone bios) | Ilya Dryomov | 2018-04-02 | 1 | -5/+6 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | libceph: make RECOVERY_DELETES feature create a new interval | Ilya Dryomov | 2017-08-01 | 1 | -0/+1 |
* | libceph: respect RADOS_BACKOFF backoffs | Ilya Dryomov | 2017-07-07 | 1 | -0/+45 |
* | libceph: make sure need_resend targets reflect latest map | Ilya Dryomov | 2017-07-07 | 1 | -0/+1 |
* | libceph: MOSDOp v8 encoding (actual spgid + full hash) | Ilya Dryomov | 2017-07-07 | 1 | -0/+17 |
* | libceph: introduce ceph_spg, ceph_pg_to_primary_shard() | Ilya Dryomov | 2017-07-07 | 1 | -1/+2 |
* | libceph: fold [l]req->last_force_resend into ceph_osd_request_target | Ilya Dryomov | 2017-07-07 | 1 | -2/+2 |
* | libceph: add an epoch_barrier field to struct ceph_osd_client | Jeff Layton | 2017-05-04 | 1 | -0/+2 |
* | libceph: allow requests to return immediately on full conditions if caller wi... | Jeff Layton | 2017-05-04 | 1 | -0/+1 |
* | libceph: remove req->r_replay_version | Jeff Layton | 2017-05-04 | 1 | -1/+0 |
* | libceph: convert ceph_osd.o_ref from atomic_t to refcount_t | Elena Reshetova | 2017-05-04 | 1 | -1/+2 |
* | libceph: osd_request_timeout option | Ilya Dryomov | 2017-03-07 | 1 | -0/+1 |
* | libceph: get rid of ack vs commit | Ilya Dryomov | 2017-02-24 | 1 | -5/+1 |
* | libceph: always signal completion when done | Ilya Dryomov | 2016-12-14 | 1 | -1/+1 |
* | libceph: initialize last_linger_id with a large integer | Ilya Dryomov | 2016-11-10 | 1 | -0/+2 |
* | libceph: add ceph_osdc_call() single-page helper | Douglas Fuller | 2016-08-24 | 1 | -0/+8 |
* | libceph: support for CEPH_OSD_OP_LIST_WATCHERS | Douglas Fuller | 2016-08-24 | 1 | -1/+14 |
* | libceph: fix some missing includes | Ilya Dryomov | 2016-07-28 | 1 | -0/+1 |
* | libceph: change ceph_osdmap_flag() to take osdc | Ilya Dryomov | 2016-05-30 | 1 | -0/+5 |
* | libceph: replace ceph_monc_request_next_osdmap() | Ilya Dryomov | 2016-05-26 | 1 | -0/+1 |
* | libceph: pool deletion detection | Ilya Dryomov | 2016-05-26 | 1 | -0/+6 |
* | libceph: support for checking on status of watch | Ilya Dryomov | 2016-05-26 | 1 | -0/+4 |
* | libceph: support for sending notifies | Ilya Dryomov | 2016-05-26 | 1 | -0/+20 |
* | libceph, rbd: ceph_osd_linger_request, watch/notify v2 | Ilya Dryomov | 2016-05-26 | 1 | -39/+58 |
* | libceph: a major OSD client update | Ilya Dryomov | 2016-05-26 | 1 | -11/+7 |
* | libceph: protect osdc->osd_lru list with a spinlock | Ilya Dryomov | 2016-05-26 | 1 | -0/+1 |
* | libceph: redo callbacks and factor out MOSDOpReply decoding | Ilya Dryomov | 2016-05-26 | 1 | -2/+3 |
* | libceph: drop msg argument from ceph_osdc_callback_t | Ilya Dryomov | 2016-05-26 | 1 | -2/+1 |
* | libceph: switch to calc_target(), part 2 | Ilya Dryomov | 2016-05-26 | 1 | -18/+11 |
* | libceph: switch to calc_target(), part 1 | Ilya Dryomov | 2016-05-26 | 1 | -10/+5 |
* | libceph: introduce ceph_osd_request_target, calc_target() | Ilya Dryomov | 2016-05-26 | 1 | -0/+23 |
* | libceph: nuke unused fields and functions | Ilya Dryomov | 2016-05-26 | 1 | -8/+0 |
* | libceph: move message allocation out of ceph_osdc_alloc_request() | Ilya Dryomov | 2016-05-26 | 1 | -0/+1 |
* | libceph: make authorizer destruction independent of ceph_auth_client | Ilya Dryomov | 2016-04-25 | 1 | -1/+0 |
* | libceph: add helper that duplicates last extent operation | Yan, Zheng | 2016-03-25 | 1 | -0/+2 |
* | libceph: enable large, variable-sized OSD requests | Ilya Dryomov | 2016-03-25 | 1 | -2/+4 |
* | libceph: move r_reply_op_{len,result} into struct ceph_osd_req_op | Yan, Zheng | 2016-03-25 | 1 | -2/+3 |
* | libceph: rename ceph_osd_req_op::payload_len to indata_len | Ilya Dryomov | 2016-03-25 | 1 | -1/+1 |