]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2010-03-30 Sage Weilmds: todo rejoin bug
2010-03-30 Sage Weilmds: fix MDSTableClient ack double journaling
2010-03-29 Sage Weilmds: start file recovery after sending rejoin ack
2010-03-29 Sage Weilmds: delay check_inode_max_size if frozen
2010-03-29 Sage Weilmds: less noisy about snaprealm siblings
2010-03-26 Sage Weilmds: migrate frag/nest scatterlock info on bounding...
2010-03-26 Sage Weilmds: make rdlock waiter wait on STABLE | RD, not just...
2010-03-26 Sage Weilmds: use 32 bits for MDSCacheObject::ref count
2010-03-26 Sage WeilMerge branch 'unstable' into mds
2010-03-26 Sage Weilmkcephf: behave when user is not defined
2010-03-26 Sage Weilmds: skip purge_stray when stray pins are present
2010-03-26 Sage Weilmds: drop unused CInode::PIN_PURGING
2010-03-26 Sage Weilauth: fix a few memory leaks, uninit vars
2010-03-26 Sage WeilMakefile: add missing MDentryLink.h
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 Sage Weilmds: allow rdlock on replica to request sync from auth
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 Weilmds: fix bug in handle_discover on mdsdir
2010-03-24 Sage Weilmds: check myin, not stray, in rejoin_send_acks
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 Sage Weiltodo mds bug
2010-03-23 Greg Farnummon: Hack in setting monitor caps
2010-03-23 Sage Weilfix up READMEs
2010-03-23 Sage Weilmds: fix up client session importing
2010-03-23 Greg Farnummon: Fix initialization-crossing goto jump
2010-03-23 Sage Weilmds: importing, ugh
2010-03-23 Sage Weilmds: clean up kill_session()
2010-03-23 Sage Weilmds: possible session 'importing' state
2010-03-23 Sage Weilmds: drop purge step when closing client sessions
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-23 Sage Weilmds: combine new, closed states; few small fixes
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()
2010-03-22 Sage Weilmds: re-send, do not forward, mds messages
2010-03-22 Sage Weilmds: encode source mds in MDirUpdate
2010-03-22 Sage Weilmds: encode source mds in MExportDirDiscover explicitly
2010-03-22 Sage Weilmds: rev mds internal protocol
2010-03-22 Greg Farnummon: Fix resend_routed_requests.
2010-03-22 Greg Farnummon: another forwarding fix for resend_routed_requests
2010-03-22 Greg Farnummon: Forwarding fixes.
2010-03-19 Greg Farnummsg: Remove dead code MSG_OSD_IN/OUT
2010-03-18 Greg Farnummon: x has little meaning for a mon, let's not confuse...
2010-03-18 Greg Farnummon: use our standard indicator for locked/unlocked...
2010-03-18 Greg Farnumobjecter: don't lose reply codes when we wait_for_new_map
2010-03-18 Greg Farnumrados: add undocumented option to specify auid when...
2010-03-18 Greg Farnummon: msg: Better output/debugging
2010-03-18 Greg Farnumobjecter: always fill in auid
2010-03-18 Greg Farnummsg: MPoolOp now encodes its auid, prints more.
2010-03-18 Greg Farnummon: handle_subscribe now uses check_privileges instead...
2010-03-18 Greg Farnummon: Pretty sure MDS BEACON messages should only come...
next