]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2011-05-05 Josh DurginPG: clear peering flag when we transition from Peering...
2011-05-05 Greg FarnumPG: handle MOSDPGLog messages in Active state.
2011-05-05 Sage Weilosd: fix GetInfo down check
2011-05-05 Sage Weilosd: some comment, debug output cleanup
2011-05-05 Sage Weilosd: reg_last_scrub on pg load
2011-05-05 Sage Weilosd: GetLog, GetMissing cleanups, fixes
2011-05-05 Sage Weilosd: only transition to Pending from GetInfo cons
2011-05-05 Sage Weilosd: consistent naming
2011-05-05 Sage Weilosd: handle notify+info explicitly in GetInfo state
2011-05-05 Sage Weilosd: statechart whitespace
2011-05-05 Sage Weilosd: initialize pg state event counters
2011-05-05 Sage Weilosd: fix GetInfo querying
2011-05-05 Sage Weilosd: handle event notify/info/log from Initial
2011-05-04 Sage Weilosd: debug handle_*
2011-05-04 Sage Weilosd: fix min_time in state stats
2011-05-04 Sage Weilosd: rename states to reflect nesting; fix enter/exit...
2011-05-04 Greg FarnumOSD: fill in rctx properly for pg->handle_create in...
2011-05-04 Sage Weilosd: first pass at pg peering stats
2011-05-04 Sage Weilosd: use const char * state names
2011-05-04 Greg FarnumOSD: assert contents exist when erasing from last_scrub...
2011-05-04 Samuel JustPG: proc_replica_info, oinfo not info
2011-05-04 Sage Weilosd: move directly to Reset state on pg load
2011-05-04 Josh DurginOSD: start PG state machine when loading pre-existing PGs
2011-05-04 Samuel JustPG: ReplicaActive must repond to requests from discover...
2011-05-04 Josh DurginPG: collapse crashed transitions to happen on any unexp...
2011-05-04 Josh DurginPG: use a state_name member instead of overriding get_s...
2011-05-04 Samuel JustRevert "osd: simplify check for unconsumed events"
2011-05-04 Samuel JustPG: Primary should also discard the ActMap event
2011-05-04 Samuel JustPG: ActMap should be dicarded if no outer state handles it
2011-05-04 Sage Weilosd: simplify check for unconsumed events
2011-05-03 Sage Weilosd: make debug output include state name
2011-05-03 Sage Weilosd: fix event names
2011-05-03 Samuel JustPG.h: transition to crashed on unhandled message
2011-05-03 Sage Weilosd: feed new pg mapping into state machine
2011-05-03 Sage Weilosdmap: fix some constedness
2011-05-03 Sage Weilosd: turn off recovery oid sets
2011-05-03 Josh DurginPG: remove peer_info_requested member
2011-05-03 Josh DurginPG: don't become clean in purge_strays
2011-05-03 Josh DurginPG: send notifies when a stray or an active replica...
2011-05-03 Josh DurginPG: fix proc_master_log output
2011-05-03 Josh DurginPG: handle info in proc_replica_log just like we did...
2011-05-03 Sage WeilMerge branch 'master' into wip_pg_refactor
2011-05-03 Sage Weilosd: only specify start version for Qeury::LOG
2011-05-03 Sage Weilosd: use enum instead of const static int members
2011-05-03 Sage Weilosd: leave recovery hooks in PG
2011-05-03 Sage Weilosd: fix pg log entry types to not always be delete
2011-05-03 Sage Weilmon: add 'ceph osd rm N...' command
2011-05-03 Sage WeilMerge remote branch 'origin/stable'
2011-05-03 Sage Weilosdmap: allow incremental to represent osd deletion
2011-05-03 Sage Weilobjecter: remove useless mark_down code
2011-05-03 Colin Patrick... test-obsync: test ACL translation, run unit tests
2011-05-03 Colin Patrick... obsync: remove --owner, elide owner from ACL XML
2011-05-03 Colin Patrick... obsync: better usage
2011-05-03 Samuel JustOSD,PG: Peering refactor
2011-05-03 Samuel JustOSD,PG: Move pg reset code from OSD::advance_map to PG
2011-05-03 Josh DurginPG: choose_log_location
2011-05-03 Josh DurginPG: Extract query map generation from recover_master_log
2011-05-03 Samuel JustPG: Refactor build_prior into a PgPriorSet constructor.
2011-05-03 Samuel JustPG: Add gen_prefix method for generating the pg error...
2011-05-03 Samuel JustTestSnaps.cc: default to testing with the data pool
2011-05-03 Samuel JustOSD.cc: handle_pg_create fix initial last_epoch_started...
2011-05-03 Colin Patrick... obsync: only require --owner if --xuser is set
2011-05-03 Colin Patrick... obsync: implement --owner
2011-05-03 Sage Weilcfuse: encode/decode dev_t properly
2011-05-02 Colin Patrick... obsync: implement user translation (--xuser)
2011-05-02 Colin Patrick... rgw: fix ACL XML generation
2011-05-02 Colin Patrick... obsync: refactor LocalCopy
2011-05-02 Greg FarnumFileStore: use proper object names for linking
2011-05-02 Greg FarnumMDS: fix handle_client_rename use of path_traverse.
2011-04-30 Sage Weilmds: trim non-auth swallowed subtrees during resolve
2011-04-30 Sage Weilmds: fix replay of EFragment rollback
2011-04-30 Yehuda Sadehrgw: log bytes received
2011-04-29 Yehuda Sadehrgw: fix some logging problems
2011-04-29 Yehuda Sadehrgw_admin: dump also user email
2011-04-29 Tommi Virtanentest/ceph_crypto: Check that the shutdown/fork/init...
2011-04-29 Yehuda Sadehfilestore: fiemap should close the fd
2011-04-29 Yehuda Sadehfilestore: fiemap should close the fd
2011-04-29 Tommi Virtanencommon, cfuse: Hook into daemonization and shutdown...
2011-04-29 Tommi Virtanenmsgr, common: Refactor to extract daemonization out...
2011-04-29 Tommi Virtanenmsgr: Rename SimpleMessenger::start(daemonize, nonce...
2011-04-29 Tommi Virtanenceph_crypto: Assert that NSS initialization works.
2011-04-29 Colin Patrick... common_init: create common_init_daemonize
2011-04-29 Wido den Hollanderconfig: Update sample config with more examples
2011-04-29 Colin Patrick... common_init: set log_file, not log_dir, by default
2011-04-29 Colin Patrick... common_init: don't modify log_per_instance
2011-04-29 Sage Weilmsgr: remove dup .start() call check, remove cruft
2011-04-29 Jim Schutthadoop: cleanups for libceph type update
2011-04-28 Sage Weillfn: put lfn outside of user.ceph namesapce
2011-04-28 Sage WeilMerge remote branch 'origin/master' into lfn
2011-04-28 Sage Weilmdsmap: show mds name in summary
2011-04-28 Sage Weilhadoop: update libceph types
2011-04-28 Sage Weilhypertable: update libceph types
2011-04-28 Sage Weillibceph: error out if USE_FILE_OFFSET64 not defined
2011-04-28 Yehuda Sadehlfn: don't return ENOENT if it's not lfn in some cases
2011-04-28 Sage Weilmds: ignore fragment_notify when dft state doesn't...
2011-04-28 Sage Weilmds: do not send fragment_notify to <= recovering nodes
2011-04-28 Sage Weilmds: fix uninint warning on cur
2011-04-28 Sage Weilmds: handle import cancel while logging EImportStart
2011-04-28 Sage Weilclient: do not send request to mds -1
2011-04-28 Yehuda Sadehlfn: set hash and file name constants
next