index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
test
/
osdc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
common: modify 'main()s' to use new argv_to_vec() signature
Ronen Friedman
2021-08-19
1
-3
/
+2
*
test: : build without "using namespace std"
Kefu Chai
2021-08-13
1
-0
/
+2
*
test/osdc: Silence implicit conversion warning
Adam C. Emerson
2020-07-17
1
-1
/
+1
*
test/osdc: s/Mutex/ceph::mutex/
Kefu Chai
2019-08-03
5
-60
/
+53
*
Rename "include/assert.h"
Brad Hubbard
2018-09-14
2
-2
/
+2
*
test: Use ceph_assert for asserts.
Adam C. Emerson
2018-08-27
2
-11
/
+11
*
common: move ConfigValues out of md_config_t
Kefu Chai
2018-07-10
1
-6
/
+6
*
include/memory.h: remove memory.h
Kefu Chai
2018-06-26
1
-2
/
+2
*
src: Added const references to various function parameters
Wilson E. Alvarez
2018-04-06
1
-1
/
+1
*
test: CINIT_FLAG_NO_MON_CONFIG or NO_DEFAULT_CONFIG_FILE
Sage Weil
2018-03-06
1
-1
/
+2
*
drop unnecessary env_to_vec calls
Sage Weil
2018-03-06
1
-1
/
+0
*
rados: Switch MIN/MAX for std::min/max and use intarith templates
Adam C. Emerson
2018-01-12
1
-2
/
+2
*
cleanup: Replacing MIN,MAX with std::min,std::max
amitkuma
2017-11-20
1
-1
/
+1
*
rc/test/osdc/object_cacher_stress.cc: fix comparison
Willem Jan Withagen
2017-06-02
1
-2
/
+2
*
test: migrate atomic_t to std::atomic<>
Jesse Williamson
2017-05-19
5
-16
/
+19
*
blkin: improve trace visibility into object cacher
Jason Dillaman
2017-05-19
4
-14
/
+22
*
blkin: pass trace information to object cacher
Victor Araujo
2017-05-19
4
-8
/
+14
*
test: add override in test submodule
liuchang0812
2017-03-03
2
-14
/
+14
*
osd: add override in osd subsystem
liuchang0812
2017-02-15
3
-4
/
+4
*
test: clean up unused variable
liuchang0812
2017-01-11
1
-1
/
+1
*
dout: Use dout_context
Adam C. Emerson
2016-12-22
1
-0
/
+1
*
common,test: g_ceph_context->put() upon return
Kefu Chai
2016-11-24
1
-1
/
+2
*
test: fix CMake build of ceph_test_objectcacher_stress
Greg Farnum
2016-06-28
1
-0
/
+1
*
test: build a correctness test for the ObjectCacher
Greg Farnum
2016-06-23
1
-6
/
+164
*
test: split objectcacher test into 'stress' and 'correctness'
Greg Farnum
2016-06-23
1
-2
/
+32
*
test: add a data-storing MemWriteback for testing ObjectCacher
Greg Farnum
2016-06-23
2
-0
/
+212
*
cmake: install some of ceph_test_* and more tests
Kefu Chai
2016-06-09
1
-1
/
+2
*
cmake: moved tests into test/osdc dir
Ali Maredia
2016-04-15
1
-0
/
+11
*
librbd: fixed "hidden" virtual methods
Kefu Chai
2016-01-21
1
-0
/
+2
*
time: Update OSDC for C++11 Time
Adam C. Emerson
2015-12-18
3
-21
/
+26
*
test: use sequential journal_tid for object cacher test
Josh Durgin
2015-11-26
1
-1
/
+2
*
osdc: track journal commit tid within ObjectCacher for writes
Jason Dillaman
2015-11-13
3
-3
/
+5
*
common: ceph_argparse_witharg: pass oss by reference
Mykola Golub
2015-04-04
1
-7
/
+7
*
ceph_argparse: generalize ceph_argparse_with* routines
Dmitry Yatsushkevich
2015-03-31
1
-7
/
+7
*
osdc: Don't pass mutex into ObjectCacher::_wait_for_write.
Jianpeng Ma
2015-03-09
1
-1
/
+1
*
osdc: pass fadvise op flags to WritebackHandler read requests
Jason Dillaman
2015-02-19
2
-2
/
+2
*
librbd: Use object map for IO operations
Jason Dillaman
2015-01-29
2
-5
/
+5
*
remove superfluous second semicolons at end of lines
Danny Al-Gaaf
2014-05-08
1
-1
/
+1
*
Change tid_t to ceph_tid_t to avoid conflicts with a popular type
Dan Mick
2014-03-19
2
-5
/
+6
*
libc++: use ceph:: namespaced data types
Noah Watkins
2014-01-18
1
-2
/
+2
*
librados, os, osd, osdc, test: Add support for client specified namespaces
David Zafman
2013-07-09
1
-0
/
+1
*
osdc: re-calculate truncate_size for strip objects
Yan, Zheng
2013-06-20
1
-1
/
+1
*
WritebackHandler: make read return nothing
Josh Durgin
2013-04-10
2
-10
/
+9
*
ObjectCacher: always complete flush_set() callback
Josh Durgin
2013-03-28
1
-6
/
+4
*
ObjectCacher: optionally make writex always non-blocking
Josh Durgin
2013-03-28
1
-2
/
+3
*
objectcacher: Remove commit_set, use flush_set
Sam Lang
2013-01-22
1
-1
/
+1
*
test/osdc/FakeWriteback: fix uninit var
Sage Weil
2012-12-02
1
-1
/
+1
*
test: add ObjectCacher stress test that does not use a cluster
Josh Durgin
2012-11-16
3
-0
/
+360