aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ceph (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-27libceph, rbd, ceph: convert to use the new mount APIDavid Howells1-4/+6
2019-09-16libceph: add function that clears osd client's abort_errYan, Zheng1-0/+1
2019-09-16libceph: add function that reset client's entity addrYan, Zheng4-0/+4
2019-08-22libceph: allow ceph_buffer_put() to receive a NULL ceph_bufferLuis Henriques1-1/+2
2019-07-18Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds8-12/+32
2019-07-08rbd: support for object-map and fast-diffIlya Dryomov2-0/+5
2019-07-08libceph: export osd_req_op_data() macroIlya Dryomov1-0/+8
2019-07-08libceph: change ceph_osdc_call() to take page vector for responseIlya Dryomov1-1/+1
2019-07-08libceph: bump CEPH_MSG_MAX_DATA_LEN (again)Ilya Dryomov1-2/+4
2019-07-08libceph: rename r_unsafe_item to r_private_itemIlya Dryomov1-1/+1
2019-07-08ceph: more precise CEPH_CLIENT_CAPS_PENDING_CAPSNAPYan, Zheng1-1/+1
2019-07-08libceph: turn on CEPH_FEATURE_MSG_ADDR2Jeff Layton1-0/+1
2019-07-08libceph: rename ceph_encode_addr to ceph_encode_banner_addrJeff Layton1-2/+2
2019-07-08libceph: use TYPE_LEGACY for entity addrs instead of TYPE_NONEJeff Layton1-0/+7
2019-07-08libceph: ADDR2 support for monmapJeff Layton1-1/+0
2019-07-08libceph: add ceph_decode_entity_addrJeff Layton1-0/+2
2019-07-08libceph: remove ceph_get_direct_page_vector()Christoph Hellwig1-4/+0
2019-07-03ceph: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-2/+2
2019-05-07libceph: make ceph_pr_addr take an struct ceph_entity_addr pointerJeff Layton1-1/+2
2019-05-07libceph: fix clang warning for CEPH_DEFINE_OID_ONSTACKArnd Bergmann1-7/+6
2019-05-07ceph: snapshot nfs re-exportYan, Zheng1-0/+6
2019-03-20libceph: wait for latest osdmap in ceph_monc_blacklist_add()Ilya Dryomov1-0/+2
2019-03-05ceph: add mount option to limit caps countYan, Zheng1-0/+1
2019-01-07libceph: allow setting abort_on_full for rbdDongsheng Yang2-3/+4
2018-11-08libceph: assume argonaut on the server sideIlya Dryomov1-7/+1
2018-10-22libceph: support the RADOS copy-from operationLuis Henriques2-0/+45
2018-10-22libceph: preallocate message data itemsIlya Dryomov2-24/+11
2018-10-22libceph: introduce ceph_pagelist_alloc()Ilya Dryomov1-10/+1
2018-10-22libceph: osd_req_op_cls_init() doesn't need to take opcodeIlya Dryomov1-3/+2
2018-10-22libceph: bump CEPH_MSG_MAX_DATA_LENIlya Dryomov1-1/+7
2018-08-02libceph: implement CEPHX_V2 calculation modeIlya Dryomov1-3/+4
2018-08-02libceph: add authorizer challengeIlya Dryomov3-1/+12
2018-08-02libceph: store ceph_auth_handshake pointer in ceph_connectionIlya Dryomov1-2/+1
2018-08-02libceph: remove now unused ceph_{en,de}code_timespec()Ilya Dryomov1-12/+0
2018-08-02libceph: use timespec64 for r_mtimeArnd Bergmann1-3/+3
2018-08-02libceph: use timespec64 in for keepalive2 and ticket validityArnd Bergmann2-2/+20
2018-08-02libceph: change ceph_pagelist_encode_string() to take u32Ilya Dryomov1-1/+1
2018-08-02libceph: make ceph_osdc_notify{,_ack}() payload_len u32Ilya Dryomov1-2/+2
2018-06-04libceph: allocate the locator string with GFP_NOFAILIlya Dryomov1-4/+4
2018-06-04libceph: make abort_on_full a per-osdc settingIlya Dryomov1-1/+1
2018-06-04libceph: defer __complete_request() to a workqueueIlya Dryomov1-0/+2
2018-06-04libceph: introduce ceph_osdc_abort_requests()Ilya Dryomov1-0/+2
2018-06-04ceph: always get rstat from auth mdsYan, Zheng1-0/+1
2018-06-04libceph, rbd: add error handling for osd_req_op_cls_init()Chengguang Xu1-1/+1
2018-05-10libceph: add osd_req_op_extent_osd_data_bvecs()Ilya Dryomov1-2/+10
2018-04-02ceph: quota: add initial infrastructure to support cephfs quotasLuis Henriques2-0/+18
2018-04-02ceph: optimize memory usageChengguang Xu1-0/+1
2018-04-02libceph, ceph: move ceph_calc_file_object_mapping() to striper.cIlya Dryomov2-5/+4
2018-04-02libceph: striping framework implementationIlya Dryomov1-0/+65
2018-04-02libceph: introduce BVECS data typeIlya Dryomov2-0/+50