<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mdadm.git/Detail.c, branch f9</title>
<subtitle>Official Fedora mdadm git repository cloned from upstream mdadm maintainer</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dledford/public_git/mdadm.git/'/>
<entry>
<title>Apply mdadm-2.6.4-open.patch from F-9 dist-cvs repo</title>
<updated>2008-07-24T17:52:40+00:00</updated>
<author>
<name>Doug Ledford</name>
<email>dledford@redhat.com</email>
</author>
<published>2008-07-24T17:52:40+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dledford/public_git/mdadm.git/commit/?id=c752699a5c7bc35be7cecfafa04165b0b0a3488e'/>
<id>c752699a5c7bc35be7cecfafa04165b0b0a3488e</id>
<content type='text'>
Signed-off-by: Doug Ledford &lt;dledford@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Doug Ledford &lt;dledford@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>add --export option to --examine</title>
<updated>2008-05-06T00:02:38+00:00</updated>
<author>
<name>Kay Sievers</name>
<email>kay.sievers@vrfy.org</email>
</author>
<published>2008-05-06T00:02:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dledford/public_git/mdadm.git/commit/?id=0d726f17e191094665a5f2af8c2564dedb990502'/>
<id>0d726f17e191094665a5f2af8c2564dedb990502</id>
<content type='text'>
From: Kay Sievers &lt;kay.sievers@vrfy.org&gt;

Cc: David Zeuthen &lt;david@fubar.dk&gt;
Signed-off-by: Kay Sievers &lt;kay.sievers@vrfy.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Kay Sievers &lt;kay.sievers@vrfy.org&gt;

Cc: David Zeuthen &lt;david@fubar.dk&gt;
Signed-off-by: Kay Sievers &lt;kay.sievers@vrfy.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix problems with array.size overflowing on large arrays.</title>
<updated>2008-04-28T06:29:37+00:00</updated>
<author>
<name>Neil Brown</name>
<email>neilb@suse.de</email>
</author>
<published>2008-04-28T06:29:37+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dledford/public_git/mdadm.git/commit/?id=7a3be72fc621b4a7589e923cf0652c51493f831a'/>
<id>7a3be72fc621b4a7589e923cf0652c51493f831a</id>
<content type='text'>
array.size is 32bits and counts K.  So for arrays with
more than 4Terrabytes, it can overflow.
The correct number can be read from sysfs, but there are still
a few places that use array.size and risk truncation.  What is worse.
they compare a number of kilobytes with a number of sectors !!

So use get_component_size() to read the sysfs information, and be
more consistent about units.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
array.size is 32bits and counts K.  So for arrays with
more than 4Terrabytes, it can overflow.
The correct number can be read from sysfs, but there are still
a few places that use array.size and risk truncation.  What is worse.
they compare a number of kilobytes with a number of sectors !!

So use get_component_size() to read the sysfs information, and be
more consistent about units.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use sysfs info for metadata version info in Detail and elsewhere.</title>
<updated>2007-12-14T09:15:21+00:00</updated>
<author>
<name>Neil Brown</name>
<email>neilb@suse.de</email>
</author>
<published>2007-12-14T09:15:21+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dledford/public_git/mdadm.git/commit/?id=142cb9e181b876b399c548567dad5e011ff3d0dc'/>
<id>142cb9e181b876b399c548567dad5e011ff3d0dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Find super from fd on an array.</title>
<updated>2007-12-14T09:14:38+00:00</updated>
<author>
<name>Neil Brown</name>
<email>neilb@suse.de</email>
</author>
<published>2007-12-14T09:14:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dledford/public_git/mdadm.git/commit/?id=1686dc25ecf60a9b7691d73fc2b5a7e08184c940'/>
<id>1686dc25ecf60a9b7691d73fc2b5a7e08184c940</id>
<content type='text'>
We used to use the major/minor numbers, but that isn't sufficient
any more, so pass the fd, and possibly check 'text' version.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We used to use the major/minor numbers, but that isn't sufficient
any more, so pass the fd, and possibly check 'text' version.
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop the superblock arg from all metadata methods.</title>
<updated>2007-12-14T09:14:33+00:00</updated>
<author>
<name>Neil Brown</name>
<email>neilb@suse.de</email>
</author>
<published>2007-12-14T09:14:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dledford/public_git/mdadm.git/commit/?id=3da92f272d017b1817b13f37f41c1ed4d6117291'/>
<id>3da92f272d017b1817b13f37f41c1ed4d6117291</id>
<content type='text'>
It is now in the 'supertype'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is now in the 'supertype'
</pre>
</div>
</content>
</entry>
<entry>
<title>Add 'supertype' arg to almost all metadata methods.</title>
<updated>2007-12-14T09:14:16+00:00</updated>
<author>
<name>Neil Brown</name>
<email>neilb@suse.de</email>
</author>
<published>2007-12-14T09:14:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dledford/public_git/mdadm.git/commit/?id=68c7d6d790f856b4e8301d0afa7fc6873a0d4bb8'/>
<id>68c7d6d790f856b4e8301d0afa7fc6873a0d4bb8</id>
<content type='text'>
The 'superblock' will be moved into this structure soon.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The 'superblock' will be moved into this structure soon.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow metadata handlers to free their own superblock.</title>
<updated>2007-12-14T09:14:00+00:00</updated>
<author>
<name>Neil Brown</name>
<email>neilb@suse.de</email>
</author>
<published>2007-12-14T09:14:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dledford/public_git/mdadm.git/commit/?id=df37ffc0393b919ba5607bb48b2eaf2f9a1832d7'/>
<id>df37ffc0393b919ba5607bb48b2eaf2f9a1832d7</id>
<content type='text'>
As the metadata handler allocates the superblock, it should free it
too.  DDF will have a more complex 'superblock' which needs more complex
freeing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As the metadata handler allocates the superblock, it should free it
too.  DDF will have a more complex 'superblock' which needs more complex
freeing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove spaces/tabs from ends of lines.</title>
<updated>2007-12-14T09:13:43+00:00</updated>
<author>
<name>Neil Brown</name>
<email>neilb@suse.de</email>
</author>
<published>2007-12-14T09:13:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dledford/public_git/mdadm.git/commit/?id=aba69144fd44fc261c943b0cec540751cfcd29bd'/>
<id>aba69144fd44fc261c943b0cec540751cfcd29bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add metadata version information to "--detail --brief" output.</title>
<updated>2007-11-12T22:55:29+00:00</updated>
<author>
<name>Neil Brown</name>
<email>neilb@suse.de</email>
</author>
<published>2007-11-12T22:55:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dledford/public_git/mdadm.git/commit/?id=7615d98913d18b071112d463888c77e3f62124b9'/>
<id>7615d98913d18b071112d463888c77e3f62124b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
