aboutsummaryrefslogtreecommitdiff
path: root/include/linux/ceph
AgeCommit message (Expand)AuthorFilesLines
2020-06-01libceph: support for balanced and localized readsGravatar Ilya Dryomov 2-0/+4
2020-06-01libceph: crush_location infrastructureGravatar Ilya Dryomov 2-1/+16
2020-06-01libceph: add non-asserting rbtree insertion helperGravatar Ilya Dryomov 1-2/+8
2020-06-01libceph, rbd: replace zero-length array with flexible-arrayGravatar Gustavo A. R. Silva 1-1/+1
2020-06-01ceph: add read/write latency metric supportGravatar Xiubo Li 1-0/+3
2020-03-30ceph: consider inode's last read/write when calculating wanted capsGravatar Yan, Zheng 1-0/+1
2020-03-30ceph: attempt to do async create when possibleGravatar Jeff Layton 1-0/+3
2020-03-30ceph: cap tracking for async directory operationsGravatar Jeff Layton 1-0/+6
2020-03-30ceph: track primary dentry linkGravatar Jeff Layton 1-0/+3
2020-03-30ceph: add flag to designate that a request is asynchronousGravatar Jeff Layton 1-2/+3
2020-03-30ceph: move to a dedicated slabcache for mds requestsGravatar Jeff Layton 1-0/+1
2020-03-30ceph: move ceph_osdc_{read,write}pages to ceph.koGravatar Xiubo Li 1-17/+0
2020-03-30libceph: drop CEPH_DEFINE_SHOW_FUNCGravatar Ilya Dryomov 1-14/+0
2020-03-23libceph: fix alloc_msg_with_page_vector() memory leaksGravatar Ilya Dryomov 1-3/+4
2020-03-23ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULLGravatar Ilya Dryomov 2-2/+8
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+3
2020-02-07ceph_parse_param(), ceph_parse_mon_ips(): switch to passing fc_logGravatar Al Viro 1-2/+3
2020-01-27ceph: use copy-from2 op in copy_file_rangeGravatar Luis Henriques 2-0/+3
2020-01-27ceph: add possible_max_rank and make the code more readableGravatar Xiubo Li 1-5/+5
2020-01-27ceph: fix mdsmap cluster available check based on laggy numberGravatar Xiubo Li 1-2/+3
2019-11-27libceph, rbd, ceph: convert to use the new mount APIGravatar David Howells 1-4/+6
2019-09-16libceph: add function that clears osd client's abort_errGravatar Yan, Zheng 1-0/+1
2019-09-16libceph: add function that reset client's entity addrGravatar Yan, Zheng 4-0/+4
2019-08-22libceph: allow ceph_buffer_put() to receive a NULL ceph_bufferGravatar Luis Henriques 1-1/+2
2019-07-18Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 8-12/+32
2019-07-08rbd: support for object-map and fast-diffGravatar Ilya Dryomov 2-0/+5
2019-07-08libceph: export osd_req_op_data() macroGravatar Ilya Dryomov 1-0/+8
2019-07-08libceph: change ceph_osdc_call() to take page vector for responseGravatar Ilya Dryomov 1-1/+1
2019-07-08libceph: bump CEPH_MSG_MAX_DATA_LEN (again)Gravatar Ilya Dryomov 1-2/+4
2019-07-08libceph: rename r_unsafe_item to r_private_itemGravatar Ilya Dryomov 1-1/+1
2019-07-08ceph: more precise CEPH_CLIENT_CAPS_PENDING_CAPSNAPGravatar Yan, Zheng 1-1/+1
2019-07-08libceph: turn on CEPH_FEATURE_MSG_ADDR2Gravatar Jeff Layton 1-0/+1
2019-07-08libceph: rename ceph_encode_addr to ceph_encode_banner_addrGravatar Jeff Layton 1-2/+2
2019-07-08libceph: use TYPE_LEGACY for entity addrs instead of TYPE_NONEGravatar Jeff Layton 1-0/+7
2019-07-08libceph: ADDR2 support for monmapGravatar Jeff Layton 1-1/+0
2019-07-08libceph: add ceph_decode_entity_addrGravatar Jeff Layton 1-0/+2
2019-07-08libceph: remove ceph_get_direct_page_vector()Gravatar Christoph Hellwig 1-4/+0
2019-07-03ceph: no need to check return value of debugfs_create functionsGravatar Greg Kroah-Hartman 1-2/+2
2019-05-07libceph: make ceph_pr_addr take an struct ceph_entity_addr pointerGravatar Jeff Layton 1-1/+2
2019-05-07libceph: fix clang warning for CEPH_DEFINE_OID_ONSTACKGravatar Arnd Bergmann 1-7/+6
2019-05-07ceph: snapshot nfs re-exportGravatar Yan, Zheng 1-0/+6
2019-03-20libceph: wait for latest osdmap in ceph_monc_blacklist_add()Gravatar Ilya Dryomov 1-0/+2
2019-03-05ceph: add mount option to limit caps countGravatar Yan, Zheng 1-0/+1
2019-01-07libceph: allow setting abort_on_full for rbdGravatar Dongsheng Yang 2-3/+4
2018-11-08libceph: assume argonaut on the server sideGravatar Ilya Dryomov 1-7/+1
2018-10-22libceph: support the RADOS copy-from operationGravatar Luis Henriques 2-0/+45
2018-10-22libceph: preallocate message data itemsGravatar Ilya Dryomov 2-24/+11
2018-10-22libceph: introduce ceph_pagelist_alloc()Gravatar Ilya Dryomov 1-10/+1
2018-10-22libceph: osd_req_op_cls_init() doesn't need to take opcodeGravatar Ilya Dryomov 1-3/+2
2018-10-22libceph: bump CEPH_MSG_MAX_DATA_LENGravatar Ilya Dryomov 1-1/+7