summaryrefslogtreecommitdiffstats
path: root/src/test/journal (follow)
Commit message (Expand)AuthorAgeFilesLines
* librados: move C++ APIs into libradosppKefu Chai2018-11-012-1/+2
* Rename "include/assert.h"Brad Hubbard2018-09-141-1/+1
* journal: limit in-flight appendsMykola Golub2018-08-303-8/+12
* test: Use ceph_assert for asserts.Adam C. Emerson2018-08-272-4/+4
* cmake: link against gtest in a better wayKefu Chai2018-08-171-2/+2
* common: move ConfigValues out of md_config_tKefu Chai2018-07-101-2/+2
* test: CINIT_FLAG_NO_MON_CONFIG or NO_DEFAULT_CONFIG_FILESage Weil2018-03-061-2/+3
* test: Use unqualified encode/decodeAdam C. Emerson2018-01-102-3/+3
* journal: Use unqualified encode/decodeAdam C. Emerson2018-01-103-18/+18
* Merge pull request #17089 from amitkumar50/test-cov-journal-1Sage Weil2017-12-291-1/+1
|\
| * journal: Intializing m_work_queueamitkuma2017-08-181-1/+1
* | rbd-mirror: local primary images should still register to remote imagesJason Dillaman2017-10-101-0/+4
* | cmake: always use CMAKE_RUNTIME_OUTPUT_DIRECTORY as the unittests' pathKefu Chai2017-10-031-1/+1
|/
* rbd-mirror: ensure threads are mockable for testingJason Dillaman2017-08-071-4/+4
* journal: migrate atomic_t to <atomic>Jesse Williamson2017-05-281-3/+8
* test/librados_test_stub: separate mock cluster from connectionJason Dillaman2017-03-101-2/+2
* test: add override in test submoduleliuchang08122017-03-031-3/+3
* common: add override for common submodule and miscliuchang08122017-02-167-16/+16
* common: Unskew clockAdam C. Emerson2016-12-223-6/+1
* common,test: g_ceph_context->put() upon returnKefu Chai2016-11-241-2/+2
* librbd: new async journal promote state machineJason Dillaman2016-10-311-3/+6
* journal: avoid holding lock while sending journal appendJason Dillaman2016-10-051-16/+16
* journal: make librados call async in ObjectRecorderRicardo Dias2016-09-261-24/+2
* journal: increase concurrency of journal recorderRicardo Dias2016-09-261-29/+96
* journal: expose ability to retrieve partial tag listJason Dillaman2016-09-231-0/+7
* rbd-mirror: stop replay when client is disconnectedMykola Golub2016-09-051-3/+5
* journal: allow to trim journal for "laggy" clientsMykola Golub2016-09-053-4/+74
* journaler: remove ununsed synchronous API routinesVenky Shankar2016-08-073-10/+21
* journal: optimize speed of live replay journal pruningJason Dillaman2016-07-211-1/+2
* journal: possible deadlock during flush of journal entriesJason Dillaman2016-07-211-2/+5
* journal: support streaming entry playbackJason Dillaman2016-07-214-367/+389
* journal: optionally fetch entries in small chunks during replayJason Dillaman2016-07-211-99/+111
* journal: helper class for organizing optional settingsJason Dillaman2016-07-213-9/+14
* cmake: do not exclude tests from 'make all'Sage Weil2016-06-231-1/+1
* journal: Support for registering metadata listeners in the JournalerRicardo Dias2016-06-142-1/+16
* cmake: rbd_mirror not linking rbd_test_mockAli Maredia2016-06-021-5/+2
* librbd: integrate with async journaler shutdown APIJason Dillaman2016-05-261-0/+8
* journal: extend asynchronous shutdown to facadeJason Dillaman2016-05-251-2/+3
* journal: trimmer now has asynchronous shutdownJason Dillaman2016-05-251-0/+3
* journal: metadata init and shutdown now asynchronousJason Dillaman2016-05-253-0/+16
* journal: player shutdown is now handled asynchronouslyJason Dillaman2016-05-252-7/+138
* journal: keep active tag to assist with pruning watched objectsJason Dillaman2016-05-241-1/+1
* journal: update commit entry object number upon overflowJason Dillaman2016-05-241-0/+35
* journal: cleanup watch refetch flag handlingJason Dillaman2016-05-241-0/+42
* journal: skip partially complete tag entries during playbackJason Dillaman2016-05-181-1/+306
* journal: helper method to detect newer tagsJason Dillaman2016-05-181-0/+29
* journal: new ObjectRecorder closed callbackJason Dillaman2016-05-181-10/+51
* journal: async callback for advancing the active object setJason Dillaman2016-05-183-7/+7
* journal: re-fetch active object before advancing set during replayJason Dillaman2016-05-181-0/+45
* cmake: fix rbd compile errorsJason Dillaman2016-05-111-0/+7