index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mon
/
Paxos.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mon: store a reference as member variable
Kefu Chai
2020-12-06
1
-2
/
+2
*
mon: paxos: Delete logger in destructor
Brad Hubbard
2020-12-01
1
-1
/
+5
*
mon: Build ceph-mon without using namespace declarations in headers
Adam C. Emerson
2020-03-22
1
-41
/
+40
*
mon: s/Mutex/ceph::mutex/
Kefu Chai
2019-08-03
1
-2
/
+2
*
mon: paxos: introduce new reset_pending_committing_finishers for safety
Greg Farnum
2019-04-30
1
-0
/
+9
*
mgr/PyFormatter: fix typos
Kefu Chai
2018-09-21
1
-1
/
+1
*
mon: Use ceph_assert for asserts.
Adam C. Emerson
2018-08-27
1
-4
/
+4
*
common,rbd,rgw,osd: extract config values into ConfigValues
Kefu Chai
2018-07-10
1
-1
/
+1
*
Revert "mon: no delay for single message MSG_ALIVE and MSG_PGTEMP"
Xiaoxi CHEN
2018-05-25
1
-8
/
+0
*
core: use const_iterator for decode
Kefu Chai
2018-05-17
1
-2
/
+2
*
mon: remove unused waiting_for_commit
Kefu Chai
2017-10-30
1
-28
/
+0
*
osd: Fix Paxos shutdown handling for commit_finish race
David Zafman
2017-08-10
1
-0
/
+11
*
mon/Paxos: add plug/unplug
Sage Weil
2017-06-05
1
-1
/
+18
*
Modify note error
linbing
2017-05-26
1
-12
/
+12
*
mon: add override in headers
liuchang0812
2017-03-02
1
-1
/
+1
*
mon: no delay for single message MSG_ALIVE and MSG_PGTEMP
yaoning
2017-01-12
1
-0
/
+8
*
Merge pull request #12276 from kylinstorage/wip-cleanup-makeshared
John Spray
2017-01-06
1
-2
/
+2
|
\
|
*
mon: use std::make_shared to replace new
Yunchuan Wen
2016-12-09
1
-2
/
+2
*
|
common: Unskew clock
Adam C. Emerson
2016-12-22
1
-3
/
+3
*
|
mon/Paxos.h: remove unneeded forward declaration
Yunchuan Wen
2016-12-01
1
-1
/
+0
|
/
*
mon/Paxos: move classes to .cc file
Michal Jarzabek
2016-09-23
1
-60
/
+6
*
MON: optimize header file dependency.
cxwshawn
2016-05-20
1
-4
/
+0
*
mon: remove duplicated words
Li Peng
2016-05-03
1
-1
/
+1
*
mon: remove remove_legacy_versions()
Kefu Chai
2016-03-28
1
-5
/
+0
*
make ctors with one argument explicit
Danny Al-Gaaf
2016-01-29
1
-6
/
+6
*
mon: paxos is_recovering calc error
Weijun Duan
2016-01-14
1
-1
/
+1
*
mon: Paxos: have wait_for_* functions requiring ops
Joao Eduardo Luis
2015-07-16
1
-3
/
+21
*
mon: optracker (1): support MonOpRequestRef
Joao Eduardo Luis
2015-07-16
1
-8
/
+9
*
be gender neutral
Alexandre Marangone
2015-03-24
1
-6
/
+6
*
doc: update doc with latest code
Kefu Chai
2015-02-24
1
-4
/
+5
*
mon/Paxos: consolidate finish_round()
Sage Weil
2015-01-13
1
-8
/
+0
*
mon: accumulate a single pending transaction and propose it all at once
Sage Weil
2015-01-13
1
-23
/
+48
*
mon: paxos: queue next proposal after waking up callbacks
Joao Eduardo Luis
2015-01-10
1
-0
/
+1
*
mon/Paxos: WRITING != WRITING_PREVIOUS
Sage Weil
2014-08-27
1
-0
/
+9
*
mon/Paxos: make backend write async
Sage Weil
2014-08-27
1
-0
/
+1
*
mon/Paxos: add writing and refresh states
Sage Weil
2014-08-27
1
-0
/
+17
*
mon/Paxos: break commit() into two pieces
Sage Weil
2014-08-27
1
-2
/
+6
*
mon: interact with MonitorDBStore::Transactions by shared_ptr Ref
Sage Weil
2014-08-27
1
-9
/
+10
*
mon/Paxos: add perfcounters for most paxos operations
Sage Weil
2014-08-13
1
-0
/
+44
*
spelling corrections
Dmitry Smirnov
2014-04-17
1
-2
/
+2
*
mon: fix typo and remove redundant sentence
Loic Dachary
2013-09-04
1
-3
/
+2
*
mon: fix typo in comment
Loic Dachary
2013-09-04
1
-1
/
+1
*
mon/Paxos: return whether store_state stored anything
Sage Weil
2013-08-20
1
-1
/
+2
*
mon/Paxos: accepted_pn_from has no semantic meaning
Sage Weil
2013-07-22
1
-2
/
+3
*
ceph-monstore-tool: dump paxos transactions
Sage Weil
2013-07-22
1
-1
/
+1
*
Merge remote-tracking branch 'gh/wip-mon-report' into next
Sage Weil
2013-07-15
1
-0
/
+6
|
\
|
*
mon: include paxos info in report
Sage Weil
2013-07-15
1
-0
/
+6
*
|
mon/Paxos: separate proposal commit from the end of the round
Sage Weil
2013-07-15
1
-1
/
+2
*
|
mon: fix scrub vs paxos race: refresh on commit, not round completion
Sage Weil
2013-07-15
1
-0
/
+11
|
/
*
mon/Paxos: remove unnecessary trim enable/disable
Sage Weil
2013-07-09
1
-33
/
+1
[next]