<feed xmlns='http://www.w3.org/2005/Atom'>
<title>glusterfs.git/xlators/performance, branch v2.0.8</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/glusterfs.git/'/>
<entry>
<title>performance/stat-prefetch: In sp_readdir_cbk op_ret is not handled correctly.</title>
<updated>2009-11-05T12:23:30+00:00</updated>
<author>
<name>vinayak hegde</name>
<email>vinayak@gluster.com</email>
</author>
<published>2009-11-05T06:29:58+00:00</published>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/glusterfs.git/commit/?id=de6be8f7f5eed270aa6fa904b1da15c9bc0b6e3b'/>
<id>de6be8f7f5eed270aa6fa904b1da15c9bc0b6e3b</id>
<content type='text'>
Signed-off-by: Vinayak Hegde &lt;vinayak@gluster.com&gt;
Signed-off-by: Anand V. Avati &lt;avati@dev.gluster.com&gt;

BUG: 360 (All fop fails when stat-prefetch is loaded on afr.)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=360
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Vinayak Hegde &lt;vinayak@gluster.com&gt;
Signed-off-by: Anand V. Avati &lt;avati@dev.gluster.com&gt;

BUG: 360 (All fop fails when stat-prefetch is loaded on afr.)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=360
</pre>
</div>
</content>
</entry>
<entry>
<title>performance/stat-prefetch: In lookup_cbk do not set error no to EINVAL, when inode_ctx_get returns -1.</title>
<updated>2009-11-05T12:23:26+00:00</updated>
<author>
<name>vinayak hegde</name>
<email>vinayak@gluster.com</email>
</author>
<published>2009-11-04T23:48:06+00:00</published>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/glusterfs.git/commit/?id=fcd9175ee73b9fe4fddf4348a3f9dbc395e14a01'/>
<id>fcd9175ee73b9fe4fddf4348a3f9dbc395e14a01</id>
<content type='text'>
Signed-off-by: Vinayak Hegde &lt;vinayak@gluster.com&gt;
Signed-off-by: Anand V. Avati &lt;avati@dev.gluster.com&gt;

BUG: 360 (All fop fails when stat-prefetch is loaded on afr.)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=360
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Vinayak Hegde &lt;vinayak@gluster.com&gt;
Signed-off-by: Anand V. Avati &lt;avati@dev.gluster.com&gt;

BUG: 360 (All fop fails when stat-prefetch is loaded on afr.)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=360
</pre>
</div>
</content>
</entry>
<entry>
<title>performance/io-cache: remove caching in lookup.</title>
<updated>2009-10-15T16:26:37+00:00</updated>
<author>
<name>Raghavendra G</name>
<email>raghavendra@gluster.com</email>
</author>
<published>2009-10-15T01:57:58+00:00</published>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/glusterfs.git/commit/?id=a159ebc5c0277797db7937c8489b26e1975dd265'/>
<id>a159ebc5c0277797db7937c8489b26e1975dd265</id>
<content type='text'>
- caching file contents in io-cache during lookup is obsolete since quick-read
    does the same work.

Signed-off-by: Anand V. Avati &lt;avati@dev.gluster.com&gt;

BUG: 314 (Hang in quick-read)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=314
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- caching file contents in io-cache during lookup is obsolete since quick-read
    does the same work.

Signed-off-by: Anand V. Avati &lt;avati@dev.gluster.com&gt;

BUG: 314 (Hang in quick-read)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=314
</pre>
</div>
</content>
</entry>
<entry>
<title>performance/quick-read: frame-&gt;local need not be set in qr_open_cbk.</title>
<updated>2009-10-15T16:19:28+00:00</updated>
<author>
<name>Raghavendra G</name>
<email>raghavendra@gluster.com</email>
</author>
<published>2009-10-15T08:40:53+00:00</published>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/glusterfs.git/commit/?id=d9d268b7983d06cfb6d2b6bea5aca0f4bd60dee7'/>
<id>d9d268b7983d06cfb6d2b6bea5aca0f4bd60dee7</id>
<content type='text'>
- local is used only by certain operations and hence it need not be set by
    all the operations invoking open.

Signed-off-by: Anand V. Avati &lt;avati@dev.gluster.com&gt;

BUG: 323 (fd leak with quick-read loaded in translator tree)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=323
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- local is used only by certain operations and hence it need not be set by
    all the operations invoking open.

Signed-off-by: Anand V. Avati &lt;avati@dev.gluster.com&gt;

BUG: 323 (fd leak with quick-read loaded in translator tree)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=323
</pre>
</div>
</content>
</entry>
<entry>
<title>performance/quick-read: flush should proceed with winding if fd-context is not found.</title>
<updated>2009-10-15T16:19:24+00:00</updated>
<author>
<name>Raghavendra G</name>
<email>raghavendra@gluster.com</email>
</author>
<published>2009-10-14T21:15:52+00:00</published>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/glusterfs.git/commit/?id=db3155c3c8a96bb964408f22d833d3997a64570b'/>
<id>db3155c3c8a96bb964408f22d833d3997a64570b</id>
<content type='text'>
- if the fd-context is not set, quick-read has no role to play other than
    just passing down the call to underlying translators.

Signed-off-by: Anand V. Avati &lt;avati@dev.gluster.com&gt;

BUG: 317 (Data corruption with write-behind loaded in translator tree.)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=317
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- if the fd-context is not set, quick-read has no role to play other than
    just passing down the call to underlying translators.

