aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/ceph (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-16libceph: move away from global osd_req_flagsIlya Dryomov1-2/+2
2020-06-01libceph: support for alloc hint flagsIlya Dryomov2-1/+17
2020-06-01libceph: read_from_replica optionIlya Dryomov1-0/+2
2020-06-01libceph: support for balanced and localized readsIlya Dryomov2-0/+4
2020-06-01libceph: crush_location infrastructureIlya Dryomov2-1/+16
2020-06-01libceph: add non-asserting rbtree insertion helperIlya Dryomov1-2/+8
2020-06-01libceph, rbd: replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-06-01ceph: add read/write latency metric supportXiubo Li1-0/+3
2020-03-30ceph: consider inode's last read/write when calculating wanted capsYan, Zheng1-0/+1
2020-03-30ceph: attempt to do async create when possibleJeff Layton1-0/+3
2020-03-30ceph: cap tracking for async directory operationsJeff Layton1-0/+6
2020-03-30ceph: track primary dentry linkJeff Layton1-0/+3
2020-03-30ceph: add flag to designate that a request is asynchronousJeff Layton1-2/+3
2020-03-30ceph: move to a dedicated slabcache for mds requestsJeff Layton1-0/+1
2020-03-30ceph: move ceph_osdc_{read,write}pages to ceph.koXiubo Li1-17/+0
2020-03-30libceph: drop CEPH_DEFINE_SHOW_FUNCIlya Dryomov1-14/+0
2020-03-23libceph: fix alloc_msg_with_page_vector() memory leaksIlya Dryomov1-3/+4
2020-03-23ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULLIlya Dryomov2-2/+8
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+3
2020-02-07ceph_parse_param(), ceph_parse_mon_ips(): switch to passing fc_logAl Viro1-2/+3
2020-01-27ceph: use copy-from2 op in copy_file_rangeLuis Henriques2-0/+3
2020-01-27ceph: add possible_max_rank and make the code more readableXiubo Li1-5/+5
2020-01-27ceph: fix mdsmap cluster available check based on laggy numberXiubo Li1-2/+3
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