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: s/ceph/crimson/ in namespace names
Kefu Chai
2019-10-24
94
-632
/
+653
*
crimson/osd/osd_operation.h: s/ceph_assert/assert/
Kefu Chai
2019-10-24
1
-1
/
+1
*
Merge pull request #28421 from pritha-srivastava/wip-rgw-omap-offload
Casey Bodley
2019-10-23
1
-0
/
+13
|
\
|
*
Adding cls interface for CEPH_OSD_OP_ZERO.
Pritha Srivastava
2019-10-15
1
-0
/
+13
*
|
Merge pull request #30957 from tchaikov/wip/crimson/mon/client
Kefu Chai
2019-10-21
2
-2
/
+9
|
\
\
|
*
|
crimson/mon: skip CEPHX_V2 challenge if client doesn't support it
Kefu Chai
2019-10-21
1
-1
/
+8
|
*
|
crimson/osd: lower log level when sending a replicated op
Kefu Chai
2019-10-21
1
-1
/
+1
|
|
/
*
/
crimson/net: don't fail when nothing queued for sweep
Yingxin Cheng
2019-10-16
2
-22
/
+29
|
/
*
Merge pull request #30803 from cyx1231st/wip-seastar-msgr-failover
Kefu Chai
2019-10-15
2
-10
/
+18
|
\
|
*
test/crimson: v2 failover tests with KEEPALIVE2, KEEPALIVE2_ACK
Yingxin Cheng
2019-10-09
2
-10
/
+18
*
|
crimson/osd: always init BufferedRecoveryMessages w/ octopus
Kefu Chai
2019-10-10
1
-1
/
+2
*
|
crimson/osd: use in-class initialization to init member variables
Kefu Chai
2019-10-10
1
-6
/
+4
*
|
crimson/osd: should handle pg_lease and pg_lease_ack
Kefu Chai
2019-10-10
1
-0
/
+4
|
/
*
crimson/osd: ignore returned futures
Kefu Chai
2019-10-06
1
-2
/
+4
*
crimson/osd: should return ostream in operator<<()
Kefu Chai
2019-10-06
1
-0
/
+1
*
crimson/osd: #include necessary header file
Kefu Chai
2019-10-06
1
-1
/
+1
*
common/safe_io: pass mode to safe_io; use 0600, not 0644
Sage Weil
2019-10-02
1
-1
/
+1
*
crimson/osd/pg: implement schedule_renew_lease()
Kefu Chai
2019-09-30
1
-2
/
+11
*
crimson/osd: implement ShardServices::get_hb_stamps()
Kefu Chai
2019-09-30
2
-2
/
+6
*
crimson/osd/pg: implement queue_check_readable() and recheck_readable()
Kefu Chai
2019-09-30
2
-9
/
+68
*
crimson/osd: fix osdpg build
Sage Weil
2019-09-28
1
-0
/
+6
*
crimson/osd/pg: add schedule_renew_lease stub
Sage Weil
2019-09-26
2
-0
/
+8
*
Merge pull request #30412 from tchaikov/wip-crimson-osd-make-message
Kefu Chai
2019-09-22
1
-4
/
+4
|
\
|
*
crimson/osd: use make_message for creating message
Kefu Chai
2019-09-17
1
-4
/
+4
*
|
Merge pull request #30409 from uweigand/cleanup-endian
Kefu Chai
2019-09-22
2
-3
/
+3
|
\
\
|
*
|
crimson: Clean up endian handling
Ulrich Weigand
2019-09-18
2
-3
/
+3
*
|
|
crimson/osd: suppress warnings about unused future<> return values
Samuel Just
2019-09-19
4
-7
/
+10
*
|
|
crimson/osd: ShardServices::send_pg_temp() returns future
Kefu Chai
2019-09-19
2
-9
/
+13
*
|
|
crimson/osd: evict object state in foreground
Kefu Chai
2019-09-19
1
-7
/
+7
*
|
|
crimson/osd: add_peer() in parallel
Kefu Chai
2019-09-19
1
-2
/
+7
*
|
|
crimson/osd: Heartbeat::add_reporter_peers() returns future
Kefu Chai
2019-09-19
2
-7
/
+10
*
|
|
crimson/osd: fix the order in OSD::update_heartbeat_peers()
Kefu Chai
2019-09-19
2
-15
/
+22
*
|
|
crimson/osd/heartbeat: avoid racing when connecting to peer
Kefu Chai
2019-09-19
1
-7
/
+5
*
|
|
crimson/osd: do not cluster_msgr.set_myaddrs() in background
Kefu Chai
2019-09-19
1
-1
/
+4
*
|
|
crimson/net: avoid warning about signed comparison with enum classes
Samuel Just
2019-09-19
2
-6
/
+8
*
|
|
crimson/osd: add pgls_filter support
Kefu Chai
2019-09-18
1
-13
/
+78
*
|
|
crimson/osd: return hobject_t from pgls_filter()
Kefu Chai
2019-09-18
1
-11
/
+9
*
|
|
crimson/osd: add pgls support
Kefu Chai
2019-09-18
1
-0
/
+68
*
|
|
crimson/osd: handle pg ops with do_pg_ops()
Kefu Chai
2019-09-18
4
-9
/
+53
*
|
|
crimson/osd/OpsExecuter: pass nspace in msg to do_pg_op()
Kefu Chai
2019-09-18
1
-1
/
+1
*
|
|
crimson/osd/OpsExecuter: s/do_osd_op/execute_osd_op/
Kefu Chai
2019-09-18
4
-20
/
+20
|
/
/
*
|
Merge pull request #30313 from cyx1231st/wip-seastar-msgr-test-racing-crimson
Kefu Chai
2019-09-18
14
-210
/
+490
|
\
\
|
|
/
|
/
|
|
*
crimson/net: log out_q size when execute_ready()
Yingxin Cheng
2019-09-18
1
-14
/
+19
|
*
crimson/net: set exit_open atomically with write_dispatching
Yingxin Cheng
2019-09-18
2
-30
/
+43
|
*
test/crimson: add timeout feature for blockers to fail
Yingxin Cheng
2019-09-18
1
-8
/
+18
|
*
test/crimson: improve loggings for test operations
Yingxin Cheng
2019-09-18
1
-0
/
+3
|
*
crimson/net: chain non-discardable futures
Yingxin Cheng
2019-09-18
2
-4
/
+5
|
*
crimson/net: discard and add note to discardable futures
Yingxin Cheng
2019-09-18
1
-2
/
+4
|
*
crimson/net: discard future returned by close()
Yingxin Cheng
2019-09-18
4
-22
/
+19
|
*
crimson/net: explicitly discard future from with_gate()
Yingxin Cheng
2019-09-18
5
-26
/
+26
[next]