<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dnbd3.git/src/shared, branch v2.1</title>
<subtitle>Distributed Network Block Device 3 --rewrite for Kernel 3.x</subtitle>
<id>https://git.openslx.org/dnbd3.git/atom/src/shared?h=v2.1</id>
<link rel='self' href='https://git.openslx.org/dnbd3.git/atom/src/shared?h=v2.1'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/'/>
<updated>2016-02-01T11:41:11+00:00</updated>
<entry>
<title>[SERVER] BREAKING: Get rid of pseudo case-insensitivity</title>
<updated>2016-02-01T11:41:11+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2016-02-01T11:41:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=81c9da3c9d55fab13ab9a912cade320015d01613'/>
<id>urn:sha1:81c9da3c9d55fab13ab9a912cade320015d01613</id>
<content type='text'>
This was a wrong decision made long time ago, and it's broken in
certain scenarios (eg. two servers serving from same NFS mount).
Also it's of limited use anyways since it only supportes ASCII and
would ignore umlauts, so blöd and BLÖD would still be considered
two different images.
So if you relied on this "feature" in any way, be careful when
updating.
</content>
</entry>
<entry>
<title>[SERVER] Fix a lot of (mostly harmless) data races</title>
<updated>2016-01-11T11:09:23+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2016-01-11T11:09:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=d9c2a6cf943ca08f31f61a3fada940f77e3a03d3'/>
<id>urn:sha1:d9c2a6cf943ca08f31f61a3fada940f77e3a03d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[SERVER] Remove non-working images from list, plus refactoring</title>
<updated>2015-12-15T16:45:44+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2015-12-15T16:45:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=72104f2e83fa724f9667c876dca17a2c5ee9b2a2'/>
<id>urn:sha1:72104f2e83fa724f9667c876dca17a2c5ee9b2a2</id>
<content type='text'>
Now that we can automatically load unknown images from disk on request,
it makes sense to remove non-working images from the image list. On
future requests, we will look for them on disk again, which is nice
in case of temporary storage hickups.

Also, some more ore less related locking has been refined (loading images,
replicating images)
</content>
</entry>
<entry>
<title>[FUSE] Add virtual status file</title>
<updated>2015-12-02T14:43:40+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2015-12-02T14:43:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=4a3ea16925c56328f457720749375877d2eb086f'/>
<id>urn:sha1:4a3ea16925c56328f457720749375877d2eb086f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[FUSE] Stability improvements, runs for longer than a couple secs now :)</title>
<updated>2015-12-01T12:38:10+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2015-12-01T12:38:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=ecc6e5dd28821bf1c207e074f1b5903426a7e4c4'/>
<id>urn:sha1:ecc6e5dd28821bf1c207e074f1b5903426a7e4c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[FUSE] It works! Kinda...</title>
<updated>2015-11-30T16:31:06+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2015-11-30T16:31:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=1d0211719bc6ad76f924f8c08e1a28f0509cd4fd'/>
<id>urn:sha1:1d0211719bc6ad76f924f8c08e1a28f0509cd4fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[FUSE] Compiles again</title>
<updated>2015-11-30T12:59:05+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2015-11-30T12:59:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=9ffb0038ded686a177b06f268f08c9bcd48128b2'/>
<id>urn:sha1:9ffb0038ded686a177b06f268f08c9bcd48128b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[FUSE] Mid-refactoring, does not compile</title>
<updated>2015-11-24T11:30:46+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2015-11-24T11:30:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=7b51c287a60d2f202fb131eeed9d1bf19b65a7a3'/>
<id>urn:sha1:7b51c287a60d2f202fb131eeed9d1bf19b65a7a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[FUSE] Start refactoring so we can handle multithread fuse</title>
<updated>2015-11-21T11:24:21+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2015-11-21T11:24:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=4c94cb861dfbfe2a8c9c165165cbdbc062eaa39b'/>
<id>urn:sha1:4c94cb861dfbfe2a8c9c165165cbdbc062eaa39b</id>
<content type='text'>
</content>
</entry>
</feed>
