summaryrefslogtreecommitdiffstats
path: root/src/test/osdc (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-131-0/+2
* test/osdc: Silence implicit conversion warningAdam C. Emerson2020-07-171-1/+1
* test/osdc: s/Mutex/ceph::mutex/Kefu Chai2019-08-035-60/+53
* Rename "include/assert.h"Brad Hubbard2018-09-142-2/+2
* test: Use ceph_assert for asserts.Adam C. Emerson2018-08-272-11/+11
* common: move ConfigValues out of md_config_tKefu Chai2018-07-101-6/+6
* include/memory.h: remove memory.hKefu Chai2018-06-261-2/+2
* src: Added const references to various function parametersWilson E. Alvarez2018-04-061-1/+1
* test: CINIT_FLAG_NO_MON_CONFIG or NO_DEFAULT_CONFIG_FILESage Weil2018-03-061-1/+2
* drop unnecessary env_to_vec callsSage Weil2018-03-061-1/+0
* rados: Switch MIN/MAX for std::min/max and use intarith templatesAdam C. Emerson2018-01-121-2/+2
* cleanup: Replacing MIN,MAX with std::min,std::maxamitkuma2017-11-201-1/+1
* rc/test/osdc/object_cacher_stress.cc: fix comparisonWillem Jan Withagen2017-06-021-2/+2
* test: migrate atomic_t to std::atomic<>Jesse Williamson2017-05-195-16/+19
* blkin: improve trace visibility into object cacherJason Dillaman2017-05-194-14/+22
* blkin: pass trace information to object cacherVictor Araujo2017-05-194-8/+14
* test: add override in test submoduleliuchang08122017-03-032-14/+14
* osd: add override in osd subsystemliuchang08122017-02-153-4/+4
* test: clean up unused variableliuchang08122017-01-111-1/+1
* dout: Use dout_contextAdam C. Emerson2016-12-221-0/+1
* common,test: g_ceph_context->put() upon returnKefu Chai2016-11-241-1/+2
* test: fix CMake build of ceph_test_objectcacher_stressGreg Farnum2016-06-281-0/+1
* test: build a correctness test for the ObjectCacherGreg Farnum2016-06-231-6/+164
* test: split objectcacher test into 'stress' and 'correctness'Greg Farnum2016-06-231-2/+32
* test: add a data-storing MemWriteback for testing ObjectCacherGreg Farnum2016-06-232-0/+212
* cmake: install some of ceph_test_* and more testsKefu Chai2016-06-091-1/+2
* cmake: moved tests into test/osdc dirAli Maredia2016-04-151-0/+11
* librbd: fixed "hidden" virtual methodsKefu Chai2016-01-211-0/+2
* time: Update OSDC for C++11 TimeAdam C. Emerson2015-12-183-21/+26
* test: use sequential journal_tid for object cacher testJosh Durgin2015-11-261-1/+2
* osdc: track journal commit tid within ObjectCacher for writesJason Dillaman2015-11-133-3/+5
* common: ceph_argparse_witharg: pass oss by referenceMykola Golub2015-04-041-7/+7
* ceph_argparse: generalize ceph_argparse_with* routinesDmitry Yatsushkevich2015-03-311-7/+7
* osdc: Don't pass mutex into ObjectCacher::_wait_for_write.Jianpeng Ma2015-03-091-1/+1
* osdc: pass fadvise op flags to WritebackHandler read requestsJason Dillaman2015-02-192-2/+2
* librbd: Use object map for IO operationsJason Dillaman2015-01-292-5/+5
* remove superfluous second semicolons at end of linesDanny Al-Gaaf2014-05-081-1/+1
* Change tid_t to ceph_tid_t to avoid conflicts with a popular typeDan Mick2014-03-192-5/+6
* libc++: use ceph:: namespaced data typesNoah Watkins2014-01-181-2/+2
* librados, os, osd, osdc, test: Add support for client specified namespacesDavid Zafman2013-07-091-0/+1
* osdc: re-calculate truncate_size for strip objectsYan, Zheng2013-06-201-1/+1
* WritebackHandler: make read return nothingJosh Durgin2013-04-102-10/+9
* ObjectCacher: always complete flush_set() callbackJosh Durgin2013-03-281-6/+4
* ObjectCacher: optionally make writex always non-blockingJosh Durgin2013-03-281-2/+3
* objectcacher: Remove commit_set, use flush_setSam Lang2013-01-221-1/+1
* test/osdc/FakeWriteback: fix uninit varSage Weil2012-12-021-1/+1
* test: add ObjectCacher stress test that does not use a clusterJosh Durgin2012-11-163-0/+360