]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librbd: initial version of journal client and tag metadata
authorJason Dillaman <dillaman@redhat.com>
Fri, 5 Feb 2016 03:54:10 +0000 (22:54 -0500)
committerJason Dillaman <dillaman@redhat.com>
Fri, 5 Feb 2016 20:21:28 +0000 (15:21 -0500)
commit8443e507108c0d66fba182c29fc1ca30cdd9636c
tree12a7afec7135ea352faadde4c30da71ef1df229d
parent608947cb3f4d31cef42d23d492257073a0748a7f
librbd: initial version of journal client and tag metadata

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
17 files changed:
src/CMakeLists.txt
src/librbd/AioImageRequest.cc
src/librbd/Journal.cc
src/librbd/Makefile.am
src/librbd/journal/Entries.cc [deleted file]
src/librbd/journal/Entries.h [deleted file]
src/librbd/journal/Replay.h
src/librbd/journal/Types.cc [new file with mode: 0644]
src/librbd/journal/Types.h [new file with mode: 0644]
src/librbd/operation/Request.h
src/test/encoding/types.h
src/test/librbd/journal/test_Entries.cc
src/test/librbd/journal/test_Replay.cc
src/test/librbd/journal/test_mock_Replay.cc
src/test/librbd/mock/MockJournal.h
src/test/librbd/test_mock_Journal.cc
src/tools/rbd/action/Journal.cc