summaryrefslogtreecommitdiffstats
path: root/src/journal/JournalMetadata.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename "include/assert.h"Brad Hubbard2018-09-141-1/+1
* journal: flush commit positions should wait for refreshJason Dillaman2018-02-141-1/+5
* journal: support concurrent refresh requestsJason Dillaman2018-02-141-4/+6
* common: add override in header fileliuchang08122017-03-031-16/+16
* journal: ensure in-flight ops are complete destroying journalerMykola Golub2016-10-011-0/+2
* journal: complete action only after notification completedMykola Golub2016-10-011-4/+9
* Merge pull request #11185 from dillaman/wip-17355Mykola Golub2016-09-281-1/+1
|\
| * common: move AsyncOpTracker to common libraryJason Dillaman2016-09-251-1/+1
* | journal: make librados call async in ObjectRecorderRicardo Dias2016-09-261-0/+4
|/
* journal: expose ability to retrieve partial tag listJason Dillaman2016-09-231-1/+2
* journal: allow to trim journal for "laggy" clientsMykola Golub2016-09-051-0/+2
* journal: optionally fetch entries in small chunks during replayJason Dillaman2016-07-211-0/+3
* journal: helper class for organizing optional settingsJason Dillaman2016-07-211-2/+3
* journal: Support for registering metadata listeners in the JournalerRicardo Dias2016-06-141-8/+4
* journal: metadata init and shutdown now asynchronousJason Dillaman2016-05-251-1/+1
* journal: update commit entry object number upon overflowJason Dillaman2016-05-241-0/+3
* journal: helper method to detect newer tagsJason Dillaman2016-05-181-0/+2
* journal: async callback for advancing the active object setJason Dillaman2016-05-181-1/+2
* journal: prohibit journal entries larger than the soft object sizeJason Dillaman2016-05-061-0/+3
* journal: helper method for retrieving tag structJason Dillaman2016-03-291-0/+1
* journal: added helper to query single client record from diskJason Dillaman2016-03-291-0/+2
* journal: provide method to check if journaler initializedMykola Golub2016-03-101-0/+2
* journal: use provided work queue and timerJason Dillaman2016-03-081-8/+9
* Merge pull request #7776 from dillaman/wip-librbd-journal-tweaksJosh Durgin2016-03-021-5/+6
|\
| * journal: update JournalMetadata to support new commit handlingJason Dillaman2016-02-261-3/+4
| * journal: track commit position for each object splay offsetJason Dillaman2016-02-261-2/+2
* | journal: async methods to (un)register and update clientMykola Golub2016-02-271-2/+3
|/
* journal: wrappers to get journal metadataMykola Golub2016-02-201-0/+6
* journal: added interface to flush pending commit position updatesJason Dillaman2016-02-191-0/+3
* journal: added tag support methodsJason Dillaman2016-02-051-0/+8
* cls_journal: client registration should hold opaque data structureJason Dillaman2016-02-051-1/+1
* journal: switched entry tags to use id instead of stringJason Dillaman2016-02-051-13/+14
* journal: allow alternate pool for journal objectsMykola Golub2015-11-111-0/+4
* journal: output operators for journal typesMykola Golub2015-11-111-0/+9
* journal: cleanup shutdown handlingJason Dillaman2015-11-061-6/+30
* journal: simplified commit position trackingJason Dillaman2015-11-061-2/+24
* journal: fix issues discovered via valgrindJason Dillaman2015-11-061-8/+26
* journal: avoid reentrant callbacks on FutureJason Dillaman2015-11-061-0/+6
* journal: added additional callbacks for async opsJason Dillaman2015-11-061-1/+16
* journal: add support for trimming committed journal objectsJason Dillaman2015-11-061-2/+30
* journal: move rados_ctx_callback to utils namespaceJason Dillaman2015-11-061-1/+20
* journal: new generic journal implementationJason Dillaman2015-11-061-0/+179