aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ceph/osd_client.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-26libceph: a major OSD client updateIlya Dryomov1-11/+7
2016-05-26libceph: protect osdc->osd_lru list with a spinlockIlya Dryomov1-0/+1
2016-05-26libceph: redo callbacks and factor out MOSDOpReply decodingIlya Dryomov1-2/+3
2016-05-26libceph: drop msg argument from ceph_osdc_callback_tIlya Dryomov1-2/+1
2016-05-26libceph: switch to calc_target(), part 2Ilya Dryomov1-18/+11
2016-05-26libceph: switch to calc_target(), part 1Ilya Dryomov1-10/+5
2016-05-26libceph: introduce ceph_osd_request_target, calc_target()Ilya Dryomov1-0/+23
2016-05-26libceph: nuke unused fields and functionsIlya Dryomov1-8/+0
2016-05-26libceph: move message allocation out of ceph_osdc_alloc_request()Ilya Dryomov1-0/+1
2016-04-25libceph: make authorizer destruction independent of ceph_auth_clientIlya Dryomov1-1/+0
2016-03-25libceph: add helper that duplicates last extent operationYan, Zheng1-0/+2
2016-03-25libceph: enable large, variable-sized OSD requestsIlya Dryomov1-2/+4
2016-03-25libceph: move r_reply_op_{len,result} into struct ceph_osd_req_opYan, Zheng1-2/+3
2016-03-25libceph: rename ceph_osd_req_op::payload_len to indata_lenIlya Dryomov1-1/+1