<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source3/modules/vfs_commit.c, branch talloc-2.1.6</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>s3/vfs: wrap async io function args inside struct vfs_aio_state</title>
<updated>2016-03-02T00:22:13+00:00</updated>
<author>
<name>Ralph Boehme</name>
<email>slow@samba.org</email>
</author>
<published>2016-02-26T09:54:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=3884a66e174020b009ee8302d21b18d2bceb99c9'/>
<id>3884a66e174020b009ee8302d21b18d2bceb99c9</id>
<content type='text'>
Subsequent commits that are going to track aio request duration in the
aio backends will use this.

Signed-off-by: Ralph Boehme &lt;slow@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Subsequent commits that are going to track aio request duration in the
aio backends will use this.

Signed-off-by: Ralph Boehme &lt;slow@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>vfs_commit: set the fd on open before calling SMB_VFS_FSTAT</title>
<updated>2015-10-08T00:56:41+00:00</updated>
<author>
<name>Uri Simchoni</name>
<email>uri@samba.org</email>
</author>
<published>2015-10-07T19:44:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=5709dece4860f205e31309e31ec4e3e938d9f6a5'/>
<id>5709dece4860f205e31309e31ec4e3e938d9f6a5</id>
<content type='text'>
BUG: https://bugzilla.samba.org/show_bug.cgi?id=11547

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

Autobuild-User(master): Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date(master): Thu Oct  8 02:56:41 CEST 2015 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: https://bugzilla.samba.org/show_bug.cgi?id=11547

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

Autobuild-User(master): Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date(master): Thu Oct  8 02:56:41 CEST 2015 on sn-devel-104
</pre>
</div>
</content>
</entry>
<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>
</feed>
