All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] adding libceph xattr support
@ 2011-05-10 19:38 Brian Chrisman
  2011-05-10 19:38 ` [PATCH 1/2] support for xattrs in libceph Brian Chrisman
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Brian Chrisman @ 2011-05-10 19:38 UTC (permalink / raw)
  To: ceph-devel; +Cc: Brian Chrisman

Expands libceph to handle xattr calls including underlying Client methods.
testceph is expanded to verify libceph xattr calls work.

Brian Chrisman (2):
  support for xattrs in libceph
  expand testceph to check xattrs

 src/client/Client.cc       |   67 +++++++++++++++++++++++++++++++++++++++-
 src/client/Client.h        |   10 ++++++
 src/client/testceph.cc     |   74 +++++++++++++++++++++++++++++++++++++++++++-
 src/include/ceph/libceph.h |   15 +++++++++
 src/libceph.cc             |   42 +++++++++++++++++++++++++
 5 files changed, 206 insertions(+), 2 deletions(-)


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

end of thread, other threads:[~2011-05-11 17:28 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-10 19:38 [PATCH 0/2] adding libceph xattr support Brian Chrisman
2011-05-10 19:38 ` [PATCH 1/2] support for xattrs in libceph Brian Chrisman
2011-05-10 19:44   ` Gregory Farnum
2011-05-10 20:22     ` Brian Chrisman
2011-05-10 20:28       ` Gregory Farnum
2011-05-10 20:34         ` Yehuda Sadeh Weinraub
2011-05-10 20:35           ` Gregory Farnum
2011-05-10 20:30   ` Yehuda Sadeh Weinraub
2011-05-10 19:38 ` [PATCH 2/2] expand testceph to check xattrs Brian Chrisman
2011-05-11 17:29 ` [PATCH 0/2] adding libceph xattr support Sage Weil

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.