summaryrefslogtreecommitdiffstats
path: root/src/kv/KeyValueDB.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7052 from branch-predictor/bp-faster-kv-getSage Weil2016-01-061-0/+11
|\
| * kv: implement value_as_ptr() and use it in .get()Piotr Dałek2015-12-241-0/+11
* | kv/RocksDBStore: take custom EnvSage Weil2016-01-011-1/+2
|/
* os/KeyValueDB: don't call self.valid() from next() and prev()Piotr Dałek2015-11-091-9/+20
* kv/KeyValueDB: add bufferlist-based set() and rmkeys() interfaceSage Weil2015-10-191-0/+33
* os/KeyValueDB: reduce malloc/free/string copy countPiotr Dałek2015-10-191-2/+2
* kv: move KeyValueDB from os/ to kv/, libos.a to libkv.aSage Weil2015-10-191-0/+233