summaryrefslogtreecommitdiffstats
path: root/src/journal/JournalMetadata.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* journal, librbd: whitelisted_laggy_clients -> ignored_laggy_clientsNeha Ojha2020-08-241-1/+1
* *: convert EBLACKLISTED to EBLOCKLISTEDPatrick Donnelly2020-08-241-1/+1
* librbd: whitelisted_laggy_clients -> allowlisted_laggy_clientsSage Weil2020-08-241-1/+1
* blacklist -> blocklistSage Weil2020-08-241-3/+3
* journal: use new aio_create_completion()Kefu Chai2019-11-011-24/+18
* common/RefCountedObj: cleanup con/desPatrick Donnelly2019-09-161-7/+4
* include: convert FunctionContext usage to generic LambdaContextPatrick Donnelly2019-09-161-8/+8
* journal: s/Mutex/ceph::mutex/Kefu Chai2019-08-031-49/+46
* journal: Use ceph_assert for asserts.Adam C. Emerson2018-08-271-40/+40
* core: use const_iterator for decodeKefu Chai2018-05-171-6/+6
* journal: flush commit positions should wait for refreshJason Dillaman2018-02-141-59/+91
* journal: support concurrent refresh requestsJason Dillaman2018-02-141-5/+22
* cleanup: Replacing MIN,MAX with std::min,std::maxamitkuma2017-11-201-2/+2
* common,mds,mgr,mon,osd: store event only if it's addedKefu Chai2017-08-201-3/+3
* common: add override in header fileliuchang08122017-03-031-5/+5
* common: add override for common submodule and miscliuchang08122017-02-161-11/+11
* journal: prevent repetitive error messages after being blacklistedJason Dillaman2016-12-151-1/+3
* journal: avoid logging an error when a watch is blacklistedJason Dillaman2016-12-131-0/+2
* journal: ensure in-flight ops are complete destroying journalerMykola Golub2016-10-011-0/+6
* journal: complete action only after notification completedMykola Golub2016-10-011-2/+2
* journal: send update notification when tag allocatedJason Dillaman2016-09-231-0/+1
* journal: expose ability to retrieve partial tag listJason Dillaman2016-09-231-6/+9
* journal: allow to trim journal for "laggy" clientsMykola Golub2016-09-051-2/+61
* journal: improve debug log messagesJason Dillaman2016-07-211-1/+1
* journal: helper class for organizing optional settingsJason Dillaman2016-07-211-4/+5
* Merge pull request #9207 from rjfd/wip-15670Jason Dillaman2016-06-231-2/+2
|\
| * journal: Support for registering metadata listeners in the JournalerRicardo Dias2016-06-141-2/+2
* | journal: do not log watch errors against deleted journalJason Dillaman2016-06-161-4/+13
|/
* journal: metadata init and shutdown now asynchronousJason Dillaman2016-05-251-28/+60
* journal: update commit entry object number upon overflowJason Dillaman2016-05-241-0/+28
* journal: helper method to detect newer tagsJason Dillaman2016-05-181-0/+70
* journal: async callback for advancing the active object setJason Dillaman2016-05-181-2/+9
* journal: helper method for retrieving tag structJason Dillaman2016-03-291-0/+58
* journal: added helper to query single client record from diskJason Dillaman2016-03-291-0/+64
* journal: add placeholder for marking clients are disconnectedJason Dillaman2016-03-161-1/+1
* Merge pull request #7906 from dillaman/wip-14869Josh Durgin2016-03-091-36/+16
|\
| * journal: use provided work queue and timerJason Dillaman2016-03-081-36/+16
* | journal: additional debug messages surrounding commit updatesJason Dillaman2016-03-081-1/+3
|/
* Merge pull request #7785 from dillaman/wip-14822Josh Durgin2016-03-021-3/+7
|\
| * journal: permit fire-and-forget aio commit position flushJason Dillaman2016-03-011-3/+7
* | Merge pull request #7776 from dillaman/wip-librbd-journal-tweaksJosh Durgin2016-03-021-97/+56
|\ \ | |/ |/|
| * journal: active and minimum set should always growJason Dillaman2016-02-261-2/+2
| * journal: update JournalMetadata to support new commit handlingJason Dillaman2016-02-261-84/+55
| * journal: track commit position for each object splay offsetJason Dillaman2016-02-261-29/+17
* | journal: async methods to (un)register and update clientMykola Golub2016-02-271-18/+39
|/
* Merge pull request #7680 from ceph/wip-da-SCA-20160203Sage Weil2016-02-241-1/+1
|\
| * journal/JournalMetadata.cc: compare size of lhs instead of rhs to rhsDanny Al-Gaaf2016-02-191-1/+1
* | journal: wrappers to get journal metadataMykola Golub2016-02-201-5/+19
* | journal: added interface to flush pending commit position updatesJason Dillaman2016-02-191-14/+52
|/
* journal: added tag support methodsJason Dillaman2016-02-051-0/+210