Signed-off-by: Anand V. Avati &lt;avati@dev.gluster.com&gt;

BUG: 317 (Data corruption with write-behind loaded in translator tree.)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=317
</pre>
</div>
</content>
</entry>
<entry>
<title>performance/quick-read: change the default option values in quick-read.</title>
<updated>2009-10-10T05:48:18+00:00</updated>
<author>
<name>Raghavendra G</name>
<email>raghavendra@gluster.com</email>
</author>
<published>2009-10-09T12:43:36+00:00</published>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/glusterfs.git/commit/?id=358b284535dc7e98d9817c8f63d7659098f5e427'/>
<id>358b284535dc7e98d9817c8f63d7659098f5e427</id>
<content type='text'>
Signed-off-by: Anand V. Avati &lt;avati@dev.gluster.com&gt;

BUG: 238 (Backport quick-read to 2.0 release)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=238
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Anand V. Avati &lt;avati@dev.gluster.com&gt;

BUG: 238 (Backport quick-read to 2.0 release)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=238
</pre>
</div>
</content>
</entry>
<entry>
<title>performance/stat-prefetch: checking for cache and creation if not present is made atomic.</title>
<updated>2009-10-08T06:06:02+00:00</updated>
<author>
<name>Raghavendra G</name>
<email>raghavendra@gluster.com</email>
</author>
<published>2009-10-07T10:09:34+00:00</published>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/glusterfs.git/commit/?id=726ec6f9819bd29bc6e7a75c06a800fa6e6ac10f'/>
<id>726ec6f9819bd29bc6e7a75c06a800fa6e6ac10f</id>
<content type='text'>
Signed-off-by: Anand V. Avati &lt;avati@dev.gluster.com&gt;

BUG: 284 (performance actually decreases for 'ls -l' on a directory containing large number of files with stat-prefetch loaded)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=284
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Anand V. Avati &lt;avati@dev.gluster.com&gt;

BUG: 284 (performance actually decreases for 'ls -l' on a directory containing large number of files with stat-prefetch loaded)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=284
</pre>
</div>
</content>
</entry>
<entry>
<title>performance/stat-prefetch: lookup the path in xattrop if it is not already looked up.</title>
<updated>2009-10-08T06:05:59+00:00</updated>
<author>
<name>Raghavendra G</name>
<email>raghavendra@gluster.com</email>
</author>
<published>2009-10-07T10:09:33+00:00</published>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/glusterfs.git/commit/?id=f23a2c6d3daea2b1afffe5ead931efe9d1164a7d'/>
<id>f23a2c6d3daea2b1afffe5ead931efe9d1164a7d</id>
<content type='text'>
Signed-off-by: Anand V. Avati &lt;avati@dev.gluster.com&gt;

BUG: 284 (performance actually decreases for 'ls -l' on a directory containing large number of files with stat-prefetch loaded)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=284
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Anand V. Avati &lt;avati@dev.gluster.com&gt;

BUG: 284 (performance actually decreases for 'ls -l' on a directory containing large number of files with stat-prefetch loaded)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=284
</pre>
</div>
</content>
</entry>
<entry>
<title>performance/stat-prefetch: implement sp_entrylk.</title>
<updated>2009-10-08T06:05:55+00:00</updated>
<author>
<name>Raghavendra G</name>
<email>raghavendra@gluster.com</email>
</author>
<published>2009-10-07T10:09:30+00:00</published>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/glusterfs.git/commit/?id=2375d4ad16f2bce4c49ed67d2e1273ffce928f9a'/>
<id>2375d4ad16f2bce4c49ed67d2e1273ffce928f9a</id>
<content type='text'>
- sp_entrylk has to send lookup on the path if it is not already looked up.

Signed-off-by: Anand V. Avati &lt;avati@dev.gluster.com&gt;

BUG: 284 (performance actually decreases for 'ls -l' on a directory containing large number of files with stat-prefetch loaded)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=284
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- sp_entrylk has to send lookup on the path if it is not already looked up.

Signed-off-by: Anand V. Avati &lt;avati@dev.gluster.com&gt;

BUG: 284 (performance actually decreases for 'ls -l' on a directory containing large number of files with stat-prefetch loaded)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=284
</pre>
</div>
</content>
</entry>
<entry>
<title>performance/stat-prefetch: implement sp_inodelk.</title>
<updated>2009-10-08T06:05:52+00:00</updated>
<author>
<name>Raghavendra G</name>
<email>raghavendra@gluster.com</email>
</author>
<published>2009-10-07T10:09:29+00:00</published>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/glusterfs.git/commit/?id=09d70bbbfa1cba9be7e6cd22efe1fe5fa1da68b6'/>
<id>09d70bbbfa1cba9be7e6cd22efe1fe5fa1da68b6</id>
<content type='text'>
- sp_inodelk has to send lookup on the path if it is not already looked up.

Signed-off-by: Anand V. Avati &lt;avati@dev.gluster.com&gt;

BUG: 284 (performance actually decreases for 'ls -l' on a directory containing large number of files with stat-prefetch loaded)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=284
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- sp_inodelk has to send lookup on the path if it is not already looked up.

Signed-off-by: Anand V. Avati &lt;avati@dev.gluster.com&gt;

BUG: 284 (performance actually decreases for 'ls -l' on a directory containing large number of files with stat-prefetch loaded)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=284
</pre>
</div>
</content>
</entry>
</feed>
