]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librbd: integrate cache with journal
authorJason Dillaman <dillaman@redhat.com>
Wed, 15 Jul 2015 17:18:16 +0000 (13:18 -0400)
committerJason Dillaman <dillaman@redhat.com>
Fri, 13 Nov 2015 04:27:06 +0000 (23:27 -0500)
commit00390414699f290275d40f3fa46b58fccaab0ca6
treed6d2368690435a80b0a88700a398fb3b74c91c86
parentb10398b08f96e3ab8dc2f562393f773b621cd262
librbd: integrate cache with journal

Cache writeback should be delayed until after journal event has been
commmitted to disk.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/librbd/AioImageRequest.cc
src/librbd/AioImageRequest.h
src/librbd/ImageCtx.cc
src/librbd/ImageCtx.h
src/librbd/Journal.cc
src/librbd/Journal.h
src/librbd/LibrbdWriteback.cc