summaryrefslogtreecommitdiffstats
path: root/src/crimson (follow)
Commit message (Expand)AuthorAgeFilesLines
* crimson: s/ceph/crimson/ in namespace namesKefu Chai2019-10-2494-632/+653
* crimson/osd/osd_operation.h: s/ceph_assert/assert/Kefu Chai2019-10-241-1/+1
* Merge pull request #28421 from pritha-srivastava/wip-rgw-omap-offloadCasey Bodley2019-10-231-0/+13
|\
| * Adding cls interface for CEPH_OSD_OP_ZERO.Pritha Srivastava2019-10-151-0/+13
* | Merge pull request #30957 from tchaikov/wip/crimson/mon/clientKefu Chai2019-10-212-2/+9
|\ \
| * | crimson/mon: skip CEPHX_V2 challenge if client doesn't support itKefu Chai2019-10-211-1/+8
| * | crimson/osd: lower log level when sending a replicated opKefu Chai2019-10-211-1/+1
| |/
* / crimson/net: don't fail when nothing queued for sweepYingxin Cheng2019-10-162-22/+29
|/
* Merge pull request #30803 from cyx1231st/wip-seastar-msgr-failoverKefu Chai2019-10-152-10/+18
|\
| * test/crimson: v2 failover tests with KEEPALIVE2, KEEPALIVE2_ACKYingxin Cheng2019-10-092-10/+18
* | crimson/osd: always init BufferedRecoveryMessages w/ octopusKefu Chai2019-10-101-1/+2
* | crimson/osd: use in-class initialization to init member variablesKefu Chai2019-10-101-6/+4
* | crimson/osd: should handle pg_lease and pg_lease_ackKefu Chai2019-10-101-0/+4
|/
* crimson/osd: ignore returned futuresKefu Chai2019-10-061-2/+4
* crimson/osd: should return ostream in operator<<()Kefu Chai2019-10-061-0/+1
* crimson/osd: #include necessary header fileKefu Chai2019-10-061-1/+1
* common/safe_io: pass mode to safe_io; use 0600, not 0644Sage Weil2019-10-021-1/+1
* crimson/osd/pg: implement schedule_renew_lease()Kefu Chai2019-09-301-2/+11
* crimson/osd: implement ShardServices::get_hb_stamps()Kefu Chai2019-09-302-2/+6
* crimson/osd/pg: implement queue_check_readable() and recheck_readable()Kefu Chai2019-09-302-9/+68
* crimson/osd: fix osdpg buildSage Weil2019-09-281-0/+6
* crimson/osd/pg: add schedule_renew_lease stubSage Weil2019-09-262-0/+8
* Merge pull request #30412 from tchaikov/wip-crimson-osd-make-messageKefu Chai2019-09-221-4/+4
|\
| * crimson/osd: use make_message for creating messageKefu Chai2019-09-171-4/+4
* | Merge pull request #30409 from uweigand/cleanup-endianKefu Chai2019-09-222-3/+3
|\ \
| * | crimson: Clean up endian handlingUlrich Weigand2019-09-182-3/+3
* | | crimson/osd: suppress warnings about unused future<> return valuesSamuel Just2019-09-194-7/+10
* | | crimson/osd: ShardServices::send_pg_temp() returns futureKefu Chai2019-09-192-9/+13
* | | crimson/osd: evict object state in foregroundKefu Chai2019-09-191-7/+7
* | | crimson/osd: add_peer() in parallelKefu Chai2019-09-191-2/+7
* | | crimson/osd: Heartbeat::add_reporter_peers() returns futureKefu Chai2019-09-192-7/+10
* | | crimson/osd: fix the order in OSD::update_heartbeat_peers()Kefu Chai2019-09-192-15/+22
* | | crimson/osd/heartbeat: avoid racing when connecting to peerKefu Chai2019-09-191-7/+5
* | | crimson/osd: do not cluster_msgr.set_myaddrs() in backgroundKefu Chai2019-09-191-1/+4
* | | crimson/net: avoid warning about signed comparison with enum classesSamuel Just2019-09-192-6/+8
* | | crimson/osd: add pgls_filter supportKefu Chai2019-09-181-13/+78
* | | crimson/osd: return hobject_t from pgls_filter()Kefu Chai2019-09-181-11/+9
* | | crimson/osd: add pgls supportKefu Chai2019-09-181-0/+68
* | | crimson/osd: handle pg ops with do_pg_ops()Kefu Chai2019-09-184-9/+53
* | | crimson/osd/OpsExecuter: pass nspace in msg to do_pg_op()Kefu Chai2019-09-181-1/+1
* | | crimson/osd/OpsExecuter: s/do_osd_op/execute_osd_op/Kefu Chai2019-09-184-20/+20
|/ /
* | Merge pull request #30313 from cyx1231st/wip-seastar-msgr-test-racing-crimsonKefu Chai2019-09-1814-210/+490
|\ \ | |/ |/|
| * crimson/net: log out_q size when execute_ready()Yingxin Cheng2019-09-181-14/+19
| * crimson/net: set exit_open atomically with write_dispatchingYingxin Cheng2019-09-182-30/+43
| * test/crimson: add timeout feature for blockers to failYingxin Cheng2019-09-181-8/+18
| * test/crimson: improve loggings for test operationsYingxin Cheng2019-09-181-0/+3
| * crimson/net: chain non-discardable futuresYingxin Cheng2019-09-182-4/+5
| * crimson/net: discard and add note to discardable futuresYingxin Cheng2019-09-181-2/+4
| * crimson/net: discard future returned by close()Yingxin Cheng2019-09-184-22/+19
| * crimson/net: explicitly discard future from with_gate()Yingxin Cheng2019-09-185-26/+26