summaryrefslogtreecommitdiffstats
path: root/src/journal/ObjectPlayer.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: use const_iterator for decodeKefu Chai2018-05-171-1/+1
* journal: Use unqualified encode/decodeAdam C. Emerson2018-01-101-1/+1
* common,mds,mgr,mon,osd: store event only if it's addedKefu Chai2017-08-201-7/+6
* journal: optimize speed of live replay journal pruningJason Dillaman2016-07-211-1/+1
* journal: improve debug log messagesJason Dillaman2016-07-211-1/+1
* journal: support streaming entry playbackJason Dillaman2016-07-211-9/+6
* journal: optionally fetch entries in small chunks during replayJason Dillaman2016-07-211-26/+88
* journal: player shutdown is now handled asynchronouslyJason Dillaman2016-05-251-38/+30
* journal: re-fetch active object before advancing set during replayJason Dillaman2016-05-181-0/+2
* journal: race possible when re-watching a journal objectJason Dillaman2016-04-131-1/+12
* journal: potential for double-free of context on shut downJason Dillaman2016-04-131-8/+10
* journal: possible race condition during live replayJason Dillaman2016-04-131-0/+1
* journal: fix context memory leak when shutting down live replayJason Dillaman2016-04-061-5/+10
* journal: properly handle tag transitionJason Dillaman2016-03-081-4/+3
* journal: differentiate corruption vs missing entry errorsJason Dillaman2016-02-261-1/+1
* journal: switched entry tags to use id instead of stringJason Dillaman2016-02-051-1/+2
* journal: add iohint flags for journal replayer.Jianpeng Ma2015-12-141-0/+1
* journal: correct lock ordering issues discovered by lockdepJason Dillaman2015-12-021-15/+6
* journal: fix race condition with unwatch on shutdownJason Dillaman2015-11-061-3/+0
* journal: fix issues discovered via valgrindJason Dillaman2015-11-061-34/+49
* journal: move rados_ctx_callback to utils namespaceJason Dillaman2015-11-061-10/+2
* journal: new generic journal implementationJason Dillaman2015-11-061-0/+244