summaryrefslogtreecommitdiff
path: root/include/linux/ceph
AgeCommit message (Expand)Author
2020-03-30ceph: consider inode's last read/write when calculating wanted capsYan, Zheng
2020-03-30ceph: attempt to do async create when possibleJeff Layton
2020-03-30ceph: cap tracking for async directory operationsJeff Layton
2020-03-30ceph: track primary dentry linkJeff Layton
2020-03-30ceph: add flag to designate that a request is asynchronousJeff Layton
2020-03-30ceph: move to a dedicated slabcache for mds requestsJeff Layton
2020-03-30ceph: move ceph_osdc_{read,write}pages to ceph.koXiubo Li
2020-03-30libceph: drop CEPH_DEFINE_SHOW_FUNCIlya Dryomov
2020-03-23libceph: fix alloc_msg_with_page_vector() memory leaksIlya Dryomov
2020-03-23ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULLIlya Dryomov
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-02-07ceph_parse_param(), ceph_parse_mon_ips(): switch to passing fc_logAl Viro
2020-01-27ceph: use copy-from2 op in copy_file_rangeLuis Henriques
2020-01-27ceph: add possible_max_rank and make the code more readableXiubo Li
2020-01-27ceph: fix mdsmap cluster available check based on laggy numberXiubo Li
2019-11-27libceph, rbd, ceph: convert to use the new mount APIDavid Howells
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: allow ceph_buffer_put() to receive a NULL ceph_bufferLuis Henriques
2019-07-18Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2019-07-08rbd: support for object-map and fast-diffIlya 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: bump CEPH_MSG_MAX_DATA_LEN (again)Ilya Dryomov
2019-07-08libceph: rename r_unsafe_item to r_private_itemIlya Dryomov
2019-07-08ceph: more precise CEPH_CLIENT_CAPS_PENDING_CAPSNAPYan, Zheng
2019-07-08libceph: turn on CEPH_FEATURE_MSG_ADDR2Jeff Layton
2019-07-08libceph: rename ceph_encode_addr to ceph_encode_banner_addrJeff Layton
2019-07-08libceph: use TYPE_LEGACY for entity addrs instead of TYPE_NONEJeff Layton
2019-07-08libceph: ADDR2 support for monmapJeff Layton
2019-07-08libceph: add ceph_decode_entity_addrJeff Layton
2019-07-08libceph: remove ceph_get_direct_page_vector()Christoph Hellwig
2019-07-03ceph: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-05-07libceph: make ceph_pr_addr take an struct ceph_entity_addr pointerJeff Layton
2019-05-07libceph: fix clang warning for CEPH_DEFINE_OID_ONSTACKArnd Bergmann
2019-05-07ceph: snapshot nfs re-exportYan, Zheng
2019-03-20libceph: wait for latest osdmap in ceph_monc_blacklist_add()Ilya Dryomov
2019-03-05ceph: add mount option to limit caps countYan, Zheng
2019-01-07libceph: allow setting abort_on_full for rbdDongsheng Yang
2018-11-08libceph: assume argonaut on the server sideIlya Dryomov
2018-10-22libceph: support the RADOS copy-from operationLuis Henriques
2018-10-22libceph: preallocate message data itemsIlya 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-10-22libceph: bump CEPH_MSG_MAX_DATA_LENIlya Dryomov
2018-08-02libceph: implement CEPHX_V2 calculation modeIlya Dryomov
2018-08-02libceph: add authorizer challengeIlya Dryomov
2018-08-02libceph: store ceph_auth_handshake pointer in ceph_connectionIlya Dryomov
2018-08-02libceph: remove now unused ceph_{en,de}code_timespec()Ilya Dryomov
2018-08-02libceph: use timespec64 for r_mtimeArnd Bergmann