<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pub/fmorgner/extfs.git/include/fs, branch master</title>
<subtitle>[no description]</subtitle>
<link rel='alternate' type='text/html' href='http://source.arknet.ch/pub/fmorgner/extfs.git/'/>
<entry>
<title>superblock: Define predefined enums</title>
<updated>2016-12-30T13:31:22+00:00</updated>
<author>
<name>Felix Morgner</name>
<email>felix.morgner@gmail.com</email>
</author>
<published>2016-12-27T16:15:42+00:00</published>
<link rel='alternate' type='text/html' href='http://source.arknet.ch/pub/fmorgner/extfs.git/commit/?id=d008a9b64331c466703c0687e7e353789903c1ff'/>
<id>d008a9b64331c466703c0687e7e353789903c1ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>superblock: Rename extfs_superblock to superblock</title>
<updated>2016-12-25T00:01:06+00:00</updated>
<author>
<name>Felix Morgner</name>
<email>felix.morgner@gmail.com</email>
</author>
<published>2016-12-24T23:58:50+00:00</published>
<link rel='alternate' type='text/html' href='http://source.arknet.ch/pub/fmorgner/extfs.git/commit/?id=2a323c549554cbe028efd92be55104460388c742'/>
<id>2a323c549554cbe028efd92be55104460388c742</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>extfs: Swap order of member variables</title>
<updated>2016-12-24T23:49:17+00:00</updated>
<author>
<name>Felix Morgner</name>
<email>felix.morgner@gmail.com</email>
</author>
<published>2016-12-24T23:48:15+00:00</published>
<link rel='alternate' type='text/html' href='http://source.arknet.ch/pub/fmorgner/extfs.git/commit/?id=7bd8cc53fc013aed452ae12f0405242f35c0860c'/>
<id>7bd8cc53fc013aed452ae12f0405242f35c0860c</id>
<content type='text'>
Since we know that sizeof(extfs_superblock) is guaranteed to be 1024,
we should move it to the begining of the data member list. Since 1024
is a power of two, we can be pretty certain, that no padding will be
inserted after fs::extfs::m_primarySuperblock. std::fstream however
makes no guarantees as to what it size is. Thus we would risk the
insertion of padding.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since we know that sizeof(extfs_superblock) is guaranteed to be 1024,
we should move it to the begining of the data member list. Since 1024
is a power of two, we can be pretty certain, that no padding will be
inserted after fs::extfs::m_primarySuperblock. std::fstream however
makes no guarantees as to what it size is. Thus we would risk the
insertion of padding.
</pre>
</div>
</content>
</entry>
<entry>
<title>extfs: Add label retrieval</title>
<updated>2016-12-24T15:13:42+00:00</updated>
<author>
<name>Felix Morgner</name>
<email>felix.morgner@gmail.com</email>
</author>
<published>2016-12-24T15:13:42+00:00</published>
<link rel='alternate' type='text/html' href='http://source.arknet.ch/pub/fmorgner/extfs.git/commit/?id=54b15f3fd651ffb09260cee598f458c1fb29ce60'/>
<id>54b15f3fd651ffb09260cee598f458c1fb29ce60</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update documentation</title>
<updated>2016-12-24T14:55:56+00:00</updated>
<author>
<name>Felix Morgner</name>
<email>felix.morgner@gmail.com</email>
</author>
<published>2016-12-24T14:55:56+00:00</published>
<link rel='alternate' type='text/html' href='http://source.arknet.ch/pub/fmorgner/extfs.git/commit/?id=d6c74fdea16c70a93c70449317d75c5445c7522e'/>
<id>d6c74fdea16c70a93c70449317d75c5445c7522e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update documentation</title>
<updated>2016-12-24T11:46:04+00:00</updated>
<author>
<name>Felix Morgner</name>
<email>felix.morgner@gmail.com</email>
</author>
<published>2016-12-24T11:46:04+00:00</published>
<link rel='alternate' type='text/html' href='http://source.arknet.ch/pub/fmorgner/extfs.git/commit/?id=9b02e03c2a6f8a74a83dd40c69719fe36f4dd154'/>
<id>9b02e03c2a6f8a74a83dd40c69719fe36f4dd154</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial commit</title>
<updated>2016-12-23T22:22:22+00:00</updated>
<author>
<name>Felix Morgner</name>
<email>felix.morgner@gmail.com</email>
</author>
<published>2016-12-23T21:19:13+00:00</published>
<link rel='alternate' type='text/html' href='http://source.arknet.ch/pub/fmorgner/extfs.git/commit/?id=31bb7fd29bca88f86860bdc8aa7f09c3e8e3f111'/>
<id>31bb7fd29bca88f86860bdc8aa7f09c3e8e3f111</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
