<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source3/modules/vfs_commit.c, branch talloc-2.1.2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/'/>
<entry>
<title>smbd: Fix bug 9544, part 2</title>
<updated>2013-01-14T23:55:51+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2013-01-14T20:37:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=a82db92a8a68f6e33e20fd2b55401225d91345cf'/>
<id>a82db92a8a68f6e33e20fd2b55401225d91345cf</id>
<content type='text'>
Plug in async pwrite

Reviewed by: Jeremy Allison &lt;jra@samba.org&gt;

Autobuild-User(master): Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date(master): Tue Jan 15 00:55:51 CET 2013 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Plug in async pwrite

Reviewed by: Jeremy Allison &lt;jra@samba.org&gt;

Autobuild-User(master): Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date(master): Tue Jan 15 00:55:51 CET 2013 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>smbd: Fix bug 9544, part 1</title>
<updated>2013-01-14T21:45:00+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2013-01-14T20:36:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=215427202ad993ad48d0ea4c47ac4435fc4610fb'/>
<id>215427202ad993ad48d0ea4c47ac4435fc4610fb</id>
<content type='text'>
Adapt the sync function names

Reviewed by: Jeremy Allison &lt;jra@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adapt the sync function names

Reviewed by: Jeremy Allison &lt;jra@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Remove SMB_OFF_T, replace with off_t</title>
<updated>2012-04-05T23:47:43+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2012-04-05T04:53:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=6aa12fcb30c8f7246fd0215b1d808191c0d87668'/>
<id>6aa12fcb30c8f7246fd0215b1d808191c0d87668</id>
<content type='text'>
Now that we always require a 64 bit off_t, we no longer need SMB_OFF_T.

Andrew Bartlett

Autobuild-User: Andrew Bartlett &lt;abartlet@samba.org&gt;
Autobuild-Date: Fri Apr  6 01:47:43 CEST 2012 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that we always require a 64 bit off_t, we no longer need SMB_OFF_T.

Andrew Bartlett

Autobuild-User: Andrew Bartlett &lt;abartlet@samba.org&gt;
Autobuild-Date: Fri Apr  6 01:47:43 CEST 2012 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s3: Attempt to fix the vfs_commit module</title>
<updated>2011-11-30T20:46:09+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2011-11-30T17:51:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=b638abf70a3c9b2815344454946c0931295551be'/>
<id>b638abf70a3c9b2815344454946c0931295551be</id>
<content type='text'>
This bug went in in 2007. I wonder how much this module is actually used....

Autobuild-User: Volker Lendecke &lt;vlendec@samba.org&gt;
Autobuild-Date: Wed Nov 30 21:46:09 CET 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This bug went in in 2007. I wonder how much this module is actually used....

Autobuild-User: Volker Lendecke &lt;vlendec@samba.org&gt;
Autobuild-Date: Wed Nov 30 21:46:09 CET 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s3:vfs_commit: fix build</title>
<updated>2011-06-24T12:51:31+00:00</updated>
<author>
<name>Björn Jacke</name>
<email>bj@sernet.de</email>
</author>
<published>2011-06-24T11:37:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=d4ea319e7ad9ee2fc2fad0c016845f820681569a'/>
<id>d4ea319e7ad9ee2fc2fad0c016845f820681569a</id>
<content type='text'>
fix build

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;

Autobuild-User: Björn Jacke &lt;bj@sernet.de&gt;
Autobuild-Date: Fri Jun 24 14:51:31 CEST 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix build

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;

Autobuild-User: Björn Jacke &lt;bj@sernet.de&gt;
Autobuild-Date: Fri Jun 24 14:51:31 CEST 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-vfs: rename open function to open_fn.</title>
<updated>2011-04-21T00:01:20+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gd@samba.org</email>
</author>
<published>2011-04-20T20:55:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=c7073f8b545976719bfdba7b7bbd460d595041d5'/>
<id>c7073f8b545976719bfdba7b7bbd460d595041d5</id>
<content type='text'>
This should finally fix the AIX build and allow to remove AIX specific ifdefs.

Guenther

Signed-off-by: Jeremy Allison &lt;jra@samba.org&gt;

Autobuild-User: Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date: Thu Apr 21 02:01:20 CEST 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should finally fix the AIX build and allow to remove AIX specific ifdefs.

Guenther

Signed-off-by: Jeremy Allison &lt;jra@samba.org&gt;

Autobuild-User: Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date: Thu Apr 21 02:01:20 CEST 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-vfs: include smbd/smbd.h in vfs modules.</title>
<updated>2011-03-29T23:13:08+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gd@samba.org</email>
</author>
<published>2011-03-22T21:34:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=45364f5e69c4ef00f6870e11213da930e802b6d0'/>
<id>45364f5e69c4ef00f6870e11213da930e802b6d0</id>
<content type='text'>
Guenther
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Guenther
</pre>
</div>
</content>
</entry>
<entry>
<title>vfs_commit: print warning when no fsync support is there</title>
<updated>2010-01-06T17:28:16+00:00</updated>
<author>
<name>Björn Jacke</name>
<email>bj@sernet.de</email>
</author>
<published>2009-12-13T20:56:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=350db0bf2548bd670ebff4587580ba9ca9212ac8'/>
<id>350db0bf2548bd670ebff4587580ba9ca9212ac8</id>
<content type='text'>
this one was part of an old patch from jpeach.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this one was part of an old patch from jpeach.
</pre>
</div>
</content>
</entry>
<entry>
<title>Restructure the connect function code to always call</title>
<updated>2009-11-30T23:53:04+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2009-11-30T23:53:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=8303bc49a45d5bab0cdbd4f2d793088f600f715f'/>
<id>8303bc49a45d5bab0cdbd4f2d793088f600f715f</id>
<content type='text'>
down to NEXT-&gt; before initializing. This allows us to
do cleanup (by calling DISCONNECT) if initialization
fails. Also fix vfs_acl_xattr which was failing to
call the NEXT connect function.
Jeremy.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
down to NEXT-&gt; before initializing. This allows us to
do cleanup (by calling DISCONNECT) if initialization
fails. Also fix vfs_acl_xattr which was failing to
call the NEXT connect function.
Jeremy.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the smbd VFS typesafe</title>
<updated>2009-07-24T15:42:05+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2009-07-24T00:28:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=033185e2a1b2892fe8dc74a18a38e5e13e08cb22'/>
<id>033185e2a1b2892fe8dc74a18a38e5e13e08cb22</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
