index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
key_value_store
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #4000 from ceph/wip-da-SCA-20150312
Kefu Chai
2015-03-25
1
-5
/
+21
|
\
|
*
kv_flat_btree_async.h: fix some UNINIT_CTOR issues
Danny Al-Gaaf
2015-03-17
1
-5
/
+21
*
|
Merge pull request #4086 from tchaikov/fix-doxygen-warnings
Loic Dachary
2015-03-23
1
-1
/
+1
|
\
\
|
*
|
doc: fix doxygen warnings
Kefu Chai
2015-03-19
1
-1
/
+1
|
|
/
*
/
Minor changes in other Makefile.am files to make them support the build refin...
Boris Ranto
2015-03-06
1
-0
/
+5
|
/
*
osd, osdc, librados, tools, rgw: Implement pgls of all namespaces
David Zafman
2014-10-20
1
-6
/
+6
*
test, key_value_store: Use pool rbd since no default data pool present
David Zafman
2014-10-20
1
-1
/
+1
*
kv_flat_btree_async.cc: remove consecutive break after return
Danny Al-Gaaf
2014-06-05
1
-1
/
+0
*
cls_kvs.cc: return 'r' from get_idata_from_key()
Danny Al-Gaaf
2014-05-11
1
-1
/
+1
*
cls_kvs.cc: remove dead assignment
Danny Al-Gaaf
2014-05-11
1
-2
/
+0
*
Removed extra semicolons
Daniel J. Hofmann
2014-05-09
1
-1
/
+1
*
kvstore: only build on linux
Noah Watkins
2013-12-29
1
-0
/
+2
*
librados: mark old get_version() as deprecated
Sage Weil
2013-12-24
1
-4
/
+4
*
Mark libcls_kvs as a module
James Page
2013-11-27
1
-1
/
+1
*
automake cleanup: implementing non-recursive make
Roald J. van Loon
2013-09-08
1
-0
/
+10
*
Merge remote-tracking branch 'origin/master' into wip-rgw-geo
Yehuda Sadeh
2013-07-04
2
-7
/
+33
|
\
|
*
*: always include rados.h using types.h
Samuel Just
2013-06-17
2
-2
/
+1
|
*
kv_flat_btree_async.cc: fix assigned but unused value issue
Danny Al-Gaaf
2013-06-03
1
-1
/
+5
|
*
key_value_store/kv_flat_btree_async.cc: fix some reassign before use value is...
Danny Al-Gaaf
2013-06-03
1
-4
/
+16
|
*
Merge pull request #326 from dalgaaf/wip-da-CID-727978
Sage Weil
2013-05-29
1
-0
/
+2
|
|
\
|
|
*
kv_flat_btree_async.cc: fix AioCompletion resource leak
Danny Al-Gaaf
2013-05-28
1
-0
/
+2
|
*
|
Merge pull request #325 from dalgaaf/wip-da-CID-727980
Sage Weil
2013-05-28
1
-0
/
+2
|
|
\
\
|
|
*
|
kv_flat_btree_async.cc: fix AioCompletion resource leak
Danny Al-Gaaf
2013-05-28
1
-0
/
+2
|
|
|
/
|
*
/
kv_flat_btree_async.cc: fix AioCompletion resource leak
Danny Al-Gaaf
2013-05-28
1
-0
/
+2
|
|
/
|
*
Merge pull request #321 from dalgaaf/wip-da-CID-727981
Sage Weil
2013-05-27
1
-0
/
+1
|
|
\
|
|
*
kv_flat_btree_async.cc: fix AioCompletion resource leak
Danny Al-Gaaf
2013-05-24
1
-0
/
+1
|
*
|
kv_flat_btree_async.cc: fix resource leak
Danny Al-Gaaf
2013-05-24
1
-0
/
+1
|
|
/
|
*
kv_flat_btree_async.cc: release AioCompletion before leave the loop
Danny Al-Gaaf
2013-05-17
1
-0
/
+1
|
*
kv_flat_btree_async.cc: fix resource leak
Danny Al-Gaaf
2013-05-11
1
-0
/
+2
*
|
key_value_store: fixup errno handling
Greg Farnum
2013-07-02
3
-5
/
+4
|
/
*
kv_flat_btree_async.cc: prefer prefix ++operator for iterators
Danny Al-Gaaf
2013-03-18
1
-1
/
+1
*
kv_flat_btree_async.cc: prefer prefix ++operator for iterators
Danny Al-Gaaf
2013-03-14
1
-7
/
+7
*
key_value_store/cls_kvs.cc: prefer prefix --operator for iterators
Danny Al-Gaaf
2013-03-14
1
-1
/
+1
*
kv_flat_btree_async.cc: remove unused variables
Danny Al-Gaaf
2013-02-27
1
-6
/
+0
*
kv_flat_btree_async.cc: remove some unreachable break statements
Danny Al-Gaaf
2013-02-27
1
-3
/
+0
*
key_value_store/cls_kvs.cc: remove unused variable dupmap
Danny Al-Gaaf
2013-02-27
1
-1
/
+0
*
kv_flat_btree_async.cc: use empty() instead of size() to check for emptiness
Danny Al-Gaaf
2013-02-14
1
-3
/
+3
*
cls_kvs.cc: use !empty() instead of 'size() > 0' to check for emptiness
Danny Al-Gaaf
2013-02-14
1
-2
/
+2
*
Validate format strings for CLS_ERR/CLS_LOG
Dan Mick
2013-01-31
1
-8
/
+10
*
OSD: deprecate CLS_METHOD_PUBLIC flag
Josh Durgin
2012-10-03
1
-10
/
+10
*
test, key_value_store: added distributed flat btree key-value store
Eleanor Cawthon
2012-09-02
5
-0
/
+4197