<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dnbd3.git/src/fuse/connection.h, branch isfant</title>
<subtitle>Distributed Network Block Device 3 --rewrite for Kernel 3.x</subtitle>
<id>https://git.openslx.org/dnbd3.git/atom/src/fuse/connection.h?h=isfant</id>
<link rel='self' href='https://git.openslx.org/dnbd3.git/atom/src/fuse/connection.h?h=isfant'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/'/>
<updated>2024-05-13T16:25:14+00:00</updated>
<entry>
<title>[FUSE] basic cow implementation &amp; rudimentary tests</title>
<updated>2024-05-13T16:25:14+00:00</updated>
<author>
<name>Michael Scherle</name>
</author>
<published>2022-02-17T17:58:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=d92d1d3faf7cde517d8c3fe914301eb5aa872f62'/>
<id>urn:sha1:d92d1d3faf7cde517d8c3fe914301eb5aa872f62</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[BUILD] fixes issues to build user space programs on FreeBSD 12.1</title>
<updated>2020-10-19T12:44:05+00:00</updated>
<author>
<name>Manuel Bentele</name>
</author>
<published>2020-10-19T12:35:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=f617270a773669885f263e394f8a10553e110e28'/>
<id>urn:sha1:f617270a773669885f263e394f8a10553e110e28</id>
<content type='text'>
</content>
</entry>
<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>[FUSE] Fix returning pending request on RTT measurement</title>
<updated>2020-07-24T12:24:38+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2020-07-24T12:24:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=fa9c5cb8c07f98511e98572c379c63a2f9afc425'/>
<id>urn:sha1:fa9c5cb8c07f98511e98572c379c63a2f9afc425</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[FUSE] Refactor signal handling on termination again</title>
<updated>2020-07-24T09:24:42+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2020-07-24T09:24:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=df2887b3f9261373dd462c59b15c9e6f40c3afa5'/>
<id>urn:sha1:df2887b3f9261373dd462c59b15c9e6f40c3afa5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[FUSE] Properly signal worker threads to exit on shutdown</title>
<updated>2020-07-21T14:44:45+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2020-07-21T14:44:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=d6cd84358f729fbd01579605e4f325c737728ba1'/>
<id>urn:sha1:d6cd84358f729fbd01579605e4f325c737728ba1</id>
<content type='text'>
Our main signal handler sends SUGHUP to the receiver and background
threads, so if they block in some recv() or poll() they will get EINTR
and can check keepRunning.
</content>
</entry>
<entry>
<title>[FUSE] Formatting</title>
<updated>2020-07-21T13:47:28+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2020-07-21T13:47:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=e71e747cf7173f6fe4d1b113364c0e458e83f129'/>
<id>urn:sha1:e71e747cf7173f6fe4d1b113364c0e458e83f129</id>
<content type='text'>
</content>
</entry>
<entry>
<title>leak fix in main</title>
<updated>2020-01-12T20:24:14+00:00</updated>
<author>
<name>ln-tech</name>
</author>
<published>2020-01-12T20:24:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=911d4130c6ab1e41e2c57c8ba6454b37633f8750'/>
<id>urn:sha1:911d4130c6ab1e41e2c57c8ba6454b37633f8750</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed code: removed useless splicing, code optimization, commandline arguments fixed, auto_cache in lowlevel activated, multi and single threaded modes are supported now</title>
<updated>2020-01-08T21:23:28+00:00</updated>
<author>
<name>ln-tech</name>
</author>
<published>2020-01-08T21:23:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=68148447b090749057dc2815fb6f684c6ffbd66a'/>
<id>urn:sha1:68148447b090749057dc2815fb6f684c6ffbd66a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>code fixes, keepRunning is back, threads seem to be safe</title>
<updated>2019-11-15T07:14:12+00:00</updated>
<author>
<name>ln-tech</name>
</author>
<published>2019-11-15T07:14:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=95a64fe27f01bfe5019ee9dd92d2cceb5b4b2742'/>
<id>urn:sha1:95a64fe27f01bfe5019ee9dd92d2cceb5b4b2742</id>
<content type='text'>
</content>
</entry>
</feed>
