ceph/src/journal
Josh Durgin f5d38f099b Merge pull request #8958 from dillaman/wip-15750
librbd: constrain size of AioWriteEvent journal entries

Reviewed-by: Josh Durgin <jdurgin@redhat.com>
2016-05-10 07:57:20 -07:00
..
AsyncOpTracker.cc journal: fix issues discovered via valgrind 2015-11-05 20:42:42 -05:00
AsyncOpTracker.h journal: fix issues discovered via valgrind 2015-11-05 20:42:42 -05:00
Entry.cc journal: prohibit journal entries larger than the soft object size 2016-05-05 22:01:19 -04:00
Entry.h journal: prohibit journal entries larger than the soft object size 2016-05-05 22:01:19 -04:00
Future.cc journal: avoid reentrant callbacks on Future 2015-11-05 20:42:41 -05:00
Future.h journal: updates to support C++11 2015-11-05 20:42:43 -05:00
FutureImpl.cc journal: Future does not require metadata shared pointer 2016-04-06 17:18:33 -04:00
FutureImpl.h journal: Future does not require metadata shared pointer 2016-04-06 17:18:33 -04:00
Journaler.cc journal: prohibit journal entries larger than the soft object size 2016-05-05 22:01:19 -04:00
Journaler.h journal: prohibit journal entries larger than the soft object size 2016-05-05 22:01:19 -04:00
JournalMetadata.cc journal: helper method for retrieving tag struct 2016-03-29 15:19:25 -04:00
JournalMetadata.h journal: prohibit journal entries larger than the soft object size 2016-05-05 22:01:19 -04:00
JournalPlayer.cc librbd: potential concurrent event processing during journal replayReviewed-by: Josh Durgin <jdurgin@redhat.com> 2016-05-10 07:56:58 -07:00
JournalPlayer.h journal: potential for double-free of context on shut down 2016-04-12 22:29:50 -04:00
JournalRecorder.cc journal: prohibit journal entries larger than the soft object size 2016-05-05 22:01:19 -04:00
JournalRecorder.h journal: switched entry tags to use id instead of string 2016-02-05 13:03:57 -05:00
JournalTrimmer.cc journal: fix final result for JournalTrimmer::C_RemoveSet 2016-04-09 11:33:06 +08:00
JournalTrimmer.h journal: update JournalTrimmer to support new commit tracking 2016-02-26 11:54:52 -05:00
Makefile.am journal: simplified commit position tracking 2015-11-05 20:42:42 -05:00
ObjectPlayer.cc journal: race possible when re-watching a journal object 2016-04-13 10:34:24 -04:00
ObjectPlayer.h journal: possible race condition during fetch playback 2016-03-08 11:01:33 -05:00
ObjectRecorder.cc journal: prevent race injecting new records into overflowed object 2016-03-18 19:18:30 -04:00
ObjectRecorder.h journal: avoid race between flush request and in-flight flushes 2015-12-14 15:28:38 -05:00
ReplayEntry.h journal: simplified commit position tracking 2015-11-05 20:42:42 -05:00
ReplayHandler.h journal: fix issues discovered via valgrind 2015-11-05 20:42:42 -05:00
Utils.cc
Utils.h journal: added tag support methods 2016-02-05 15:21:28 -05:00