index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mon
/
PaxosService.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mon: add override in mon subsystem
liuchang0812
2017-02-15
1
-3
/
+3
*
common: Unskew clock
Adam C. Emerson
2016-12-22
1
-1
/
+1
*
mon/PaxosService: move classes to cc file
Michal Jarzabek
2016-08-07
1
-0
/
+60
*
Merge pull request #10231 from yonghengdexin735/wip-zzz-paxosserver-type
Yuri Weinstein
2016-08-01
1
-1
/
+1
|
\
|
*
mon/PaxosService.cc:the returned value type is inconsistent
zhang.zezhu
2016-07-20
1
-1
/
+1
*
|
Merge pull request #9717 from songbaisen/a7
Kefu Chai
2016-07-11
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
mon: do not recalculate 'to_remove' when it's known
songbaisen
2016-06-20
1
-1
/
+1
*
|
mon: remove the redundant is_active judge in PaxosService
songbaisen
2016-06-21
1
-6
/
+3
|
/
*
MON: optimize header file dependency.
cxwshawn
2016-05-20
1
-6
/
+1
*
mon: remove remove_legacy_versions()
Kefu Chai
2016-03-28
1
-22
/
+0
*
mon: compact full epochs also
Kefu Chai
2016-01-28
1
-0
/
+3
*
mon/PaxosService: include msg and con ptr in dispatch debug
Sage Weil
2015-09-21
1
-1
/
+3
*
mon: services: assert on unexpected op request type
Joao Eduardo Luis
2015-07-16
1
-0
/
+1
*
mon: Monitor: forward_request_leader() taking ops instead
Joao Eduardo Luis
2015-07-16
1
-1
/
+1
*
mon: PaxosService: mark events
Joao Eduardo Luis
2015-07-16
1
-0
/
+1
*
mon: PaxosService: use wait_for_.*_ctx() in absence of an op
Joao Eduardo Luis
2015-07-16
1
-1
/
+1
*
mon: services: use op-based wait_for_* functions
Joao Eduardo Luis
2015-07-16
1
-2
/
+2
*
mon: optracker (2): remove all unecessary message put()
Joao Eduardo Luis
2015-07-16
1
-3
/
+0
*
mon: optracker (1): support MonOpRequestRef
Joao Eduardo Luis
2015-07-16
1
-5
/
+9
*
mon: PaxosService: call post_refresh() instead of post_paxos_update()
Joao Eduardo Luis
2015-07-16
1
-0
/
+10
*
mon: accumulate a single pending transaction and propose it all at once
Sage Weil
2015-01-13
1
-21
/
+12
*
mon/Paxos: WRITING != WRITING_PREVIOUS
Sage Weil
2014-08-27
1
-1
/
+2
*
mon: interact with MonitorDBStore::Transactions by shared_ptr Ref
Sage Weil
2014-08-27
1
-15
/
+15
*
mon/PGMonitor: reset in-core PGMap if on-disk format changes
Sage Weil
2013-07-27
1
-1
/
+7
*
mon/OSDMonitor: clean up waiting_for_map messages on shutdown
Sage Weil
2013-07-16
1
-0
/
+2
*
mon/PaxosService: consolidate resetting in restart()
Sage Weil
2013-07-15
1
-12
/
+6
*
mon/PaxosService: assert not proposing in propose_pending
Sage Weil
2013-07-15
1
-2
/
+1
*
mon/PaxosService: do not prepare new pending if still proposing
Sage Weil
2013-07-13
1
-0
/
+4
*
mon/PaxosService: remove redundant check
Sage Weil
2013-07-13
1
-4
/
+1
*
mon/PaxosService: fix trim completion
Sage Weil
2013-07-13
1
-1
/
+1
*
mon/PaxosService: inline trim()
Sage Weil
2013-07-09
1
-12
/
+6
*
mon/PaxosService: move paxos_service_trim_max into caller, clean up
Sage Weil
2013-07-09
1
-23
/
+14
*
mon/PaxosService: simplify paxos_service_trim_min check
Sage Weil
2013-07-09
1
-7
/
+7
*
mon: make service trim_to stateless
Sage Weil
2013-07-09
1
-8
/
+4
*
mon/PaxosService: pass trim target into encode_trim()
Sage Weil
2013-07-09
1
-3
/
+2
*
mon/PaxosService: unwind should_trim()
Sage Weil
2013-07-09
1
-18
/
+17
*
mon/PaxosService: unwind service_should_trim() helper
Sage Weil
2013-07-09
1
-1
/
+2
*
mon/PaxosService: trim periodically instead of via propose_pending
Sage Weil
2013-07-09
1
-5
/
+14
*
mon/PaxosService: reorder definitions
Sage Weil
2013-07-09
1
-22
/
+22
*
mon/PaxosService: uninline should_trim()
Sage Weil
2013-07-09
1
-0
/
+14
*
mon: fix osdmap stash, trim to retain complete history of full maps
Sage Weil
2013-07-09
1
-0
/
+3
*
mon/PaxosService: rename scrub
Sage Weil
2013-06-26
1
-2
/
+2
*
mon/PaxosService: move upgrade_format() machinery into PaxosService
Sage Weil
2013-06-25
1
-0
/
+8
*
mon/PaxosService: s/get_version()/get_last_committed()/
Sage Weil
2013-06-25
1
-2
/
+2
*
mon/PaxosService: drop unused {get,set,put}_version(prefix, a, bl)
Sage Weil
2013-06-25
1
-19
/
+0
*
mon/PaxosService: simplify full helpers, drop single-use helper
Sage Weil
2013-06-25
1
-1
/
+1
*
mon: debug proposal timers
Sage Weil
2013-06-19
1
-3
/
+7
*
mon: safely signal bootstrap from MonmapMonitor::update_from_paxos()
Sage Weil
2013-06-19
1
-2
/
+2
*
mon/PaxosService: cache {first,last}_committed
Joao Eduardo Luis
2013-06-19
1
-0
/
+5
*
mon: no need to refresh from _active
Sage Weil
2013-06-19
1
-6
/
+4
[next]