<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dnbd3.git/inc/dnbd3/shared, branch master</title>
<subtitle>Distributed Network Block Device 3 --rewrite for Kernel 3.x</subtitle>
<id>https://git.openslx.org/dnbd3.git/atom/inc/dnbd3/shared?h=master</id>
<link rel='self' href='https://git.openslx.org/dnbd3.git/atom/inc/dnbd3/shared?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/'/>
<updated>2025-12-09T14:33:20+00:00</updated>
<entry>
<title>[SERVER] iscsi: Refactor receive function and PDU handling</title>
<updated>2025-12-09T14:33:20+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2025-10-29T17:05:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=062df52ab9f3464ce79ca91d54fa3d2ad209a31b'/>
<id>urn:sha1:062df52ab9f3464ce79ca91d54fa3d2ad209a31b</id>
<content type='text'>
- Fold header/data handling into one function
  This uncovered a few redundant checks
  and makes it easier to reason about control flow

- Make all iscsi_pdu stack-allocated
  This greatly reduces the number of malloc and free calls
  during normal operation, lowers the risk of memory management
  bugs, and potentially increases performance in high concurrency
  scenarios.
</content>
</entry>
<entry>
<title>[SERVER] iscsi: use sendfile()</title>
<updated>2025-12-09T14:33:20+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2025-10-16T12:50:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=619502eea60436f50b63300ab3d4e73077f5194c'/>
<id>urn:sha1:619502eea60436f50b63300ab3d4e73077f5194c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[KERNEL] Removes duplicate word 'of' in license headers</title>
<updated>2021-04-16T06:20:06+00:00</updated>
<author>
<name>Manuel Bentele</name>
</author>
<published>2021-04-16T06:20:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=f7cca217a3696980a72564f57bad4597ddbe9df5'/>
<id>urn:sha1:f7cca217a3696980a72564f57bad4597ddbe9df5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[BUILD] Add support in CMake to validate (lint) the source code</title>
<updated>2021-03-04T07:47:43+00:00</updated>
<author>
<name>Manuel Bentele</name>
</author>
<published>2021-03-04T07:47:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=2b5631eaa444023043a18ff3985f5a0e7a11436a'/>
<id>urn:sha1:2b5631eaa444023043a18ff3985f5a0e7a11436a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[BUILD] add option to build the dnbd3-server with afl-fuzz support</title>
<updated>2020-10-20T13:31:52+00:00</updated>
<author>
<name>Manuel Bentele</name>
</author>
<published>2020-10-20T13:31:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=85c3fe47292f4e4e47a1f58f1347cb1f6d03b37e'/>
<id>urn:sha1:85c3fe47292f4e4e47a1f58f1347cb1f6d03b37e</id>
<content type='text'>
The afl-fuzz support for the dnbd3-server requires an AFL C compiler
like afl-gcc and can be enabled with the CMake option DNBD3_SERVER_AFL.
</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>
</feed>
