]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2010-03-31 Greg Farnummsg: fix uses of MMonCommand destructor to use put()
2010-03-31 Greg Farnummsg: MMonCommand has a private destructor
2010-03-31 Greg Farnummsg: fix uses of MPoolOp destructor to use put()
2010-03-31 Greg Farnummsg: MPoolOp has a private destructor
2010-03-31 Greg Farnummsg: fix uses of MGetPoolStatsReply destructor to use...
2010-03-31 Greg Farnummsg: MGetPoolStatsReply has a private destructor
2010-03-31 Greg Farnummsg: fix uses of MGetPoolStats destructor to use put()
2010-03-31 Greg Farnummsg: MGetPoolStats has a private destructor
2010-03-31 Greg Farnummsg: fix uses of MStatfs destructor to use put()
2010-03-31 Greg Farnummsg: MStatfs has a private destructor
2010-03-31 Greg Farnummsg: fix uses of MPGStatsAck destructor to use put()
2010-03-31 Greg Farnummsg: MPGStatsAck has a private destructor
2010-03-31 Greg Farnummsg: fix uses of MPGStats destructor to use put()
2010-03-31 Greg Farnummsg: MPGStats has a private destructor
2010-03-31 Greg Farnummsg: Change all uses of ~Message to Message->put()
2010-03-30 Greg Farnummsg: Declare ~Message to be protected.
2010-03-30 Greg Farnumrgw: revert accidental commit of get_attr prototype...
2010-03-30 Sage WeilMerge branch 'msgr' into unstable
2010-03-30 Sage Weilmsgr: source, not orig_source, in dbg output
2010-03-30 Sage Weilmds: don't use get_orig_source
2010-03-30 Sage Weilmsgr: NOSRCADDR protocol feature drops src/orig_src...
2010-03-30 Sage Weilmsgr: put features in connection_state
2010-03-30 Sage Weilmsgr: use connection for src addr
2010-03-30 Sage Weilmsgr: make Message::get_orig_* differ only when explici...
2010-03-29 Greg Farnumrgw: add optional auid parameter to create_bucket.
2010-03-29 Greg Farnumrgw: remove dead code. rebuild_policy exists elsewhere...
2010-03-29 Greg Farnumrgw: radosgw_admin will quit gracefully if it can't...
2010-03-29 Greg Farnumrgw: set auid if specified at creation
2010-03-29 Greg Farnumrgw: add auid field to RGWUserInfo
2010-03-29 Greg Farnumauth: Keyring no longer segfaults if HOME env variable...
2010-03-29 Greg Farnumrgw: if you can't init_storage_provider(), quit instead
2010-03-29 Greg Farnumrgw: say why the store failed to open in admin
2010-03-29 Greg Farnumrgw: add minor data to schema examination
2010-03-29 Sage Weilmkcephfs: osd=allow * caps for osd, mds
2010-03-26 Sage Weilauth: standardize on -n/--name [type.]name
2010-03-26 Sage Weilauth: initialized uninitialized variable, don't free...
2010-03-26 Sage Weilmkcephf: behave when user is not defined
2010-03-26 Sage Weilauth: fix a few memory leaks, uninit vars
2010-03-26 Sage Weilmds: skip purge_stray when stray pins are present
2010-03-26 Sage WeilMakefile: add missing MDentryLink.h
2010-03-26 Sage Weilmds: drop unused CInode::PIN_PURGING
2010-03-26 Sage Weilsrc/README is required
2010-03-26 Sage Weilfilestore: less noisy about OpSequencer queue
2010-03-26 Sage Weilmds: drop obsolete hack for base inodes
2010-03-26 Sage Weilmds: fix lost completion in scatter_nudge (broke log...
2010-03-25 Greg Farnumrados_bencher: Don't re-initialize passed-in pool,...
2010-03-25 Greg Farnumosd: Fix up OSDCaps::get_pool_cap to work/make more...
2010-03-25 Greg Farnumrados: add interface to change pool owners
2010-03-25 Greg Farnumlibrados: add change_pool_auid functions
2010-03-25 Greg Farnumobjecter: add change_pool_auid function.
2010-03-25 Greg Farnummon: Set MForward::client_caps explicitly; this fixes...
2010-03-25 Greg Farnummon: set mon_caps with authenticated monitor check...
2010-03-25 Greg Farnummon: Fix all uses of Session and get_caps.
2010-03-25 Greg Farnummon: Change name of Session to MonSession.
2010-03-25 Greg Farnummsg: Add get_session function to PaxosServiceMessage
2010-03-25 Greg FarnumRevert "msg: PaxosServiceMessage includes a MonCap*"
2010-03-25 Greg Farnummon: MonCaps default initializes more variables
2010-03-25 Sage Weilosd: drop useless ENOMEM check
2010-03-25 Sage Weilvstart.sh: include mon secret during mkfs
2010-03-25 Sage Weilmon: fix up authorizer generation/validation
2010-03-24 Sage Weilmon: change forwarding behavior somewhat
2010-03-24 Sage Weilmon: initialize routed_request_tid
2010-03-24 Sage Weilmsgr: set m->connection for messages sent to self
2010-03-24 Sage Weilosd: detect TMAPUP no-op and do no work
2010-03-24 Sage Weildebug: include timestamp + thread in _all_ debug output
2010-03-24 Sage Weilqa: fix loopall.sh mode
2010-03-24 Sage Weiltodo
2010-03-23 Greg Farnummon: Hack in setting monitor caps
2010-03-23 Sage Weilfix up READMEs
2010-03-23 Greg Farnummon: Fix initialization-crossing goto jump
2010-03-23 Greg Farnummon: Removing dead code; been commented out for 5 months
2010-03-23 Greg Farnummon: remove dead 'magic' code
2010-03-23 Sage Weiltodo
2010-03-23 Sage Weilmds: fix bug in handle_discover on mdsdir
2010-03-23 Sage Weilmds: check myin, not stray, in rejoin_send_acks
2010-03-23 Sage Weilmds: fix eval_gather for sync->mix(2) and mix->sync(2)
2010-03-23 Sage Weilmds: encode fnode when replicating CDir
2010-03-23 Greg Farnummon: addition to MonCaps docs mentioning how perms...
2010-03-23 Greg Farnummon: remove unused label out, which was causing compile...
2010-03-23 Greg Farnummon: remove now-unused macros.
2010-03-23 Greg Farnummon: MRoutes are now checked by check_privileges instea...
2010-03-23 Greg Farnummon: MForwards are handled by check_privileges instead...
2010-03-23 Greg Farnummon: handling MSG_CLASS now uses caps->check_privileges...
2010-03-23 Greg Farnummon: use check_privileges instead of macro for MSG_MON_...
2010-03-23 Greg Farnummon: MSG_MON_OBSERVE handled in-function instead of...
2010-03-23 Greg Farnummon: don't use macros in evaluating MSG_MON_PAXOS messages
2010-03-23 Greg Farnummon: MSG_LOG uses an in-handler cap check instead of...
2010-03-23 Greg Farnummon: Pool ops are already cap-checked by the handler...
2010-03-23 Greg Farnummon: add mon_caps used for unconnected monitor messages
2010-03-23 Greg Farnummon: stat requests use caps->check_privileges instead...
2010-03-23 Greg Farnummon: the MDS messages use caps->check_privileges instea...
2010-03-23 Greg Farnummon: MRemoveSnaps uses caps->check_privileges
2010-03-23 Greg Farnummon: OSD handling messages use caps->check_privileges...
2010-03-23 Greg Farnummon: Use MonCaps::check_privileges instead of a macro...
2010-03-22 Martin Ettlmds: style fixes (from cppcheck)
2010-03-22 Sage Weilosd: warn on no osd journal
2010-03-22 Sage Weilmds: don't kick clients if we've been laggy ourselves
2010-03-22 Sage Weilmds: no early complete from scatter_nudge after partial...
2010-03-22 Sage Weiltodo fixed some bugs
2010-03-22 Sage Weilmsgr: no more forward_message()
next