summaryrefslogtreecommitdiffstats
path: root/src/key_value_store (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | kv_flat_btree_async.cc: fix AioCompletion resource leakDanny Al-Gaaf2013-05-281-0/+2
| |/
| * Merge pull request #321 from dalgaaf/wip-da-CID-727981Sage Weil2013-05-271-0/+1
| |\
| | * kv_flat_btree_async.cc: fix AioCompletion resource leakDanny Al-Gaaf2013-05-241-0/+1
| * | kv_flat_btree_async.cc: fix resource leakDanny Al-Gaaf2013-05-241-0/+1
| |/
| * kv_flat_btree_async.cc: release AioCompletion before leave the loopDanny Al-Gaaf2013-05-171-0/+1
| * kv_flat_btree_async.cc: fix resource leakDanny Al-Gaaf2013-05-111-0/+2
* | key_value_store: fixup errno handlingGreg Farnum2013-07-023-5/+4
|/
* kv_flat_btree_async.cc: prefer prefix ++operator for iteratorsDanny Al-Gaaf2013-03-181-1/+1
* kv_flat_btree_async.cc: prefer prefix ++operator for iteratorsDanny Al-Gaaf2013-03-141-7/+7
* key_value_store/cls_kvs.cc: prefer prefix --operator for iteratorsDanny Al-Gaaf2013-03-141-1/+1
* kv_flat_btree_async.cc: remove unused variablesDanny Al-Gaaf2013-02-271-6/+0
* kv_flat_btree_async.cc: remove some unreachable break statementsDanny Al-Gaaf2013-02-271-3/+0
* key_value_store/cls_kvs.cc: remove unused variable dupmapDanny Al-Gaaf2013-02-271-1/+0
* kv_flat_btree_async.cc: use empty() instead of size() to check for emptinessDanny Al-Gaaf2013-02-141-3/+3
* cls_kvs.cc: use !empty() instead of 'size() > 0' to check for emptinessDanny Al-Gaaf2013-02-141-2/+2
* Validate format strings for CLS_ERR/CLS_LOGDan Mick2013-01-311-8/+10
* OSD: deprecate CLS_METHOD_PUBLIC flagJosh Durgin2012-10-031-10/+10
* test, key_value_store: added distributed flat btree key-value storeEleanor Cawthon2012-09-025-0/+4197