index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mon
/
MonitorDBStore.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
leveldb: add leveldb_* options
Sage Weil
2014-01-28
1
-1
/
+1
*
Add a virtual interface init, open, create_and_open to KeyValueDB
Sage Weil
2014-01-28
1
-8
/
+22
*
libc++: use ceph:: namespaced data types
Noah Watkins
2014-01-18
1
-2
/
+2
*
Merge branch 'next'
Sage Weil
2013-08-31
1
-1
/
+2
|
\
|
*
mon: fix uninitialized Op field
Roald J. van Loon
2013-08-31
1
-1
/
+2
*
|
mon: MonitorDBStore: rely on backing store to provide estimated store size
Joao Eduardo Luis
2013-08-24
1
-0
/
+4
*
|
mon: MonitorDBStore: output to derr instead of std::cout
Joao Eduardo Luis
2013-08-16
1
-2
/
+2
|
/
*
mon: add encoding tests for MonitorDBStore data types
Sage Weil
2013-07-12
1
-0
/
+24
*
mon/MonitorDBStore: drop unused single prefix synchronizer
Sage Weil
2013-07-09
1
-55
/
+0
*
mon: implement a simpler sync
Sage Weil
2013-07-09
1
-11
/
+6
*
mon/MonitorDBStore: expose get_chunk_tx()
Sage Weil
2013-07-09
1
-5
/
+5
*
mon: implement simple 'scrub' command
Sage Weil
2013-07-09
1
-0
/
+19
*
os/LevelDBStore: add perfcounters
Sage Weil
2013-05-30
1
-1
/
+1
*
mon/MonitorDBStore: allow compaction of ranges
Sage Weil
2013-05-29
1
-13
/
+28
*
os/LevelDBStore: do compact_prefix() work asynchronously
Sage Weil
2013-05-29
1
-1
/
+1
*
ceph-monstore-tool: dump-keys command
Sage Weil
2013-05-21
1
-0
/
+7
*
mon: set MonitorDBStore options on open
Sage Weil
2013-05-08
1
-8
/
+8
*
ceph-monstore-tool: add MonitorDBStore trace dumper
Samuel Just
2013-05-08
1
-9
/
+11
*
mon: dump MonitorDBStore transactions to file
Samuel Just
2013-05-08
1
-3
/
+28
*
mon: allow leveldb logging
Sage Weil
2013-05-06
1
-0
/
+1
*
mon: add --mon-leveldb-paranoid flag
Sage Weil
2013-05-01
1
-0
/
+1
*
mon: add compact_prefix transaction operation
Sage Weil
2013-04-30
1
-1
/
+27
*
leveldb: add compact() method
Sage Weil
2013-04-30
1
-0
/
+4
*
config: provide settings for the LevelDB stores we use
Greg Farnum
2013-04-16
1
-0
/
+6
*
mon: MonitorDBStore: add 'get_iterator()' method to iterate over a prefix
Joao Eduardo Luis
2013-03-28
1
-0
/
+7
*
mon: MonitorDBStore: return -ENOENT on get() if key doesn't exist
Joao Eduardo Luis
2013-02-27
1
-5
/
+16
*
os: LevelDBStore: scrap init() and create open() and create_and_open()
Joao Eduardo Luis
2013-02-21
1
-7
/
+10
*
mon: Monitor: Add monitor store synchronization support
Joao Eduardo Luis
2013-02-21
1
-1
/
+5
*
mon: MonitorDBStore: add store iterators to obtain chunks for sync
Joao Eduardo Luis
2013-02-21
1
-0
/
+171
*
mon: MonitorDBStore: Add a key/value store to be used in the monitor
Joao Eduardo Luis
2013-02-20
1
-0
/
+292