| Commit message (Expand) | Author | Age | Files | Lines |
* | mds: log before respawning when standby-replay falls behind | Sage Weil | 2013-06-28 | 1 | -0/+1 |
* | mds: rev protocol | Sage Weil | 2013-06-21 | 1 | -1/+1 |
* | mds: fix race between scatter gather and dirfrag export | Yan, Zheng | 2013-06-20 | 1 | -1/+1 |
* | msgr: use ConnectionRef throughout | Sage Weil | 2013-06-13 | 1 | -0/+6 |
* | mds: open missing cap inodes | Yan, Zheng | 2013-05-28 | 1 | -0/+1 |
* | mds: bump the protocol version | Yan, Zheng | 2013-05-28 | 1 | -1/+1 |
* | mds: bump the protocol version. | Greg Farnum | 2013-04-01 | 1 | -1/+1 |
* | mds: avoid sending duplicated table prepare/commit | Yan, Zheng | 2013-04-01 | 1 | -1/+3 |
* | mds: use inode_t::layout for dir layout policy | Greg Farnum | 2013-02-21 | 1 | -1/+1 |
* | mds: Setting pool on a file requires latest osdmap | Sam Lang | 2013-02-12 | 1 | -0/+2 |
* | mds: send resolve messages after all MDS reach resolve stage | Yan, Zheng | 2013-01-29 | 1 | -1/+4 |
* | mds: add waiting_for_mdsmap queue | Sage Weil | 2012-12-26 | 1 | -0/+4 |
* | Compatibility code for session authentication; mostly passing keys around to ... | Peter Reiher | 2012-10-01 | 1 | -1/+1 |
* | Merge remote-tracking branch 'gh/master' into wip-auth | Sage Weil | 2012-08-17 | 1 | -0/+1 |
|\ |
|
| * | mds: fix race in connection accept; fix con replacement | Sage Weil | 2012-07-10 | 1 | -0/+1 |
* | | mds, osd: require auth_service_required, if defined | Sage Weil | 2012-08-07 | 1 | -1/+2 |
|/ |
|
* | mds: install async signal handlers for SIG{HUP,INT,TERM} | Sage Weil | 2012-02-14 | 1 | -0/+3 |
* | Merge remote branch 'gh/master' into wip-backfill | Sage Weil | 2012-01-11 | 1 | -15/+0 |
|\ |
|
| * | mds: remove beacon_killer code. | Greg Farnum | 2012-01-10 | 1 | -15/+0 |
* | | move cluster protocol definitions out of ceph_fs.h | Sage Weil | 2012-01-04 | 1 | -0/+3 |
|/ |
|
* | auth: move AuthAuthorizeHandler registry into class | Sage Weil | 2011-10-07 | 1 | -0/+4 |
* | Rename ProfLogger to Perfcounters: part 2 | Colin Patrick McCabe | 2011-07-20 | 1 | -1/+1 |
* | Rename ProfLogger to PerfCounters | Colin Patrick McCabe | 2011-07-20 | 1 | -1/+1 |
* | Rework ProfLogger | Colin Patrick McCabe | 2011-07-18 | 1 | -1/+1 |
* | mds: verify deferred messages aren't stale | Sage Weil | 2011-07-12 | 1 | -0/+2 |
* | mds: always trim standby segments after rereading the head | Sage Weil | 2011-04-25 | 1 | -1/+0 |
* | mds: wait for blacklisting osdmap on standby-replay -> replay final pass | Sage Weil | 2011-04-25 | 1 | -3/+1 |
* | mds: reimplement laggy | Sage Weil | 2011-03-24 | 1 | -9/+9 |
* | Replace g_conf.name and g_conf.id with entityname | Colin Patrick McCabe | 2011-03-08 | 1 | -1/+1 |
* | common: Rename Logger to ProfilingLogger | Colin Patrick McCabe | 2011-02-08 | 1 | -2/+2 |
* | mds: Add is_any_replay() method and fill it in as appropriate. | Greg Farnum | 2011-01-06 | 1 | -0/+2 |
* | Merge remote branch 'origin/unstable' into standby_replay | Greg Farnum | 2011-01-06 | 1 | -1/+3 |
|\ |
|
| * | mds: change refragment journaling/store strategy | Sage Weil | 2011-01-05 | 1 | -0/+1 |
| * | logging: better syntax for LogClient | Colin Patrick McCabe | 2010-12-06 | 1 | -1/+1 |
* | | MDS: rename replay Contexts -- they were ambiguous at best. | Greg Farnum | 2011-01-06 | 1 | -2/+2 |
* | | mds: After probing the journal, reset if we've fallen behind. | Greg Farnum | 2011-01-06 | 1 | -0/+1 |
* | | MDS: MDSMonitor: if MDS is in standby-replay and its leader goes down, | Greg Farnum | 2011-01-06 | 1 | -0/+3 |
* | | MDS: make use of the hooks to start standby-replay. | Greg Farnum | 2011-01-06 | 1 | -0/+1 |
* | | MDS: Implement the hooks for standby_replay. | Greg Farnum | 2011-01-06 | 1 | -0/+4 |
* | | mds: rename is_standby_replay() to is_oneshot_replay. | Greg Farnum | 2011-01-06 | 1 | -1/+1 |
* | | mds: Create new STATE_ONESHOT_REPLAY for the MDS. | Greg Farnum | 2011-01-06 | 1 | -1/+1 |
|/ |
|
* | mds: fix resolve for surviving observers | Sage Weil | 2010-11-30 | 1 | -0/+2 |
* | mds: Enable --journal_check mode. | Greg Farnum | 2010-11-10 | 1 | -2/+1 |
* | mds: respawn (instead of suicide) on being marked down | Sage Weil | 2010-10-07 | 1 | -0/+4 |
* | mds: remove unused CompatSet mds_features. | Greg Farnum | 2010-10-01 | 1 | -2/+0 |
* | mds: add documentation to Locker, MDS, TableServer, Objecter | Greg Farnum | 2010-08-09 | 1 | -1/+3 |
* | logger: huge rewrite, cleanup | Sage Weil | 2010-07-06 | 1 | -1/+2 |
* | Bug #98: Unique names for include guards | Markus Elfring | 2010-06-17 | 1 | -2/+2 |
* | mds: use helper to send message to client; fix send to null connection | Sage Weil | 2010-06-08 | 1 | -0/+1 |
* | mds: funnel mds->client messages through single Session* helper | Sage Weil | 2010-06-07 | 1 | -2/+2 |