index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mon
/
LogMonitor.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
libc++: use ceph:: namespaced data types
Noah Watkins
2014-01-18
1
-1
/
+1
*
mon: set next commit in mon command replies
Sage Weil
2014-01-09
1
-1
/
+2
*
compat: define replacement TEMP_FAILURE_RETRY
Noah Watkins
2013-12-07
1
-0
/
+1
*
Merge remote-tracking branch 'gh/next'
Sage Weil
2013-08-16
1
-4
/
+2
|
\
|
*
mon: use str_join instead of std::copy
Sage Weil
2013-08-15
1
-4
/
+2
*
|
mon: mon_cluster_log_file_level
Sage Weil
2013-08-10
1
-5
/
+7
|
/
*
mon: services: no longer needed to enforce caps on a per-service basis
Joao Eduardo Luis
2013-08-06
1
-3
/
+1
*
mon: make service trim_to stateless
Sage Weil
2013-07-09
1
-2
/
+3
*
mon/PaxosService: s/get_version()/get_last_committed()/
Sage Weil
2013-06-25
1
-11
/
+11
*
Merge remote-tracking branch 'gh/next'
Sage Weil
2013-06-20
1
-3
/
+36
|
\
|
*
mon: make 'log ...' command wait for commit before reply
Sage Weil
2013-06-20
1
-3
/
+36
*
|
mon: fix whitespace
Sage Weil
2013-06-19
1
-7
/
+7
*
|
mon: safely signal bootstrap from MonmapMonitor::update_from_paxos()
Sage Weil
2013-06-19
1
-1
/
+1
*
|
mon: remove unnecessary update_from_paxos calls
Sage Weil
2013-06-19
1
-1
/
+0
|
/
*
mon: weaken security check on 'log' command
Sage Weil
2013-05-22
1
-1
/
+1
*
mon: transition from MonCaps -> MonCap
Dan Mick
2013-05-22
1
-1
/
+1
*
mon/LogMonitor.cc: remove twice included <sstream>
Danny Al-Gaaf
2013-03-22
1
-1
/
+0
*
mon/LogMonitor.cc: prefer prefix ++operator for iterators
Danny Al-Gaaf
2013-03-14
1
-5
/
+5
*
mon/LogMonitor.cc: move unused variable into related code block
Danny Al-Gaaf
2013-03-01
1
-1
/
+1
*
mon/LogMonitor.cc: use static_cast instead of C-Style cast
Danny Al-Gaaf
2013-03-01
1
-2
/
+2
*
mon: PaxosServices: don't ignore get_version(ver,bl) return value
Joao Eduardo Luis
2013-02-28
1
-2
/
+3
*
mon: PaxosService: remove lingering uses of paxos getters and wait methods
Sage Weil
2013-02-26
1
-2
/
+2
*
Merge branch 'wsp.bobtail.2merge' into wsp.bobtail.master
Joao Eduardo Luis
2013-02-21
1
-37
/
+72
|
\
|
*
mon: PaxosService: rework full version stashing
Joao Eduardo Luis
2013-02-21
1
-5
/
+11
|
*
mon: Paxos: trim through Paxos
Joao Eduardo Luis
2013-02-21
1
-5
/
+8
|
*
mon: Single-paxos and key/value store support
Joao Eduardo Luis
2013-02-21
1
-34
/
+60
|
*
mon: Remove global version code introduced around bobtail's release
Joao Eduardo Luis
2013-02-12
1
-2
/
+2
*
|
mon: allow syslog level and facility for cluster log to be controlled
Sage Weil
2013-02-20
1
-1
/
+2
|
/
*
mon: LogMonitor: check return value when writing to file
Joao Eduardo Luis
2012-10-17
1
-1
/
+5
*
mon: do not tick() until all paxos instances recover
Sage Weil
2012-10-04
1
-1
/
+2
*
mon: simplify logmonitor check_subs; less noise
Sage Weil
2012-07-11
1
-24
/
+24
*
mon: gracefully handle slow 'ceph -w' clients
Sage Weil
2012-06-18
1
-21
/
+24
*
make everyone use our assert #include and macro
Sage Weil
2012-06-07
1
-0
/
+1
*
mon: put cluster log at /var/log/ceph/$cluster.log and/or send to syslog
Sage Weil
2012-06-06
1
-35
/
+21
*
mon: limit size of each logm paxos event
Sage Weil
2012-06-06
1
-0
/
+10
*
mon: fix the priority filter.
Joao Eduardo Luis
2012-05-18
1
-2
/
+2
*
mon: Add publish/subscribe capabilities to the log monitor and status cmd.
Joao Eduardo Luis
2012-05-18
1
-2
/
+159
*
mon: drop obsolete osd/PG.h #includes
Sage Weil
2012-04-29
1
-1
/
+0
*
log: new logging infrastructure
Sage Weil
2012-03-27
1
-1
/
+1
*
mon: make PaxosService::update_from_paxos return void.
Greg Farnum
2012-02-08
1
-4
/
+2
*
paxosservice: remove unused committed() callback
Sage Weil
2011-11-19
1
-5
/
+0
*
mon: renamed get_latest* -> get_stashed*
Sage Weil
2011-11-16
1
-2
/
+2
*
mon: always load stashed version when version doesn't match
Sage Weil
2011-11-16
1
-7
/
+4
*
use libuuid for fsid
Sage Weil
2011-11-12
1
-1
/
+1
*
mon: fix up update_from_paxos() methods
Sage Weil
2011-11-11
1
-2
/
+3
*
mon: stage mkfs seed info in mkfs/ dir
Sage Weil
2011-11-11
1
-1
/
+1
*
mon: revamp monitor states
Sage Weil
2011-11-08
1
-2
/
+2
*
mon: make number of old paxos states configurable
Sage Weil
2011-10-14
1
-1
/
+1
*
Merge branch 'next'
Sage Weil
2011-06-22
1
-1
/
+1
|
\
|
*
mon: fix log state trimming
Sage Weil
2011-06-21
1
-1
/
+1
[next]