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