aboutsummaryrefslogtreecommitdiffstats
path: root/net/ceph/osd_client.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-16libceph: drop unused con parameter of calc_target()Ilya Dryomov1-7/+5
2019-09-16libceph: handle OSD op ceph_pagelist_append() errorsDavid Disseldorp1-5/+22
2019-09-16libceph: add function that clears osd client's abort_errYan, Zheng1-0/+8
2019-09-16libceph: add function that reset client's entity addrYan, Zheng1-0/+18
2019-08-22libceph: fix PG split vs OSD (re)connect raceIlya Dryomov1-5/+4
2019-07-08libceph: export osd_req_op_data() macroIlya Dryomov1-8/+0
2019-07-08libceph: change ceph_osdc_call() to take page vector for responseIlya Dryomov1-5/+5
2019-07-08libceph: rename r_unsafe_item to r_private_itemIlya Dryomov1-2/+2
2019-07-08libceph: fix watch_item_t decoding to use ceph_decode_entity_addrJeff Layton1-7/+13
2019-05-16Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-1/+1
2019-05-07libceph: make ceph_pr_addr take an struct ceph_entity_addr pointerJeff Layton1-1/+1
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus1-1/+1
2019-01-07libceph: allow setting abort_on_full for rbdDongsheng Yang1-2/+2
2018-10-22libceph: support the RADOS copy-from operationLuis Henriques1-0/+90
2018-10-22libceph: check reply num_data_items in setup_request_data()Ilya Dryomov1-25/+23
2018-10-22libceph: preallocate message data itemsIlya Dryomov1-14/+88
2018-10-22libceph, rbd, ceph: move ceph_osdc_alloc_messages() callsIlya Dryomov1-17/+21
2018-10-22libceph: introduce alloc_watch_request()Ilya Dryomov1-9/+19
2018-10-22libceph: assign cookies in linger_submit()Ilya Dryomov1-21/+27
2018-10-22libceph: enable fallback to ceph_msg_new() in ceph_msgpool_get()Ilya Dryomov1-2/+2
2018-10-22libceph: no need to call osd_req_opcode_valid() in osd_req_encode_op()Ilya Dryomov1-6/+0
2018-10-22libceph: don't consume a ref on pagelist in ceph_msg_data_add_pagelist()Ilya Dryomov1-0/+8
2018-10-22libceph: introduce ceph_pagelist_alloc()Ilya Dryomov1-10/+4
2018-10-22libceph: osd_req_op_cls_init() doesn't need to take opcodeIlya Dryomov1-5/+4
2018-08-02libceph: add authorizer challengeIlya Dryomov1-0/+11
2018-08-02libceph: use timespec64 for r_mtimeArnd Bergmann1-4/+4
2018-08-02libceph: make ceph_osdc_notify{,_ack}() payload_len u32Ilya Dryomov1-4/+4
2018-06-15Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-86/+130
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-2/+1
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook1-2/+1
2018-06-04libceph: allocate the locator string with GFP_NOFAILIlya Dryomov1-9/+1
2018-06-04libceph: make abort_on_full a per-osdc settingIlya Dryomov1-5/+4
2018-06-04libceph: don't abort reads in ceph_osdc_abort_on_full()Ilya Dryomov1-1/+2
2018-06-04libceph: avoid a use-after-free during map checkIlya Dryomov1-1/+1
2018-06-04libceph: don't warn if req->r_abort_on_full is setIlya Dryomov1-4/+6
2018-06-04libceph: use for_each_request() in ceph_osdc_abort_on_full()Ilya Dryomov1-53/+26
2018-06-04libceph: defer __complete_request() to a workqueueIlya Dryomov1-1/+18
2018-06-04libceph: move more code into __complete_request()Ilya Dryomov1-8/+6
2018-06-04libceph: no need to call flush_workqueue() before destructionIlya Dryomov1-1/+0
2018-06-04libceph: introduce ceph_osdc_abort_requests()Ilya Dryomov1-5/+62
2018-06-04libceph, rbd: add error handling for osd_req_op_cls_init()Chengguang Xu1-3/+9
2018-05-10libceph: add osd_req_op_extent_osd_data_bvecs()Ilya Dryomov1-4/+23
2018-04-02libceph, ceph: add __init attribution to init funcitonsChengguang Xu1-3/+1
2018-04-02libceph, ceph: move ceph_calc_file_object_mapping() to striper.cIlya Dryomov1-0/+1
2018-04-02libceph: introduce BVECS data typeIlya Dryomov1-0/+39
2018-04-02libceph, rbd: new bio handling code (aka don't clone bios)Ilya Dryomov1-5/+8
2018-04-02libceph, ceph: change ceph_calc_file_object_mapping() signatureIlya Dryomov1-6/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-06ceph: nuke startsync opYanhu Cao1-5/+0
2017-08-01libceph: make RECOVERY_DELETES feature create a new intervalIlya Dryomov1-0/+5