aboutsummaryrefslogtreecommitdiffstats
path: root/net/ceph/osd_client.c
AgeCommit message (Expand)Author
2023-08-11libceph: fix potential hang in ceph_osdc_notify()Ilya Dryomov
2022-05-25libceph: fix potential use-after-free on linger ping and resendsIlya Dryomov
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-03libceph: just have osd_req_op_init() return a pointerJeff Layton
2020-08-03libceph: use target_copy() in send_linger()Ilya Dryomov
2020-06-16libceph: don't omit used_replica in target_copy()Ilya Dryomov
2020-06-16libceph: don't omit recovery_deletes in target_copy()Ilya Dryomov
2020-06-16libceph: move away from global osd_req_flagsIlya Dryomov
2020-06-01libceph: support for alloc hint flagsIlya Dryomov
2020-06-01libceph: read_from_replica optionIlya Dryomov
2020-06-01libceph: support for balanced and localized readsIlya Dryomov
2020-06-01ceph: add read/write latency metric supportXiubo Li
2020-05-27libceph: ignore pool overlay and cache logic on redirectsJerry Lee
2020-03-30libceph: directly skip to the end of redirect replyIlya Dryomov
2020-03-30ceph: move ceph_osdc_{read,write}pages to ceph.koXiubo Li
2020-03-23libceph: fix alloc_msg_with_page_vector() memory leaksIlya Dryomov
2020-01-27ceph: use copy-from2 op in copy_file_rangeLuis Henriques
2019-09-16libceph: drop unused con parameter of calc_target()Ilya Dryomov
2019-09-16libceph: handle OSD op ceph_pagelist_append() errorsDavid Disseldorp
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-08-22libceph: fix PG split vs OSD (re)connect raceIlya Dryomov
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-07-08libceph: fix watch_item_t decoding to use ceph_decode_entity_addrJeff Layton
2019-05-16Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2019-05-07libceph: make ceph_pr_addr take an struct ceph_entity_addr pointerJeff Layton
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus
2019-01-07libceph: allow setting abort_on_full for rbdDongsheng Yang
2018-10-22libceph: support the RADOS copy-from operationLuis Henriques
2018-10-22libceph: check reply num_data_items in setup_request_data()Ilya Dryomov
2018-10-22libceph: preallocate message data itemsIlya Dryomov
2018-10-22libceph, rbd, ceph: move ceph_osdc_alloc_messages() callsIlya Dryomov
2018-10-22libceph: introduce alloc_watch_request()Ilya Dryomov
2018-10-22libceph: assign cookies in linger_submit()Ilya Dryomov
2018-10-22libceph: enable fallback to ceph_msg_new() in ceph_msgpool_get()Ilya Dryomov
2018-10-22libceph: no need to call osd_req_opcode_valid() in osd_req_encode_op()Ilya Dryomov
2018-10-22libceph: don't consume a ref on pagelist in ceph_msg_data_add_pagelist()Ilya Dryomov
2018-10-22libceph: introduce ceph_pagelist_alloc()Ilya Dryomov
2018-10-22libceph: osd_req_op_cls_init() doesn't need to take opcodeIlya Dryomov
2018-08-02libceph: add authorizer challengeIlya Dryomov
2018-08-02libceph: use timespec64 for r_mtimeArnd Bergmann
2018-08-02libceph: make ceph_osdc_notify{,_ack}() payload_len u32Ilya Dryomov
2018-06-15Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook
2018-06-04libceph: allocate the locator string with GFP_NOFAILIlya Dryomov
2018-06-04libceph: make abort_on_full a per-osdc settingIlya Dryomov
2018-06-04libceph: don't abort reads in ceph_osdc_abort_on_full()Ilya Dryomov