summaryrefslogtreecommitdiffstats
path: root/src/journal/JournalRecorder.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* common/Timer: make SafeTimer a templateXiubo Li2021-08-251-2/+1
* journal: properly handle immediate overflow upon advancing object setJason Dillaman2019-11-191-1/+1
* journal: simplify object recorder locker aggregationJason Dillaman2019-11-191-11/+2
* common/RefCountedObj: cleanup con/desPatrick Donnelly2019-09-161-10/+10
* journal: s/Mutex/ceph::mutex/Kefu Chai2019-08-031-6/+7
* journal: support dynamically updating recorder flush optionsJason Dillaman2019-06-191-5/+8
* journal: fix broken append batching implementationJason Dillaman2019-06-191-1/+1
* journal: wait for in flight advance sets on stopping recorderMykola Golub2019-06-131-0/+3
* journal: limit in-flight appendsMykola Golub2018-08-301-1/+2
* msg,client,os,journal: do not include unused headerKefu Chai2017-06-081-1/+0
* common: add override in header fileliuchang08122017-03-031-4/+4
* journal: make librados call async in ObjectRecorderRicardo Dias2016-09-261-1/+1
* journal: increase concurrency of journal recorderRicardo Dias2016-09-261-1/+15
* journal: Support for registering metadata listeners in the JournalerRicardo Dias2016-06-141-1/+1
* journal: close, advance, and open object set orderingJason Dillaman2016-05-181-1/+21
* journal: new ObjectRecorder closed callbackJason Dillaman2016-05-181-4/+10
* journal: switched entry tags to use id instead of stringJason Dillaman2016-02-051-1/+1
* journal: avoid race between in-flight notifications and flushJason Dillaman2016-01-201-26/+0
* journal: complete flush context w/o holding locksJason Dillaman2015-11-061-1/+5
* journal: new async flush method for whole journalJason Dillaman2015-11-061-1/+25
* journal: new generic journal implementationJason Dillaman2015-11-061-0/+89