]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librbd: skeleton implementation of client-side image cache
authorJason Dillaman <dillaman@redhat.com>
Thu, 12 May 2016 18:25:26 +0000 (14:25 -0400)
committerJason Dillaman <dillaman@redhat.com>
Sat, 27 Aug 2016 23:37:37 +0000 (19:37 -0400)
commitdbc498f210dfe202423a20312fee761bf65b038b
tree4fab52b19ec6b18005c85ba244f0f9d65b57b69b
parentcedc643319dacc271f43e41b9b4545305de87324
librbd: skeleton implementation of client-side image cache

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/librbd/CMakeLists.txt
src/librbd/Makefile.am
src/librbd/cache/ImageCache.h [new file with mode: 0644]
src/librbd/cache/ImageWriteback.cc [new file with mode: 0644]
src/librbd/cache/ImageWriteback.h [new file with mode: 0644]
src/librbd/cache/PassthroughImageCache.cc [new file with mode: 0644]
src/librbd/cache/PassthroughImageCache.h [new file with mode: 0644]