index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
test
/
ObjectMap
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
kv: add a pair of informative getters to KeyValueDB::TransactionImpl
Igor Fedotov
2024-09-24
1
-1
/
+8
*
Objectmap/test_keyvaluedb_atomicity: init g_ceph_context
luo rixin
2023-05-04
1
-1
/
+8
*
test: remove leveldb support from test
luo rixin
2023-05-04
2
-51
/
+51
*
ObjectStore: FileStore has been deprecated
NitzanMordhai
2023-02-12
1
-2
/
+1
*
kv/RocksDBStore: Remove feature to make WholeSpaceIterator based on bounded i...
Adam Kupczyk
2022-04-30
2
-2
/
+2
*
bluestore: set upper and lower bounds on rocksdb omap iterators
Cory Snyder
2022-04-18
2
-2
/
+2
*
common: modify 'main()s' to use new argv_to_vec() signature
Ronen Friedman
2021-08-19
2
-4
/
+2
*
test: : build without "using namespace std"
Kefu Chai
2021-08-13
1
-37
/
+35
*
tests: modernize all occurrences of rand_choose().
Radoslaw Zarzynski
2020-12-01
1
-7
/
+4
*
kv/KeyValueDB, os/bluestore: Made fsck faster by not caching results
Adam Kupczyk
2020-04-29
2
-2
/
+2
*
kv/RocksDBStore: add sharding to column families.
Adam Kupczyk
2020-04-17
1
-2
/
+2
*
test: Use ceph_assert for asserts.
Adam C. Emerson
2018-08-27
4
-12
/
+12
*
cmake: link against gtest in a better way
Kefu Chai
2018-08-17
1
-6
/
+0
*
include/memory.h: remove memory.h
Kefu Chai
2018-06-26
5
-6
/
+1
*
src: Added const references to various function parameters
Wilson E. Alvarez
2018-04-06
1
-4
/
+4
*
test: CINIT_FLAG_NO_MON_CONFIG or NO_DEFAULT_CONFIG_FILE
Sage Weil
2018-03-06
2
-2
/
+3
*
kv: unify {create_and_,}open() methods
Kefu Chai
2017-10-09
1
-2
/
+2
*
Merge pull request #17976 from adamemerson/wip-warning-sign
Kefu Chai
2017-10-09
1
-0
/
+2
|
\
|
*
kv: Fix overloaded virtual warning in KeyValueDBMemory
Adam C. Emerson
2017-10-05
1
-0
/
+2
*
|
Merge pull request #18049 from liewegas/wip-kv-iterator
Sage Weil
2017-10-06
3
-53
/
+53
|
\
\
|
*
|
kv/KeyValueDB: simplify iterator overloads
Sage Weil
2017-10-03
3
-53
/
+53
|
|
/
*
/
cmake: always use CMAKE_RUNTIME_OUTPUT_DIRECTORY as the unittests' path
Kefu Chai
2017-10-03
1
-1
/
+1
|
/
*
the return value is not boolean
zhanglei
2017-06-02
1
-1
/
+1
*
Merge pull request #13855 from yuyuyu101/wip-bluestore-rm-range
Sage Weil
2017-03-28
2
-0
/
+38
|
\
|
*
kv/RocksDBStore: implement rm_range_keys operator interface and test
Haomai Wang
2017-03-26
2
-0
/
+38
*
|
osd: Simplify DBObjectMap by no longer creating complete tables
David Zafman
2017-03-27
1
-0
/
+142
*
|
test_object_map: add tests to trigger some bugs related to 18533
Samuel Just
2017-03-27
1
-40
/
+243
*
|
test: Add ceph_test_object_map to make check tests
David Zafman
2017-03-27
1
-0
/
+1
*
|
test_object_map: Use ASSERT_EQ() for check() so failure doesn't stop testing
David Zafman
2017-03-27
1
-1
/
+1
*
|
tools: Check for overlaps in internal "complete" table for DBObjectMap
David Zafman
2017-03-27
1
-1
/
+1
|
/
*
test: add override in test submodule
liuchang0812
2017-03-03
2
-18
/
+18
*
common: add override for common submodule and misc
liuchang0812
2017-02-16
3
-30
/
+30
*
cmake: turn libcommon into a shared library
Kefu Chai
2017-01-10
1
-3
/
+3
*
os: Add CephContext to ObjectStore and ObjectMap bases
Adam C. Emerson
2016-12-22
1
-2
/
+2
*
Merge pull request #11733 from tchaikov/wip-17762
Kefu Chai
2016-11-24
2
-2
/
+3
|
\
|
*
common,test: g_ceph_context->put() upon return
Kefu Chai
2016-11-24
2
-2
/
+3
*
|
assert(0) -> ceph_abort()
Sage Weil
2016-11-22
1
-1
/
+1
|
/
*
kv: remove snapshot iterator
Sage Weil
2016-11-17
3
-51
/
+1
*
cmake: moved tests into test/ObjectMap dir
Ali Maredia
2016-04-15
1
-0
/
+47
*
make ctors with one argument explicit
Danny Al-Gaaf
2016-01-29
2
-4
/
+4
*
librbd: fixed "hidden" virtual methods
Kefu Chai
2016-01-21
1
-0
/
+1
*
os/filestore: move FileStore to os/filestore/*
Sage Weil
2016-01-01
1
-2
/
+2
*
ceph_test_keyvaluedb_iterators: Fix broken test
Haomai Wang
2015-11-16
1
-6
/
+1
*
test/ObjectMap: add test for raw_key_is_prefixed
Piotr Dałek
2015-10-19
2
-0
/
+24
*
kv: move KeyValueDB from os/ to kv/, libos.a to libkv.a
Sage Weil
2015-10-19
4
-4
/
+4
*
test: use KeyValueDB directly (not LevelDBStore!)
Sage Weil
2015-10-19
3
-6
/
+8
*
test/KeyValueDBMemory : update init()
Xiaoxi Chen
2015-05-13
1
-1
/
+1
*
osd: explicit shard_id_t() and NO_SHARD
Loic Dachary
2014-05-29
1
-3
/
+3
*
test/ObjectMap/KeyValueDBMemory.cc: use empty() instead of size()
Danny Al-Gaaf
2014-05-11
1
-2
/
+2
*
remove superfluous second semicolons at end of lines
Danny Al-Gaaf
2014-05-08
1
-1
/
+1
[next]