<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/fs/ceph/msgpool.h, branch v2.6.35.9</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/fs/ceph/msgpool.h?h=v2.6.35.9</id>
<link rel='self' href='https://git.amat.us/linux/atom/fs/ceph/msgpool.h?h=v2.6.35.9'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2010-05-17T22:25:24Z</updated>
<entry>
<title>ceph: name msgpools; useful error messages</title>
<updated>2010-05-17T22:25:24Z</updated>
<author>
<name>Sage Weil</name>
<email>sage@newdream.net</email>
</author>
<published>2010-04-24T16:56:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=4f48280ee1d0654390cd50ad0c41ea93309e7c91'/>
<id>urn:sha1:4f48280ee1d0654390cd50ad0c41ea93309e7c91</id>
<content type='text'>
Signed-off-by: Sage Weil &lt;sage@newdream.net&gt;
</content>
</entry>
<entry>
<title>ceph: rewrite msgpool using mempool_t</title>
<updated>2010-05-17T22:25:18Z</updated>
<author>
<name>Sage Weil</name>
<email>sage@newdream.net</email>
</author>
<published>2010-04-01T22:23:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=d52f847a841bfeba0ea87a7842732d388a1ca2e8'/>
<id>urn:sha1:d52f847a841bfeba0ea87a7842732d388a1ca2e8</id>
<content type='text'>
Since we don't need to maintain large pools of messages, we can just
use the standard mempool_t.  We maintain a msgpool 'wrapper' because we
need the mempool_t* in the alloc function, and mempool gives us only
pool_data.

Signed-off-by: Sage Weil &lt;sage@newdream.net&gt;
</content>
</entry>
<entry>
<title>ceph: warn on allocation from msgpool with larger front_len</title>
<updated>2009-10-16T01:14:43Z</updated>
<author>
<name>Sage Weil</name>
<email>sage@newdream.net</email>
</author>
<published>2009-10-15T00:36:07Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=8f3bc053c610826a657714649ea596f07875db2e'/>
<id>urn:sha1:8f3bc053c610826a657714649ea596f07875db2e</id>
<content type='text'>
Pass the front_len we need when pulling a message off a msgpool,
and WARN if it is greater than the pool's size.  Then try to
allocate a new message (to continue without failing).

Signed-off-by: Sage Weil &lt;sage@newdream.net&gt;
</content>
</entry>
<entry>
<title>ceph: message pools</title>
<updated>2009-10-06T18:31:13Z</updated>
<author>
<name>Sage Weil</name>
<email>sage@newdream.net</email>
</author>
<published>2009-10-06T18:31:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=8fc91fd85950d106883852c6d215614ec28cc92d'/>
<id>urn:sha1:8fc91fd85950d106883852c6d215614ec28cc92d</id>
<content type='text'>
The msgpool is a basic mempool_t-like structure to preallocate
messages we expect to receive over the wire.  This ensures we have the
necessary memory preallocated to process replies to requests, or to
process unsolicited messages from various servers.

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