<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dnbd3.git/src/server/iscsi.c, branch iscsi-refactor</title>
<subtitle>Distributed Network Block Device 3 --rewrite for Kernel 3.x</subtitle>
<id>https://git.openslx.org/dnbd3.git/atom/src/server/iscsi.c?h=iscsi-refactor</id>
<link rel='self' href='https://git.openslx.org/dnbd3.git/atom/src/server/iscsi.c?h=iscsi-refactor'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/'/>
<updated>2025-11-13T13:01:10+00:00</updated>
<entry>
<title>[SERVER] iscsi: Make iscsi_connection stack-allocated</title>
<updated>2025-11-13T13:01:10+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2025-11-13T13:01:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=c72d765b1369e2118f128f643169d4998ad25a83'/>
<id>urn:sha1:c72d765b1369e2118f128f643169d4998ad25a83</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[SERVER] iscsi: May not -&gt; Must not</title>
<updated>2025-11-12T14:03:36+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2025-11-12T14:03:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=c0fb092bec8b4eb2f27d44b6262a118915956757'/>
<id>urn:sha1:c0fb092bec8b4eb2f27d44b6262a118915956757</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[SERVER] iscsi: Replace int8 with uint8, remove unused login flags</title>
<updated>2025-11-12T14:00:25+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2025-11-12T14:00:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=a434b6e4ff2df41efa0c749829d4c66df1c32f34'/>
<id>urn:sha1:a434b6e4ff2df41efa0c749829d4c66df1c32f34</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[SERVER] iscsi: Implement NOP-In on idle timeout</title>
<updated>2025-11-12T13:45:39+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2025-11-12T13:45:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=b9e7b6e1965e76a1bb121a55229e5dbb29ba68ae'/>
<id>urn:sha1:b9e7b6e1965e76a1bb121a55229e5dbb29ba68ae</id>
<content type='text'>
If the socket timeout triggers while we wait for the next iSCSI PDU,
send a NOP-In with the transfer tag set, so that the initiator is
required to send a NOP-Out in response. If the following reveive times
out once again, tear down the connection.
</content>
</entry>
<entry>
<title>[SERVER] iscsi: Fix handling of reason_code in logout request</title>
<updated>2025-11-12T13:41:52+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2025-11-12T13:41:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=7a062ab495c877073a020c3f9396b493d882f326'/>
<id>urn:sha1:7a062ab495c877073a020c3f9396b493d882f326</id>
<content type='text'>
Only the lower 7 bits carry the reason code, mask away highest bit.
</content>
</entry>
<entry>
<title>[SERVER] iscsi: fix typo</title>
<updated>2025-11-11T13:31:18+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2025-11-11T13:31:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=2bec29eff39749423b60d5b6c232e6892898663b'/>
<id>urn:sha1:2bec29eff39749423b60d5b6c232e6892898663b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[SERVER] iscsi: Remove unused defines, move session into connection</title>
<updated>2025-11-11T12:49:56+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2025-11-11T12:42:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=7ea2967e747d53f6875e6bcbeff3f03e99050dc4'/>
<id>urn:sha1:7ea2967e747d53f6875e6bcbeff3f03e99050dc4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[SERVER] iscsi: Report read cache enabled; report maximum prefetch</title>
<updated>2025-11-11T08:50:16+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2025-11-11T08:49:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=fc785bd153846c9818dd49b7e9aec68c91b1752f'/>
<id>urn:sha1:fc785bd153846c9818dd49b7e9aec68c91b1752f</id>
<content type='text'>
ctld is also reporting maximum prefetch values, so let's just do the
same.
</content>
</entry>
<entry>
<title>[SERVER] iscsi: Fix endianness conversion of rotation rate</title>
<updated>2025-11-11T08:49:09+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2025-11-11T08:49:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=0e87331651cf054b36688ebc11975aed8d6b9797'/>
<id>urn:sha1:0e87331651cf054b36688ebc11975aed8d6b9797</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[SERVER] iscsi: Make kernel really fast again</title>
<updated>2025-11-10T11:26:41+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2025-11-10T11:26:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=27a02acb69bcc2fe4fc86065b0b8a3f89ca700c4'/>
<id>urn:sha1:27a02acb69bcc2fe4fc86065b0b8a3f89ca700c4</id>
<content type='text'>
Hopefully for real this time.
</content>
</entry>
</feed>
