| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #28660 from liewegas/wip-40451 | Kefu Chai | 2019-06-25 | 1 | -1/+5 |
|\ |
|
| * | osd/PG: do not queue scrub if PG is not active when unblock | Sage Weil | 2019-06-19 | 1 | -1/+5 |
* | | Merge pull request #28418 from xiexingguo/wip-kick-recovery-priority | Kefu Chai | 2019-06-18 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | osd: give recovery ops initialized by client op a higher priority | xie xingguo | 2019-06-11 | 1 | -2/+2 |
* | | buffer,crypto,osd,tools: extract digest methods out of bufferlist | Kefu Chai | 2019-06-11 | 1 | -21/+13 |
* | | common,osd: add hash algorithms for dedup (sha256, sha512) | myoungwon oh | 2019-06-06 | 1 | -25/+36 |
|/ |
|
* | Merge pull request #21722 from mslovy/wip-parial-recovery | Neha Ojha | 2019-05-10 | 1 | -2/+36 |
|\ |
|
| * | osd: mark ObjectCleanRegions dirty for related operations | lishuhao | 2019-05-06 | 1 | -2/+36 |
* | | osd/: convert boost::optional users to std::optional | Samuel Just | 2019-05-10 | 1 | -55/+56 |
* | | src/osd: Clean up PeeringCtx ownership semantics and pointer/ref usage | Samuel Just | 2019-05-10 | 1 | -5/+5 |
* | | Merge pull request #27855 from tchaikov/wip-ceph-release | Kefu Chai | 2019-05-09 | 1 | -13/+13 |
|\ \ |
|
| * | | src/: define ceph_release_t and use it | Kefu Chai | 2019-05-04 | 1 | -13/+13 |
| |/ |
|
* / | osd/PrimaryLogPG: disallow ops on objects with an empty name | Sage Weil | 2019-05-06 | 1 | -0/+5 |
|/ |
|
* | osd/: clean up remaining info mutators | Samuel Just | 2019-05-01 | 1 | -45/+74 |
* | osd/: condense missing mutations for recovery/repair/errors | Samuel Just | 2019-05-01 | 1 | -46/+25 |
* | osd/: move pg_log, missing_loc mutations to PeeringState | sjust@redhat.com | 2019-05-01 | 1 | -88/+85 |
* | osd/: unify PGBackend pull error pathways | Samuel Just | 2019-05-01 | 1 | -24/+12 |
* | osd/: move peer_info mutators into PeeringState | sjust@redhat.com | 2019-05-01 | 1 | -42/+31 |
* | osd/: Move log version pointer updates to PeeringState | Samuel Just | 2019-05-01 | 1 | -142/+16 |
* | osd/: refactor to avoid mutable peer_missing refs in PG | Samuel Just | 2019-05-01 | 1 | -80/+25 |
* | osd/: fix upset, actingset, acting_backfill_recovery references | Samuel Just | 2019-05-01 | 1 | -22/+22 |
* | osd/: move last_..._to_applied, backfill_targets, async_recovery_targets to P... | Samuel Just | 2019-05-01 | 1 | -44/+46 |
* | PG: fix last_peering_reset and past_intervals references | Samuel Just | 2019-05-01 | 1 | -5/+5 |
* | osd/: add helpers to add remaining info dirtiers into PeeringState | sjust@redhat.com | 2019-05-01 | 1 | -66/+24 |
* | osd/: move append_log_entries_update_missing and merge_new_log_entries to Pee... | sjust@redhat.com | 2019-05-01 | 1 | -2/+4 |
* | osd/: clean up PG deleted and deleting references | Samuel Just | 2019-05-01 | 1 | -8/+5 |
* | PG: begin cleaning up scrub stat and history mutations | Samuel Just | 2019-05-01 | 1 | -1/+1 |
* | osd/: move ostream<< and dump logic into PeeringState | Samuel Just | 2019-05-01 | 1 | -48/+1 |
* | osd/: move calc_min_last_complete_ondisk to PeeringState | Samuel Just | 2019-05-01 | 1 | -2/+2 |
* | osd/: clarify PeeringState deletion interfaces | Samuel Just | 2019-05-01 | 1 | -0/+2 |
* | osd/: move share_pg_info to PeeringState | Samuel Just | 2019-05-01 | 1 | -2/+2 |
* | osd/: move waiting_for_flushed|peering handling into on_activate_complete | Samuel Just | 2019-05-01 | 1 | -0/+14 |
* | osd/: move search_for_missing, discover_all_unfound, build_might_have_unfound | Samuel Just | 2019-05-01 | 1 | -1/+1 |
* | PeeringState: restructure activate to avoid snap_trimq | Samuel Just | 2019-05-01 | 1 | -1/+1 |
* | osd/: remove OSDService::check_osdmap_full, fix caller | Samuel Just | 2019-05-01 | 1 | -5/+0 |
* | osd/: move needs_recover/backfill, all_unfound_are_queried_or_lost | Samuel Just | 2019-05-01 | 1 | -2/+3 |
* | osd/: move io reservation machinery into PeeringState | sjust@redhat.com | 2019-05-01 | 1 | -1/+1 |
* | osd/: merge update_store_with_options with on_pool_change | sjust@redhat.com | 2019-05-01 | 1 | -1/+1 |
* | osd/: move start_peering_interval and callees into PeeringState | sjust@redhat.com | 2019-05-01 | 1 | -3/+4 |
* | osd/: move flush state into PeeringState | Samuel Just | 2019-05-01 | 1 | -10/+4 |
* | osd/: move check_recovery_sources and missing_loc into PeeringState | Samuel Just | 2019-05-01 | 1 | -27/+0 |
* | PGStateUtils: remove PG*, move into PGStateHistory into PeeringState | Samuel Just | 2019-05-01 | 1 | -2/+2 |
* | osd/: mechanically rip PeeringState and friends out into their own file | Samuel Just | 2019-05-01 | 1 | -11/+11 |
* | Merge pull request #27209 from dzafman/wip-38840 | David Zafman | 2019-04-27 | 1 | -0/+5 |
|\ |
|
| * | osd: Don't evict after a flush if intersecting scrub range | David Zafman | 2019-03-27 | 1 | -0/+5 |
* | | osd: Increase log level of messages which unnecessarily fill up logs | David Zafman | 2019-04-18 | 1 | -2/+2 |
* | | osd: automatically repair replicated replica on pulling error | xie xingguo | 2019-04-04 | 1 | -2/+11 |
* | | Merge pull request #27205 from xiexingguo/wip-38784 | Xie Xingguo | 2019-03-30 | 1 | -4/+3 |
|\ \
| |/
|/| |
|
| * | osd/PG: introduce all_missing_unfound helper | xie xingguo | 2019-03-27 | 1 | -4/+3 |
* | | Merge pull request #26942 from dzafman/wip-38616 | David Zafman | 2019-03-27 | 1 | -0/+3 |
|\ \ |
|