index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
crimson
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
crimson:fix issue when compile libcrimson-common.a
simon gao
2020-03-24
1
-0
/
+1
*
Merge pull request #34104 from tchaikov/crimson-admin-close
Kefu Chai
2020-03-23
2
-10
/
+10
|
\
|
*
crimson/admin: do not reset connected_sock before closing
Kefu Chai
2020-03-23
2
-10
/
+10
*
|
crimson/net: add critical info logs to track and debug racing
Yingxin Cheng
2020-03-23
2
-0
/
+5
*
|
crimson/net: fix incorrect SocketConnection::print()
Yingxin Cheng
2020-03-23
6
-54
/
+69
*
|
crimson/osd: make send_heartbeat() atomic
Yingxin Cheng
2020-03-23
1
-39
/
+34
*
|
crimson/osd: log Heartbeat::remove_peer before assertion failure
Yingxin Cheng
2020-03-20
1
-1
/
+1
*
|
crimson/net: allow mark_down() inside ms_handle_reset()
Yingxin Cheng
2020-03-20
2
-5
/
+5
*
|
crimson/net: change close() to mark_down()
Yingxin Cheng
2020-03-20
12
-106
/
+74
*
|
crimson/net: cleanup dispatches with connection gate
Yingxin Cheng
2020-03-20
5
-59
/
+55
*
|
crimson/net: enforce strict reset/accept order
Yingxin Cheng
2020-03-20
4
-39
/
+46
*
|
crimson/net: fix incorrect reset events according to async-msgr
Yingxin Cheng
2020-03-20
3
-17
/
+15
*
|
crimson/net: close() with ms_handle_reset()
Yingxin Cheng
2020-03-20
8
-54
/
+71
|
/
*
Merge pull request #34017 from xxhdx1985126/wip-crimson-osd-report-failure
Kefu Chai
2020-03-19
1
-25
/
+34
|
\
|
*
crimson/os/heartbeat: make Heartbeat::send_failures() safe
Xuehan Xu
2020-03-19
1
-25
/
+34
*
|
Merge pull request #33836 from xxhdx1985126/wip-crimson-osd-report-failure
Kefu Chai
2020-03-17
2
-11
/
+38
|
\
|
|
*
crimson/os/heartbeat: report peer failure to monitors
Xuehan Xu
2020-03-17
2
-11
/
+38
*
|
crimson/admin: revise doxygen docs
Kefu Chai
2020-03-15
1
-26
/
+30
*
|
crimson/admin: drop unused functions
Kefu Chai
2020-03-15
1
-7
/
+0
*
|
crimson/osd: add tell command support
Kefu Chai
2020-03-15
5
-160
/
+178
*
|
crimson/asok: pass vector<string> to parse_cmd()
Kefu Chai
2020-03-15
2
-6
/
+6
*
|
crimson/mgr: include necessary header
Kefu Chai
2020-03-13
1
-0
/
+2
|
/
*
Merge pull request #33844 from tchaikov/wip-crimson-mgr-reconnect
Kefu Chai
2020-03-11
2
-26
/
+40
|
\
|
*
crimson/mgr: reconnect in ms_handle_reset()
Kefu Chai
2020-03-10
2
-15
/
+29
|
*
crimson/mgr: s/tick/report/
Kefu Chai
2020-03-10
2
-11
/
+11
*
|
crimson: extract formatter for time_point types
Kefu Chai
2020-03-10
4
-32
/
+82
|
/
*
Merge pull request #33196 from xxhdx1985126/wip-crimson-pglog-to-pr
Kefu Chai
2020-03-09
11
-39
/
+128
|
\
|
*
crimson: add pglog related logic to crimson's data write path
Xuehan Xu
2020-02-19
11
-39
/
+128
*
|
crimson/mgr: close() in background
Kefu Chai
2020-03-09
1
-12
/
+14
*
|
crimson/osd: reorder includes
Kefu Chai
2020-03-09
1
-2
/
+4
*
|
crimson/mgr: use periodical timer for report
Kefu Chai
2020-03-09
2
-15
/
+14
*
|
crimson: fix the problem that crimson-osd can't establish stable connection w...
Xuehan Xu
2020-03-07
2
-0
/
+4
*
|
crimson: decouple mgr client reconnect and connect reset handling
Xuehan Xu
2020-03-07
2
-18
/
+25
*
|
cmake: build used source
Kefu Chai
2020-03-03
1
-0
/
+1
*
|
crimson: do not capture unused variable
Kefu Chai
2020-03-03
1
-1
/
+1
*
|
Merge PR #33633 into master
Sage Weil
2020-03-02
1
-2
/
+16
|
\
\
|
*
|
msg: add get_{pid,random}_nonce() helpers
Sage Weil
2020-03-01
1
-2
/
+16
*
|
|
Merge pull request #31041 from liu-chunmei/ceph_seastar_alien_blue_store
Kefu Chai
2020-03-02
24
-49
/
+646
|
\
\
\
|
*
|
|
crimson: complete context delete in alien world
Chunmei Liu
2020-02-28
2
-29
/
+31
|
*
|
|
crimson:add alien blue store
Chunmei Liu
2020-02-28
11
-6
/
+578
|
*
|
|
crimson:add more futurized store API for alien store
Chunmei Liu
2020-02-28
9
-36
/
+56
|
*
|
|
crimson:common add TOPNSPC namespace for ceph and crimson
Chunmei Liu
2020-02-28
8
-8
/
+11
|
|
/
/
*
|
|
crimson/osd: fix load_pg() during initialization
Yingxin Cheng
2020-02-28
2
-5
/
+5
*
|
|
crimson/osd: use cancellable timer to dispatch delayed events
Yingxin Cheng
2020-02-28
2
-3
/
+12
*
|
|
crimson/osd: fix conditions to update up_epoch
Yingxin Cheng
2020-02-28
1
-1
/
+1
|
/
/
*
|
crimson/osd: hide add_blocker() and clear_blocker() in Operation
Yingxin Cheng
2020-02-25
1
-23
/
+26
*
|
crimson/osd: use with_blocking_future in CompoundPeeringRequest
Yingxin Cheng
2020-02-25
1
-9
/
+8
*
|
crimson/osd: fix osdmap update during osd start
Yingxin Cheng
2020-02-25
1
-1
/
+1
*
|
crimson: fix min_peers related logic in heartbeat
Yingxin Cheng
2020-02-25
1
-7
/
+3
*
|
cmake: move crimson-crush to crimson/
Kefu Chai
2020-02-22
1
-2
/
+9
[next]