<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source3/include/locking.h, branch talloc-2.4.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>s3: smbd: Add "enum brl_flavour" to struct smbd_lock_element.</title>
<updated>2022-01-06T15:11:38+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2021-11-16T22:26:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=9a0212800cbc51e51e069334f1d5f3aa0e239086'/>
<id>9a0212800cbc51e51e069334f1d5f3aa0e239086</id>
<content type='text'>
Initialized correctly but not yet used.
Will allow 'brl_flavour' to be removed from lock calls.
This will allow SMB2 POSIX handles to call with POSIX_LOCK
flavour instead of always using WINDOWS_LOCK (as now).

Signed-off-by: Jeremy Allison &lt;jra@samba.org&gt;
Reviewed-by: Noel Power &lt;npower@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Initialized correctly but not yet used.
Will allow 'brl_flavour' to be removed from lock calls.
This will allow SMB2 POSIX handles to call with POSIX_LOCK
flavour instead of always using WINDOWS_LOCK (as now).

Signed-off-by: Jeremy Allison &lt;jra@samba.org&gt;
Reviewed-by: Noel Power &lt;npower@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>smbd: Move "struct share_mode_lock" to share_mode_lock.h</title>
<updated>2020-11-10T19:49:34+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2020-11-04T10:34:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=2fe1e601c90607062418cafb64cf6c063179ebde'/>
<id>2fe1e601c90607062418cafb64cf6c063179ebde</id>
<content type='text'>
share_mode_lock.c is where it's created

Signed-off-by: Volker Lendecke &lt;vl@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>
share_mode_lock.c is where it's created

Signed-off-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>locking: Move br_off typedef to where it's used</title>
<updated>2020-05-05T11:48:38+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2020-04-27T09:49:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=e96f6b0f8863ae45fac7475793cd80e673df7bb4'/>
<id>e96f6b0f8863ae45fac7475793cd80e673df7bb4</id>
<content type='text'>
Signed-off-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Ralph Boehme &lt;slow@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Ralph Boehme &lt;slow@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>s3:locking: add brl_req_guid() and brl_req_mem_ctx() helper functions</title>
<updated>2019-09-09T14:23:41+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2019-08-08T17:26:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=66d92f37c3a643d97489a59bb6d1e75e91528c20'/>
<id>66d92f37c3a643d97489a59bb6d1e75e91528c20</id>
<content type='text'>
This allows the vfs backend to detect a retry and keep state between
the retries.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14113

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
Reviewed-by: Volker Lendecke &lt;vl@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows the vfs backend to detect a retry and keep state between
the retries.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14113

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
Reviewed-by: Volker Lendecke &lt;vl@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>smbd: Remove struct blocking_lock_record</title>
<updated>2019-06-20T23:39:34+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2019-06-20T18:58:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=d4ace83baaa47fe36dd4b0ab9472933ef09b4eb6'/>
<id>d4ace83baaa47fe36dd4b0ab9472933ef09b4eb6</id>
<content type='text'>
Forgot that one in the last patches

Signed-off-by: Volker Lendecke &lt;vl@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 Jun 20 23:39:34 UTC 2019 on sn-devel-184
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Forgot that one in the last patches

Signed-off-by: Volker Lendecke &lt;vl@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 Jun 20 23:39:34 UTC 2019 on sn-devel-184
</pre>
</div>
</content>
</entry>
<entry>
<title>smbd: Remove unused brlock code</title>
<updated>2019-06-20T17:18:19+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2019-06-20T09:07:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=871bb7562cad1d4a9dccab602880d2ef3fffd75c'/>
<id>871bb7562cad1d4a9dccab602880d2ef3fffd75c</id>
<content type='text'>
No PENDING locks in brlock.tdb anymore.

Signed-off-by: Volker Lendecke &lt;vl@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>
No PENDING locks in brlock.tdb anymore.

Signed-off-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>smbd: Move "struct byte_range_lock" definition to brlock.c</title>
<updated>2013-09-11T06:27:11+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2013-09-10T17:42:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=20cc710920d286f99f71bf0cf4ca95a7d17935dc'/>
<id>20cc710920d286f99f71bf0cf4ca95a7d17935dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>smbd: Fix blank line endings</title>
<updated>2013-09-11T06:27:10+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2013-09-10T11:35:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=e533bf3ef168424234a10331fa4edf98dacb3a4b'/>
<id>e533bf3ef168424234a10331fa4edf98dacb3a4b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s3:include: change lock_struct-&gt;fnum to uint64_t</title>
<updated>2012-06-06T21:21:59+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2012-06-06T13:42:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=1c01cb45101a2f0193921ba967f800bdf6bb83cb'/>
<id>1c01cb45101a2f0193921ba967f800bdf6bb83cb</id>
<content type='text'>
Note: this changes the format of brlock.tdb!

Pair-Programmed-With: Stefan Metzmacher &lt;metze@samba.org&gt;

Autobuild-User: Michael Adam &lt;obnox@samba.org&gt;
Autobuild-Date: Wed Jun  6 23:22:00 CEST 2012 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Note: this changes the format of brlock.tdb!

Pair-Programmed-With: Stefan Metzmacher &lt;metze@samba.org&gt;

Autobuild-User: Michael Adam &lt;obnox@samba.org&gt;
Autobuild-Date: Wed Jun  6 23:22:00 CEST 2012 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s3:include: change lock_context-&gt;tid to uint32_t</title>
<updated>2012-06-06T17:37:14+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2012-06-06T13:33:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=fab660780ab5f3afda11ae3daee8f50571fc4145'/>
<id>fab660780ab5f3afda11ae3daee8f50571fc4145</id>
<content type='text'>
Note: this changes for format of brlock.tdb!

Pair-Programmed-With: Stefan Metzmacher &lt;metze@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Note: this changes for format of brlock.tdb!

Pair-Programmed-With: Stefan Metzmacher &lt;metze@samba.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
