]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2011-05-20 Sage WeilMerge branch 'wip_choose_acting' into stable
2011-05-20 Sage Weilosd: take remote log when it is clearly superior
2011-05-20 Sage Weilosd: fix compensation for bad last_complete
2011-05-20 Sage Weilosd: remove some build_prior stringstream cruft
2011-05-20 Sage Weilosd: remove useless debug print
2011-05-20 Sage Weilosd: include past acting osds if they were up
2011-05-20 Sage Weilosd: do not exclude me during build_prior
2011-05-20 Sage Weilosd: show final build_prior result
2011-05-20 Josh DurginOSD, PG: ignore peering messages from before the last...
2011-05-20 Josh DurginOSD: decrement message refcount before returning
2011-05-19 Samuel JustPG: add_event, add_next_event: ignore prior_version...
2011-05-19 Josh DurginPG: choose_log_location: prefer OSDs with a backlog
2011-05-19 Josh DurginOSD: send a log in response to a log query when the...
2011-05-19 Samuel JustReplicatedPG: wait_for_missing_object in _rollback_to
2011-05-19 Sage Weilclient: do not retake lock in sync_write_commit
2011-05-19 Sage Weiljournaler: ENOENT is okay on trim
2011-05-19 Sage Weilmkcephfs: pick rdir based on whether current daemon...
2011-05-19 Josh DurginPG: remove unused argument to adjust_need_up_thru
2011-05-19 Josh DurginPG: include ourselves in the prior set
2011-05-19 Josh DurginPG: choose acting set and newest_update_osd based on...
2011-05-19 Josh DurginPG: GetLog: don't fail if we get an outdated log
2011-05-19 Samuel JustPG: reset pg_trim_to in clear_primary_state
2011-05-19 Samuel JustPG: choose_acting: we need best_info to have a backlog...
2011-05-19 Samuel JustPG: _remove_pg, reset info.last_update and info.log_tai...
2011-05-19 Samuel JustPG: merge_log- fix extend log case
2011-05-19 Samuel JustPG: prefer log with longer tail
2011-05-19 Sage Weilosd: clean up choose_acting output
2011-05-19 Samuel JustPG: make choose_acting a bit smarter
2011-05-18 Sage Weilman: update cosd man page
2011-05-18 Sage Weilv0.28 v0.28
2011-05-18 Sage Weilmsgr: fix signedness in alloc_aligned_buffer
2011-05-18 Sage Weilcrush: fix clitest now that leading spaces are stripped
2011-05-18 Yehuda SadehMakefile: don't clean up some files
2011-05-18 Sage WeilMerge remote branch 'origin/stable' into next
2011-05-18 Sage Weilpage: fix #ifdef guard
2011-05-18 Sage Weilpage: redefine PAGE_* macros
2011-05-18 Sage Weilosd: add --mkkey mkfs option
2011-05-18 Sage Weilmon: 'auth caps <name> [svc value [svc2 value2 [.....
2011-05-18 Josh DurginPG: update same_acting_since when acting or up changes
2011-05-18 Sage Weilcrush: allow - and _ in crushmap type/item names
2011-05-18 Sage Weilcrushtool: strip leading spaces from identifiers
2011-05-18 Sage Weilmsgr: avoid clearing connection_state on pipe replacement
2011-05-17 Sage Weilceph.spec.in: add obsync
2011-05-17 Sage Weildebian: obsync
2011-05-17 Sage Weilobsync: no .py
2011-05-17 Samuel JustPG: Replicas send Notifies in response to queries
2011-05-17 Samuel JustPG: choose_log_location, fix error when scanning up set
2011-05-17 Samuel JustPG: PG can receive a log in WaitActingChange requested...
2011-05-16 Samuel JustPG: Don't use exit to call proc_master_log
2011-05-16 Sage Weilmon: health WARN if monitor quorum is incomplete
2011-05-16 rootfix segfault introduced by commit de640d85fa3e0e5e5a317...
2011-05-14 Sage Weilosd: lazily close connections to down peers
2011-05-14 Sage Weilmsgr: mark_down_on_empty and mark_disposable
2011-05-14 Sage WeilPG: Remove downed osds from peer_missing and peer_info
2011-05-14 Samuel JustPG: Only pull the master log from a member of the prior_set
2011-05-13 Sage WeilMerge remote branch 'origin/osd_snap' into stable
2011-05-13 Samuel JustPG: search_for_missing takes the other osd's missing set
2011-05-13 Sage Weilradosgw_admin: fix clitest
2011-05-12 Sage Weilradosgw_admin: dump log by object
2011-05-12 Colin Patrick... rgw: in S3 PUT, don't crash on Content-Length == 0
2011-05-12 Greg FarnumObjecter: switch handle_osd_map op resending around
2011-05-11 Greg FarnumObjecter: implement operator<.
2011-05-11 Sage Weilosd: remove weird commit_op_seq fast-forward
2011-05-11 Sage Weilosd: support rollback to cluster snapshot
2011-05-11 Sage Weilosd: trigger a store snapshot when the osdmap says to
2011-05-11 Sage Weilfilestore: add a snapshot command to create a snapshot...
2011-05-11 Sage Weilmon: add 'osd cluster_snap foo' command
2011-05-11 Sage Weilosdmap: add cluster_snapshot field
2011-05-11 Brian Chrismanexpand testceph to check xattrs
2011-05-11 Brian Chrismanclient: support security. namespace
2011-05-11 Brian Chrismansupport for xattrs in libceph
2011-05-11 Sage Weilmonclient: fix crash on shutdown
2011-05-10 Sage Weilmonclient: maintain explicit session connection; ignore...
2011-05-10 Sage Weillibrados: don't crash if we call connect twice
2011-05-10 Sage WeilMerge remote branch 'origin/stable'
2011-05-10 Colin Patrick... rados_sync: implement --delete-after, fix bugs
2011-05-10 Colin Patrick... Allow dashes in ceph_argparse, etc.
2011-05-10 Colin Patrick... test_rados_sync: test --force
2011-05-10 Colin Patrick... rados_sync: support --force
2011-05-10 Sage Weilosd: initialize oi.oloc if on-disk value is bogus
2011-05-10 Yehuda Sadehrgw: switch bucket creation operations
2011-05-09 Sage Weilosd: rename Pending -> WaitActingChange
2011-05-09 Sage Weilosd: log debug output for Crashed state
2011-05-09 Sage Weilosd: wait for up_thru updates
2011-05-09 Sage Weilosd: fix pollution of peer_info
2011-05-09 Sage Weilosd: fix osd$foo typos
2011-05-09 Sage Weilosd: simplify build_might_have_unfound
2011-05-09 Sage Weilosd: reset last_complete on mark_all_unfound_as_lost...
2011-05-09 Sage Weilosd: drop bad warning
2011-05-09 Colin Patrick... rados tool: remove import/export
2011-05-07 Sage Weil.gitignore: rados_sync
2011-05-07 Sage Weilosd: reassert our assert definition after including...
2011-05-07 Sage Weilassert: make our assert clobber any others too
2011-05-07 Yehuda Sadehosd: fix compilation for some g++ versions
2011-05-07 Yehuda Sadehrgw: minor cleanup
2011-05-07 Yehuda Sadehrgw: opening bucket io ctx stats bucket info if failed
2011-05-07 Colin Patrick... Merge branch 'wip-rados-sync'
2011-05-07 Colin Patrick... test_rados_sync: check that second sync does nada
2011-05-07 Colin Patrick... rados_sync: more fixes
2011-05-06 Sage Weilosd: warn when obc locator doesn't match ops
next