<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source3/modules/vfs_prealloc.c, branch talloc-2.0.0</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>Fix breakage for connect function after API change (connect -&gt; connect_fn)</title>
<updated>2009-08-02T17:31:19+00:00</updated>
<author>
<name>Alexander Bokovoy</name>
<email>ab@samba.org</email>
</author>
<published>2009-08-02T14:42:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=20d93b5b604da8a81d6435983fe2e3c33673b06c'/>
<id>20d93b5b604da8a81d6435983fe2e3c33673b06c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
<entry>
<title>s3: Change SMB_VFS_OPEN to take an smb_filename struct</title>
<updated>2009-06-18T03:11:53+00:00</updated>
<author>
<name>Tim Prouty</name>
<email>tprouty@samba.org</email>
</author>
<published>2009-06-16T19:01:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=4e3656b8d1d0bf8c0c4ade01332e7384ea890810'/>
<id>4e3656b8d1d0bf8c0c4ade01332e7384ea890810</id>
<content type='text'>
This was a little messy because of all of the vfs modules I had to
touch.  Most of them were pretty straight forward, but the streams
modules required a little attention to handle smb_filename.  Since the
use of smb_filename enables the vfs modules to access the raw,
over-the-wire stream, a little bit of the handling that was being done
by split_ntfs_stream_name has now been shifted into the individual
stream modules.  It may be a little more code, but overall it gives
more flexibility to the streams modules, while also allowing correct
stream handling.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was a little messy because of all of the vfs modules I had to
touch.  Most of them were pretty straight forward, but the streams
modules required a little attention to handle smb_filename.  Since the
use of smb_filename enables the vfs modules to access the raw,
over-the-wire stream, a little bit of the handling that was being done
by split_ntfs_stream_name has now been shifted into the individual
stream modules.  It may be a little more code, but overall it gives
more flexibility to the streams modules, while also allowing correct
stream handling.
</pre>
</div>
</content>
</entry>
<entry>
<title>s3 vfs: Add a destructor to the fsp extension data API</title>
<updated>2009-02-10T07:46:12+00:00</updated>
<author>
<name>Tim Prouty</name>
<email>tprouty@samba.org</email>
</author>
<published>2009-02-01T04:51:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=122dbbf00acc1768f98e5b57e94aab2b61671f40'/>
<id>122dbbf00acc1768f98e5b57e94aab2b61671f40</id>
<content type='text'>
I'm not certain if the dummy pointer is needed in struct vfs_fsp_data,
but I added it to be consistent with the comment below.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I'm not certain if the dummy pointer is needed in struct vfs_fsp_data,
but I added it to be consistent with the comment below.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug #5929 - vfs_prealloc does not build with option --with-cluster-support and GPFS</title>
<updated>2008-12-04T21:55:12+00:00</updated>
<author>
<name>Henning Henkel</name>
<email>henning.henkel@fh-furtwangen.de</email>
</author>
<published>2008-12-04T21:55:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=09b4a9513cf0be52dcd43660ae384b8f7c398287'/>
<id>09b4a9513cf0be52dcd43660ae384b8f7c398287</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>From: David Disseldorp &lt;ddiss@sgi.com&gt;</title>
<updated>2008-02-21T06:10:54+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2008-02-21T06:10:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=94ed19c4a89003cb53c9dcfd068246806028e038'/>
<id>94ed19c4a89003cb53c9dcfd068246806028e038</id>
<content type='text'>
The vfs_prealloc module makes use of the now redundant fd parameter for
SMB_VFS_FTRUNCATE(), instead get the fd from the files_struct.

Patch for Samba 3.2 Test branch below.

Cheers, David D
(This used to be commit d9b72282c63b57c8e54131306b2a3028a1ea41dc)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The vfs_prealloc module makes use of the now redundant fd parameter for
SMB_VFS_FTRUNCATE(), instead get the fd from the files_struct.

Patch for Samba 3.2 Test branch below.

Cheers, David D
(This used to be commit d9b72282c63b57c8e54131306b2a3028a1ea41dc)
</pre>
</div>
</content>
</entry>
<entry>
<title>Support GPFS prealloc interface</title>
<updated>2008-01-16T09:19:51+00:00</updated>
<author>
<name>Alexander Bokovoy</name>
<email>ab@samba.org</email>
</author>
<published>2008-01-16T09:19:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=c283c1bb8b3a167ab20140dac914f3b6ddc21aec'/>
<id>c283c1bb8b3a167ab20140dac914f3b6ddc21aec</id>
<content type='text'>
Signed-off-by: Alexander Bokovoy &lt;ab@samba.org&gt;(This used to be commit c26e355533e473c4386d0e6d651637e71d4231dc)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Alexander Bokovoy &lt;ab@samba.org&gt;(This used to be commit c26e355533e473c4386d0e6d651637e71d4231dc)
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove redundant parameter fd from SMB_VFS_FTRUNCATE().</title>
<updated>2008-01-07T14:59:02+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2008-01-07T14:55:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=b457b94bb86897b7020c6f300cd19a3d8e192610'/>
<id>b457b94bb86897b7020c6f300cd19a3d8e192610</id>
<content type='text'>
Michael
(This used to be commit 2ad66050a0452b8e7e08b1e7a01efa00c72fd451)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Michael
(This used to be commit 2ad66050a0452b8e7e08b1e7a01efa00c72fd451)
</pre>
</div>
</content>
</entry>
<entry>
<title>r23801: The FSF has moved around a lot. This fixes their Mass Ave address.</title>
<updated>2007-10-10T17:28:27+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2007-07-10T05:23:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=153cfb9c83534b09f15cc16205d7adb19b394928'/>
<id>153cfb9c83534b09f15cc16205d7adb19b394928</id>
<content type='text'>
(This used to be commit 87c91e4362c51819032bfbebbb273c52e203b227)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit 87c91e4362c51819032bfbebbb273c52e203b227)
</pre>
</div>
</content>
</entry>
<entry>
<title>r23779: Change from v2 or later to v3 or later.</title>
<updated>2007-10-10T17:28:20+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2007-07-09T19:25:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=d824b98f80ba186030cbb70b3a1e5daf80469ecd'/>
<id>d824b98f80ba186030cbb70b3a1e5daf80469ecd</id>
<content type='text'>
Jeremy.
(This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Jeremy.
(This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
</pre>
</div>
</content>
</entry>
</feed>
