All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv2 0/3] rbd: header read/refresh improvements
@ 2015-04-24 13:22 Douglas Fuller
  2015-04-24 13:22 ` [PATCHv2 1/3] ceph: support multiple class method calls in one ceph_msg Douglas Fuller
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Douglas Fuller @ 2015-04-24 13:22 UTC (permalink / raw)
  To: ceph-devel

Support multiple class op calls in one ceph_msg and consolidate rbd header
read and refresh processes to use this feature to reduce the number of
ceph_msgs sent for that process. Refresh features on header refresh and
begin returning EIO if features have changed since mapping.

v2: Edit history and address comments from Mike Christie.

Douglas Fuller (3):
  ceph: support multiple class method calls in one ceph_msg
  rbd: combine object method calls in header refresh using fewer
    ceph_msgs
  rbd: re-read features during header refresh and detect changes.

 drivers/block/rbd.c             | 512 +++++++++++++++++++++++++++++-----------
 include/linux/ceph/osd_client.h |   3 +-
 net/ceph/messenger.c            |   4 +
 net/ceph/osd_client.c           |  90 ++++++-
 4 files changed, 462 insertions(+), 147 deletions(-)

-- 
1.9.3


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

end of thread, other threads:[~2015-05-07 16:48 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-24 13:22 [PATCHv2 0/3] rbd: header read/refresh improvements Douglas Fuller
2015-04-24 13:22 ` [PATCHv2 1/3] ceph: support multiple class method calls in one ceph_msg Douglas Fuller
2015-04-24 13:22 ` [PATCHv2 2/3] rbd: combine object method calls in header refresh using fewer ceph_msgs Douglas Fuller
2015-04-24 13:22 ` [PATCHv2 3/3] rbd: re-read features during header refresh and detect changes Douglas Fuller
2015-04-26  6:29 ` [PATCHv2 0/3] rbd: header read/refresh improvements Alex Elder
2015-04-26  8:44   ` Ilya Dryomov
2015-04-26 14:28     ` Douglas Fuller
2015-04-26 14:39       ` Alex Elder
2015-04-26 15:07         ` Douglas Fuller
2015-04-27  4:15           ` Sage Weil
2015-04-27  4:35             ` Douglas Fuller
2015-04-27  4:40               ` Alex Elder
2015-05-07 15:28                 ` Alex Elder
2015-05-07 16:48                   ` Douglas Fuller

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.