]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2022-05-06 Samuel Justcrimson/osd/osd_operations/peering_event: refactor...
2022-05-06 Samuel Justcrimson/osd/osd: introduce start_pg_operation
2022-05-06 Samuel Justcrimson/osd: consolidate connection pipeline definitions
2022-05-06 Samuel Justcrimson/common/operation: return intrusive_ptr<T> rathe...
2022-05-06 Samuel Justcrimson: rename WaitForActiveBlocker::on_active
2022-05-05 Samuel JustMerge pull request #45788 from rzarzynski/wip-crimson...
2022-05-05 Adam KingMerge pull request #46006 from phlogistonjohn/jjm-nfs...
2022-05-05 Adam KingMerge pull request #46035 from rkachach/fix_issue_52906
2022-05-05 Radosław Zarzyńskicrimson/osd: drop legacy base classes for pipeline... 45788/head
2022-05-05 Radosław Zarzyńskicrimson/osd: drop the old blocking infrastructure
2022-05-05 Radosław Zarzyńskicrimson/osd: strip blokcing_future from OperationT
2022-05-05 Radosław Zarzyńskicrimson/osd: migrate OperationThrottler to new tracking...
2022-05-05 Radosław Zarzyńskicrimson/osd: crimson/osd: drop blocking_future from...
2022-05-05 Radosław Zarzyńskicrimson/osd: crimson/osd: drop blocking_future from...
2022-05-05 Radosław Zarzyńskicrimson/osd: drop blocking_future from OSDMapGate
2022-05-05 Radosław Zarzyńskicrimson: bring the WaitBarrier tracking
2022-05-05 Ali MarediaMerge pull request #46033 from iqbalredkhan/quota2
2022-05-05 Radosław Zarzyńskicrimson: move PipelineStageIT::enter() dispatch to...
2022-05-05 Radosław Zarzyńskicrimson/os: add junction between OSD's ops and Seastore...
2022-05-05 Radosław Zarzyńskicrimson/osd: migrate AggregateBlocker-related ops to...
2022-05-05 Radosław Zarzyńskicrimson/osd: bring AggregateBlockingEvent.
2022-05-05 Radosław Zarzyńskicrimson/osd: migrate PeeringEvent to new tracking infra...
2022-05-05 Radosław Zarzyńskicrimson/osd: add BlockingEvent-aware variant of OSD...
2022-05-05 Radosław Zarzyńskicrimson/osd: migrate InternalClientRequest to new track...
2022-05-05 Radosław Zarzyńskicrimson/osd: migrate RecoverySubRequest to new tracking...
2022-05-05 Radosław Zarzyńskicrimson/osd: migrate RepRequest to new tracking infra
2022-05-05 Radosław Zarzyńskicrimson/osd: migrate PGAdvanceMap to new tracking infra.
2022-05-05 Radosław Zarzyńskicrimson/osd: reduce unnecessary indentation level in...
2022-05-05 Radosław Zarzyńskicrimson/osd: migrate PeeringEvent to new tracking infra.
2022-05-05 Radosław Zarzyńskicrimson/osd: migrate BackgroundRecovery to new tracking...
2022-05-05 Radosław Zarzyńskicrimson/osd: migrate BackfillRecoveryPipeline to new...
2022-05-05 Radosław Zarzyńskicrimson/osd: CompoundPeeringRequest tracks its start...
2022-05-05 Radosław Zarzyńskicrimson/osd: migrate CompoundPeeringRequest into new...
2022-05-05 Radosław Zarzyńskicrimson/osd: move SubOpBlocker from .cc to header
2022-05-05 Radosław Zarzyńskicrimson/osd: PGActivationBlocker does support new track...
2022-05-05 Radosław Zarzyńskicrimson/osd: dissect PG::WaitForActiveBlocker into...
2022-05-05 Radosław Zarzyńskicrimson/osd: PGMap blocker does support new tracking...
2022-05-05 Radosław Zarzyńskicrimson/osd: make PhaseOperationT able to deal with...
2022-05-05 Radosław Zarzyńskicrimson/osd: pg_map.h doesn't pull pg.h anymore
2022-05-05 Radosław Zarzyńskicrimson/osd: convert entire ClientRequest to the new...
2022-05-05 Radosław Zarzyńskicrimson/osd: slightly optimize OperationRegistryT:...
2022-05-05 Radosław Zarzyńskicrimson/osd: fix an assertion failure in Formatter...
2022-05-05 Radosław Zarzyńskicrimson/osd: implement dump_ops_in_flight
2022-05-05 Radosław Zarzyńskicrimson/osd: track start and completion of ClientRequest
2022-05-05 Radosław Zarzyńskicrimson/osd: bring boilerplate for LTTng-based external...
2022-05-05 Radosław Zarzyńskicrimson/osd: drop forward declaration of OSDMap osd.h
2022-05-05 Radosław Zarzyńskicrimson/osd: add registry of external handlers of track...
2022-05-05 Radosław Zarzyńskicrimson/osd: switch one OSDMapGate of ClientRequest...
2022-05-05 Radosław Zarzyńskicrimson/osd: switch a stage of ClientRequest to new...
2022-05-05 Radosław Zarzyńskicrimson/osd: introduce PhasedOperationT to deduplicate...
2022-05-05 Radosław Zarzyńskicrimson/osd: switch all OSD operations to TrackableOper...
2022-05-05 Radosław Zarzyńskicrimson/osd: get rid of unnecessary private in ClientRe...
2022-05-05 Radosław Zarzyńskicrimson/osd: switch all ClientRequest-related pipeline...
2022-05-05 Radosław Zarzyńskicrimson/osd: pipeline stage classes can be bases for...
2022-05-05 Radosław Zarzyńskicrimson/osd: pipeline stage classes derive from Blocker...
2022-05-05 Radosław Zarzyńskicrimson/osd: document OperationThrottler's behavior...
2022-05-05 Radosław Zarzyńskicrimson/osd: simplify OperationThrottler::with_throttle()
2022-05-05 Radosław Zarzyńskicrimson/osd: move with_blocking_future from Operation...
2022-05-05 Radosław Zarzyńskicrimson/os/seastore: migrate OrderingHandle away from...
2022-05-05 Radosław Zarzyńskicrimson/osd: OperationThrottler derives from BlockerT...
2022-05-05 Radosław Zarzyńskicrimson/osd: make OperationThrottler aware about exact...
2022-05-05 Radosław Zarzyńskicrimson/osd: make the OperationThrottler::with_throttle...
2022-05-05 Radosław Zarzyńskicrimson/osd: add types PG and OSD-hosted OSDMapGate...
2022-05-05 Radosław Zarzyńskicrimson/common: add basic infrastructure for op tracking
2022-05-04 Iqbal Khanrgw: user_quota and bucket_quota are defined under... 46033/head
2022-05-04 Casey BodleyMerge pull request #46080 from cbodley/wip-55420
2022-05-04 Ilya DryomovMerge pull request #45341 from idryomov/wip-use-system...
2022-05-04 Ilya DryomovMerge pull request #46073 from idryomov/wip-rbd-mirror...
2022-05-04 Kefu ChaiMerge pull request #46103 from tchaikov/cmake-alloc...
2022-05-04 Ilya DryomovMerge pull request #45845 from SUSE/wip-fix-55237
2022-05-04 Radosław Zarzyńskicrimson/common: abstract from staticness of BlockerT...
2022-05-04 Venky ShankarMerge pull request #37655 from rishabh-d-dave/vr-run...
2022-05-04 Venky ShankarMerge pull request #45473 from neesingh-rh/fix_50470
2022-05-04 Venky ShankarMerge pull request #45776 from neesingh-rh/fix_48863
2022-05-04 Venky ShankarMerge pull request #45974 from rishabh-d-dave/shell...
2022-05-04 Samuel JustMerge pull request #46135 from athanatos/sjust/wip...
2022-05-04 Samuel JustMerge pull request #46137 from athanatos/sjust/wip...
2022-05-04 Samuel JustMerge pull request #46134 from athanatos/sjust/wip...
2022-05-04 Samuel Justcrimson/common/format: remove ceph::coarse_real_clock... 46134/head
2022-05-03 Vikhyat UmraoMerge pull request #46128 from vumrao/wip-vumrao-quincy...
2022-05-03 Redouane Kachachmgr/cephadm: adding logic to close ports when removing... 46035/head
2022-05-03 Vikhyat Umraodocs/releases: update quincy release notes tracker... 46128/head
2022-05-03 Samuel JustMerge pull request #46079 from ronen-fr/wip-rf-log...
2022-05-03 Kefu Chaicmake: link daemons against ${ALLOC_LIBS} 46103/head
2022-05-03 Daniel GryniewiczMerge pull request #46115 from dang/wip-dang-split...
2022-05-03 Anthony D'AtriMerge pull request #46066 from bluikko/patch-4
2022-05-02 zdover23Merge pull request #46109 from bluikko/pgcalc_links
2022-05-02 Samuel Justvstart.sh: default CEPH_ASOK_DIR to out/ 46135/head
2022-05-02 Samuel Justcrimson/common/interruptible_future: fix typo 46137/head
2022-05-02 Samuel Justcrimson/common/operation: fix comment formatting
2022-05-02 Samuel Justcrimson/admin/osd_admin: fix comment spacing
2022-05-02 Ali MarediaMerge pull request #44494 from mdw-at-linuxbox/wip...
2022-05-02 Adam KingMerge pull request #45843 from ajarr/wip-mgr-nfs-output...
2022-05-02 Yuri WeinsteinMerge pull request #46095 from aclamk/wip-aclamk-unboun...
2022-05-02 Daniel GryniewiczRGW - Split RGWRados initialization 46115/head
2022-05-02 Rishabh Daveqa/vstart_runner: add a helper method to run commands 37655/head
2022-05-02 Rishabh Daveqa/vstart_runner: don't use os.kill for passing SIGKILL
2022-05-02 Rishabh Daveqa/vstart_runner.py: add a note about omitting sudo
2022-05-02 Rishabh Daveqa/vstart_runner: get rid of "exec sudo" from "ceph...
2022-05-02 Rishabh Daveqa/vstart_runner: keep cmd args as passed by user as...
next