<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/fs/ceph/mon_client.h, branch master</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=master</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2010-10-20T22:37:28Z</updated>
<entry>
<title>ceph: factor out libceph from Ceph file system</title>
<updated>2010-10-20T22:37:28Z</updated>
<author>
<name>Yehuda Sadeh</name>
<email>yehuda@hq.newdream.net</email>
</author>
<published>2010-04-06T22:14:15Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=3d14c5d2b6e15c21d8e5467dc62d33127c23a644'/>
<id>urn:sha1:3d14c5d2b6e15c21d8e5467dc62d33127c23a644</id>
<content type='text'>
This factors out protocol and low-level storage parts of ceph into a
separate libceph module living in net/ceph and include/linux/ceph.  This
is mostly a matter of moving files around.  However, a few key pieces
of the interface change as well:

 - ceph_client becomes ceph_fs_client and ceph_client, where the latter
   captures the mon and osd clients, and the fs_client gets the mds client
   and file system specific pieces.
 - Mount option parsing and debugfs setup is correspondingly broken into
   two pieces.
 - The mon client gets a generic handler callback for otherwise unknown
   messages (mds map, in this case).
 - The basic supported/required feature bits can be expanded (and are by
   ceph_fs_client).

No functional change, aside from some subtle error handling cases that got
cleaned up in the refactoring process.

Signed-off-by: Sage Weil &lt;sage@newdream.net&gt;
</content>
</entry>
<entry>
<title>ceph: generalize mon requests, add pool op support</title>
<updated>2010-08-10T21:41:25Z</updated>
<author>
<name>Yehuda Sadeh</name>
<email>yehuda@hq.newdream.net</email>
</author>
<published>2010-05-17T19:40:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=e56fa10e92e077d456cbc33b7025032887772b33'/>
<id>urn:sha1:e56fa10e92e077d456cbc33b7025032887772b33</id>
<content type='text'>
Generalize the current statfs synchronous requests, and support pool_ops.

Signed-off-by: Yehuda Sadeh &lt;yehuda@hq.newdream.net&gt;
Signed-off-by: Sage Weil &lt;sage@newdream.net&gt;
</content>
</entry>
<entry>
<title>ceph: reuse mon subscribe message instead of allocated anew</title>
<updated>2010-05-21T23:26:11Z</updated>
<author>
<name>Sage Weil</name>
<email>sage@newdream.net</email>
</author>
<published>2010-05-21T21:57:25Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=240ed68eb567d80dd6bab739341999a5ab0ad55d'/>
<id>urn:sha1:240ed68eb567d80dd6bab739341999a5ab0ad55d</id>
<content type='text'>
Use the same message, allocated during startup.  No need to reallocate a
new one each time around (and potentially ENOMEM).

Signed-off-by: Sage Weil &lt;sage@newdream.net&gt;
</content>
</entry>
<entry>
<title>ceph: make mon client statfs handling more generic</title>
<updated>2010-05-17T22:25:33Z</updated>
<author>
<name>Yehuda Sadeh</name>
<email>yehuda@hq.newdream.net</email>
</author>
<published>2010-04-22T22:40:37Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=f8c76f6f250edbdc9d2011b0e05d196a3d8ae895'/>
<id>urn:sha1:f8c76f6f250edbdc9d2011b0e05d196a3d8ae895</id>
<content type='text'>
This is being done so that we could reuse the statfs
infrastructure with other requests that return values.

Signed-off-by: Yehuda Sadeh &lt;yehuda@hq.newdream.net&gt;
Signed-off-by: Sage Weil &lt;sage@newdream.net&gt;
</content>
</entry>
<entry>
<title>ceph: drop unnecessary msgpool for mon_client subscribe_ack</title>
<updated>2010-05-17T22:25:16Z</updated>
<author>
<name>Sage Weil</name>
<email>sage@newdream.net</email>
</author>
<published>2010-03-25T04:52:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=7c315c552c7442eab73461de61dbcce579a31d3a'/>
<id>urn:sha1:7c315c552c7442eab73461de61dbcce579a31d3a</id>
<content type='text'>
Preallocate a single message to reuse instead.

