<feed xmlns='http://www.w3.org/2005/Atom'>
<title>glusterfs.git/xlators/features/quota/src/quota.h, branch v3.2.2qa8</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/glusterfs.git/'/>
<entry>
<title>features/quota: use signed type to store delta.</title>
<updated>2011-04-11T12:43:47+00:00</updated>
<author>
<name>Raghavendra G</name>
<email>raghavendra@gluster.com</email>
</author>
<published>2011-04-10T10:53:36+00:00</published>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/glusterfs.git/commit/?id=1992dc12443f376f9b2974f4e830b4b17e3574c0'/>
<id>1992dc12443f376f9b2974f4e830b4b17e3574c0</id>
<content type='text'>
Signed-off-by: Raghavendra G &lt;raghavendra@gluster.com&gt;
Signed-off-by: Anand Avati &lt;avati@gluster.com&gt;

BUG: 2604 (Quota: crossing the set limit)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2604
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Raghavendra G &lt;raghavendra@gluster.com&gt;
Signed-off-by: Anand Avati &lt;avati@gluster.com&gt;

BUG: 2604 (Quota: crossing the set limit)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2604
</pre>
</div>
</content>
</entry>
<entry>
<title>features/quota: Fix race-condition while resuming stub.</title>
<updated>2011-04-11T04:22:14+00:00</updated>
<author>
<name>Raghavendra G</name>
<email>raghavendra@gluster.com</email>
</author>
<published>2011-04-10T10:55:08+00:00</published>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/glusterfs.git/commit/?id=ef19a8ba4c0628566c01ebd247869797a7ba5dde'/>
<id>ef19a8ba4c0628566c01ebd247869797a7ba5dde</id>
<content type='text'>
- call-stub is resumed in fops calling quota_check_limit and quota_check_limit
    when validate_count is zero, indicating no pending validates. During
    validates, validate_count was decremented in quota_validate_cbk, but check
    for validate_count being zero was done in quota_check_limit (which is
    called by quota_validate_cbk). Hence there is a time window b/w decrementing
    validate_count in quota_validate_cbk and checking whether
    validate_count is zero in quota_check_limit, during which if the
    control is passed to code in fop checking for validate_count being zero,
    same stub will be resumed twice - once in fop and once in quota_check_limit.

Signed-off-by: Raghavendra G &lt;raghavendra@gluster.com&gt;
Signed-off-by: Anand Avati &lt;avati@gluster.com&gt;

BUG: 2686 ([glusterfs-3.2.0qa8]: nfs server crashed)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2686
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- call-stub is resumed in fops calling quota_check_limit and quota_check_limit
    when validate_count is zero, indicating no pending validates. During
    validates, validate_count was decremented in quota_validate_cbk, but check
    for validate_count being zero was done in quota_check_limit (which is
    called by quota_validate_cbk). Hence there is a time window b/w decrementing
    validate_count in quota_validate_cbk and checking whether
    validate_count is zero in quota_check_limit, during which if the
    control is passed to code in fop checking for validate_count being zero,
    same stub will be resumed twice - once in fop and once in quota_check_limit.

Signed-off-by: Raghavendra G &lt;raghavendra@gluster.com&gt;
Signed-off-by: Anand Avati &lt;avati@gluster.com&gt;

BUG: 2686 ([glusterfs-3.2.0qa8]: nfs server crashed)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2686
</pre>
</div>
</content>
</entry>
<entry>
<title>features/quota: Use appropriate inodes while logging and create contexts in inode for files.</title>
<updated>2011-03-31T12:04:32+00:00</updated>
<author>
<name>Junaid</name>
<email>junaid@gluster.com</email>
</author>
<published>2011-03-31T04:28:43+00:00</published>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/glusterfs.git/commit/?id=3b5195cfa4976e1d83646b70b0f08f583a7a1094'/>
<id>3b5195cfa4976e1d83646b70b0f08f583a7a1094</id>
<content type='text'>
- It also fixes limit checks if limit set in the directory.

Signed-off-by: Junaid &lt;junaid@gluster.com&gt;
Signed-off-by: Vijay Bellur &lt;vijay@dev.gluster.com&gt;

BUG: 2604 (Quota: crossing the set limit)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2604
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- It also fixes limit checks if limit set in the directory.

Signed-off-by: Junaid &lt;junaid@gluster.com&gt;
Signed-off-by: Vijay Bellur &lt;vijay@dev.gluster.com&gt;

BUG: 2604 (Quota: crossing the set limit)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2604
</pre>
</div>
</content>
</entry>
<entry>
<title>features/quota: Return dynamically allocated address of local.</title>
<updated>2011-03-26T13:45:42+00:00</updated>
<author>
<name>Junaid</name>
<email>junaid@gluster.com</email>
</author>
<published>2011-03-25T01:48:52+00:00</published>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/glusterfs.git/commit/?id=0952bbb30564e8a2359039841290f9956c96e1b9'/>
<id>0952bbb30564e8a2359039841290f9956c96e1b9</id>
<content type='text'>
Signed-off-by: Junaid &lt;junaid@gluster.com&gt;
Signed-off-by: Vijay Bellur &lt;vijay@dev.gluster.com&gt;

BUG: 2473 (Support for volume and directory level quota)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2473
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Junaid &lt;junaid@gluster.com&gt;
Signed-off-by: Vijay Bellur &lt;vijay@dev.gluster.com&gt;

BUG: 2473 (Support for volume and directory level quota)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2473
</pre>
</div>
</content>
</entry>
<entry>
<title>features/quota: Client side quota.</title>
<updated>2011-03-22T07:52:07+00:00</updated>
<author>
<name>Raghavendra G</name>
<email>raghavendra@gluster.com</email>
</author>
<published>2011-03-21T01:54:26+00:00</published>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/glusterfs.git/commit/?id=7852c982ffd85ee38b42894f3c966d1634d550be'/>
<id>7852c982ffd85ee38b42894f3c966d1634d550be</id>
<content type='text'>
Signed-off-by: Raghavendra G &lt;raghavendra@gluster.com&gt;
Signed-off-by: Vijay Bellur &lt;vijay@dev.gluster.com&gt;

BUG: 2473 (Support for volume and directory level quota)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2473
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Raghavendra G &lt;raghavendra@gluster.com&gt;
Signed-off-by: Vijay Bellur &lt;vijay@dev.gluster.com&gt;

BUG: 2473 (Support for volume and directory level quota)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2473
</pre>
</div>
</content>
</entry>
</feed>
