aboutsummaryrefslogtreecommitdiffstats
path: root/net/ceph/osd_client.c
AgeCommit message (Expand)Author
2024-02-07libceph: just wait for more data to be available on the socketXiubo Li
2024-02-07libceph: fail sparse-read if the data length doesn't matchXiubo Li
2024-01-15libceph: remove MAX_EXTENTS check for sparse readsXiubo Li
2023-08-24libceph: allow ceph_osdc_new_request to accept a multi-op readJeff Layton
2023-08-24libceph: add CEPH_OSD_OP_ASSERT_VER supportJeff Layton
2023-08-22libceph: add new iov_iter-based ceph_msg_data_type and ceph_osd_data_typeJeff Layton
2023-08-22libceph: add sparse read support to OSD clientJeff Layton
2023-08-22libceph: define struct ceph_sparse_extent and add some helpersJeff Layton
2023-08-22libceph: add spinlock around osd->o_requestsJeff Layton
2023-08-02libceph: fix potential hang in ceph_osdc_notify()Ilya Dryomov
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-08-03libceph: clean up ceph_osdc_start_request prototypeJeff Layton
2022-05-18libceph: fix misleading ceph_osdc_cancel_request() commentIlya Dryomov
2022-05-18libceph: fix potential use-after-free on linger ping and resendsIlya Dryomov
2022-04-25libceph: disambiguate cluster/pool full log messageIlya Dryomov
2021-11-08libceph, ceph: move ceph_osdc_copy_from() into cephfs codeLuís Henriques
2021-01-04libceph, ceph: disambiguate ceph_connection_operations handlersIlya Dryomov
2020-12-14libceph, ceph: make use of __ceph_auth_get_authorizer() in msgr1Ilya Dryomov
2020-12-14libceph, ceph: implement msgr2.1 protocol (crc and secure modes)Ilya Dryomov
2020-12-14libceph, ceph: get and handle cluster maps with addrvecsIlya Dryomov
2020-12-14libceph, ceph: incorporate nautilus cephx changesIlya 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