Signed-off-by: Sage Weil &lt;sage@newdream.net&gt;
</content>
</entry>
<entry>
<title>ceph: drop unnecessary msgpool for mon_client auth_reply</title>
<updated>2010-05-17T22:25:15Z</updated>
<author>
<name>Sage Weil</name>
<email>sage@newdream.net</email>
</author>
<published>2010-03-25T04:48:05Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=6694d6b95cf3b41751e78815d05968fa2084d7bf'/>
<id>urn:sha1:6694d6b95cf3b41751e78815d05968fa2084d7bf</id>
<content type='text'>
Preallocate a single reply message that we can reuse instead.

Signed-off-by: Sage Weil &lt;sage@newdream.net&gt;
</content>
</entry>
<entry>
<title>ceph: clean up statfs</title>
<updated>2010-05-17T22:25:15Z</updated>
<author>
<name>Sage Weil</name>
<email>sage@newdream.net</email>
</author>
<published>2010-03-25T04:43:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=3143edd3a185f1fd370ebdd21b4151aa9f3283a3'/>
<id>urn:sha1:3143edd3a185f1fd370ebdd21b4151aa9f3283a3</id>
<content type='text'>
Avoid unnecessary msgpool.  Preallocate reply.  Fix use-after-free race.

Signed-off-by: Sage Weil &lt;sage@newdream.net&gt;
</content>
</entry>
<entry>
<title>ceph: use rbtree for mon statfs requests</title>
<updated>2010-02-17T06:01:10Z</updated>
<author>
<name>Sage Weil</name>
<email>sage@newdream.net</email>
</author>
<published>2010-02-15T22:47:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=85ff03f6bfef7d5b59ab3aefd4773f497ffad8a4'/>
<id>urn:sha1:85ff03f6bfef7d5b59ab3aefd4773f497ffad8a4</id>
<content type='text'>
An rbtree is lighter weight, particularly given we will generally have
very few in-flight statfs requests.

Signed-off-by: Sage Weil &lt;sage@newdream.net&gt;
</content>
</entry>
<entry>
<title>ceph: allow renewal of auth credentials</title>
<updated>2010-02-10T23:04:47Z</updated>
<author>
<name>Sage Weil</name>
<email>sage@newdream.net</email>
</author>
<published>2010-02-03T00:21:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=9bd2e6f8ba71facf1cadb7154a7e0e4d345a6aba'/>
<id>urn:sha1:9bd2e6f8ba71facf1cadb7154a7e0e4d345a6aba</id>
<content type='text'>
Add infrastructure to allow the mon_client to periodically renew its auth
credentials.  Also add a messenger callback that will force such a renewal
if a peer rejects our authenticator.

Signed-off-by: Yehuda Sadeh &lt;yehuda@hq.newdream.net&gt;
Signed-off-by: Sage Weil &lt;sage@newdream.net&gt;
</content>
</entry>
<entry>
<title>ceph: negotiate authentication protocol; implement AUTH_NONE protocol</title>
<updated>2009-11-19T00:19:57Z</updated>
<author>
<name>Sage Weil</name>
<email>sage@newdream.net</email>
</author>
<published>2009-11-19T00:19:57Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=4e7a5dcd1bbab6560fbc8ada29a840e7a20ed7bc'/>
<id>urn:sha1:4e7a5dcd1bbab6560fbc8ada29a840e7a20ed7bc</id>
<content type='text'>
When we open a monitor session, we send an initial AUTH message listing
the auth protocols we support, our entity name, and (possibly) a previously
assigned global_id.  The monitor chooses a protocol and responds with an
initial message.

Initially implement AUTH_NONE, a dummy protocol that provides no security,
but works within the new framework.  It generates 'authorizers' that are
used when connecting to (mds, osd) services that simply state our entity
name and global_id.

This is a wire protocol change.

Signed-off-by: Sage Weil &lt;sage@newdream.net&gt;
</content>
</entry>
</feed>
