<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dnbd3.git/src/kernel/sysfs.c, branch v3.10.1</title>
<subtitle>Distributed Network Block Device 3 --rewrite for Kernel 3.x</subtitle>
<id>https://git.openslx.org/dnbd3.git/atom/src/kernel/sysfs.c?h=v3.10.1</id>
<link rel='self' href='https://git.openslx.org/dnbd3.git/atom/src/kernel/sysfs.c?h=v3.10.1'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/'/>
<updated>2021-04-16T06:20:06+00:00</updated>
<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>[KERNEL] Overhaul sysfs files</title>
<updated>2021-03-26T12:48:24+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2021-03-26T12:48:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=052a248020ac82a2d090537e8986fcf2a37640e5'/>
<id>urn:sha1:052a248020ac82a2d090537e8986fcf2a37640e5</id>
<content type='text'>
Remove superflous, reduntant or otherwise useless
information. Use space as separator instead of comma
for better readability and easier parsing in shell etc.
</content>
</entry>
<entry>
<title>[KERNEL] Use sockaddr instead of dnbd3_host_t where possible</title>
<updated>2021-03-24T15:07:15+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2021-03-24T15:07:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=c73bc9413da8bc964d82e0a58525c7280cc1a456'/>
<id>urn:sha1:c73bc9413da8bc964d82e0a58525c7280cc1a456</id>
<content type='text'>
Convert dnbd3_host_t to struct sockaddr immediately when
adding alt servers, so we don't have to convert it every time
we establish a connection. Additionally we can now use %pISpc
in printf-like functions instead of having if/else constructs
whenever we want to print an address.
</content>
</entry>
<entry>
<title>[KERNEL] Refactor code to satisfy Linux kernel code style</title>
<updated>2021-03-12T13:52:47+00:00</updated>
<author>
<name>Manuel Bentele</name>
</author>
<published>2021-03-12T13:52:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=52a4ac3ede9b5bbc8015105d6fd5524c70e9bef5'/>
<id>urn:sha1:52a4ac3ede9b5bbc8015105d6fd5524c70e9bef5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[KERNEL] convert debug messages and clean up code</title>
<updated>2020-08-28T12:50:51+00:00</updated>
<author>
<name>Manuel Bentele</name>
</author>
<published>2020-08-28T12:50:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=042b7ca9932f05ed7c69efc7b15fa58e42c6eb3c'/>
<id>urn:sha1:042b7ca9932f05ed7c69efc7b15fa58e42c6eb3c</id>
<content type='text'>
This change converts all debug messages to support the Linux kernel's
dynamic debug feature. Debug messages can be enabled or disabled by
the debug feature if the

  - kernel module is built in debug mode (EXTRA_CFLAGS=-g -DDEBUG)
  - Linux kernel supports dynamic debug (CONFIG_DYNAMIC_DEBUG is set)

This patch removes outdated kernel compatibility macros (used for Linux
kernels in version 4.x) and cleans up the kernel module's code.
</content>
</entry>
<entry>
<title>[*] Introduce constants for IPv4/6 in dnbd3_host_t</title>
<updated>2017-10-28T12:56:58+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2017-10-28T12:56:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=c8c62246f84b5d9d4a496097f043696e2d9ba0bb'/>
<id>urn:sha1:c8c62246f84b5d9d4a496097f043696e2d9ba0bb</id>
<content type='text'>
AF_INET luckily was "2" on all platforms checked, so no problems
there with interoperation, but AF_INET6 is different between
Linux, BSD, Windows and possibly others, so map back and forth
between AF_INET/AF_INET6 and HOST_IP4/HOST_IP6 to fix this.
</content>
</entry>
<entry>
<title>[SERVER] Crank up warning levels of gcc and fix them all (mostly sign compare and some unused params)</title>
<updated>2015-01-14T12:55:34+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2015-01-14T12:55:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=f9b94dcafa867c38dfaeb9b24f37b392d1ad80d8'/>
<id>urn:sha1:f9b94dcafa867c38dfaeb9b24f37b392d1ad80d8</id>
<content type='text'>
Also allow newline at end of alt-servers file without complaining about it
not being a valid alt server definition.
</content>
</entry>
<entry>
<title>[SERVER] Check which dnbd3 devices are idle and ready to use for proxy mode</title>
<updated>2012-09-03T19:00:26+00:00</updated>
<author>
<name>sr</name>
</author>
<published>2012-09-03T19:00:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=60b2ba6ef9ed779d750958b6422f05c93a4a2d91'/>
<id>urn:sha1:60b2ba6ef9ed779d750958b6422f05c93a4a2d91</id>
<content type='text'>
[SERVER] Skeleton of server-to-server communication
[SERVER] Update access-time of images in use by actual clients
[*] Add dnbd3_host_t type to handle address+port+addrtype consistently across the project
</content>
</entry>
<entry>
<title>[*] Fixed and unified formatting</title>
<updated>2012-09-03T13:27:36+00:00</updated>
<author>
<name>sr</name>
</author>
<published>2012-09-03T13:27:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=a55be46ec7a281f5c3d41d48edf32e57ef5e4ba1'/>
<id>urn:sha1:a55be46ec7a281f5c3d41d48edf32e57ef5e4ba1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix complile error</title>
<updated>2012-09-01T16:52:33+00:00</updated>
<author>
<name>sr</name>
</author>
<published>2012-09-01T16:52:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=98fc7cbca5a87ab383b559436f289fbe5d4efa70'/>
<id>urn:sha1:98fc7cbca5a87ab383b559436f289fbe5d4efa70</id>
<content type='text'>
</content>
</entry>
</feed>
