aboutsummaryrefslogtreecommitdiff
path: root/net/ceph/osd_client.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-22libceph: support the RADOS copy-from operationGravatar Luis Henriques 1-0/+90
2018-10-22libceph: check reply num_data_items in setup_request_data()Gravatar Ilya Dryomov 1-25/+23
2018-10-22libceph: preallocate message data itemsGravatar Ilya Dryomov 1-14/+88
2018-10-22libceph, rbd, ceph: move ceph_osdc_alloc_messages() callsGravatar Ilya Dryomov 1-17/+21
2018-10-22libceph: introduce alloc_watch_request()Gravatar Ilya Dryomov 1-9/+19
2018-10-22libceph: assign cookies in linger_submit()Gravatar Ilya Dryomov 1-21/+27
2018-10-22libceph: enable fallback to ceph_msg_new() in ceph_msgpool_get()Gravatar Ilya Dryomov 1-2/+2
2018-10-22libceph: no need to call osd_req_opcode_valid() in osd_req_encode_op()Gravatar Ilya Dryomov 1-6/+0
2018-10-22libceph: don't consume a ref on pagelist in ceph_msg_data_add_pagelist()Gravatar Ilya Dryomov 1-0/+8
2018-10-22libceph: introduce ceph_pagelist_alloc()Gravatar Ilya Dryomov 1-10/+4
2018-10-22libceph: osd_req_op_cls_init() doesn't need to take opcodeGravatar Ilya Dryomov 1-5/+4
2018-08-02libceph: add authorizer challengeGravatar Ilya Dryomov 1-0/+11
2018-08-02libceph: use timespec64 for r_mtimeGravatar Arnd Bergmann 1-4/+4
2018-08-02libceph: make ceph_osdc_notify{,_ack}() payload_len u32Gravatar Ilya Dryomov 1-4/+4
2018-06-15Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-86/+130
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+1
2018-06-06treewide: Use struct_size() for kmalloc()-familyGravatar Kees Cook 1-2/+1
2018-06-04libceph: allocate the locator string with GFP_NOFAILGravatar Ilya Dryomov 1-9/+1
2018-06-04libceph: make abort_on_full a per-osdc settingGravatar Ilya Dryomov 1-5/+4
2018-06-04libceph: don't abort reads in ceph_osdc_abort_on_full()Gravatar Ilya Dryomov 1-1/+2
2018-06-04libceph: avoid a use-after-free during map checkGravatar Ilya Dryomov 1-1/+1
2018-06-04libceph: don't warn if req->r_abort_on_full is setGravatar Ilya Dryomov 1-4/+6
2018-06-04libceph: use for_each_request() in ceph_osdc_abort_on_full()Gravatar Ilya Dryomov 1-53/+26
2018-06-04libceph: defer __complete_request() to a workqueueGravatar Ilya Dryomov 1-1/+18
2018-06-04libceph: move more code into __complete_request()Gravatar Ilya Dryomov 1-8/+6
2018-06-04libceph: no need to call flush_workqueue() before destructionGravatar Ilya Dryomov 1-1/+0
2018-06-04libceph: introduce ceph_osdc_abort_requests()Gravatar Ilya Dryomov 1-5/+62
2018-06-04libceph, rbd: add error handling for osd_req_op_cls_init()Gravatar Chengguang Xu 1-3/+9
2018-05-10libceph: add osd_req_op_extent_osd_data_bvecs()Gravatar Ilya Dryomov 1-4/+23
2018-04-02libceph, ceph: add __init attribution to init funcitonsGravatar Chengguang Xu 1-3/+1
2018-04-02libceph, ceph: move ceph_calc_file_object_mapping() to striper.cGravatar Ilya Dryomov 1-0/+1
2018-04-02libceph: introduce BVECS data typeGravatar Ilya Dryomov 1-0/+39
2018-04-02libceph, rbd: new bio handling code (aka don't clone bios)Gravatar Ilya Dryomov 1-5/+8
2018-04-02libceph, ceph: change ceph_calc_file_object_mapping() signatureGravatar Ilya Dryomov 1-6/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-09-06ceph: nuke startsync opGravatar Yanhu Cao 1-5/+0
2017-08-01libceph: make RECOVERY_DELETES feature create a new intervalGravatar Ilya Dryomov 1-0/+5
2017-08-01libceph: make encode_request_*() work with r_mempool requestsGravatar Ilya Dryomov 1-3/+6
2017-07-17libceph: don't call encode_request_finish() on MOSDBackoff messagesGravatar Ilya Dryomov 1-1/+4
2017-07-07libceph: respect RADOS_BACKOFF backoffsGravatar Ilya Dryomov 1-0/+593
2017-07-07libceph: avoid unnecessary pi lookups in calc_target()Gravatar Ilya Dryomov 1-4/+4
2017-07-07libceph: use target pi for calc_target() calculationsGravatar Ilya Dryomov 1-1/+8
2017-07-07libceph: always populate t->target_{oid,oloc} in calc_target()Gravatar Ilya Dryomov 1-11/+4
2017-07-07libceph: make sure need_resend targets reflect latest mapGravatar Ilya Dryomov 1-8/+25
2017-07-07libceph: delete from need_resend_linger before check_linger_pool_dne()Gravatar Ilya Dryomov 1-0/+1
2017-07-07libceph: resend on PG splits if OSD has RESEND_ON_SPLITGravatar Ilya Dryomov 1-7/+14
2017-07-07libceph: drop need_resend from calc_target()Gravatar Ilya Dryomov 1-7/+11
2017-07-07libceph: MOSDOp v8 encoding (actual spgid + full hash)Gravatar Ilya Dryomov 1-19/+134
2017-07-07libceph: encode_{pgid,oloc}() helpersGravatar Ilya Dryomov 1-23/+27
2017-07-07libceph: introduce ceph_spg, ceph_pg_to_primary_shard()Gravatar Ilya Dryomov 1-2/+5