]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2012-02-09 Josh DurginReplicatedPG: don't count deletions as ops
2012-02-09 Josh Durginosd: don't remove pg from recovery queue if not enough...
2012-02-08 Sage Weilosd: flush on activate
2012-02-08 michael rodriguezupdate amazonaws xmlns to correct url
2012-02-08 Sage Weilmds: remove IntervalTree code
2012-02-08 Sage Weiltrivial_libceph: need O_RDWR
2012-02-08 Sage Weilclient: -EINVAL write if not opened writable
2012-02-08 Sage Weilclient: clean up ctor a bit
2012-02-08 Sage Weilclient: initialize initialized
2012-02-08 Sage Weilosd: always send scrub errors to cluster log
2012-02-07 Sage Weilmon: drop election messages with bad rank
2012-02-07 Yehuda Sadehrgw: cleanup url_decode usage
2012-02-07 Yehuda Sadehrgw: url_decode object name
2012-02-06 Josh Durginosd: re-take the osd lock in the init error path where...
2012-02-06 Sage Weilceph-dencoder: ScrubMap[::object]
2012-02-06 Sage Weilosd: uninline osd_stat_t methods
2012-02-06 Sage Weilceph-dencoder: coll_t
2012-02-06 Sage Weilceph-dencoder: pg_t
2012-02-06 Sage Weilceph-dencoder: SnapSet
2012-02-06 Sage Weilceph-dencoder: SnapContext, SnapRealmInfo
2012-02-06 Sage Weilmove SnapContext, SnapRealmInfo to common/snap_types...
2012-02-06 Sage Weilceph-dencoder: filepath
2012-02-06 Sage Weilceph-dencoder: CompatSet
2012-02-06 Sage Weilkill unused tstring
2012-02-06 Sage Weilkill useless [cn]string.h
2012-02-06 Yehuda Sadehrgw: escape and list correctly objects that start with...
2012-02-06 Sage Weilcrush: don't BUG_ON
2012-02-06 Alexandre Olivacrush: don't BUG_ON within crush_choose
2012-02-04 Sage Weilclient: init/shutdown objecter in init/shutdown
2012-02-03 Josh Durginmon: show full status in ceph health
2012-02-03 Sage Weilosd: signal dispatch_cond on ms_dispatch completion
2012-02-03 Yehuda Sadehrgw: use request uri if script name is empty
2012-02-03 Sage Weilosd: reorder PG recovery_state initialization
2012-02-03 Sage Weiltest/encoding/readable.sh: nicer output
2012-02-03 Sage Weilceph-dencoder: more helpful error message for messages
2012-02-03 Sage Weilmessages: set type in default constructor
2012-02-03 Alexandre Olivapick object from random osd for primary recovery
2012-02-03 Sage Weilmsg: fix message leak on receipt of undecodable message
2012-02-03 Sage WeilMakefile: add test/encoding/types.h
2012-02-03 Sage WeilMerge branch 'wip-encoding'
2012-02-03 Sage Weilencoding: document ENCODE/DECODE macros
2012-02-03 Sage Weiltest/encoding/readable.sh: nicer output
2012-02-03 Sage Weiltest/encoding/readable.sh: check all version
2012-02-02 Sage Weilosd: fix another repop->ctx->op deref
2012-02-02 Sage WeilMerge remote branch 'gh/wip-objecter-initialized'
2012-02-02 Sage Weilosd: avoid null deref of repop->ctx->op
2012-02-02 Sage Weilencoding: document ENCODE_DUMP throttling weirdness
2012-02-02 Sage Weilencoding: fix DECODE_START macro
2012-02-02 Sage Weilencoding: add DECODE_OLDEST macro
2012-02-02 Sage Weilosd: fix another issue_repop() ctx->op null deref
2012-02-02 Sage Weilcheck-generated.sh: do self-decode test first
2012-02-02 Sage Weilcheck-generated.sh: nicer output
2012-02-02 Sage Weilceph-dencoder: print errors to stderr
2012-02-02 Sage Weilosd: do not dereference ctx->op when NULL
2012-02-02 Sage Weilencoding: better DECODE_START_LEGACY_COMPAT_LEN
2012-02-02 Sage Weilbuffer: iterator::get_remaining()
2012-02-02 Sage WeilMerge remote-tracking branch 'gh/wip-osd-op-tracking'
2012-02-02 Sage WeilMerge branch 'master' into wip-encoding
2012-02-02 Jim Schuttcommon/Throttle: throttle in FIFO order
2012-02-02 Sage Weilosd: fix osd_recover_clone_overlap
2012-02-02 Sage Weilosd: use obc for size in calc_head_subsets()
2012-02-02 Sage Weilfilestore: remove obsolete fs type check
2012-02-02 Sage Weilclient: add initialized flag to client
2012-02-02 Sage Weilclient: let set_filer_flags clear flags, toos
2012-02-02 Sage Weillibrados: discard incoming messages when DISCONNECTED
2012-02-02 Sage Weilobjecter: track whether initialized; add asserts
2012-02-02 Sage Weiltest_filejournal: fix warnings
2012-02-02 Greg Farnumosd: mark_started() osd sub ops
2012-02-02 Greg Farnumosd: d'oh again! Make this real exponential, not.....
2012-02-02 Greg Farnumosd: OpRequest currently_* needs to look at latest...
2012-02-02 Sage Weildo_autogen.sh: -e <path> to dump encoded objects to...
2012-02-02 Sage Weilcheck-generated.sh: run on 'make check'
2012-02-02 Greg FarnumMerge remote branch 'origin/master' into wip-osd-op...
2012-02-01 Sage Weilosd: pg_stat_t: fix member initialization
2012-02-01 Greg Farnumosd: add check_ops_in_flight()
2012-02-01 Sage Weilosd: fix PG::Interval member initialization
2012-02-01 Sage Weilosdmap: finalize crush after building simple map
2012-02-01 Sage Weilosdmap: make test instnaces deterministic
2012-02-01 Sage Weilimport-generated.sh: fix to use ceph-dencoder syntax
2012-02-01 Sage Weilceph-dencoder: fix ctor
2012-02-01 Sage Weilceph_context: initialize member var
2012-02-01 Greg Farnumosd: "mark" OpRequests as they move through the system.
2012-02-01 Greg FarnumPG: switch op passing interface to use OpRequest
2012-02-01 Greg Farnumosd: switch op passing interface to use OpRequest inste...
2012-02-01 Greg Farnumosd: add new OpRequest struct and an xlist to track it
2012-02-01 Sage Weilosd: PGLSResponse -> pg_ls_response_t
2012-02-01 Sage Weilosd: PG::Missing -> pg_missing_t
2012-02-01 Sage Weilosd: PG::Log -> pg_log_t
2012-02-01 Sage Weilosd: PG::Log::Entry -> pg_log_entry_t
2012-02-01 Sage Weilosd: PG::Query -> pg_query_t
2012-02-01 Yehuda Sadehcls_rgw: update bucket index when deleting object ...
2012-02-01 Sage Weilosd: PG::Info -> pg_info_t
2012-02-01 Sage Weilosd: PG::Info::History -> pg_history_t
2012-02-01 Sage Weilosd: PG::Info[::History] dump, test instances
2012-02-01 Sage Weilceph-dencoder: remove message type dups
2012-02-01 Sage Weilceph-dencoder: generate test instances on heap
2012-02-01 Sage WeilMerge remote branch 'gh/wip-divergent-backfill'
2012-02-01 Sage Weilosd: dump, test instances for PG::Interval
2012-02-01 Sage Weilosd: dump, instances for PG::OndiskLog
2012-02-01 Sage Weilceph-dencoder: use g_ceph_context
next