summaryrefslogtreecommitdiffstats
path: root/include/linux/ceph
Commit message (Expand)AuthorAgeFilesLines
* ceph: consider inode's last read/write when calculating wanted capsYan, Zheng2020-03-301-0/+1
* ceph: attempt to do async create when possibleJeff Layton2020-03-301-0/+3
* ceph: cap tracking for async directory operationsJeff Layton2020-03-301-0/+6
* ceph: track primary dentry linkJeff Layton2020-03-301-0/+3
* ceph: add flag to designate that a request is asynchronousJeff Layton2020-03-301-2/+3
* ceph: move to a dedicated slabcache for mds requestsJeff Layton2020-03-301-0/+1
* ceph: move ceph_osdc_{read,write}pages to ceph.koXiubo Li2020-03-301-17/+0
* libceph: drop CEPH_DEFINE_SHOW_FUNCIlya Dryomov2020-03-301-14/+0
* libceph: fix alloc_msg_with_page_vector() memory leaksIlya Dryomov2020-03-231-3/+4
* ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULLIlya Dryomov2020-03-232-2/+8
* Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-02-081-2/+3
|\
| * ceph_parse_param(), ceph_parse_mon_ips(): switch to passing fc_logAl Viro2020-02-071-2/+3
* | ceph: use copy-from2 op in copy_file_rangeLuis Henriques2020-01-272-0/+3
* | ceph: add possible_max_rank and make the code more readableXiubo Li2020-01-271-5/+5
* | ceph: fix mdsmap cluster available check based on laggy numberXiubo Li2020-01-271-2/+3
|/
* libceph, rbd, ceph: convert to use the new mount APIDavid Howells2019-11-271-4/+6
* libceph: add function that clears osd client's abort_errYan, Zheng2019-09-161-0/+1
* libceph: add function that reset client's entity addrYan, Zheng2019-09-164-0/+4
* libceph: allow ceph_buffer_put() to receive a NULL ceph_bufferLuis Henriques2019-08-221-1/+2
* Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2019-07-188-12/+32
|\
| * rbd: support for object-map and fast-diffIlya Dryomov2019-07-082-0/+5
| * libceph: export osd_req_op_data() macroIlya Dryomov2019-07-081-0/+8
| * libceph: change ceph_osdc_call() to take page vector for responseIlya Dryomov2019-07-081-1/+1
| * libceph: bump CEPH_MSG_MAX_DATA_LEN (again)Ilya Dryomov2019-07-081-2/+4
| * libceph: rename r_unsafe_item to r_private_itemIlya Dryomov2019-07-081-1/+1
| * ceph: more precise CEPH_CLIENT_CAPS_PENDING_CAPSNAPYan, Zheng2019-07-081-1/+1
| * libceph: turn on CEPH_FEATURE_MSG_ADDR2Jeff Layton2019-07-081-0/+1
| * libceph: rename ceph_encode_addr to ceph_encode_banner_addrJeff Layton2019-07-081-2/+2
| * libceph: use TYPE_LEGACY for entity addrs instead of TYPE_NONEJeff Layton2019-07-081-0/+7
| * libceph: ADDR2 support for monmapJeff Layton2019-07-081-1/+0
| * libceph: add ceph_decode_entity_addrJeff Layton2019-07-081-0/+2
| * libceph: remove ceph_get_direct_page_vector()Christoph Hellwig2019-07-081-4/+0
* | ceph: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-031-2/+2
|/
* libceph: make ceph_pr_addr take an struct ceph_entity_addr pointerJeff Layton2019-05-071-1/+2
* libceph: fix clang warning for CEPH_DEFINE_OID_ONSTACKArnd Bergmann2019-05-071-7/+6
* ceph: snapshot nfs re-exportYan, Zheng2019-05-071-0/+6
* libceph: wait for latest osdmap in ceph_monc_blacklist_add()Ilya Dryomov2019-03-201-0/+2
* ceph: add mount option to limit caps countYan, Zheng2019-03-051-0/+1
* libceph: allow setting abort_on_full for rbdDongsheng Yang2019-01-072-3/+4
* libceph: assume argonaut on the server sideIlya Dryomov2018-11-081-7/+1
* libceph: support the RADOS copy-from operationLuis Henriques2018-10-222-0/+45
* libceph: preallocate message data itemsIlya Dryomov2018-10-222-24/+11
* libceph: introduce ceph_pagelist_alloc()Ilya Dryomov2018-10-221-10/+1
* libceph: osd_req_op_cls_init() doesn't need to take opcodeIlya Dryomov2018-10-221-3/+2
* libceph: bump CEPH_MSG_MAX_DATA_LENIlya Dryomov2018-10-221-1/+7
* libceph: implement CEPHX_V2 calculation modeIlya Dryomov2018-08-021-3/+4
* libceph: add authorizer challengeIlya Dryomov2018-08-023-1/+12
* libceph: store ceph_auth_handshake pointer in ceph_connectionIlya Dryomov2018-08-021-2/+1
* libceph: remove now unused ceph_{en,de}code_timespec()Ilya Dryomov2018-08-021-12/+0
* libceph: use timespec64 for r_mtimeArnd Bergmann2018-08-021-3/+3