<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dnbd3.git/src/server/locks.c, branch isfant</title>
<subtitle>Distributed Network Block Device 3 --rewrite for Kernel 3.x</subtitle>
<id>https://git.openslx.org/dnbd3.git/atom/src/server/locks.c?h=isfant</id>
<link rel='self' href='https://git.openslx.org/dnbd3.git/atom/src/server/locks.c?h=isfant'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/'/>
<updated>2020-10-16T15:15:49+00:00</updated>
<entry>
<title>[BUILD] rewrite CMake build system to track changes of source files</title>
<updated>2020-10-16T15:15:49+00:00</updated>
<author>
<name>Manuel Bentele</name>
</author>
<published>2020-10-16T15:15:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=969496f15e1e0359e26c2c6e995ad4ef82720f86'/>
<id>urn:sha1:969496f15e1e0359e26c2c6e995ad4ef82720f86</id>
<content type='text'>
This change restructures the source code directories, separates shared
form non-shared application code and adds CMake dependencies. These
dependencies allow the tracking of changes and trigger a rebuild of
those build targets where changed files are involved.

WARNING: Note that the support of the DNBD3_SERVER_AFL build option is
not supported yet. Thus, the option should be never turned on.
</content>
</entry>
<entry>
<title>[SERVER] Make lock/thread debugging dedicated cmake option</title>
<updated>2020-03-23T10:32:29+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2020-03-23T10:32:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=411051a14781b004705e45e6fb2842e0b635812e'/>
<id>urn:sha1:411051a14781b004705e45e6fb2842e0b635812e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[SERVER] Better lock debugging: Always check lock order</title>
<updated>2019-08-07T15:11:51+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2019-08-07T15:11:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=be7d7d95850c30a154aaa56e95d6a7f36793409d'/>
<id>urn:sha1:be7d7d95850c30a154aaa56e95d6a7f36793409d</id>
<content type='text'>
Lock order is predefined in locks.h. Immediately bail out if a lock with
lower priority is obtained while the same thread already holds one with
higher priority.
</content>
</entry>
<entry>
<title>[SERVER] Improve debug output if a locked lock gets destroyed</title>
<updated>2019-08-06T09:46:05+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2019-08-06T09:46:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=8e152f715c015cbd1821ae9422d75db02a04573b'/>
<id>urn:sha1:8e152f715c015cbd1821ae9422d75db02a04573b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[SERVER] Turn all spinlocks into mutexes</title>
<updated>2019-07-26T15:22:56+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2019-07-26T15:22:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=b071050dd6a99c54c5995dc0f5694edd847a2792'/>
<id>urn:sha1:b071050dd6a99c54c5995dc0f5694edd847a2792</id>
<content type='text'>
Just assume sane platforms offer smart mutexes
that have a fast-path with spinlocks internally
for locks that have little to no congestion.
In all other cases, mutexes should perform better
anyways.
</content>
</entry>
<entry>
<title>[*] Mark logadd() as printf-style function, fix errors that it revealed</title>
<updated>2017-10-31T22:21:30+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2017-10-31T22:21:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=858fef5c8fc0c1b4c237dc65499756c3664492d8'/>
<id>urn:sha1:858fef5c8fc0c1b4c237dc65499756c3664492d8</id>
<content type='text'>
...there were quite a few format string errors as it turns out :/
</content>
</entry>
<entry>
<title>[SERVER] Use monotonic clock for measuring time</title>
<updated>2017-10-19T11:41:51+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2017-10-19T11:41:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=f366a2b2e8499c94521475ffa6bca998a3aaadd0'/>
<id>urn:sha1:f366a2b2e8499c94521475ffa6bca998a3aaadd0</id>
<content type='text'>
Introduces new shared source unit timing.[ch]
Closes #3214
</content>
</entry>
<entry>
<title>[SERVER] Bump debug lock tracking limits</title>
<updated>2016-07-13T14:51:19+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2016-07-13T14:51:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=19ed0dfe74d0d287a1883f4f20c12c69be7d694b'/>
<id>urn:sha1:19ed0dfe74d0d287a1883f4f20c12c69be7d694b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[SERVER] Fix formatting</title>
<updated>2016-03-22T14:58:13+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2016-03-22T14:58:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=549a53070ae03b47e11943727afe4f8927cb6c42'/>
<id>urn:sha1:549a53070ae03b47e11943727afe4f8927cb6c42</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cleanup commits</title>
<updated>2016-02-10T23:09:39+00:00</updated>
<author>
<name>Sebastian</name>
</author>
<published>2016-02-10T20:14:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=34ddebc84cb9ea933cfdb9cc3fa688b6a2fae78e'/>
<id>urn:sha1:34ddebc84cb9ea933cfdb9cc3fa688b6a2fae78e</id>
<content type='text'>
</content>
</entry>
</feed>
