summaryrefslogtreecommitdiffstats
path: root/src/journal/JournalPlayer.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* common/RefCountedObj: cleanup con/desPatrick Donnelly2019-09-161-16/+17
* journal: s/Mutex/ceph::mutex/Kefu Chai2019-08-031-2/+1
* journal: auto-tune journal fetch params based on memory targetMykola Golub2019-06-111-3/+23
* messages,journal: Initialization of stats_period,m_active_setamitkuma2017-09-191-1/+1
* common: add override in header fileliuchang08122017-03-031-4/+4
* common: move AsyncOpTracker to common libraryJason Dillaman2016-09-251-1/+1
* journal: support streaming entry playbackJason Dillaman2016-07-211-2/+7
* journal: replay should only read from a single object setJason Dillaman2016-07-211-4/+1
* journal: player shutdown is now handled asynchronouslyJason Dillaman2016-05-251-1/+6
* journal: keep active tag to assist with pruning watched objectsJason Dillaman2016-05-241-2/+4
* journal: skip partially complete tag entries during playbackJason Dillaman2016-05-181-23/+18
* journal: re-fetch active object before advancing set during replayJason Dillaman2016-05-181-1/+0
* journal: potential for double-free of context on shut downJason Dillaman2016-04-131-4/+6
* journal: refetch active object before defaulting to new tagJason Dillaman2016-03-161-0/+1
* journal: possible race condition during fetch playbackJason Dillaman2016-03-081-0/+3
* journal: clean up playback notification handlingJason Dillaman2016-03-081-0/+5
* journal: properly handle tag transitionJason Dillaman2016-03-081-12/+36
* journal: update JournalPlayer to support new commit trackingJason Dillaman2016-02-261-3/+2
* journal: track commit position for each object splay offsetJason Dillaman2016-02-261-2/+2
* journal: switched entry tags to use id instead of stringJason Dillaman2016-02-051-3/+3
* journal: fire replay complete event after reading last objectJason Dillaman2015-12-021-1/+1
* journal: support replay passed skipped splay objectsJason Dillaman2015-11-231-32/+16
* journal: simplified commit position trackingJason Dillaman2015-11-061-1/+2
* journal: fix issues discovered via valgrindJason Dillaman2015-11-061-6/+14
* journal: new generic journal implementationJason Dillaman2015-11-061-0/+127