<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mdadm.git/ChangeLog, branch f8</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>Release 2.6.4</title>
<updated>2007-10-19T04:13:04+00:00</updated>
<author>
<name>Neil Brown</name>
<email>neilb@suse.de</email>
</author>
<published>2007-10-19T04:13:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dledford/public_git/mdadm.git/commit/?id=6a0671608bd94e75683fd5ca7ea006b9c7552de3'/>
<id>6a0671608bd94e75683fd5ca7ea006b9c7552de3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Release 2.6.3</title>
<updated>2007-08-20T04:22:15+00:00</updated>
<author>
<name>Neil Brown</name>
<email>neilb@suse.de</email>
</author>
<published>2007-08-20T04:22:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dledford/public_git/mdadm.git/commit/?id=e5bddffd352ac071becbaee65dab5b7e18f03793'/>
<id>e5bddffd352ac071becbaee65dab5b7e18f03793</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update changelog</title>
<updated>2007-08-20T04:14:46+00:00</updated>
<author>
<name>Neil Brown</name>
<email>neilb@suse.de</email>
</author>
<published>2007-08-20T04:14:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dledford/public_git/mdadm.git/commit/?id=e1584dd2c7c05a34f14eb645fbe574a4735dcb63'/>
<id>e1584dd2c7c05a34f14eb645fbe574a4735dcb63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Report error when grow cannot be restarted.</title>
<updated>2007-08-20T04:14:42+00:00</updated>
<author>
<name>Neil Brown</name>
<email>neilb@suse.de</email>
</author>
<published>2007-08-20T04:14:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dledford/public_git/mdadm.git/commit/?id=2295250a7387d28975061a936b60d0d22f8e4c0e'/>
<id>2295250a7387d28975061a936b60d0d22f8e4c0e</id>
<content type='text'>
Make sure that if --assemble find an array in the critical region
of a reshape, and cannot find the critical data to restart the
reshape, it gives an error message.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make sure that if --assemble find an array in the critical region
of a reshape, and cannot find the critical data to restart the
reshape, it gives an error message.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix error message when adding a device that is too small.</title>
<updated>2007-08-20T04:14:28+00:00</updated>
<author>
<name>Neil Brown</name>
<email>neilb@suse.de</email>
</author>
<published>2007-08-20T04:14:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dledford/public_git/mdadm.git/commit/?id=eb6dae98500dd087548b593c9b7e3db7b3cff9b2'/>
<id>eb6dae98500dd087548b593c9b7e3db7b3cff9b2</id>
<content type='text'>
We were multiplying MD_RESERVED_SECTORS by 1024 instead of 512,
so lots of 'is it too small' checks were wrong.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We were multiplying MD_RESERVED_SECTORS by 1024 instead of 512,
so lots of 'is it too small' checks were wrong.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix problem with add a device to a 1.x array created with older mdadm.</title>
<updated>2007-08-20T04:14:25+00:00</updated>
<author>
<name>Neil Brown</name>
<email>neilb@suse.de</email>
</author>
<published>2007-08-20T04:14:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dledford/public_git/mdadm.git/commit/?id=005debfc11b4cbe653503667423df98b64e5be0e'/>
<id>005debfc11b4cbe653503667423df98b64e5be0e</id>
<content type='text'>
When adding new disk to an array, don't reserve so much bitmap
space that the disk cannot store the required data. (Needed when
1.x array was created with older mdadm).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When adding new disk to an array, don't reserve so much bitmap
space that the disk cannot store the required data. (Needed when
1.x array was created with older mdadm).
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow "--write-behind=" to be done in grow mode.</title>
<updated>2007-07-09T01:29:04+00:00</updated>
<author>
<name>Ian Dall</name>
<email>ian@beware.dropbear.id.au</email>
</author>
<published>2007-07-09T01:29:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dledford/public_git/mdadm.git/commit/?id=7d19ad0de31cd0b94e69ac5f2efee98254f27316'/>
<id>7d19ad0de31cd0b94e69ac5f2efee98254f27316</id>
<content type='text'>
From: Ian Dall &lt;ian@beware.dropbear.id.au&gt;

I have a small patch to mdadm which allows the write-behind amount to be
set a array grow time (instead of currently only at grow or create
time). I have tested this fairly extensively on some arrays built out of
loop back devices, and once on a real live array.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Ian Dall &lt;ian@beware.dropbear.id.au&gt;

I have a small patch to mdadm which allows the write-behind amount to be
set a array grow time (instead of currently only at grow or create
time). I have tested this fairly extensively on some arrays built out of
loop back devices, and once on a real live array.
</pre>
</div>
</content>
</entry>
<entry>
<title>Release 2.6.2</title>
<updated>2007-05-21T04:25:53+00:00</updated>
<author>
<name>Neil Brown</name>
<email>neilb@suse.de</email>
</author>
<published>2007-05-21T04:25:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dledford/public_git/mdadm.git/commit/?id=fffdbe5ed0ac135000522e5e74c6583d93618c9c'/>
<id>fffdbe5ed0ac135000522e5e74c6583d93618c9c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make return code for "--detail --test" more reliable.</title>
<updated>2007-05-21T04:25:50+00:00</updated>
<author>
<name>Neil Brown</name>
<email>neilb@suse.de</email>
</author>
<published>2007-05-21T04:25:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dledford/public_git/mdadm.git/commit/?id=a77be586720af37f175f3e9f48047d65ef5f67de'/>
<id>a77be586720af37f175f3e9f48047d65ef5f67de</id>
<content type='text'>
Missing devices as well as failed devices cause an error.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Missing devices as well as failed devices cause an error.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add --auto-detect for in-kernel autodetect.</title>
<updated>2007-05-21T04:25:44+00:00</updated>
<author>
<name>Neil Brown</name>
<email>neilb@suse.de</email>
</author>
<published>2007-05-21T04:25:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dledford/public_git/mdadm.git/commit/?id=1f48664b8e65cafa65d121bb626649a6310cfaf2'/>
<id>1f48664b8e65cafa65d121bb626649a6310cfaf2</id>
<content type='text'>
This is equivalent to raidautorun that some distros provide.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is equivalent to raidautorun that some distros provide.
</pre>
</div>
</content>
</entry>
</feed>
