summaryrefslogtreecommitdiffstats
path: root/src/test/journal (follow)
Commit message (Expand)AuthorAgeFilesLines
* rbd: fix spelling errorsJosh Soref2023-04-261-1/+1
* cleanup: Change incorrect modelinesAdam C. Emerson2022-01-221-1/+1
* common: modify 'main()s' to use new argv_to_vec() signatureRonen Friedman2021-08-191-3/+2
* test: : build without "using namespace std"Kefu Chai2021-08-133-0/+4
* common/WorkQueue,librbd,rgw: use ceph::timespan for representing intervalKefu Chai2020-08-041-1/+2
* src/: s/advance/operator+=/Kefu Chai2020-02-021-1/+1
* journal: fix flush by age and in-flight byte trackingJason Dillaman2019-11-191-11/+18
* common/RefCountedObj: cleanup con/desPatrick Donnelly2019-09-169-194/+172
* journal: always shutdown JournalRecoreder before destructing itKefu Chai2019-08-061-25/+21
* test/journal: always close objectKefu Chai2019-08-051-3/+8
* test/journal: s/Mutex/ceph::mutex/Kefu Chai2019-08-038-203/+183
* journal: return error after first corruption detectedMykola Golub2019-07-011-6/+2
* Merge pull request #28684 from tchaikov/wip-silence-warningsKefu Chai2019-06-232-2/+2
|\
| * test: Replace deprecated TYPED_TEST_CASE with TYPED_TEST_SUITEAdam C. Emerson2019-06-212-2/+2
* | Merge pull request #28539 from dillaman/wip-40072Mykola Golub2019-06-203-46/+66
|\ \
| * | journal: support dynamically updating recorder flush optionsJason Dillaman2019-06-193-10/+20
| * | journal: fix broken append batching implementationJason Dillaman2019-06-191-39/+49
* | | journal: properly advance read offset after skipping invalid rangeMykola Golub2019-06-191-3/+7
|/ /
* | rbd-mirror: remove rbd_mirror_journal_max_fetch_bytes optionMykola Golub2019-06-113-8/+3
* | journal: auto-tune journal fetch params based on memory targetMykola Golub2019-06-113-10/+13
|/
* journal: optimize object overflow detectionMykola Golub2019-05-251-5/+22
* test/journal: ReplayEntry::get_data is constMykola Golub2019-01-091-2/+2
* 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