From: Ilya Dryomov <idryomov@gmail.com>
To: ceph-devel@vger.kernel.org
Cc: Jeff Layton <jlayton@kernel.org>
Subject: [PATCH 0/5] libceph: support for replica reads
Date: Fri, 29 May 2020 17:19:47 +0200 [thread overview]
Message-ID: <20200529151952.15184-1-idryomov@gmail.com> (raw)
Hello,
This adds support for replica reads (balanced and localized reads)
to rbd and ceph. crush_location syntax is slightly different, see
patch 3 for details.
Thanks,
Ilya
Ilya Dryomov (5):
libceph: add non-asserting rbtree insertion helper
libceph: decode CRUSH device/bucket types and names
libceph: crush_location infrastructure
libceph: support for balanced and localized reads
libceph: read_policy option
include/linux/ceph/libceph.h | 13 +-
include/linux/ceph/osd_client.h | 1 +
include/linux/ceph/osdmap.h | 19 +-
include/linux/crush/crush.h | 6 +
net/ceph/ceph_common.c | 51 +++++
net/ceph/crush/crush.c | 3 +
net/ceph/debugfs.c | 6 +-
net/ceph/osd_client.c | 92 +++++++-
net/ceph/osdmap.c | 361 +++++++++++++++++++++++++++-----
9 files changed, 491 insertions(+), 61 deletions(-)
--
2.19.2
next reply other threads:[~2020-05-29 15:19 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-29 15:19 Ilya Dryomov [this message]
2020-05-29 15:19 ` [PATCH 1/5] libceph: add non-asserting rbtree insertion helper Ilya Dryomov
2020-05-29 15:19 ` [PATCH 2/5] libceph: decode CRUSH device/bucket types and names Ilya Dryomov
2020-05-29 15:19 ` [PATCH 3/5] libceph: crush_location infrastructure Ilya Dryomov
2020-05-29 17:27 ` Jeff Layton
2020-05-29 18:38 ` Ilya Dryomov
2020-05-29 19:10 ` Jeff Layton
2020-05-29 20:42 ` Ilya Dryomov
2020-05-30 15:47 ` Ilya Dryomov
2020-05-29 15:19 ` [PATCH 4/5] libceph: support for balanced and localized reads Ilya Dryomov
2020-05-29 15:19 ` [PATCH 5/5] libceph: read_policy option Ilya Dryomov
2020-05-29 17:19 ` Jeff Layton
2020-05-29 18:42 ` Ilya Dryomov
[not found] ` <CA+aFP1D_povJnBfH5pT8E7OVK_WHWa0TtBwRCxB=OmscTjGf8Q@mail.gmail.com>
2020-05-29 17:21 ` [PATCH 0/5] libceph: support for replica reads Ilya Dryomov
2020-05-29 17:25 ` Ilya Dryomov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200529151952.15184-1-idryomov@gmail.com \
--to=idryomov@gmail.com \
--cc=ceph-devel@vger.kernel.org \
--cc=jlayton@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.