index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mon
/
Paxos.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mon: store a reference as member variable
Kefu Chai
2020-12-06
1
-100
/
+100
*
mon: paxos: Delete logger in destructor
Brad Hubbard
2020-12-01
1
-1
/
+0
*
mon: Build ceph-mon without using namespace declarations in headers
Adam C. Emerson
2020-03-22
1
-13
/
+20
*
include: convert FunctionContext usage to generic LambdaContext
Patrick Donnelly
2019-09-16
1
-10
/
+10
*
mon: use get_req<> instead of static_cast<>(get_req())
Kefu Chai
2019-08-30
1
-7
/
+7
*
mon: Rearrange Paxos::dispatch to be a little cleaner
Greg Farnum
2019-08-19
1
-39
/
+35
*
mon: s/Mutex/ceph::mutex/
Kefu Chai
2019-08-03
1
-20
/
+24
*
mon: paxos: introduce new reset_pending_committing_finishers for safety
Greg Farnum
2019-04-30
1
-6
/
+8
*
mon: Mutex::Locker -> std::lock_guard
Sage Weil
2018-10-16
1
-1
/
+1
*
Rename "include/assert.h"
Brad Hubbard
2018-09-14
1
-1
/
+1
*
mon: Use ceph_assert for asserts.
Adam C. Emerson
2018-08-27
1
-51
/
+51
*
common,rbd,rgw,osd: extract config values into ConfigValues
Kefu Chai
2018-07-10
1
-24
/
+24
*
common: fix enum redeclaration
Qiaowei Ren
2018-06-20
1
-5
/
+5
*
mon: add send_mon_message() helper
Sage Weil
2018-05-26
1
-5
/
+5
*
core: use const_iterator for decode
Kefu Chai
2018-05-17
1
-2
/
+2
*
mgr: add units to performance counters
Rubab-Syed
2018-02-03
1
-5
/
+5
*
mon: Use unqualified encode/decode
Adam C. Emerson
2018-01-10
1
-2
/
+2
*
cleanup: Replacing MIN,MAX with std::min,std::max
amitkuma
2017-11-20
1
-2
/
+2
*
Merge pull request #18617 from tchaikov/wip-mon-cleanup
Kefu Chai
2017-11-13
1
-10
/
+4
|
\
|
*
mon: amend the comment of WRITE -> REFRESH transition
Kefu Chai
2017-11-06
1
-2
/
+3
|
*
mon: remove unused waiting_for_commit
Kefu Chai
2017-10-30
1
-8
/
+1
*
|
mon: use mono clock for duration
Patrick Donnelly
2017-10-27
1
-19
/
+18
|
/
*
mon: elevate priority of many perf counters
John Spray
2017-09-27
1
-0
/
+5
*
common,mds,mgr,mon,osd: store event only if it's added
Kefu Chai
2017-08-20
1
-35
/
+32
*
osd: Fix Paxos shutdown handling for commit_finish race
David Zafman
2017-08-10
1
-0
/
+23
*
mon/Paxos: fix annoying formatting spacing
Joao Eduardo Luis
2017-07-09
1
-6
/
+6
*
Merge pull request #15371 from liewegas/wip-mon-client-features
Sage Weil
2017-06-07
1
-1
/
+7
|
\
|
*
mon: share connected features with leader
Sage Weil
2017-06-01
1
-1
/
+7
*
|
mon/Paxos: add plug/unplug
Sage Weil
2017-06-05
1
-1
/
+4
|
/
*
mon: check is_shutdown() in timer callbacks
Kefu Chai
2017-05-05
1
-60
/
+25
*
mon: add override in mon subsystem
liuchang0812
2017-02-15
1
-7
/
+7
*
Merge pull request #12276 from kylinstorage/wip-cleanup-makeshared
John Spray
2017-01-06
1
-8
/
+8
|
\
|
*
mon: use std::make_shared to replace new
Yunchuan Wen
2016-12-09
1
-8
/
+8
*
|
common: Unskew clock
Adam C. Emerson
2016-12-22
1
-30
/
+30
*
|
mon: make it more clearly to debug for paxos state
songbaisen
2016-12-12
1
-1
/
+1
|
/
*
assert(0) -> ceph_abort()
Sage Weil
2016-11-22
1
-4
/
+4
*
Merge pull request #10359 from songbaisen/b11
Yuri Weinstein
2016-10-20
1
-0
/
+4
|
\
|
*
mon: paxos add the timeout function when peon recovery
songbaisen
2016-07-20
1
-0
/
+4
*
|
mon/Paxos: move classes to .cc file
Michal Jarzabek
2016-09-23
1
-0
/
+64
*
|
mon: remove the redundant list swap in paxos commit_proposal
songbaisen
2016-06-28
1
-3
/
+1
|
/
*
mon: remove the repeat quorum size jugement
songbaisen
2016-06-20
1
-3
/
+1
*
MON: optimize header file dependency.
cxwshawn
2016-05-20
1
-3
/
+2
*
Merge pull request #8307 from songbaisen/song16
Samuel Just
2016-05-18
1
-1
/
+1
|
\
|
*
mon: paxos small optimization on store_state
songbaisen
2016-05-04
1
-1
/
+1
*
|
mon: remove remove_legacy_versions()
Kefu Chai
2016-03-28
1
-19
/
+0
|
/
*
make ctors with one argument explicit
Danny Al-Gaaf
2016-01-29
1
-1
/
+1
*
mon: degrade a log message to level 2
Kongming Wu
2001-04-29
1
-1
/
+1
*
mon: make all paxos-related timeouts relative to mon_lease
Sage Weil
2015-09-21
1
-5
/
+12
*
mon: services: assert on unexpected op request type
Joao Eduardo Luis
2015-07-16
1
-0
/
+1
*
mon: Paxos: mark events
Joao Eduardo Luis
2015-07-16
1
-0
/
+18
[next]