summaryrefslogtreecommitdiffstats
path: root/src/ceph_mds.cc (unfollow)
Commit message (Expand)AuthorFilesLines
2020-07-16librbd: replace ImageCtx::get_work_queue with direct AsioEngine usageJason Dillaman28-154/+177
2020-07-16cls/rbd: add support for neorados-style IO requestsJason Dillaman4-18/+63
2020-07-16test/librados_test_stub: decode "osd blacklist" MON commandJason Dillaman1-0/+13
2020-07-16test/librados_test_stub: add support for basic neorados opsJason Dillaman7-12/+628
2020-07-16test/librados_test_stub: pass read snap id to read operation hooksJason Dillaman63-242/+324
2020-07-16test/librbd: fixed gmock warnings for get_parent_overlap callsJason Dillaman1-13/+9
2020-07-16neorados: allow a client to wait for the latest OSD mapJason Dillaman2-0/+14
2020-07-16neorados: fixed missing handling of read flagsJason Dillaman1-2/+2
2020-07-16neorados: support blkin trace passing on execute callsJason Dillaman4-14/+40
2020-07-16common/Timer: fixed invalid read from deleted objectJason Dillaman1-1/+2
2020-07-16crimson: do not capture unused variablesKefu Chai2-4/+4
2020-07-16doc/cephfs/nfs: Update about deploying nfs-ganesha with cephadm in vstartVarsha Rao1-3/+16
2020-07-16mgr/dashboard: Block the import of async from @angular/core/testingTiago Melo6-35/+30
2020-07-16osd: Add config option to compact OSD's object store on startWido den Hollander3-0/+12
2020-07-16crimson/osd: fix osd shutdown problemXuehan Xu1-9/+12
2020-07-16doc/rados: remove a redundant "a" from a sentenceZac Dover1-1/+1
2020-07-15librbd: fix parent cache races and error handlingJason Dillaman4-70/+47
2020-07-15librbd: fix snapshot create error messageMykola Golub1-1/+1
2020-07-15librbd: move ContextWQ::queue definition to headerJason Dillaman2-22/+16
2020-07-15doc/devel: add zdover to leads listZac Dover1-0/+1
2020-07-15mgr/cephadm: Add test for _check_daemons()Sebastian Wagner2-4/+13
2020-07-15mgr/cephadm: refactor `_create_daemon()`Sebastian Wagner6-116/+155
2020-07-15mgr/cephadm: Add CephadmDaemonSpec classSebastian Wagner6-57/+70
2020-07-15mgr/DaemonServer: keep daemon in service map when it has no tasksKefu Chai1-15/+4
2020-07-15mgr/DaemonServer: pass task_status instead of a messageKefu Chai2-6/+10
2020-07-15crush/CrushWrapper: rebuild reverse maps after rebuilding crush mapJason Dillaman1-0/+1
2020-07-14rbd-nbd: quisce hook should be installed to /usr/libexec/...Jason Dillaman2-2/+2
2020-07-14doc/cephadm: add yaml infor for orch apply monZac Dover1-0/+43
2020-07-14mgr/cephadm: check-host should not fail as hard using fqdnAdam King2-8/+15
2020-07-14cephadm: refactor update_firewalldSebastian Wagner1-41/+81
2020-07-14doc/rados: Fix osd_scrub_during_recovery default valueBenoƮt Knecht1-1/+1
2020-07-14osdc/Striper: add get_file_offset functionOr Ozeri3-0/+38
2020-07-14mgr/dashboard: Fix some npm audit warningsTiago Melo2-166/+251
2020-07-13os/Bluefs: fix file reader/writer buffer mempoolDeepika Upadhyay4-12/+11
2020-07-13bluestore: _get_used_bytes should reflect new mempool fieldsDeepika Upadhyay1-3/+7
2020-07-13common/mempool: More detailed bluestore statsAdam Kupczyk2-5/+10
2020-07-13Introduce separate mempool for FileReaderBuffer and FileWriterDeepika Upadhyay1-3/+8
2020-07-13split mempool allocation for bluestore_cache_otherDeepika Upadhyay5-23/+32
2020-07-13crimson/os/seastore: fix internal relative btree addrsSamuel Just1-5/+15
2020-07-13seastore/test_transaction_manager: add a test which forces an lba splitSamuel Just1-0/+18
2020-07-13seastore/test_btree_lba_manager: ensure record and block addrs are differentSamuel Just1-1/+5
2020-07-13crimson/osd: automate state logging in the backfill FSM.Radoslaw Zarzynski2-4/+18
2020-07-13osd: refactor needs_recovery() and needs_backfill() of PeeringState.Radoslaw Zarzynski1-9/+6
2020-07-13crimson/osd: synchronize BackfillRecovery with PeeringEvent.Radoslaw Zarzynski6-1/+27
2020-07-13crimson/osd: recovery locking uses ceph_assert_always().Radoslaw Zarzynski2-3/+3
2020-07-13crimson/osd: implement MOSDPGBackfill.Radoslaw Zarzynski6-9/+124
2020-07-13crimson/osd: implement BackfillRecoveryPipeline.Radoslaw Zarzynski3-4/+28
2020-07-13osd: improve debugs in PrimaryLogPG::do_scan().Radoslaw Zarzynski1-0/+2
2020-07-13crimson/osd: implement BackfillListener::backfilled().Radoslaw Zarzynski1-1/+8
2020-07-13crimson/osd: implement BackfillListener::enqueue_push().Radoslaw Zarzynski3-1/+16