Age | Commit message (Expand) | Author |
2022-08-03 | libceph: clean up ceph_osdc_start_request prototype | Jeff Layton |
2022-05-18 | libceph: fix potential use-after-free on linger ping and resends | Ilya Dryomov |
2021-11-08 | libceph, ceph: move ceph_osdc_copy_from() into cephfs code | Luís Henriques |
2020-08-03 | libceph: just have osd_req_op_init() return a pointer | Jeff Layton |
2020-06-01 | libceph: support for alloc hint flags | Ilya Dryomov |
2020-06-01 | libceph: support for balanced and localized reads | Ilya Dryomov |
2020-06-01 | ceph: add read/write latency metric support | Xiubo Li |
2020-03-30 | ceph: move ceph_osdc_{read,write}pages to ceph.ko | Xiubo Li |
2020-01-27 | ceph: use copy-from2 op in copy_file_range | Luis Henriques |
2019-09-16 | libceph: add function that clears osd client's abort_err | Yan, Zheng |
2019-09-16 | libceph: add function that reset client's entity addr | Yan, Zheng |
2019-07-08 | libceph: export osd_req_op_data() macro | Ilya Dryomov |
2019-07-08 | libceph: change ceph_osdc_call() to take page vector for response | Ilya Dryomov |
2019-07-08 | libceph: rename r_unsafe_item to r_private_item | Ilya Dryomov |
2019-01-07 | libceph: allow setting abort_on_full for rbd | Dongsheng Yang |
2018-10-22 | libceph: support the RADOS copy-from operation | Luis Henriques |
2018-10-22 | libceph: osd_req_op_cls_init() doesn't need to take opcode | Ilya Dryomov |
2018-08-02 | libceph: use timespec64 for r_mtime | Arnd Bergmann |
2018-08-02 | libceph: make ceph_osdc_notify{,_ack}() payload_len u32 | Ilya Dryomov |
2018-06-04 | libceph: make abort_on_full a per-osdc setting | Ilya Dryomov |
2018-06-04 | libceph: defer __complete_request() to a workqueue | Ilya Dryomov |
2018-06-04 | libceph: introduce ceph_osdc_abort_requests() | Ilya Dryomov |
2018-06-04 | libceph, rbd: add error handling for osd_req_op_cls_init() | Chengguang Xu |
2018-05-10 | libceph: add osd_req_op_extent_osd_data_bvecs() | Ilya Dryomov |
2018-04-02 | libceph: introduce BVECS data type | Ilya Dryomov |
2018-04-02 | libceph, rbd: new bio handling code (aka don't clone bios) | Ilya Dryomov |
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 |