aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ceph/osd_client.h
AgeCommit message (Expand)Author
2022-05-25libceph: fix potential use-after-free on linger ping and resendsIlya Dryomov
2020-08-03libceph: just have osd_req_op_init() return a pointerJeff Layton
2020-06-01libceph: support for alloc hint flagsIlya Dryomov
2020-06-01libceph: support for balanced and localized readsIlya Dryomov
2020-06-01ceph: add read/write latency metric supportXiubo Li
2020-03-30ceph: move ceph_osdc_{read,write}pages to ceph.koXiubo Li
2020-01-27ceph: use copy-from2 op in copy_file_rangeLuis Henriques
2019-09-16libceph: add function that clears osd client's abort_errYan, Zheng
2019-09-16libceph: add function that reset client's entity addrYan, Zheng
2019-07-08libceph: export osd_req_op_data() macroIlya Dryomov
2019-07-08libceph: change ceph_osdc_call() to take page vector for responseIlya Dryomov
2019-07-08libceph: rename r_unsafe_item to r_private_itemIlya Dryomov
2019-01-07libceph: allow setting abort_on_full for rbdDongsheng Yang
2018-10-22libceph: support the RADOS copy-from operationLuis Henriques
2018-10-22libceph: osd_req_op_cls_init() doesn't need to take opcodeIlya Dryomov
2018-08-02libceph: use timespec64 for r_mtimeArnd Bergmann
2018-08-02libceph: make ceph_osdc_notify{,_ack}() payload_len u32Ilya Dryomov
2018-06-04libceph: make abort_on_full a per-osdc settingIlya Dryomov
2018-06-04libceph: defer __complete_request() to a workqueueIlya Dryomov
2018-06-04libceph: introduce ceph_osdc_abort_requests()Ilya Dryomov
2018-06-04libceph, rbd: add error handling for osd_req_op_cls_init()Chengguang Xu
2018-05-10libceph: add osd_req_op_extent_osd_data_bvecs()Ilya Dryomov
2018-04-02libceph: introduce BVECS data typeIlya Dryomov
2018-04-02libceph, rbd: new bio handling code (aka don't clone bios)Ilya Dryomov
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-01libceph: make RECOVERY_DELETES feature create a new intervalIlya Dryomov
2017-07-07libceph: respect RADOS_BACKOFF backoffsIlya Dryomov
2017-07-07libceph: make sure need_resend targets reflect latest mapIlya Dryomov
2017-07-07libceph: MOSDOp v8 encoding (actual spgid + full hash)Ilya Dryomov
2017-07-07libceph: introduce ceph_spg, ceph_pg_to_primary_shard()Ilya Dryomov
2017-07-07libceph: fold [l]req->last_force_resend into ceph_osd_request_targetIlya Dryomov
2017-05-04libceph: add an epoch_barrier field to struct ceph_osd_clientJeff Layton
2017-05-04libceph: allow requests to return immediately on full conditions if caller wi...Jeff Layton
2017-05-04libceph: remove req->r_replay_versionJeff Layton
2017-05-04libceph: convert ceph_osd.o_ref from atomic_t to refcount_tElena Reshetova
2017-03-07libceph: osd_request_timeout optionIlya Dryomov
2017-02-24libceph: get rid of ack vs commitIlya Dryomov
2016-12-14libceph: always signal completion when doneIlya Dryomov
2016-11-10libceph: initialize last_linger_id with a large integerIlya Dryomov
2016-08-24libceph: add ceph_osdc_call() single-page helperDouglas Fuller
2016-08-24libceph: support for CEPH_OSD_OP_LIST_WATCHERSDouglas Fuller
2016-07-28libceph: fix some missing includesIlya Dryomov
2016-05-30libceph: change ceph_osdmap_flag() to take osdcIlya Dryomov
2016-05-26libceph: replace ceph_monc_request_next_osdmap()Ilya Dryomov
2016-05-26libceph: pool deletion detectionIlya Dryomov
2016-05-26libceph: support for checking on status of watchIlya Dryomov
2016-05-26libceph: support for sending notifiesIlya Dryomov
2016-05-26libceph, rbd: ceph_osd_linger_request, watch/notify v2Ilya Dryomov
2016-05-26libceph: a major OSD client updateIlya Dryomov
2016-05-26libceph: protect osdc->osd_lru list with a spinlockIlya Dryomov