<feed xmlns='http://www.w3.org/2005/Atom'>
<title>glusterfs.git/xlators/features/trash/src/trash.h, branch v3.1.0qa16</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/glusterfs.git/'/>
<entry>
<title>features/trash convert STACK_UNWIND TO STACK_UNWIND STRICT</title>
<updated>2010-07-20T16:45:44+00:00</updated>
<author>
<name>shishir gowda</name>
<email>shishirng@gluster.com</email>
</author>
<published>2010-07-20T04:24:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/glusterfs.git/commit/?id=22516806e1c0c7830362f8d7fe055037df0d09e8'/>
<id>22516806e1c0c7830362f8d7fe055037df0d09e8</id>
<content type='text'>
Signed-off-by: shishir gowda &lt;shishirng@gluster.com&gt;
Signed-off-by: Anand V. Avati &lt;avati@dev.gluster.com&gt;

BUG: 269 (Add a specialized STACK_UNWIND macro for each FOP)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=269
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: shishir gowda &lt;shishirng@gluster.com&gt;
Signed-off-by: Anand V. Avati &lt;avati@dev.gluster.com&gt;

BUG: 269 (Add a specialized STACK_UNWIND macro for each FOP)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=269
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed occurrences of Z Research to Gluster</title>
<updated>2009-12-07T14:09:02+00:00</updated>
<author>
<name>Vijay Bellur</name>
<email>vijay@gluster.com</email>
</author>
<published>2009-12-07T02:07:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/glusterfs.git/commit/?id=f0a026b837df2c85d44e1991a802d00201402a47'/>
<id>f0a026b837df2c85d44e1991a802d00201402a47</id>
<content type='text'>
Signed-off-by: Vijay Bellur &lt;vijay@gluster.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Vijay Bellur &lt;vijay@gluster.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>trash_unlink fop added</title>
<updated>2009-12-01T18:02:52+00:00</updated>
<author>
<name>Amar Tumballi</name>
<email>amar@gluster.com</email>
</author>
<published>2009-11-30T01:18:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/glusterfs.git/commit/?id=056e3e7a56a24291c6f07b9ef572ee8c8ff7c700'/>
<id>056e3e7a56a24291c6f07b9ef572ee8c8ff7c700</id>
<content type='text'>
Signed-off-by: Amar Tumballi &lt;amar@gluster.com&gt;
Signed-off-by: Anand V. Avati &lt;avati@dev.gluster.com&gt;

BUG: 142 (enhance features/trash  translator so it can work on client side too..)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=142
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Amar Tumballi &lt;amar@gluster.com&gt;
Signed-off-by: Anand V. Avati &lt;avati@dev.gluster.com&gt;

BUG: 142 (enhance features/trash  translator so it can work on client side too..)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=142
</pre>
</div>
</content>
</entry>
<entry>
<title>features/trash initial cleanup commit</title>
<updated>2009-12-01T18:02:48+00:00</updated>
<author>
<name>Amar Tumballi</name>
<email>amar@gluster.com</email>
</author>
<published>2009-11-30T01:16:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/glusterfs.git/commit/?id=936001b147a3adcf9731d02e8f2fb62e5e50caf4'/>
<id>936001b147a3adcf9731d02e8f2fb62e5e50caf4</id>
<content type='text'>
* support O_TRUNC flag in open (call comes to FS as 'truncate'
  or 'ftruncate' fop)
* option to provide 'eliminate-pattern' so those files matching
  won't be kept in trash. Eg:
      option eliminate-pattern *.out|*~
* option to give 'maximum' file size to keep in trash, ie, when a
  20GB file is deleted, it won't be kept in trash if max file size
  given is 1GB. Eg:
      option max-trashable-file-size 1GB

These particular features are developped as a part of college project
by following team:

Sunil bhagwath &lt;sunilkbhagwat@gmail.com&gt;
Yashaswi Kumar &lt;yashaswikumar@gmail.com&gt;
Rashmi B K     &lt;rashmibk17@gmail.com&gt;
Sandeep M      &lt;astrophyster@gmail.com&gt;

Submitting after minor coding standard edits and memoryleak fixes.

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

BUG: 142 (enhance features/trash  translator so it can work on client side too..)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=142
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* support O_TRUNC flag in open (call comes to FS as 'truncate'
  or 'ftruncate' fop)
* option to provide 'eliminate-pattern' so those files matching
  won't be kept in trash. Eg:
      option eliminate-pattern *.out|*~
* option to give 'maximum' file size to keep in trash, ie, when a
  20GB file is deleted, it won't be kept in trash if max file size
  given is 1GB. Eg:
      option max-trashable-file-size 1GB

These particular features are developped as a part of college project
by following team:

Sunil bhagwath &lt;sunilkbhagwat@gmail.com&gt;
Yashaswi Kumar &lt;yashaswikumar@gmail.com&gt;
Rashmi B K     &lt;rashmibk17@gmail.com&gt;
Sandeep M      &lt;astrophyster@gmail.com&gt;

Submitting after minor coding standard edits and memoryleak fixes.

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

BUG: 142 (enhance features/trash  translator so it can work on client side too..)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=142
</pre>
</div>
</content>
</entry>
</feed>
