summaryrefslogtreecommitdiff
path: root/src/mds/MDS.h
Commit message (Expand)AuthorAgeFilesLines
* mds: install async signal handlers for SIG{HUP,INT,TERM}Sage Weil2012-02-141-0/+3
* Merge remote branch 'gh/master' into wip-backfillSage Weil2012-01-111-15/+0
|\
| * mds: remove beacon_killer code.Greg Farnum2012-01-101-15/+0
* | move cluster protocol definitions out of ceph_fs.hSage Weil2012-01-041-0/+3
|/
* auth: move AuthAuthorizeHandler registry into classSage Weil2011-10-071-0/+4
* Rename ProfLogger to Perfcounters: part 2Colin Patrick McCabe2011-07-201-1/+1
* Rename ProfLogger to PerfCountersColin Patrick McCabe2011-07-201-1/+1
* Rework ProfLoggerColin Patrick McCabe2011-07-181-1/+1
* mds: verify deferred messages aren't staleSage Weil2011-07-121-0/+2
* mds: always trim standby segments after rereading the headSage Weil2011-04-251-1/+0
* mds: wait for blacklisting osdmap on standby-replay -> replay final passSage Weil2011-04-251-3/+1
* mds: reimplement laggySage Weil2011-03-241-9/+9
* Replace g_conf.name and g_conf.id with entitynameColin Patrick McCabe2011-03-081-1/+1
* common: Rename Logger to ProfilingLoggerColin Patrick McCabe2011-02-081-2/+2
* mds: Add is_any_replay() method and fill it in as appropriate.Greg Farnum2011-01-061-0/+2
* Merge remote branch 'origin/unstable' into standby_replayGreg Farnum2011-01-061-1/+3
|\
| * mds: change refragment journaling/store strategySage Weil2011-01-051-0/+1
| * logging: better syntax for LogClientColin Patrick McCabe2010-12-061-1/+1
* | MDS: rename replay Contexts -- they were ambiguous at best.Greg Farnum2011-01-061-2/+2
* | mds: After probing the journal, reset if we've fallen behind.Greg Farnum2011-01-061-0/+1
* | MDS: MDSMonitor: if MDS is in standby-replay and its leader goes down,Greg Farnum2011-01-061-0/+3
* | MDS: make use of the hooks to start standby-replay.Greg Farnum2011-01-061-0/+1
* | MDS: Implement the hooks for standby_replay.Greg Farnum2011-01-061-0/+4
* | mds: rename is_standby_replay() to is_oneshot_replay.Greg Farnum2011-01-061-1/+1
* | mds: Create new STATE_ONESHOT_REPLAY for the MDS.Greg Farnum2011-01-061-1/+1
|/
* mds: fix resolve for surviving observersSage Weil2010-11-301-0/+2
* mds: Enable --journal_check mode.Greg Farnum2010-11-101-2/+1
* mds: respawn (instead of suicide) on being marked downSage Weil2010-10-071-0/+4
* mds: remove unused CompatSet mds_features.Greg Farnum2010-10-011-2/+0
* mds: add documentation to Locker, MDS, TableServer, ObjecterGreg Farnum2010-08-091-1/+3
* logger: huge rewrite, cleanupSage Weil2010-07-061-1/+2
* Bug #98: Unique names for include guardsMarkus Elfring2010-06-171-2/+2
* mds: use helper to send message to client; fix send to null connectionSage Weil2010-06-081-0/+1
* mds: funnel mds->client messages through single Session* helperSage Weil2010-06-071-2/+2
* Merge branch 'msgr' into unstableSage Weil2010-04-231-3/+4
|\
| * mds: rename send_message_client to send_message_client_countedGreg Farnum2010-04-191-3/+3
| * mds: Add new Connection-based send_message_client that uses inc_push_seq tooGreg Farnum2010-04-191-0/+1
| * mds: Fix some compile-time issues.Greg Farnum2010-04-161-4/+1
| * mds: create send_message(Message *m, Connection *c) passthroughGreg Farnum2010-04-161-0/+3
* | mds: add CompatSet to mdsmapSage Weil2010-04-221-8/+0
* | mds: set laggy in tick() if its been a whileSage Weil2010-04-071-0/+1
|/
* mds: note when we last became non-laggySage Weil2010-03-081-0/+2
* mds: use CompatSet in disk formatGreg Farnum2010-01-191-1/+10
* Make a more flexible 'tell' command to replace injectargsGreg Farnum2009-12-151-0/+1
* mds: fix reconnect raceSage Weil2009-11-201-1/+5
* auth: add mds authorizerYehuda Sadeh2009-10-301-0/+4
* msgr: put AuthAuthorizer on heap, set protocol field during connectSage Weil2009-10-231-1/+1
* auth: authorize keeps stateYehuda Sadeh2009-10-211-1/+1
* Merge branch 'unstable' into authSage Weil2009-10-211-3/+3
|\
| * mon: use connection hook to resend mon requestsSage Weil2009-10-131-0/+1