All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] libceph: support for replica reads
@ 2020-05-29 15:19 Ilya Dryomov
  2020-05-29 15:19 ` [PATCH 1/5] libceph: add non-asserting rbtree insertion helper Ilya Dryomov
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Ilya Dryomov @ 2020-05-29 15:19 UTC (permalink / raw)
  To: ceph-devel; +Cc: Jeff Layton

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

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2020-05-30 15:47 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-29 15:19 [PATCH 0/5] libceph: support for replica reads Ilya Dryomov
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

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.