summaryrefslogtreecommitdiffstats
path: root/src/osd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #34187 from liewegas/fix-44759Kefu Chai2020-03-261-1/+0
|\
| * osd/PeeringState: drop mimic assertSage Weil2020-03-251-1/+0
* | Merge pull request #33910 from xiexingguo/wip-44532-2Xie Xingguo2020-03-263-2/+10
|\ \
| * | PrimaryLogPG: add assert that we aren't trimming past last_update_ondiskSamuel Just2020-03-192-0/+7
| * | osd/PeeringState: do not trim pg log past last_update_ondiskxie xingguo2020-03-121-2/+3
* | | mon: Build ceph-mon without using namespace declarations in headersAdam C. Emerson2020-03-223-12/+13
* | | Merge pull request #33796 from adamemerson/wip-using-namespace-commonKefu Chai2020-03-217-41/+58
|\ \ \
| * | | osd: Build target 'common' without using namespace in headersAdam C. Emerson2020-03-077-41/+58
| |/ /
* | | Merge pull request #33841 from xiexingguo/wip-44507Yuri Weinstein2020-03-201-1/+20
|\ \ \
| * | | osd/PeeringState: fix pending want_acting vs osd offline racexie xingguo2020-03-171-1/+20
| |/ /
* | | Merge remote-tracking branch 'gh/octopus'Sage Weil2020-03-133-13/+42
|\ \ \ | | |/ | |/|
| * | Merge PR #33813 into octopusSage Weil2020-03-122-3/+2
| |\ \
| | * | osd/PGStateUtils: initialize NamedState::enter_time.Jianpeng Ma2020-03-121-2/+2
| | * | osd/PGStatueUtils: remove unused member variableJianpeng Ma2020-03-121-1/+0
| | |/
| * / osd/OSDMap: stop encoding osd_state with >8 bits wide states only for old clientxie xingguo2020-03-091-10/+40
| |/
* | Merge pull request #33196 from xxhdx1985126/wip-crimson-pglog-to-prKefu Chai2020-03-099-14/+25
|\ \ | |/ |/|
| * crimson: add pglog related logic to crimson's data write pathXuehan Xu2020-02-191-0/+11
| * OSD: make pglog related "logv" parameters rvalue referencesXuehan Xu2020-02-199-14/+14
* | Merge pull request #32444 from majianpeng/simple-debug-messageKefu Chai2020-03-041-8/+2
|\ \
| * | osd/PrimaryLogPG: simple debug message.Jianpeng Ma2020-03-021-8/+2
* | | Merge pull request #33659 from rzarzynski/wip-osd-ps-plco-via-setterKefu Chai2020-03-041-2/+2
|\ \ \
| * | | osd: peering updates peer_last_complete_ondisk via setter.Radoslaw Zarzynski2020-03-021-2/+2
* | | | Merge pull request #33660 from rzarzynski/wip-osd-clean-pgtrim-includesKefu Chai2020-03-042-2/+0
|\ \ \ \
| * | | | osd: drop unnecessary includes of messages/MOSDPGTrim.h.Radoslaw Zarzynski2020-03-022-2/+0
| |/ / /
* | | | Merge PR #33601 into masterSage Weil2020-03-021-10/+10
|\ \ \ \
| * | | | osd: derr on do_shutdown casesSage Weil2020-02-281-10/+10
* | | | | Merge pull request #33583 from rzarzynski/wip-recovery-cleanup1Kefu Chai2020-03-022-21/+8
|\ \ \ \ \
| * | | | | osd: fix documentation for PrimaryLogPG::scan_range().Radoslaw Zarzynski2020-02-271-1/+1
| * | | | | osd: refactor PrimaryLogPG::all_peer_done().Radoslaw Zarzynski2020-02-271-6/+2
| * | | | | osd: refactor PrimaryLogPG::earliest_backfill().Radoslaw Zarzynski2020-02-271-6/+2
| * | | | | osd: refactor PrimaryLogPG::earliest_peer_backfill().Radoslaw Zarzynski2020-02-271-8/+3
| | |/ / / | |/| | |
* | | | | crimson:common add TOPNSPC namespace for ceph and crimsonChunmei Liu2020-02-2811-13/+17
| |_|/ / |/| | |
* | | | Merge pull request #32554 from dzafman/wip-dump-perfDavid Zafman2020-02-272-21/+27
|\ \ \ \ | |_|/ / |/| | |
| * | | mon mgr osd: Add dump_osd_times interface for pythonDavid Zafman2020-02-272-21/+27
* | | | Merge pull request #32515 from majianpeng/osd-remove-unused-func3Kefu Chai2020-02-272-46/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | osd/OSD: remove unused func add_map_inc_blJianpeng Ma2020-02-241-7/+0
| * | | osd/OSD: remove unused func add_map_blJianpeng Ma2020-02-241-7/+0
| * | | osd/OSD.cc : remove unused funcs.Jianpeng Ma2020-02-242-32/+0
| |/ /
* / / osd/PeeringState.h: ignore RemoteBackfillReserved in WaitLocalBackfillReservedNeha2020-02-251-1/+6
|/ /
* | Merge PR #33328 into masterSage Weil2020-02-231-3/+8
|\ \
| * | osd/OSD: Log slow ops/types to cluster logsSridhar Seshasayee2020-02-191-3/+8
* | | Merge pull request #33106 from Yan-waller/wip-walle-fixbackfillundersizedXie Xingguo2020-02-222-2/+16
|\ \ \
| * | | osd/PeeringState: restart peering on any previous down acting member coming backxie xingguo2020-02-212-2/+16
* | | | Merge PR #33336 into masterSage Weil2020-02-182-51/+70
|\ \ \ \ | |_|/ / |/| | |
| * | | osd: fix racy accesses to OSD::osdmap.Radoslaw Zarzynski2020-02-142-51/+70
* | | | Merge pull request #33167 from tchaikov/wip-formatter-string_viewKefu Chai2020-02-181-2/+2
|\ \ \ \
| * | | | osd: pass std::string when using formatterKefu Chai2020-02-101-2/+2
| |/ / /
* | | | Merge PR #33339 into masterSage Weil2020-02-162-3/+12
|\ \ \ \ | |_|_|/ |/| | |
| * | | osd/PeeringState: require SERVER_OCTOPUS to respond to RenewLeaseNeha2020-02-142-3/+12
* | | | Merge PR #33129 into masterSage Weil2020-02-151-1/+11
|\ \ \ \ | |/ / / |/| | |