summaryrefslogtreecommitdiffstats
path: root/src/test/cls_journal (follow)
Commit message (Expand)AuthorAgeFilesLines
* cleanup: Change incorrect modelinesAdam C. Emerson2022-01-221-1/+1
* cls/journal: new append methodMykola Golub2019-06-231-0/+84
* librados: revert librados3/libradoscc back to librados2Jason Dillaman2019-02-201-1/+1
* librados: move C++ APIs into libradosppKefu Chai2018-11-012-3/+3
* cmake: link against gtest in a better wayKefu Chai2018-08-171-2/+0
* cls/journal: fixed possible infinite loop in expire_tagsJason Dillaman2017-10-271-3/+9
* test/cls_journal: Fix reversed std::string constructor argumentsAdam C. Emerson2017-10-191-3/+3
* cls/journal: fixed possible infinite loop which could kill the OSDJason Dillaman2017-10-121-0/+8
* test: ceph_test_cls_journal was dropped when converting to cmakeJason Dillaman2017-10-121-0/+18
* cls_journal: disallow client registration against missing journalJason Dillaman2016-03-291-0/+7
* journal: add placeholder for marking clients are disconnectedJason Dillaman2016-03-161-3/+28
* journal: track commit position for each object splay offsetJason Dillaman2016-02-261-13/+13
* cls_journal: new get_client / client_update methodsJason Dillaman2016-02-051-0/+38
* cls_journal: client registration should hold opaque data structureJason Dillaman2016-02-051-17/+17
* cls_journal: new tag management methods and handlingJason Dillaman2016-02-051-0/+147
* journal: switched entry tags to use id instead of stringJason Dillaman2016-02-051-5/+5
* journal: allow alternate pool for journal objectsMykola Golub2015-11-111-12/+15
* tests: journal updates to support C++11Jason Dillaman2015-11-061-12/+10
* tests: cls_journal: get_immutable_metadata is now asyncJason Dillaman2015-11-061-2/+4
* tests: new cls_journal_client test casesJason Dillaman2015-11-061-0/+377