summaryrefslogtreecommitdiff
path: root/src/mds/MDS.h
Commit message (Expand)AuthorAgeFilesLines
* mds: log before respawning when standby-replay falls behindSage Weil2013-06-281-0/+1
* mds: rev protocolSage Weil2013-06-211-1/+1
* mds: fix race between scatter gather and dirfrag exportYan, Zheng2013-06-201-1/+1
* msgr: use ConnectionRef throughoutSage Weil2013-06-131-0/+6
* mds: open missing cap inodesYan, Zheng2013-05-281-0/+1
* mds: bump the protocol versionYan, Zheng2013-05-281-1/+1
* mds: bump the protocol version.Greg Farnum2013-04-011-1/+1
* mds: avoid sending duplicated table prepare/commitYan, Zheng2013-04-011-1/+3
* mds: use inode_t::layout for dir layout policyGreg Farnum2013-02-211-1/+1
* mds: Setting pool on a file requires latest osdmapSam Lang2013-02-121-0/+2
* mds: send resolve messages after all MDS reach resolve stageYan, Zheng2013-01-291-1/+4
* mds: add waiting_for_mdsmap queueSage Weil2012-12-261-0/+4
* Compatibility code for session authentication; mostly passing keys around to ...Peter Reiher2012-10-011-1/+1
* Merge remote-tracking branch 'gh/master' into wip-authSage Weil2012-08-171-0/+1
|\
| * mds: fix race in connection accept; fix con replacementSage Weil2012-07-101-0/+1
* | mds, osd: require auth_service_required, if definedSage Weil2012-08-071-1/+2
|/
* 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