All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] librados: Add RADOS locks to the C/C++ API
@ 2013-05-30 13:02 Filippos Giannakos
  2013-05-30 13:02 ` [PATCH 1/2] Add RADOS lock mechanism to the librados " Filippos Giannakos
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Filippos Giannakos @ 2013-05-30 13:02 UTC (permalink / raw)
  To: ceph-devel; +Cc: Filippos Giannakos, synnefo-devel

Hi Team,

The following patches export the RADOS advisory locks functionality to the C/C++
librados API. The extra API calls added are inspired by the relevant functions
of librbd.

Kind Regards,
Filippos

Filippos Giannakos (2):
  Add RADOS lock mechanism to the librados C/C++ API.
  Add RADOS API lock tests

 src/Makefile.am                |   11 +-
 src/include/rados/librados.h   |   95 +++++++++++++++-
 src/include/rados/librados.hpp |   27 +++++
 src/librados/librados.cc       |  187 +++++++++++++++++++++++++++++++
 src/test/librados/lock.cc      |  236 ++++++++++++++++++++++++++++++++++++++++
 5 files changed, 554 insertions(+), 2 deletions(-)
 create mode 100644 src/test/librados/lock.cc

--
1.7.10.4


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

end of thread, other threads:[~2013-06-03 12:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-30 13:02 [PATCH 0/2] librados: Add RADOS locks to the C/C++ API Filippos Giannakos
2013-05-30 13:02 ` [PATCH 1/2] Add RADOS lock mechanism to the librados " Filippos Giannakos
2013-05-31 19:45   ` Josh Durgin
2013-05-30 13:02 ` [PATCH 2/2] Add RADOS API lock tests Filippos Giannakos
2013-05-31 19:50   ` Josh Durgin
2013-05-31 19:44 ` [PATCH 0/2] librados: Add RADOS locks to the C/C++ API Josh Durgin
2013-06-03 12:57   ` Filippos Giannakos

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.