summaryrefslogtreecommitdiffstats
path: root/net/ceph/osd_client.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
* libceph: clean up ceph_osdc_start_request prototypeJeff Layton2022-08-031-9/+6
* libceph: fix misleading ceph_osdc_cancel_request() commentIlya Dryomov2022-05-181-2/+7
* libceph: fix potential use-after-free on linger ping and resendsIlya Dryomov2022-05-181-183/+119
* libceph: disambiguate cluster/pool full log messageIlya Dryomov2022-04-251-1/+5
* libceph, ceph: move ceph_osdc_copy_from() into cephfs codeLuís Henriques2021-11-081-51/+9
* libceph, ceph: disambiguate ceph_connection_operations handlersIlya Dryomov2021-01-041-20/+20
* libceph, ceph: make use of __ceph_auth_get_authorizer() in msgr1Ilya Dryomov2020-12-141-16/+5
* libceph, ceph: implement msgr2.1 protocol (crc and secure modes)Ilya Dryomov2020-12-141-2/+83
* libceph, ceph: get and handle cluster maps with addrvecsIlya Dryomov2020-12-141-2/+2
* libceph, ceph: incorporate nautilus cephx changesIlya Dryomov2020-12-141-1/+4
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* libceph: just have osd_req_op_init() return a pointerJeff Layton2020-08-031-23/+16
* libceph: use target_copy() in send_linger()Ilya Dryomov2020-08-031-3/+1
* libceph: don't omit used_replica in target_copy()Ilya Dryomov2020-06-161-0/+1
* libceph: don't omit recovery_deletes in target_copy()Ilya Dryomov2020-06-161-0/+1
* libceph: move away from global osd_req_flagsIlya Dryomov2020-06-161-5/+2
* libceph: support for alloc hint flagsIlya Dryomov2020-06-011-1/+7
* libceph: read_from_replica optionIlya Dryomov2020-06-011-1/+4
* libceph: support for balanced and localized readsIlya Dryomov2020-06-011-4/+83
* ceph: add read/write latency metric supportXiubo Li2020-06-011-0/+3
* libceph: ignore pool overlay and cache logic on redirectsJerry Lee2020-05-271-1/+3
* libceph: directly skip to the end of redirect replyIlya Dryomov2020-03-301-3/+0
* ceph: move ceph_osdc_{read,write}pages to ceph.koXiubo Li2020-03-301-79/+0
* libceph: fix alloc_msg_with_page_vector() memory leaksIlya Dryomov2020-03-231-11/+3
* ceph: use copy-from2 op in copy_file_rangeLuis Henriques2020-01-271-6/+12
* libceph: drop unused con parameter of calc_target()Ilya Dryomov2019-09-161-7/+5
* libceph: handle OSD op ceph_pagelist_append() errorsDavid Disseldorp2019-09-161-5/+22
* libceph: add function that clears osd client's abort_errYan, Zheng2019-09-161-0/+8
* libceph: add function that reset client's entity addrYan, Zheng2019-09-161-0/+18
* libceph: fix PG split vs OSD (re)connect raceIlya Dryomov2019-08-221-5/+4
* libceph: export osd_req_op_data() macroIlya Dryomov2019-07-081-8/+0
* libceph: change ceph_osdc_call() to take page vector for responseIlya Dryomov2019-07-081-5/+5
* libceph: rename r_unsafe_item to r_private_itemIlya Dryomov2019-07-081-2/+2
* libceph: fix watch_item_t decoding to use ceph_decode_entity_addrJeff Layton2019-07-081-7/+13
* Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2019-05-161-1/+1
|\
| * libceph: make ceph_pr_addr take an struct ceph_entity_addr pointerJeff Layton2019-05-071-1/+1
* | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-091-1/+1
|/
* libceph: allow setting abort_on_full for rbdDongsheng Yang2019-01-071-2/+2
* libceph: support the RADOS copy-from operationLuis Henriques2018-10-221-0/+90
* libceph: check reply num_data_items in setup_request_data()Ilya Dryomov2018-10-221-25/+23
* libceph: preallocate message data itemsIlya Dryomov2018-10-221-14/+88
* libceph, rbd, ceph: move ceph_osdc_alloc_messages() callsIlya Dryomov2018-10-221-17/+21
* libceph: introduce alloc_watch_request()Ilya Dryomov2018-10-221-9/+19
* libceph: assign cookies in linger_submit()Ilya Dryomov2018-10-221-21/+27
* libceph: enable fallback to ceph_msg_new() in ceph_msgpool_get()Ilya Dryomov2018-10-221-2/+2
* libceph: no need to call osd_req_opcode_valid() in osd_req_encode_op()Ilya Dryomov2018-10-221-6/+0
* libceph: don't consume a ref on pagelist in ceph_msg_data_add_pagelist()Ilya Dryomov2018-10-221-0/+8
* libceph: introduce ceph_pagelist_alloc()Ilya Dryomov2018-10-221-10/+4
* libceph: osd_req_op_cls_init() doesn't need to take opcodeIlya Dryomov2018-10-221-5/+4