summaryrefslogtreecommitdiffstats
path: root/src/tools/rbd/action/Journal.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* tools,common,msg: Use O_BINARY for win32 compatibilityLucian Petrut2020-10-221-2/+2
* cls,rados,rbd,mds,common: Avoid name collision with Windows headersLucian Petrut2020-07-081-2/+2
* common/RefCountedObj: cleanup con/desPatrick Donnelly2019-09-161-3/+0
* journal: support dynamically updating recorder flush optionsJason Dillaman2019-06-191-1/+1
* journal: auto-tune journal fetch params based on memory targetMykola Golub2019-06-111-1/+1
* json: JSONDecoder::err inherits from std::runtime_errorCasey Bodley2019-05-081-2/+2
* rbd: use 'namespace' instead of 'namespace-name' in specsMykola Golub2019-02-191-1/+1
* Merge pull request #25931 from yangdongsheng/journal_importJason Dillaman2019-01-121-1/+1
|\
| * rbd: fix a typo in error outputDongsheng Yang2019-01-121-1/+1
* | rbd: fix typos.Shiyang Ruan2018-11-141-1/+1
|/
* librbd: option to limit in-flight appendsMykola Golub2018-08-301-1/+1
* tools: Use ceph_assert for asserts.Adam C. Emerson2018-08-271-1/+1
* rbd: add support for namespacesJason Dillaman2018-06-221-28/+179
* rbd: use const_iterator for decodeKefu Chai2018-05-171-1/+1
* rbd: correct object size formattingJason Dillaman2018-04-201-1/+1
* include/types: format decimal numbers with decimal factorJan Fajerski2018-04-031-1/+1
* misc: fix various spelling errorsShengjing Zhu2018-03-101-1/+1
* rbd: properly pass ceph global command line args to subprocessMykola Golub2018-01-171-7/+14
* rbd: Use unqualified encode/decodeAdam C. Emerson2018-01-101-1/+1
* rbd: replace positional_path parameter with arg_index in get_path()songweibin2018-01-041-3/+3
* rbd: add override in rbd subsystemliuchang08122017-02-171-8/+8
* rbd: fix json formatting for image and journal status outputMykola Golub2016-12-161-1/+3
* rbd: new command to disconnect journal clientMykola Golub2016-09-051-0/+104
* Merge pull request #10341 from dillaman/wip-16223Mykola Golub2016-07-301-1/+2
|\
| * journal: helper class for organizing optional settingsJason Dillaman2016-07-211-1/+2
* | build: check if posix_fadvise() existsYan, Zheng2016-07-181-0/+4
|/
* librbd: integrate with async journaler shutdown APIJason Dillaman2016-05-261-18/+40
* rbd: journal reset should disable/re-enable journaling featureJason Dillaman2016-04-071-24/+18
* librbd: own the lifecycle of the journaler's threadsJason Dillaman2016-03-081-4/+4
* librbd: initial version of journal client and tag metadataJason Dillaman2016-02-051-1/+1
* cls_journal: client registration should hold opaque data structureJason Dillaman2016-02-051-5/+4
* journal: switched entry tags to use id instead of stringJason Dillaman2016-02-051-16/+17
* make ctors with one argument explicitDanny Al-Gaaf2016-01-291-1/+1
* tools/rbd/action/Journal.cc: prefer ++operator for non-primitive iteratorsDanny Al-Gaaf2016-01-291-2/+2
* librbd: move journal support classes to journal namespaceJason Dillaman2016-01-151-1/+1
* rbd: add new journal rbd commandsMykola Golub2015-12-041-0/+969